git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
CodeBlock compilation and installation should be simplified and rationalized
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
ArrayPrototype.cpp
2013-08-29
fpizlo@apple.com
CodeBlock compilation and installation should be simpli...
blob
|
commitdiff
2013-08-20
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=120093
blob
|
commitdiff
|
diff to current
2013-08-19
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=119995
blob
|
commitdiff
|
diff to current
2013-08-14
fpizlo@apple.com
Foo::s_info should be Foo::info(), so that you can...
blob
|
commitdiff
|
diff to current
2013-07-31
barraclough@apple.com
Some cleanup in JSValue::get
blob
|
commitdiff
|
diff to current
2013-07-25
oliver@apple.com
fourthTier: Re-worked non-local variable resolution
blob
|
commitdiff
|
diff to current
2013-04-19
benjamin@webkit.org
Rename JSStringJoiner::build() to join()
blob
|
commitdiff
|
diff to current
2013-04-19
benjamin@webkit.org
Use StringJoiner to create the JSString of arrayProtoFu...
blob
|
commitdiff
|
diff to current
2013-04-18
ggaren@apple.com
Renamed JSGlobalData to VM
blob
|
commitdiff
|
diff to current
2013-04-08
oliver@apple.com
Add bounds checking for WTF::Vector::operator[]
blob
|
commitdiff
|
diff to current
2013-04-08
benjamin@webkit.org
Use Vector::reserveInitialCapacity() when possible...
blob
|
commitdiff
|
diff to current
2013-03-13
fpizlo@apple.com
Array.prototype.sort should at least try to be PTIME...
blob
|
commitdiff
|
diff to current
2013-02-18
fpizlo@apple.com
Move all Structure out-of-line inline methods to Struct...
blob
|
commitdiff
|
diff to current
2013-01-24
oliver@apple.com
Harden JSC a bit with RELEASE_ASSERT
blob
|
commitdiff
|
diff to current
2013-01-19
ggaren@apple.com
Track inheritance structures in a side table, instead...
blob
|
commitdiff
|
diff to current
2012-11-09
fpizlo@apple.com
ArrayPrototype should start out with a blank indexing...
blob
|
commitdiff
|
diff to current
2012-11-09
mark.lam@apple.com
Renamed ...InlineMethods.h files to ...Inlines.h.
blob
|
commitdiff
|
diff to current
2012-11-08
fpizlo@apple.com
JSC should infer when indexed storage contains only...
blob
|
commitdiff
|
diff to current
2012-10-11
ggaren@apple.com
Removed ASSERT_CLASS_FITS_IN_CELL
blob
|
commitdiff
|
diff to current
2012-10-09
fpizlo@apple.com
JSC should infer when indexed storage is contiguous...
blob
|
commitdiff
|
diff to current
2012-10-03
fpizlo@apple.com
Array.splice should be fast when it is used to remove...
blob
|
commitdiff
|
diff to current
2012-10-02
fpizlo@apple.com
Address a FIXME in JSArray::sort
blob
|
commitdiff
|
diff to current
2012-09-26
msaboff@apple.com
Add ability for JSArray::unshiftCount to unshift in...
blob
|
commitdiff
|
diff to current
2012-09-26
fpizlo@apple.com
We shouldn't use the optimized versions of shift/unshif...
blob
|
commitdiff
|
diff to current
2012-09-23
barraclough@apple.com
Sorting a non-array creates propreties (spec-violation)
blob
|
commitdiff
|
diff to current
2012-09-20
fpizlo@apple.com
CHECK_ARRAY_CONSISTENCY isn't being used or tested...
blob
|
commitdiff
|
diff to current
2012-09-17
fpizlo@apple.com
If a prototype has indexed setters and its instances...
blob
|
commitdiff
|
diff to current
2012-09-13
fpizlo@apple.com
JSC should have property butterflies
blob
|
commitdiff
|
diff to current
2012-09-04
benjamin@webkit.org
Improve JSC use of Strings after the UString->String...
blob
|
commitdiff
|
diff to current
2012-08-30
ggaren@apple.com
Use one object instead of two for closures, eliminating...
blob
|
commitdiff
|
diff to current
2012-08-30
benjamin@webkit.org
Replace JSC::UString by WTF::String
blob
|
commitdiff
|
diff to current
2012-08-23
mhahnenberg@apple.com
Change behavior of MasqueradesAsUndefined to better...
blob
|
commitdiff
|
diff to current
2012-08-15
commit-queue@webki...
Unreviewed, rolling out r125687.
blob
|
commitdiff
|
diff to current
2012-08-15
mhahnenberg@apple.com
Change behavior of MasqueradesAsUndefined to better...
blob
|
commitdiff
|
diff to current
2012-05-18
fpizlo@apple.com
DFG should have control flow graph simplification
blob
|
commitdiff
|
diff to current
2012-05-12
barraclough@apple.com
Introduce PropertyName class
blob
|
commitdiff
|
diff to current
2012-04-17
barraclough@apple.com
Array.prototype.toString should be generic
blob
|
commitdiff
|
diff to current
2012-04-14
commit-queue@webki...
Unreviewed, rolling out r114185.
blob
|
commitdiff
|
diff to current
2012-04-14
commit-queue@webki...
Array.prototype.toString and Array.prototype.toLocaleSt...
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
Make something faster than JSStringBuilder for joining...
blob
|
commitdiff
|
diff to current
2012-03-22
barraclough@apple.com
Add JSValue::isFunction
blob
|
commitdiff
|
diff to current
2012-03-10
barraclough@apple.com
Array.prototype.toLocaleString visits elements in wrong...
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-01-24
ggaren@apple.com
JSValue::toString() should return a JSString* instead...
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-10
barraclough@apple.com
Source/JavaScriptCore: Do not allow Array length to...
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-06
barraclough@apple.com
Array.prototype.lastIndexOf ignores undefined fromIndex.
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
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-11-26
msaboff@apple.com
Array.toString always uses StringImpl::characters()
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-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-18
mhahnenberg@apple.com
Rename static put to putByIndex
blob
|
commitdiff
|
diff to current
2011-10-18
barraclough@apple.com
Array.prototype methods missing exception checks
blob
|
commitdiff
|
diff to current
2011-10-15
laszlo.1.gombos...
[Qt] [Symbian] Remove support for the Symbian...
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-09-30
barraclough@apple.com
StringRecursionChecker should not work in terms of...
blob
|
commitdiff
|
diff to current
2011-09-28
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=64679
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
barraclough@apple.com
Source/JavaScriptCore: GetScopedVar should have value...
blob
|
commitdiff
|
diff to current
2011-09-11
oliver@apple.com
Remove support for anonymous storage from jsobjects
blob
|
commitdiff
|
diff to current
2011-09-09
mhahnenberg@apple.com
Unzip initialization lists and constructors in JSCell...
blob
|
commitdiff
|
diff to current
2011-09-07
ossy@webkit.org
Unreviewed, rolling out r94627 and r94632.
blob
|
commitdiff
|
diff to current
2011-09-07
commit-queue@webki...
Unzip initialization lists and constructors in JSCell...
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-01
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=64679
blob
|
commitdiff
|
diff to current
2011-07-27
commit-queue@webki...
reduce and reduceRight bind callback's this to null...
blob
|
commitdiff
|
diff to current
2011-07-19
barraclough@apple.com
Source/JavaScriptCore: [JSC] WebKit allocates gigabytes...
blob
|
commitdiff
|
diff to current
2011-07-18
oliver@apple.com
2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com>
blob
|
commitdiff
|
diff to current
2011-06-10
barraclough@apple.com
Bug 62405 - Fix integer overflow in Array.prototype...
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-18
ggaren@apple.com
Source/JavaScriptCore: Rolling back in r86653 with...
blob
|
commitdiff
|
diff to current
2011-05-17
commit-queue@webki...
2011-05-16 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-05-17
ggaren@apple.com
2011-05-16 Geoffrey Garen <ggaren@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-04-13
barraclough@apple.com
https://bugs.webkit.org/show_bug.cgi?id=58395
blob
|
commitdiff
|
diff to current
2011-03-09
barraclough@apple.com
Bug 55994 - Functions on Array.prototype should check...
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-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-20
darin@apple.com
2011-01-18 Darin Adler <darin@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-02
abarth@webkit.org
Move JavaScriptCore to Source
blob
|
commitdiff
|
diff to current