2014-07-05 |
akling@apple.com | Fast path for jsStringWithCache() when asked for the... |
blob | commitdiff |
2014-05-06 |
oliver@apple.com | Can't make a booking at virginamerica.com |
blob | commitdiff | diff to current |
2014-04-21 |
akling@apple.com | Move the JSString cache from DOMWrapperWorld to VM. |
blob | commitdiff | diff to current |
2014-04-21 |
akling@apple.com | Speed up jsStringWithCache() through WeakGCMap inlining. |
blob | commitdiff | diff to current |
2014-04-07 |
darin@apple.com | Make some bindings improvements, with smaller code... |
blob | commitdiff | diff to current |
2014-03-14 |
oliver@apple.com | Improve dom error messages |
blob | commitdiff | diff to current |
2014-03-03 |
akling@apple.com | JSDOMWindow::commonVM() should return a reference. |
blob | commitdiff | diff to current |
2014-02-27 |
joepeck@webkit.org | Web Inspector: JSContext inspection should report excep... |
blob | commitdiff | diff to current |
2014-02-26 |
mark.lam@apple.com | Need to initialize VM stack data even when the VM is... |
blob | commitdiff | diff to current |
2014-02-25 |
commit-queue@webki... | Unreviewed, rolling out r164627. |
blob | commitdiff | diff to current |
2014-02-25 |
mark.lam@apple.com | Need to initialize VM stack data even when the VM is... |
blob | commitdiff | diff to current |
2014-02-23 |
mitz@apple.com | REGRESSION (r164507): Crash beneath JSGlobalObjectInspe... |
blob | commitdiff | diff to current |
2014-02-21 |
joepeck@webkit.org | Web Inspector: JSContext inspection should report excep... |
blob | commitdiff | diff to current |
2014-02-21 |
benjamin@webkit.org | jsDocumentPrototypeFunctionGetElementById should not... |
blob | commitdiff | diff to current |
2014-02-21 |
joepeck@webkit.org | Revert r164486, causing a number of test failures. |
blob | commitdiff | diff to current |
2014-02-21 |
joepeck@webkit.org | Web Inspector: JSContext inspection should report excep... |
blob | commitdiff | diff to current |
2014-02-06 |
joepeck@webkit.org | Web Inspector: Add Console support to JSContext Inspection |
blob | commitdiff | diff to current |
2014-02-06 |
oliver@apple.com | Change custom getter signature to make the base referen... |
blob | commitdiff | diff to current |
2014-01-29 |
msaboff@apple.com | Merge the jsCStack branch |
blob | commitdiff | diff to current |
2013-12-16 |
rniwa@webkit.org | REGRESSION: 2x regression on Dromaeo DOM query tests |
blob | commitdiff | diff to current |
2013-12-06 |
oliver@apple.com | Refactor static getter function prototype to include... |
blob | commitdiff | diff to current |
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 | diff to current |
2013-11-21 |
mark.lam@apple.com | Introducing VMEntryScope to update the VM stack limit. |
blob | commitdiff | diff to current |
2013-11-09 |
akling@apple.com | Move BindingSecurity stuff under JSDOMBinding umbrella. |
blob | commitdiff | diff to current |
2013-11-03 |
ch.dumez@samsung.com | EnforceRange doesn't enforce range of a short |
blob | commitdiff | diff to current |
2013-10-11 |
akling@apple.com | Kill WebCore::BindingState. |
blob | commitdiff | diff to current |
2013-10-10 |
akling@apple.com | JS DOM wrappers' impl() functions should return references. |
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-28 |
akling@apple.com | Pass VM instead of ExecState to JSFunction constructors. |
blob | commitdiff | diff to current |
2013-09-27 |
darin@apple.com | rename KURL to URL |
blob | commitdiff | diff to current |
2013-09-07 |
akling@apple.com | Don't include Document.h from JSDOMBinding.h |
blob | commitdiff | diff to current |
2013-09-06 |
andersca@apple.com | Stop using fastNew/fastDelete in JavaScriptCore |
blob | commitdiff | diff to current |
2013-09-05 |
andersca@apple.com | GCAssertions.h should use STL type traits and static_assert |
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-14 |
fpizlo@apple.com | Foo::s_info should be Foo::info(), so that you can... |
blob | commitdiff | diff to current |
2013-07-14 |
commit-queue@webki... | Unreviewed, rolling out r151978. |
blob | commitdiff | diff to current |
2013-06-26 |
rniwa@webkit.org | JSString should remember AtomicString |
blob | commitdiff | diff to current |
2013-06-24 |
paroga@webkit.org | Build fix for WinCE after r151563. |
blob | commitdiff | diff to current |
2013-06-13 |
ch.dumez@sisa.sams... | Support byte and octet types in bindings generators |
blob | commitdiff | diff to current |
2013-06-13 |
ch.dumez@sisa.sams... | Avoid duplicate isInt32() / isUInt32() checks in JSDOMB... |
blob | commitdiff | diff to current |
2013-04-25 |
joepeck@webkit.org | ScriptExecutionContext log exception should include... |
blob | commitdiff | diff to current |
2013-04-18 |
ggaren@apple.com | Renamed JSGlobalData to VM |
blob | commitdiff | diff to current |
2013-04-07 |
oliver@apple.com | Inspector should display information about non-object... |
blob | commitdiff | diff to current |
2013-03-21 |
commit-queue@webki... | [JSC] Implement EnforceRange IDL attribute for integer... |
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-01-18 |
ggaren@apple.com | Weak GC maps should be easier to use |
blob | commitdiff | diff to current |
2012-11-16 |
commit-queue@webki... | [JSC] Don't sanitize window.onerror information on... |
blob | commitdiff | diff to current |
2012-11-14 |
jsbell@chromium.org | Rename NATIVE_TYPE_ERR to TypeError |
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-22 |
mark.lam@apple.com | Change stack recursion checks to be based on stack... |
blob | commitdiff | diff to current |
2012-10-07 |
benjamin@webkit.org | Rename first/second to key/value in HashMap iterators |
blob | commitdiff | diff to current |
2012-09-30 |
mkwst@chromium.org | Remove FIXME comments refering to non-existent code... |
blob | commitdiff | diff to current |
2012-09-02 |
fpizlo@apple.com | Don't create access error strings if there is no access... |
blob | commitdiff | diff to current |
2012-08-30 |
benjamin@webkit.org | Replace JSC::UString by WTF::String |
blob | commitdiff | diff to current |
2012-08-28 |
commit-queue@webki... | Unreviewed, rolling out r126914. |
blob | commitdiff | diff to current |
2012-08-28 |
caio.oliveira@open... | Rename first/second to key/value in HashMap iterators |
blob | commitdiff | diff to current |
2012-08-28 |
tkent@chromium.org | Unreviewed, rolling out r126836. |
blob | commitdiff | diff to current |
2012-08-28 |
caio.oliveira@open... | Rename first/second to key/value in HashMap iterators |
blob | commitdiff | diff to current |
2012-08-21 |
abarth@webkit.org | Implement JSDOMWindow*::allowsAccessFrom* in terms... |
blob | commitdiff | diff to current |
2012-08-17 |
ap@apple.com | REGRESSION (r125912): Crashes in worker tests |
blob | commitdiff | diff to current |
2012-08-17 |
abarth@webkit.org | REGRESSION (r125592): Crash in Console::addMessage... |
blob | commitdiff | diff to current |
2012-08-14 |
abarth@webkit.org | Delete Frame::domWindow() and Frame::existingDOMWindow() |
blob | commitdiff | diff to current |
2012-08-14 |
haraken@chromium.org | [V8] Remove [TreatReturnedNullAs=False] |
blob | commitdiff | diff to current |
2012-08-11 |
benjamin@webkit.org | WebCore::findAtomicString(PropertyName) always convert... |
blob | commitdiff | diff to current |
2012-08-09 |
abarth@webkit.org | Rewire the same-origin checks for the JavaScriptCore... |
blob | commitdiff | diff to current |
2012-08-07 |
abarth@webkit.org | JSC should use BindingState to determine the activeDOMW... |
blob | commitdiff | diff to current |
2012-07-24 |
commit-queue@webki... | [JSBinding] Merging jsUnsignedLongArrayToVector() to... |
blob | commitdiff | diff to current |
2012-07-19 |
jsbell@chromium.org | IndexedDB: Throw native TypeErrors per spec |
blob | commitdiff | diff to current |
2012-06-15 |
tkent@chromium.org | [JSC/V8] "DOMString[]" for function return values shoul... |
blob | commitdiff | diff to current |
2012-06-14 |
tkent@chromium.org | [JSC/V8] Improve DOMString[] support |
blob | commitdiff | diff to current |
2012-05-25 |
ggaren@apple.com | WebKit should be lazy-finalization-safe (esp. the DOM) |
blob | commitdiff | diff to current |
2012-05-22 |
barraclough@apple.com | Add support for private names |
blob | commitdiff | diff to current |
2012-05-12 |
barraclough@apple.com | Introduce PropertyName class |
blob | commitdiff | diff to current |
2012-04-28 |
ggaren@apple.com | Made WeakSet::allocate() static and removed its JSGloba... |
blob | commitdiff | diff to current |
2012-04-05 |
oliver@apple.com | Make WebCore use jsCast rather than static_cast for... |
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-02 |
mjs@apple.com | Source/WebCore: REGRESSION(r97353): Crash when accessin... |
blob | commitdiff | diff to current |
2012-02-17 |
ggaren@apple.com | Made Weak<T> single-owner, adding PassWeak<T> |
blob | commitdiff | diff to current |
2012-02-03 |
abarth@webkit.org | Rename checkNodeSecurity and allowsAccessFromFrame... |
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-08 |
abarth@webkit.org | Rename checkNodeSecurity and allowsAccessFromFrame... |
blob | commitdiff | diff to current |
2012-01-08 |
abarth@webkit.org | Remove deprecated toDynamicFrame and unused [CallWith... |
blob | commitdiff | diff to current |
2011-12-16 |
mhahnenberg@apple.com | De-virtualize destructors |
blob | commitdiff | diff to current |
2011-10-28 |
abarth@webkit.org | Autogenerate Exception-downcast code in bindings |
blob | commitdiff | diff to current |
2011-10-28 |
abarth@webkit.org | Remove getExceptionCodeDescription() |
blob | commitdiff | diff to current |
2011-10-28 |
abarth@webkit.org | ExceptionCode.cpp shouldn't need to know about every... |
blob | commitdiff | diff to current |
2011-10-18 |
abarth@webkit.org | Always enable ENABLE(XPATH) |
blob | commitdiff | diff to current |
2011-10-05 |
ggaren@apple.com | Some JSValue cleanup |
blob | commitdiff | diff to current |
2011-09-22 |
barraclough@apple.com | Implement Function.prototype.bind |
blob | commitdiff | diff to current |
2011-09-16 |
abarth@webkit.org | Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE) |
blob | commitdiff | diff to current |
2011-09-11 |
weinig@apple.com | Add isInterruptedExecutionException and isTerminatedExe... |
blob | commitdiff | diff to current |
2011-09-08 |
weinig@apple.com | Remove the Completion object from JSC, I have never... |
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-30 |
paroga@webkit.org | 2011-06-30 Patrick Gansterer <paroga@webkit.org> |
blob | commitdiff | diff to current |
2011-06-13 |
abarth@webkit.org | 2011-06-13 Adam Barth <abarth@webkit.org> |
blob | commitdiff | diff to current |
2011-06-02 |
jianli@chromium.org | Update the behavior of multiple reads for FileReader |
blob | commitdiff | diff to current |
2011-05-10 |
tonyg@chromium.org | 2011-05-10 Tony Gentilcore <tonyg@chromium.org> |
blob | commitdiff | diff to current |
2011-05-05 |
commit-queue@webki... | 2011-05-05 Bharathwaaj Srinivasan <bharathwaaj.s... |
blob | commitdiff | diff to current |
2011-04-26 |
ggaren@apple.com | 2011-04-25 Geoffrey Garen <ggaren@apple.com> |
blob | commitdiff | diff to current |
next |