git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove m_subclassData from JSArray, move the attribute to subclass as needed
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
JSArray.cpp
2012-04-18
benjamin@webkit.org
Remove m_subclassData from JSArray, move the attribute...
blob
|
commitdiff
2012-04-07
benjamin@webkit.org
Do not abuse ArrayStorage's m_length for testing array...
blob
|
commitdiff
|
diff to current
2012-04-06
rwlbuis@webkit.org
Fix cast-align warnings in JSC
blob
|
commitdiff
|
diff to current
2012-04-06
benjamin@webkit.org
Speed up the conversion from JSValue to String for...
blob
|
commitdiff
|
diff to current
2012-04-05
benjamin@webkit.org
Use QuickSort when sorting primitive values by string...
blob
|
commitdiff
|
diff to current
2012-04-05
oliver@apple.com
Replace static_cast with jsCast when casting JSCell...
blob
|
commitdiff
|
diff to current
2012-04-04
barraclough@apple.com
Linux crashes during boot
blob
|
commitdiff
|
diff to current
2012-03-29
caio.oliveira@open...
HashMap<>::add should return a more descriptive object
blob
|
commitdiff
|
diff to current
2012-03-22
barraclough@apple.com
Add JSValue::isFunction
blob
|
commitdiff
|
diff to current
2012-03-07
barraclough@apple.com
Array.prototype functions should throw if delete fails
blob
|
commitdiff
|
diff to current
2012-03-06
barraclough@apple.com
putByIndex should throw in strict mode
blob
|
commitdiff
|
diff to current
2012-03-04
barraclough@apple.com
Split JSArray's [[Put]] & [[DefineOwnProperty]] traps.
blob
|
commitdiff
|
diff to current
2012-02-26
mhahnenberg@apple.com
Implement fast path for op_new_array in the baseline JIT
blob
|
commitdiff
|
diff to current
2012-02-24
mhahnenberg@apple.com
Zero out CopiedBlocks on initialization
blob
|
commitdiff
|
diff to current
2012-02-23
barraclough@apple.com
Object.isSealed / Object.isFrozen don't work for native...
blob
|
commitdiff
|
diff to current
2012-02-23
barraclough@apple.com
pop of array hole should get from the prototype chain
blob
|
commitdiff
|
diff to current
2012-02-22
barraclough@apple.com
Fix Object.freeze for non-final objects.
blob
|
commitdiff
|
diff to current
2012-02-21
fpizlo@apple.com
Unreviewed, rolling out trac.webkit.org/changeset/108291
blob
|
commitdiff
|
diff to current
2012-02-21
mhahnenberg@apple.com
Implement fast path for op_new_array in the baseline JIT
blob
|
commitdiff
|
diff to current
2012-02-17
mhahnenberg@apple.com
Rename Bump* to Copy*
blob
|
commitdiff
|
diff to current
2012-02-16
barraclough@apple.com
Source/JavaScriptCore: <<<<<<< .mine
blob
|
commitdiff
|
diff to current
2012-02-10
mhahnenberg@apple.com
Split MarkedSpace into destructor and destructor-free...
blob
|
commitdiff
|
diff to current
2012-02-01
mhahnenberg@apple.com
Replace JSArray destructor with finalizer
blob
|
commitdiff
|
diff to current
2012-01-24
ggaren@apple.com
JSValue::toString() should return a JSString* instead...
blob
|
commitdiff
|
diff to current
2012-01-19
mhahnenberg@apple.com
Implement a new allocator for backing stores
blob
|
commitdiff
|
diff to current
2012-01-12
barraclough@apple.com
Allow accessor get/set property to be set to undefined
blob
|
commitdiff
|
diff to current
2012-01-12
barraclough@apple.com
Merge 'Getter'/'Setter' attributes into 'Accessor'
blob
|
commitdiff
|
diff to current
2012-01-12
barraclough@apple.com
Object.defineProperty([], 'length', {}) should not...
blob
|
commitdiff
|
diff to current
2012-01-10
barraclough@apple.com
Build fix following https://bugs.webkit.org/show_bug...
blob
|
commitdiff
|
diff to current
2012-01-10
barraclough@apple.com
Source/JavaScriptCore: Do not allow Array length to...
blob
|
commitdiff
|
diff to current
2012-01-10
barraclough@apple.com
Use SameValue to compare property descriptor values
blob
|
commitdiff
|
diff to current
2012-01-09
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=75789
blob
|
commitdiff
|
diff to current
2012-01-07
msaboff@apple.com
JSArray::pop() should compare SparseArrayValueMap:...
blob
|
commitdiff
|
diff to current
2012-01-05
barraclough@apple.com
push/shift fifo may consume excessive memory
blob
|
commitdiff
|
diff to current
2012-01-05
ossy@webkit.org
unshift/pop fifo may consume excessive memory
blob
|
commitdiff
|
diff to current
2012-01-05
barraclough@apple.com
unshift/pop fifo may consume excessive memory
blob
|
commitdiff
|
diff to current
2012-01-03
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=75140
blob
|
commitdiff
|
diff to current
2012-01-03
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=75140
blob
|
commitdiff
|
diff to current
2011-12-29
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=75140
blob
|
commitdiff
|
diff to current
2011-12-23
barraclough@apple.com
Unreviewed - fix stylebot issues from last patch.
blob
|
commitdiff
|
diff to current
2011-12-23
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=75151
blob
|
commitdiff
|
diff to current
2011-12-16
mhahnenberg@apple.com
De-virtualize destructors
blob
|
commitdiff
|
diff to current
2011-12-12
ggaren@apple.com
v8 benchmark takes 12-13 million function call slow...
blob
|
commitdiff
|
diff to current
2011-12-01
ggaren@apple.com
Removed ArgList iterators.
blob
|
commitdiff
|
diff to current
2011-11-16
ggaren@apple.com
Rolled back in r100375 and r100385 with 32-bit build...
blob
|
commitdiff
|
diff to current
2011-11-16
ossy@webkit.org
Unreviewed, rolling out r100375 and r100385.
blob
|
commitdiff
|
diff to current
2011-11-16
ggaren@apple.com
Removed a use of ArgList that baked in the assumption...
blob
|
commitdiff
|
diff to current
2011-11-11
mhahnenberg@apple.com
Add jsCast to replace static_cast
blob
|
commitdiff
|
diff to current
2011-11-09
mhahnenberg@apple.com
De-virtualize JSObject::getOwnPropertyDescriptor
blob
|
commitdiff
|
diff to current
2011-11-03
mhahnenberg@apple.com
De-virtualize JSObject::getOwnPropertyNames
blob
|
commitdiff
|
diff to current
2011-10-26
mhahnenberg@apple.com
Remove getOwnPropertySlotVirtual
blob
|
commitdiff
|
diff to current
2011-10-26
mhahnenberg@apple.com
Remove deletePropertyVirtual
blob
|
commitdiff
|
diff to current
2011-10-26
mhahnenberg@apple.com
Remove putVirtual
blob
|
commitdiff
|
diff to current
2011-10-24
mhahnenberg@apple.com
Rename static getOwnPropertySlot to getOwnPropertySlotB...
blob
|
commitdiff
|
diff to current
2011-10-20
mhahnenberg@apple.com
Rename static deleteProperty to deletePropertyByIndex
blob
|
commitdiff
|
diff to current
2011-10-18
mhahnenberg@apple.com
Rename static put to putByIndex
blob
|
commitdiff
|
diff to current
2011-10-17
ggaren@apple.com
Simplified GC marking logic
blob
|
commitdiff
|
diff to current
2011-10-15
mhahnenberg@apple.com
Rename getOwnPropertySlot to getOwnPropertySlotVirtual
blob
|
commitdiff
|
diff to current
2011-10-15
mhahnenberg@apple.com
Rename virtual put to putVirtual
blob
|
commitdiff
|
diff to current
2011-10-14
mhahnenberg@apple.com
Rename virtual deleteProperty to deletePropertyVirtual
blob
|
commitdiff
|
diff to current
2011-10-08
mhahnenberg@apple.com
Add static version of JSCell::getOwnPropertySlot
blob
|
commitdiff
|
diff to current
2011-10-08
mhahnenberg@apple.com
Add static version of JSCell::deleteProperty
blob
|
commitdiff
|
diff to current
2011-10-08
mhahnenberg@apple.com
Add static version of JSCell::put
blob
|
commitdiff
|
diff to current
2011-10-05
ggaren@apple.com
Some JSValue cleanup
blob
|
commitdiff
|
diff to current
2011-09-29
mhahnenberg@apple.com
De-virtualize JSCell::visitChildrenVirtual and remove...
blob
|
commitdiff
|
diff to current
2011-09-26
mhahnenberg@apple.com
Add custom vtable struct to ClassInfo struct
blob
|
commitdiff
|
diff to current
2011-09-23
mhahnenberg@apple.com
Add static version of JSCell::visitChildren
blob
|
commitdiff
|
diff to current
2011-09-23
barraclough@apple.com
Source/JavaScriptCore: GetScopedVar should have value...
blob
|
commitdiff
|
diff to current
2011-09-01
commit-queue@webki...
Unzip initialization lists and constructors in JSCell...
blob
|
commitdiff
|
diff to current
2011-08-30
commit-queue@webki...
Unzip initialization lists and constructors in JSCell...
blob
|
commitdiff
|
diff to current
2011-07-01
oliver@apple.com
2011-07-01 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-06-09
barraclough@apple.com
Bug 62405 - Fix integer overflow in Array.prototype...
blob
|
commitdiff
|
diff to current
2011-05-14
oliver@apple.com
2011-05-13 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-05-14
ossy@webkit.org
Unreviewed, rolling out r86469 and r86471, because...
blob
|
commitdiff
|
diff to current
2011-05-13
oliver@apple.com
2011-05-13 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-04-21
oliver@apple.com
2011-04-21 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-04-15
oliver@apple.com
2011-04-15 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-04-15
philn@webkit.org
2011-04-15 Philippe Normand <pnormand@igalia.com>
blob
|
commitdiff
|
diff to current
2011-04-14
oliver@apple.com
2011-04-13 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-03-16
oliver@apple.com
2011-03-15 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-02-21
barraclough@apple.com
Bug 54894 - Make inheritance structure described by...
blob
|
commitdiff
|
diff to current
2011-02-19
barraclough@apple.com
Bug 54786 - Devirtualize JSCell::classInfo()
blob
|
commitdiff
|
diff to current
2011-02-18
commit-queue@webki...
2011-02-17 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-02-17
oliver@apple.com
2011-02-17 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-02-16
barraclough@apple.com
Bug 54524 - Allow JSObject to fully utilize cell's...
blob
|
commitdiff
|
diff to current
2011-02-01
oliver@apple.com
2011-01-31 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-31
oliver@apple.com
2011-01-31 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-31
ossy@webkit.org
2011-01-30 Csaba Osztrogonác <ossy@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-31
oliver@apple.com
Convert markstack to a slot visitor API
blob
|
commitdiff
|
diff to current
2011-01-29
rniwa@webkit.org
2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-01-28
oliver@apple.com
2011-01-27 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-11
msaboff@apple.com
2011-01-11 Michael Saboff <msaboff@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-02
abarth@webkit.org
Move JavaScriptCore to Source
blob
|
commitdiff
|
diff to current