git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add SPI to save a PDF from the contents of a WKWebView.
[WebKit-https.git]
/
JSTests
/
2019-09-10
ysuzuki@apple.com
[WebAssembly] Use StreamingParser in existing Wasm...
tree
|
commitdiff
2019-09-09
ysuzuki@apple.com
[JSC] Use metadata table to iterate specific bytecode...
tree
|
commitdiff
2019-09-09
keith_miller@apple.com
OSR entry into wasm misses some contexts
tree
|
commitdiff
2019-09-09
ysuzuki@apple.com
[JSC] Promise resolve/reject functions should be create...
tree
|
commitdiff
2019-09-09
zandobersek@gmail.com
Unreviewed JSC test gardening.
tree
|
commitdiff
2019-09-07
mark.lam@apple.com
The jsc shell should allow disabling of the Gigacage...
tree
|
commitdiff
2019-09-07
mark.lam@apple.com
Gardening: temporarily skipping these tests until the...
tree
|
commitdiff
2019-09-07
mark.lam@apple.com
Gardening: speculative test fix to green bots [attempt...
tree
|
commitdiff
2019-09-06
mark.lam@apple.com
Gardening: speculative test fix to green bots.
tree
|
commitdiff
2019-09-06
ross.kirsling@sony.com
Math.round() produces wrong result for value prior...
tree
|
commitdiff
2019-09-06
mark.lam@apple.com
Move web-assembly-constructors-should-not-override...
tree
|
commitdiff
2019-09-06
mark.lam@apple.com
Fix bmalloc::Allocator:tryAllocate() to return null...
tree
|
commitdiff
2019-09-05
tzagallo@apple.com
LazyClassStructure::setConstructor should not store...
tree
|
commitdiff
2019-09-05
ysuzuki@apple.com
[JSC] Do not use FTLOutput::weakPointer directly
tree
|
commitdiff
2019-09-05
ysuzuki@apple.com
[JSC] Make Promise implementation faster
tree
|
commitdiff
2019-09-04
mark.lam@apple.com
Assertions in JSArrayBufferView::byteOffset() are only...
tree
|
commitdiff
2019-08-30
ysuzuki@apple.com
[JSC] Generate new.target register only when it is...
tree
|
commitdiff
2019-08-30
ysuzuki@apple.com
[JSC] DFG ByteCodeParser should not copy JIT-related...
tree
|
commitdiff
2019-08-30
ysuzuki@apple.com
[JSC] DFG inlining CheckBadCell slow path does not...
tree
|
commitdiff
2019-08-30
ysuzuki@apple.com
[JSC] Repatch should construct CallCases and CasesValue...
tree
|
commitdiff
2019-08-30
ysuzuki@apple.com
[JSC] ObjectAllocationSinkingPhase wrongly deals with...
tree
|
commitdiff
2019-08-29
mark.lam@apple.com
DFG/FTL: We should prefetch structures and do a loadLoa...
tree
|
commitdiff
2019-08-28
mark.lam@apple.com
Placate exception check validation in DFG's operationHa...
tree
|
commitdiff
2019-08-27
mark.lam@apple.com
constructFunctionSkippingEvalEnabledCheck() should...
tree
|
commitdiff
2019-08-26
ross.kirsling@sony.com
[JSC] Ensure x?.y ?? z is fast
tree
|
commitdiff
2019-08-23
tzagallo@apple.com
Remove MaximalFlushInsertionPhase
tree
|
commitdiff
2019-08-23
justin_michaud@app...
[WASM-References] Do not overwrite argument registers...
tree
|
commitdiff
2019-08-22
justin_michaud@app...
Add missing exception check in canonicalizeLocaleList
tree
|
commitdiff
2019-08-22
mark.lam@apple.com
Wasm::FunctionParser is failing to enforce maxFunctionL...
tree
|
commitdiff
2019-08-21
ross.kirsling@sony.com
JSTests/stress/optional-chaining should not call should...
tree
|
commitdiff
2019-08-21
msaboff@apple.com
[JSC] incorrent JIT lead to StackOverflow
tree
|
commitdiff
2019-08-21
justin_michaud@app...
Identify memcpy loops in b3
tree
|
commitdiff
2019-08-20
ysuzuki@apple.com
[JSC] Array.prototype.toString should not get "join...
tree
|
commitdiff
2019-08-20
justin_michaud@app...
Fix InBounds speculation of typed array PutByVal and...
tree
|
commitdiff
2019-08-20
commit-queue@webki...
Proxy constructor should throw if handler is revoked...
tree
|
commitdiff
2019-08-20
ysuzuki@apple.com
[JSC] OSR entry to Wasm OMG
tree
|
commitdiff
2019-08-19
commit-queue@webki...
Date.prototype.toJSON throws if toISOString returns...
tree
|
commitdiff
2019-08-19
ysuzuki@apple.com
[JSC] DFG DataView get/set optimization should take...
tree
|
commitdiff
2019-08-19
msaboff@apple.com
Webkit jsc Crash in RegExp::matchInline (this=<optimize...
tree
|
commitdiff
2019-08-18
ross.kirsling@sony.com
[JSC] Correct a->an in error messages and API docblocks
tree
|
commitdiff
2019-08-18
ross.kirsling@sony.com
[ESNext] Implement optional chaining
tree
|
commitdiff
2019-08-18
ross.kirsling@sony.com
[ESNext] Support hashbang.
tree
|
commitdiff
2019-08-18
ysuzuki@apple.com
[JSC] DFG ToNumber should support Boolean in fixup
tree
|
commitdiff
2019-08-16
mark.lam@apple.com
More missing exception checks in string comparison...
tree
|
commitdiff
2019-08-16
mark.lam@apple.com
CodeBlock destructor should clear all of its watchpoints.
tree
|
commitdiff
2019-08-16
justin_michaud@app...
Fix InBounds speculation of typed array PutByVal and...
tree
|
commitdiff
2019-08-16
mark.lam@apple.com
[Re-land] ProxyObject should not be allow to access...
tree
|
commitdiff
2019-08-16
ysuzuki@apple.com
[JSC] Promise.prototype.finally should accept non-promi...
tree
|
commitdiff
2019-08-16
commit-queue@webki...
Promise constructor should check argument before [...
tree
|
commitdiff
2019-08-16
ryanhaddad@apple.com
Unreviewed, rolling out r248709.
tree
|
commitdiff
2019-08-15
commit-queue@webki...
DateConversion::formatDateTime incorrectly formats...
tree
|
commitdiff
2019-08-15
mark.lam@apple.com
More missing exception checks in String.prototype.
tree
|
commitdiff
2019-08-15
mark.lam@apple.com
JSTests:
tree
|
commitdiff
2019-08-14
mark.lam@apple.com
Missing exception check in string compare.
tree
|
commitdiff
2019-08-08
ross.kirsling@sony.com
[JSC] Add "jump if (not) undefined or null" bytecode ops
tree
|
commitdiff
2019-08-05
msaboff@apple.com
JSC: assertion failure in SpeculativeJIT::compileGetByV...
tree
|
commitdiff
2019-08-02
ysuzuki@apple.com
[JSC] Support WebAssembly in SamplingProfiler
tree
|
commitdiff
2019-08-02
ysuzuki@apple.com
[JSC] LazyJSValue should be robust for empty JSValue
tree
|
commitdiff
2019-08-02
ysuzuki@apple.com
GetterSetter type confusion during DFG compilation
tree
|
commitdiff
2019-08-01
ross.kirsling@sony.com
Update Test262 (2019.08.01)
tree
|
commitdiff
2019-07-31
ysuzuki@apple.com
[JSC] Make StructureChain less-tricky by using Auxiliar...
tree
|
commitdiff
2019-07-29
ysuzuki@apple.com
[JSC] Increment bytecode age only when SlotVisitor...
tree
|
commitdiff
2019-07-29
justin_michaud@app...
[X86] Emit BT instruction for shift + mask in B3
tree
|
commitdiff
2019-07-27
justin_michaud@app...
[X86] Emit BT instruction for shift + mask in B3
tree
|
commitdiff
2019-07-27
ysuzuki@apple.com
[JSC] Potential GC fix for JSPropertyNameEnumerator
tree
|
commitdiff
2019-07-25
ross.kirsling@sony.com
Legacy numeric literals should not permit separators...
tree
|
commitdiff
2019-07-25
ross.kirsling@sony.com
[ESNext] Implement nullish coalescing
tree
|
commitdiff
2019-07-25
commit-queue@webki...
Three checks are missing in Proxy internal methods
tree
|
commitdiff
2019-07-23
justin_michaud@app...
Sometimes we miss removable CheckInBounds
tree
|
commitdiff
2019-07-17
mark.lam@apple.com
ArgumentsEliminationPhase should insert KillStack nodes...
tree
|
commitdiff
2019-07-16
keith_miller@apple.com
Unreviewed, test262 gardening.
tree
|
commitdiff
2019-07-16
keith_miller@apple.com
A Possible Issue of Object.create method
tree
|
commitdiff
2019-07-16
keith_miller@apple.com
Update test262
tree
|
commitdiff
2019-07-15
ysuzuki@apple.com
[JSC] Improve wasm wpt test results by fixing miscellan...
tree
|
commitdiff
2019-07-15
mcatanzaro@igalia.com
Unreviewed, rolling out r247440.
tree
|
commitdiff
2019-07-15
ysuzuki@apple.com
[JSC] Improve wasm wpt test results by fixing miscellan...
tree
|
commitdiff
2019-07-12
justin_michaud@app...
B3 should reduce (integer) Sub(Neg(x), y) to Neg(Add...
tree
|
commitdiff
2019-07-12
ticaiolima@gmail.com
[BigInt] Add ValueBitLShift into DFG
tree
|
commitdiff
2019-07-11
justin_michaud@app...
Add b3 macro lowering for CheckMul on arm64
tree
|
commitdiff
2019-07-10
tzagallo@apple.com
Optimize join of large empty arrays
tree
|
commitdiff
2019-07-06
msaboff@apple.com
switch(String) needs to check for exceptions when resol...
tree
|
commitdiff
2019-07-05
mark.lam@apple.com
ArgumentsEliminationPhase::eliminateCandidatesThatInter...
tree
|
commitdiff
2019-07-05
commit-queue@webki...
[JSC] Clean up ArraySpeciesCreate
tree
|
commitdiff
2019-07-03
msaboff@apple.com
JSTests:
tree
|
commitdiff
2019-07-02
keith_miller@apple.com
Frozen Arrays length assignment should throw in strict...
tree
|
commitdiff
2019-07-02
justin_michaud@app...
[Wasm-References] Disable references by default
tree
|
commitdiff
2019-07-01
ryanhaddad@apple.com
Unreviewed, rolling out r246946.
tree
|
commitdiff
2019-06-28
justin_michaud@app...
Add b3 macro lowering for CheckMul on arm64
tree
|
commitdiff
2019-06-26
keith_miller@apple.com
speciesConstruct needs to throw if the result is a...
tree
|
commitdiff
2019-06-25
commit-queue@webki...
Unreviewed, rolling out r246714.
tree
|
commitdiff
2019-06-24
commit-queue@webki...
Add Array.prototype.{flat,flatMap} to unscopables
tree
|
commitdiff
2019-06-24
mark.lam@apple.com
ArraySlice needs to keep the source array alive.
tree
|
commitdiff
2019-06-22
ysuzuki@apple.com
All prototypes should call didBecomePrototype()
tree
|
commitdiff
2019-06-22
ysuzuki@apple.com
[JSC] Strict, Sloppy and Arrow functions should have...
tree
|
commitdiff
2019-06-22
ysuzuki@apple.com
[JSC] ClassExpr should not store result in the middle...
tree
|
commitdiff
2019-06-20
justin_michaud@app...
[WASM-References] Add extra tests for Wasm references...
tree
|
commitdiff
2019-06-20
commit-queue@webki...
Optimize `resolve` method lookup in Promise static...
tree
|
commitdiff
2019-06-19
justin_michaud@app...
[WASM-References] Rename anyfunc to funcref
tree
|
commitdiff
2019-06-19
justin_michaud@app...
[WASM-References] Add support for Table.size, grow...
tree
|
commitdiff
2019-06-18
justin_michaud@app...
[WASM-References] Add support for multiple tables
tree
|
commitdiff
next