2016-03-05 |
utatane.tea@gmail.com | [ES6] Support Reflect.construct |
blob | commitdiff |
2016-03-04 |
keith_miller@apple.com | [ES6] Add support for Symbol.toPrimitive |
blob | commitdiff | diff to current |
2016-01-25 |
akling@apple.com | Reduce number of Structures created at startup. |
blob | commitdiff | diff to current |
2016-01-20 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleTimeString... |
blob | commitdiff | diff to current |
2016-01-20 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleDateString... |
blob | commitdiff | diff to current |
2016-01-15 |
commit-queue@webki... | [INTL] Implement Date.prototype.toLocaleString in ECMA-402 |
blob | commitdiff | diff to current |
2016-01-06 |
commit-queue@webki... | [ES6] Date.prototype should be a plain object |
blob | commitdiff | diff to current |
2016-01-05 |
commit-queue@webki... | Unreviewed, rolling out r194603. |
blob | commitdiff | diff to current |
2016-01-05 |
commit-queue@webki... | [ES6] Date.prototype should be a plain object |
blob | commitdiff | diff to current |
2015-07-19 |
commit-queue@webki... | new Date(NaN).toJSON() must return null instead of... |
blob | commitdiff | diff to current |
2014-10-23 |
mark.lam@apple.com | Refactoring to simplify some code in DatePrototype... |
blob | commitdiff | diff to current |
2014-10-23 |
commit-queue@webki... | String(new Date(Mar 30 2014 01:00:00)) is wrong in CET |
blob | commitdiff | diff to current |
2014-08-19 |
mmirman@apple.com | Merges the two native inlining passes from the build. |
blob | commitdiff | diff to current |
2014-07-30 |
akling@apple.com | Static hash tables no longer need to be coupled with... |
blob | commitdiff | diff to current |
2014-03-31 |
dbatyai.u-szeged... | Remove hostThisRegister() and hostThisValue() |
blob | commitdiff | diff to current |
2014-03-16 |
darin@apple.com | Remove all uses of deprecatedCharacters from JavaScriptCore |
blob | commitdiff | diff to current |
2014-02-11 |
fpizlo@apple.com | Rename Operations.h to JSCInlines.h |
blob | commitdiff | diff to current |
2014-01-25 |
darin@apple.com | Try to fix Mac build. |
blob | commitdiff | diff to current |
2014-01-25 |
darin@apple.com | Get rid of ICU_UNICODE and WCHAR_UNICODE remnants |
blob | commitdiff | diff to current |
2014-01-25 |
darin@apple.com | [Mac] Rewrite locale-specific date formatting code... |
blob | commitdiff | diff to current |
2014-01-25 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
blob | commitdiff | diff to current |
2014-01-25 |
commit-queue@webki... | Unreviewed, rolling out r162713. |
blob | commitdiff | diff to current |
2014-01-24 |
oliver@apple.com | Generic JSObject::put should handle static properties... |
blob | commitdiff | diff to current |
2014-01-13 |
commit-queue@webki... | Unreviewed, rolling out r161840. |
blob | commitdiff | diff to current |
2014-01-12 |
darin@apple.com | Reduce use of String::characters |
blob | commitdiff | diff to current |
2013-09-29 |
akling@apple.com | Pass VM instead of ExecState to simple builtin construc... |
blob | commitdiff | diff to current |
2013-09-27 |
akling@apple.com | Pass VM instead of ExecState to JSDateMath functions. |
blob | commitdiff | diff to current |
2013-09-26 |
akling@apple.com | Pass VM instead of ExecState to many finishCreation... |
blob | commitdiff | diff to current |
2013-09-22 |
darin@apple.com | Add ExecState::uncheckedArgument and use where possible... |
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-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: Rationalized 'this' conversion, includes... |
blob | commitdiff | diff to current |
2013-05-13 |
andersca@apple.com | Stop including UnusedParam.h |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-02-18 |
zandobersek@gmail.com | Stop placing std::isfinite and std::signbit inside... |
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-02-13 |
zandobersek@gmail.com | The 'global isinf/isnan' compiler quirk required when... |
blob | commitdiff | diff to current |
2013-01-29 |
commit-queue@webki... | Collapse testing for a list of PLATFORM() into OS(... |
blob | commitdiff | diff to current |
2013-01-24 |
mhahnenberg@apple.com | Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJS... |
blob | commitdiff | diff to current |
2013-01-23 |
oliver@apple.com | Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REAC... |
blob | commitdiff | diff to current |
2013-01-12 |
fpizlo@apple.com | The JITThunks class should be in its own file, and... |
blob | commitdiff | diff to current |
2012-10-11 |
ggaren@apple.com | Removed ASSERT_CLASS_FITS_IN_CELL |
blob | commitdiff | diff to current |
2012-09-24 |
commit-queue@webki... | Fix build warnings : -Wunused-parameter, -Wparentheses... |
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 |
benjamin@webkit.org | Replace JSC::UString by WTF::String |
blob | commitdiff | diff to current |
2012-08-06 |
paroga@webkit.org | Unify JSC date and time formating functions |
blob | commitdiff | diff to current |
2012-07-25 |
paroga@webkit.org | REGRESSION(r123505): Date.getYear() returns the same... |
blob | commitdiff | diff to current |
2012-07-24 |
paroga@webkit.org | Store the full year in GregorianDateTime |
blob | commitdiff | diff to current |
2012-07-24 |
paroga@webkit.org | Move GregorianDateTime from JSC to WTF namespace |
blob | commitdiff | diff to current |
2012-07-21 |
paroga@webkit.org | [WIN] Use GetDateFormat and GetTimeFormat instead of... |
blob | commitdiff | diff to current |
2012-05-12 |
barraclough@apple.com | Introduce PropertyName class |
blob | commitdiff | diff to current |
2012-02-23 |
kevino@webkit.org | [wx] Build fix for non-Mac wx builds. |
blob | commitdiff | diff to current |
2012-01-27 |
zeno.albisser@noki... | [Qt][Mac] Build fails after adding ICU support (r105997). |
blob | commitdiff | diff to current |
2012-01-27 |
kevino@webkit.org | [wx] Unreviewed. Build fix, wx uses the Mac ICU headers... |
blob | commitdiff | diff to current |
2012-01-26 |
mrowe@apple.com | Attempted Mac build fix after r105939. |
blob | commitdiff | diff to current |
2012-01-26 |
efidler@rim.com | Implement Date.toLocaleString() using ICU |
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-06 |
barraclough@apple.com | date.toISOString produces incorrect results for dates... |
blob | commitdiff | diff to current |
2011-11-15 |
abarth@webkit.org | DateMath.cpp should not depend on JavaScriptCore |
blob | commitdiff | diff to current |
2011-11-11 |
barraclough@apple.com | Update iOS port's configuration setting, particularly... |
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-19 |
barraclough@apple.com | Errrk, fix partial commit of r97825! |
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-08 |
mhahnenberg@apple.com | Add static version of JSCell::getOwnPropertySlot |
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-14 |
mhahnenberg@apple.com | Unzip initialization lists and constructors in JSCell... |
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 |
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-07-22 |
commit-queue@webki... | Date.prototype.toISOString doesn't handle negative... |
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-02-23 |
paroga@webkit.org | 2011-02-23 Patrick Gansterer <paroga@webkit.org> |
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-02 |
abarth@webkit.org | Move JavaScriptCore to Source |
blob | commitdiff | diff to current |
|