2013-12-06 |
oliver@apple.com | Refactor static getter function prototype to include... |
blob | commitdiff |
2013-12-06 |
commit-queue@webki... | Unreviewed, rolling out r160133. |
blob | commitdiff | diff to current |
2013-12-04 |
oliver@apple.com | Refactor static getter function prototype to include... |
blob | commitdiff |
2013-09-22 |
darin@apple.com | Add ExecState::uncheckedArgument and use where possible... |
blob | commitdiff | diff to current |
2013-08-29 |
commit-queue@webki... | Source/JavaScriptCore: https://bugs.webkit.org/show_bug... |
blob | commitdiff | diff to current |
2013-08-20 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=120093 |
blob | commitdiff | diff to current |
2013-08-20 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=120053 |
blob | commitdiff | diff to current |
2013-08-18 |
barraclough@apple.com | https://bugs.webkit.org/show_bug.cgi?id=119972 |
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-08-02 |
barraclough@apple.com | Remove no-arguments constructor to PropertySlot |
blob | commitdiff | diff to current |
2013-07-31 |
barraclough@apple.com | Some cleanup in JSValue::get |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2012-10-04 |
commit-queue@webki... | Fix unused parameter compile warnings. |
blob | commitdiff | diff to current |
2012-10-03 |
mhahnenberg@apple.com | Delayed structure sweep can leak structures without... |
blob | commitdiff | diff to current |
2012-09-18 |
ossy@webkit.org | Unreviewed, rolling out r128826 and r128813. |
blob | commitdiff | diff to current |
2012-09-18 |
mhahnenberg@apple.com | Source/WebCore: Unreviewed, fix build. |
blob | commitdiff | diff to current |
2012-08-31 |
mhahnenberg@apple.com | ~JSNPObject should call invalidate() if it hasn't been... |
blob | commitdiff | diff to current |
2012-08-30 |
benjamin@webkit.org | Replace JSC::UString by WTF::String |
blob | commitdiff | diff to current |
2012-08-30 |
mhahnenberg@apple.com | JSNPObject doesn't always protect its data when calling... |
blob | commitdiff | diff to current |
2012-06-27 |
mhahnenberg@apple.com | JSLock should be per-JSGlobalData |
blob | commitdiff | diff to current |
2012-06-23 |
zandobersek@gmail.com | Unreviewed, rolling out r121058. |
blob | commitdiff | diff to current |
2012-06-22 |
mhahnenberg@apple.com | JSLock should be per-JSGlobalData |
blob | commitdiff | diff to current |
2012-05-26 |
ggaren@apple.com | WebKit should be lazy-finalization-safe (esp. the DOM) v2 |
blob | commitdiff | diff to current |
2012-05-22 |
barraclough@apple.com | Add support for private names |
blob | commitdiff | diff to current |
2012-05-16 |
aestes@apple.com | Guard Netscape plug-in code with ENABLE(NETSCAPE_PLUGIN... |
blob | commitdiff | diff to current |
2012-05-15 |
commit-queue@webki... | Unreviewed, rolling out r117095. |
blob | commitdiff | diff to current |
2012-05-15 |
aestes@apple.com | Guard Netscape plug-in code with ENABLE(NETSCAPE_PLUGIN... |
blob | commitdiff | diff to current |
2012-05-12 |
barraclough@apple.com | Introduce PropertyName class |
blob | commitdiff | diff to current |
2011-12-16 |
mhahnenberg@apple.com | De-virtualize destructors |
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-23 |
mhahnenberg@apple.com | Remove getConstructDataVirtual |
blob | commitdiff | diff to current |
2011-10-20 |
mhahnenberg@apple.com | Rename static deleteProperty to deletePropertyByIndex |
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-14 |
mhahnenberg@apple.com | Rename virtual getConstructData to getConstructDataVirtual |
blob | commitdiff | diff to current |
2011-10-10 |
mhahnenberg@apple.com | Remove getCallDataVirtual methods |
blob | commitdiff | diff to current |
2011-10-08 |
mhahnenberg@apple.com | Add static version of JSCell::getConstructData |
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 |
commit-queue@webki... | Unreviewed, rolling out r96996. |
blob | commitdiff | diff to current |
2011-10-08 |
mhahnenberg@apple.com | Remove getCallDataVirtual methods |
blob | commitdiff | diff to current |
2011-09-27 |
mhahnenberg@apple.com | Source/JavaScriptCore: Add static version of JSCell... |
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-09 |
mhahnenberg@apple.com | Unzip initialization lists and constructors in JSCell... |
blob | commitdiff | diff to current |
2011-09-07 |
oliver@apple.com | Remove JSObjectWithGlobalObject |
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-06 |
oliver@apple.com | An object's structure should reference the global objec... |
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-24 |
oliver@apple.com | JSNPObject and JSNPMethod create their structure in... |
blob | commitdiff | diff to current |
2011-08-22 |
oliver@apple.com | Delay GC triggered NP object destruction to the next... |
blob | commitdiff | diff to current |
2011-07-28 |
commit-queue@webki... | Remove operator new from JSCell |
blob | commitdiff | diff to current |
2011-07-04 |
andersca@apple.com | 2011-07-04 Anders Carlsson <andersca@apple.com> |
blob | commitdiff | diff to current |
2011-05-24 |
aroben@apple.com | Invalidate JS wrappers for NPObjects when they are... |
blob | commitdiff | diff to current |
2011-05-19 |
darin@apple.com | 2011-05-18 Darin Adler <darin@apple.com> |
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-05-11 |
oliver@apple.com | 2011-05-10 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-01-28 |
laszlo.1.gombos... | 2011-01-27 Greg Coletta <greg.coletta@nokia.com> |
blob | commitdiff | diff to current |
2011-01-15 |
abarth@webkit.org | Move WebKit2 into Source |
blob | commitdiff | diff to current |
|