Commits
User selector
Commit History
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Dec 1, 2016
[WebIDL] Remove custom bindings for File and Blob constructors
Show description for 7a3d6bdcommitted
Sam Weinig
Commits on Nov 12, 2016
Remove LegacyException support from bindings script
Show description for 71d3016committed
Commits on Nov 1, 2016
JSC should support SharedArrayBuffer
Show description for d0dd2e9committed
Filip Pizlo
Commits on Sep 26, 2016
Added RETURN_IF_EXCEPTION() macro and use it for exception checks.
Show description for 3eba826committed
Mark Lam
Commits on Sep 7, 2016
Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.
Show description for 1f253c1committed
Mark Lam
Commits on Sep 5, 2016
Remove the CREATE_DOM_WRAPPER macro
Show description for 86c37e6committed
Sam Weinig
Commits on Aug 30, 2016
Introduce the ThrowScope and force every throw site to instantiate a ThrowScope.
Show description for 63095c3committed
Mark Lam
Commits on Aug 26, 2016
Make custom constructors consistent with generated bindings code
Show description for 122479ecommitted
Nael Ouedraogo
Commits on Jul 11, 2016
toNative functions in JSDOMBinding.h should take an ExecState reference instead of pointer
Show description for 530d46dcommitted
Nael Ouedraogo
Commits on Jul 8, 2016
ExecState should be passed by reference in JS bindings generator for custom constructors
Show description for 2f67917committed
Nael Ouedraogo
Commits on Jul 7, 2016
[JSC] Unify how we throw TypeError from C++
Show description for 6a61cf0authored andcommitted
Commits on May 19, 2016
Refactor toJS functions to use toJSNewlyCreated
Show description for f41ba52committed
Commits on May 15, 2016
Use more references in JS wrappers related code
Show description for 80e6d8bcommitted
Commits on May 12, 2016
Avoid unnecessary null checks in toJS() when the implementation returns a reference or Ref<>
Show description for b5e415acommitted
Commits on May 10, 2016
Get rid of a lot of calls to RefPtr::release()
Show description for c0db90acommitted
Commits on Apr 30, 2016
Get rid of unnecessary null check in wrap(JSDOMGlobalObject*, DOMClass*)
Show description for 26d72aacommitted
Commits on Sep 22, 2014
Generate Element casting helper functions
Show description for 60c6d97committed
Commits on Jun 19, 2014
Move generate prototype and constructor classes into the generated implementation files
Show description for 1013760committed
Sam Weinig
Commits on May 27, 2014
Remove BLOB guards
Show description for 2fc21eeauthored andcommitted
Commits on May 6, 2014
Stop using BlobData on client side
Show description for 9b3024ecommitted
Commits on May 1, 2014
Move size computation for Blob constructor into BlobRegistryImpl
Show description for 49df03fcommitted
Commits on Mar 23, 2014
CREATE_DOM_WRAPPER doesn't need the ExecState.
Show description for 3092fbbcommitted
Andreas Kling
Commits on Nov 15, 2013
Clean up sequence handling in Blob constructor
Show description for 292e3bfauthored andcommitted
Commits on Nov 14, 2013
Source/WebCore: Blob constructor accepts a sequence (array-like object) as first arg.
Show description for 4735c2eauthored andcommitted
Commits on Aug 15, 2013
Typed arrays should be rewritten
Show description for 93a48aacommitted
Filip Pizlo
Commits on Aug 14, 2013
Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked
Show description for 8d919decommitted
Filip Pizlo
Commits on Apr 10, 2013
Blob content type normalization.
Show description for 73b4260authored andcommitted
Commits on Mar 22, 2013
FileAPI: Remove deprecation warning when ArrayBuffer is in Blob constructor.
Show description for 2f7ca0ccommitted
Li Yin
Commits on Oct 9, 2012
Remove unused features of BlobBuilder
Show description for 0c7fd6acommitted
Adam Barth
Commits on Sep 25, 2012
JSC bindings appear to sometimes ignore the possibility of arrays being in sparse mode
Show description for 20feb48committed
Filip Pizlo
Commits on Sep 13, 2012
JSC should have property butterflies
Show description for 0400d28committed
Filip Pizlo
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on Aug 29, 2012
Deploy ASCIILiteral and StringBuilder in more places in WebCore
Show description for b5c996ecommitted
Adam Barth