git://git.webkit.org
/
WebKit-https.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix cloop build.
2014-03-28
oliver@apple.com
Fix cloop build.
commit
|
commitdiff
|
tree
2014-03-28
oliver@apple.com
Support spread operand in |new| expressions
commit
|
commitdiff
|
tree
2014-03-25
oliver@apple.com
AST incorrectly conflates readable and writable locations
commit
|
commitdiff
|
tree
2014-03-25
oliver@apple.com
ASSERTION FAILED in Parser: dst != localReg
commit
|
commitdiff
|
tree
2014-03-25
oliver@apple.com
Strict mode destructuring assignment crashes the parser.
commit
|
commitdiff
|
tree
2014-03-21
oliver@apple.com
Source/WebCore: Fix a crash when assigning an object...
commit
|
commitdiff
|
tree
2014-03-20
oliver@apple.com
Incorrect behavior when mutating a typed array during...
commit
|
commitdiff
|
tree
2014-03-15
oliver@apple.com
Reinstate intialiser syntax in for-in loops
commit
|
commitdiff
|
tree
2014-03-14
oliver@apple.com
Improve dom error messages
commit
|
commitdiff
|
tree
2014-03-09
oliver@apple.com
Skip fast/workers/worker-copy-shared-blob-url.html...
commit
|
commitdiff
|
tree
2014-03-08
oliver@apple.com
SerializedScriptValue may move Identifiers between...
commit
|
commitdiff
|
tree
2014-03-08
oliver@apple.com
Continue hangs when performing for-of over arguments
commit
|
commitdiff
|
tree
2014-03-07
oliver@apple.com
Fix FTL build.
commit
|
commitdiff
|
tree
2014-03-06
oliver@apple.com
Fix ARMv7
commit
|
commitdiff
|
tree
2014-03-06
oliver@apple.com
Support caching of custom setters
commit
|
commitdiff
|
tree
2014-03-06
oliver@apple.com
Support caching of custom setters
commit
|
commitdiff
|
tree
2014-02-28
oliver@apple.com
REGRESSION(r164835): It broke 10 JSC stress test on...
commit
|
commitdiff
|
tree
2014-02-27
oliver@apple.com
Whoops, include all of last patch.
commit
|
commitdiff
|
tree
2014-02-27
oliver@apple.com
Slow cases for function.apply and function.call should...
commit
|
commitdiff
|
tree
2014-02-26
oliver@apple.com
Remove unused access types
commit
|
commitdiff
|
tree
2014-02-26
oliver@apple.com
Function.prototype.apply has a bad time with the spread...
commit
|
commitdiff
|
tree
2014-02-25
oliver@apple.com
Fix build.
commit
|
commitdiff
|
tree
2014-02-25
oliver@apple.com
Spread operator has a bad time when applied to call...
commit
|
commitdiff
|
tree
2014-02-21
oliver@apple.com
Add extra space to op_call and related opcodes
commit
|
commitdiff
|
tree
2014-02-19
oliver@apple.com
Add WK2 SPI to get bytecode profile from web process
commit
|
commitdiff
|
tree
2014-02-19
oliver@apple.com
Prevent builtin js named with C++ reserved words from...
commit
|
commitdiff
|
tree
2014-02-14
oliver@apple.com
Implement a few more Array prototype functions in JS
commit
|
commitdiff
|
tree
2014-02-12
oliver@apple.com
Make it possible to implement JS builtins in JS
commit
|
commitdiff
|
tree
2014-02-11
oliver@apple.com
Stop throwing when attempting to read instance properties...
commit
|
commitdiff
|
tree
2014-02-07
oliver@apple.com
REGRESSION (r160628): LLint does not appear to handle...
commit
|
commitdiff
|
tree
2014-02-06
oliver@apple.com
Push DOM attributes into the prototype chain
commit
|
commitdiff
|
tree
2014-02-06
oliver@apple.com
Make 32bit pass the correct this value to custom getters
commit
|
commitdiff
|
tree
2014-02-06
oliver@apple.com
Change custom getter signature to make the base reference...
commit
|
commitdiff
|
tree
2014-02-03
oliver@apple.com
Deconstructed parameters aren't being placed in the...
commit
|
commitdiff
|
tree
2014-02-03
oliver@apple.com
I forgot to save the changelog prior to submitting.
commit
|
commitdiff
|
tree
2014-02-03
oliver@apple.com
Push DOM attributes into the prototype chain
commit
|
commitdiff
|
tree
2014-02-01
oliver@apple.com
2014-01-31 Oliver Hunt <oliver@apple.com>
commit
|
commitdiff
|
tree
2014-01-31
oliver@apple.com
Fix windows
commit
|
commitdiff
|
tree
2014-01-31
oliver@apple.com
Fix 32bit.
commit
|
commitdiff
|
tree
2014-01-31
oliver@apple.com
Make it possible to implement JS builtins in JS
commit
|
commitdiff
|
tree
2014-01-29
oliver@apple.com
2014-01-29 Oliver Hunt <oliver@apple.com>
commit
|
commitdiff
|
tree
2014-01-29
oliver@apple.com
Make DOM attributes appear to be faux accessor properties
commit
|
commitdiff
|
tree
2014-01-29
oliver@apple.com
Make DOM attributes appear to be faux accessor properties
commit
|
commitdiff
|
tree
2014-01-25
oliver@apple.com
Put functions need to take a base object and a this...
commit
|
commitdiff
|
tree
2014-01-25
oliver@apple.com
Generic JSObject::put should handle static properties...
commit
|
commitdiff
|
tree
2014-01-24
oliver@apple.com
Generic JSObject::put should handle static properties...
commit
|
commitdiff
|
tree
2014-01-16
oliver@apple.com
throwing an objc object (or general binding object...
commit
|
commitdiff
|
tree
2014-01-16
oliver@apple.com
Stop run-jsc from consuming stderr output
commit
|
commitdiff
|
tree
2014-01-02
oliver@apple.com
Update bindings test results
commit
|
commitdiff
|
tree
2014-01-02
oliver@apple.com
Refactor PutPropertySlot to be aware of custom properties
commit
|
commitdiff
|
tree
2013-12-24
oliver@apple.com
Refactor PutPropertySlot to be aware of custom properties
commit
|
commitdiff
|
tree
2013-12-23
oliver@apple.com
Update custom setter implementations to perform type...
commit
|
commitdiff
|
tree
2013-12-20
oliver@apple.com
DOM bindings should use thisValue for attributes
commit
|
commitdiff
|
tree
2013-12-18
oliver@apple.com
Refactor CodeGeneratorJS - Move attribute function...
commit
|
commitdiff
|
tree
2013-12-18
oliver@apple.com
Simplify bindings codegen for adding getOwnPropertySlot...
commit
|
commitdiff
|
tree
2013-12-18
oliver@apple.com
Remove JSInlineGetOwnPropertySlot attribute as it is...
commit
|
commitdiff
|
tree
2013-12-17
oliver@apple.com
Avoid indirect function calls for custom getters
commit
|
commitdiff
|
tree
2013-12-17
oliver@apple.com
Cache getters and custom accessors on the prototype...
commit
|
commitdiff
|
tree
2013-12-11
oliver@apple.com
Give Unique StringImpls a meaningful data pointer
commit
|
commitdiff
|
tree
2013-12-10
oliver@apple.com
Reduce the mass templatizing of the JS parser
commit
|
commitdiff
|
tree
2013-12-06
oliver@apple.com
Refactor static getter function prototype to include...
commit
|
commitdiff
|
tree
2013-12-04
oliver@apple.com
Refactor static getter function prototype to include...
commit
|
commitdiff
|
tree
2013-11-26
oliver@apple.com
Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC...
commit
|
commitdiff
|
tree
2013-11-15
oliver@apple.com
Make CLoop easier to build, and make it work
commit
|
commitdiff
|
tree
2013-11-13
oliver@apple.com
Fix debug build.
commit
|
commitdiff
|
tree
2013-11-13
oliver@apple.com
REGRESSION (r158014): Many webpages throw stack overflow...
commit
|
commitdiff
|
tree
2013-11-12
oliver@apple.com
Support unprefixed deconstructing assignment
commit
|
commitdiff
|
tree
2013-11-11
oliver@apple.com
ExtJS breaks with modern Array.prototype.values API...
commit
|
commitdiff
|
tree
2013-11-11
oliver@apple.com
Fix layout test
commit
|
commitdiff
|
tree
2013-11-10
oliver@apple.com
Implement Set iterators
commit
|
commitdiff
|
tree
2013-11-10
oliver@apple.com
Add Map Iterators
commit
|
commitdiff
|
tree
2013-11-08
oliver@apple.com
Remove more accidentally added files.
commit
|
commitdiff
|
tree
2013-11-08
oliver@apple.com
Remove accidentally added files.
commit
|
commitdiff
|
tree
2013-11-08
oliver@apple.com
Fix minor (unobservable) bug in ArrayIterator::next()
commit
|
commitdiff
|
tree
2013-11-08
oliver@apple.com
Fix layout test that was actually testing incorrect...
commit
|
commitdiff
|
tree
2013-11-08
oliver@apple.com
Map.forEach crashes on deleted values
commit
|
commitdiff
|
tree
2013-11-07
oliver@apple.com
Reproducible crash when using Map (affects Web Inspector)
commit
|
commitdiff
|
tree
2013-11-06
oliver@apple.com
Support iteration of the Arguments object
commit
|
commitdiff
|
tree
2013-11-06
oliver@apple.com
Fix test case
commit
|
commitdiff
|
tree
2013-11-01
oliver@apple.com
JavaScript parser bug
commit
|
commitdiff
|
tree
2013-10-31
oliver@apple.com
Source/JavaScriptCore: Implement basic ES6 Math functions
commit
|
commitdiff
|
tree
2013-10-26
oliver@apple.com
Refactor parser rollback logic
commit
|
commitdiff
|
tree
2013-10-25
oliver@apple.com
Fix a number of problems with destructuring of arguments
commit
|
commitdiff
|
tree
2013-10-25
oliver@apple.com
Fix MSVC again
commit
|
commitdiff
|
tree
2013-10-25
oliver@apple.com
Fix MSVC
commit
|
commitdiff
|
tree
2013-10-25
oliver@apple.com
Improve JSC Parser error messages
commit
|
commitdiff
|
tree
2013-10-21
oliver@apple.com
Restore accidentally removed files.
commit
|
commitdiff
|
tree
2013-10-21
oliver@apple.com
Source/JavaScriptCore: Support computed property names...
commit
|
commitdiff
|
tree
2013-10-19
oliver@apple.com
Spread operator should be performing direct "puts"...
commit
|
commitdiff
|
tree
2013-10-17
oliver@apple.com
Remove JITStubCall.h
commit
|
commitdiff
|
tree
2013-10-17
oliver@apple.com
Source/JavaScriptCore: Implement ES6 spread operator
commit
|
commitdiff
|
tree
2013-10-16
oliver@apple.com
Source/JavaScriptCore: Implement ES6 spread operator
commit
|
commitdiff
|
tree
2013-10-14
oliver@apple.com
Separate out array iteration intrinsics
commit
|
commitdiff
|
tree
2013-10-11
oliver@apple.com
Separate out array iteration intrinsics
commit
|
commitdiff
|
tree
2013-10-10
oliver@apple.com
Further improve ArrayIterator performance
commit
|
commitdiff
|
tree
2013-10-09
oliver@apple.com
Convert for-of iteration to in-band signalling so we...
commit
|
commitdiff
|
tree
2013-10-04
oliver@apple.com
Update all the tests, and include new file.
commit
|
commitdiff
|
tree
2013-10-04
oliver@apple.com
Build fix.
commit
|
commitdiff
|
tree
2013-10-04
oliver@apple.com
Support for-of syntax
commit
|
commitdiff
|
tree
2013-10-02
oliver@apple.com
Fix MSVC build
commit
|
commitdiff
|
tree
next