2016-10-02 |
darin@apple.com | Rename ExceptionCode-based exception handling to "legacy" |
blob | commitdiff |
2016-09-05 |
commit-queue@webki... | run-bindings-tests fails since r205422 |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-06-21 |
cdumez@apple.com | Unreviewed, roll out r202268 as it looks like it was... |
blob | commitdiff | diff to current |
2016-06-21 |
barraclough@apple.com | Don't eagerly reify DOM Prototype properties |
blob | commitdiff | diff to current |
2016-06-06 |
utatane.tea@gmail.com | Change ProxyObject.[[Get]] not to use custom accessor |
blob | commitdiff | diff to current |
2016-05-24 |
utatane.tea@gmail.com | Unreviewed, updating binding test results |
blob | commitdiff | diff to current |
2016-05-19 |
cdumez@apple.com | Kill JSDOMBindings' createNewWrapper() |
blob | commitdiff | diff to current |
2016-05-19 |
youenn.fablet@crf... | Refactor toJS functions to use toJSNewlyCreated |
blob | commitdiff | diff to current |
2016-05-15 |
cdumez@apple.com | Use more references in JS wrappers related code |
blob | commitdiff | diff to current |
2016-05-12 |
cdumez@apple.com | Avoid unnecessary null checks in toJS() when the implem... |
blob | commitdiff | diff to current |
2016-04-30 |
darin@apple.com | Stop using old-style string-based enums in Internals.idl |
blob | commitdiff | diff to current |
2016-04-30 |
cdumez@apple.com | Use LIKELY() / UNLIKELY() hints when suitable in the... |
blob | commitdiff | diff to current |
2016-03-11 |
utatane.tea@gmail.com | [ES6] Implement Reflect.set without receiver support |
blob | commitdiff | diff to current |
2016-03-07 |
sbarati@apple.com | [[GetPrototypeOf]] should be a fully virtual method... |
blob | commitdiff | diff to current |
2016-02-10 |
ryanhaddad@apple.com | Rebaselining bindings tests |
blob | commitdiff | diff to current |
2016-02-10 |
cdumez@apple.com | [Web IDL] interface objects should be Function objects |
blob | commitdiff | diff to current |
2016-02-09 |
barraclough@apple.com | GetValueFunc/PutValueFunc should not take both slotBase... |
blob | commitdiff | diff to current |
2016-01-30 |
cdumez@apple.com | [JS Bindings] prototype.constructor should be writable |
blob | commitdiff | diff to current |
2016-01-02 |
aestes@apple.com | Replace WTF::move with WTFMove |
blob | commitdiff | diff to current |
2015-11-02 |
youenn.fablet@crf... | Rename JSDOMWrapper.impl to JSDOMWrapper.wrapped |
blob | commitdiff | diff to current |
2015-10-16 |
youenn.fablet@crf... | Binding generator should use templated JSXXConstructor |
blob | commitdiff | diff to current |
2015-10-14 |
youenn.fablet@crf... | Rename JSDOMWrapper to JSDOMObject and JSDOMWrapperWith... |
blob | commitdiff | diff to current |
2015-10-08 |
youenn.fablet@crf... | Binding generated JS constructors should use GlobalObje... |
blob | commitdiff | diff to current |
2015-10-06 |
youenn.fablet@crf... | Binding generator XXConstructor::finishCreation should... |
blob | commitdiff | diff to current |
2015-10-06 |
commit-queue@webki... | Unreviewed, rolling out r190619. |
blob | commitdiff | diff to current |
2015-10-06 |
youenn.fablet@crf... | Binding generator XXConstructor::finishCreation should... |
blob | commitdiff | diff to current |
2015-10-01 |
youenn.fablet@crf... | Refactor binding generator to factor JS DOM class m_imp... |
blob | commitdiff | diff to current |
2015-09-29 |
youenn.fablet@crf... | Improve binding of JSBuiltinConstructor classes |
blob | commitdiff | diff to current |
2015-09-24 |
youenn.fablet@crf... | [Streams API] Add support for JS builtins constructor |
blob | commitdiff | diff to current |
2015-09-23 |
cdumez@apple.com | Unreviewed, roll out r190085 as it seems to cause crash... |
blob | commitdiff | diff to current |
2015-09-22 |
commit-queue@webki... | Unreviewed, rolling out r189616. |
blob | commitdiff | diff to current |
2015-09-21 |
cdumez@apple.com | [JS Bindings] prototype.constructor should be writable |
blob | commitdiff | diff to current |
2015-09-20 |
cdumez@apple.com | [CallWith=ScriptState] should pass ExecState to the... |
blob | commitdiff | diff to current |
2015-09-16 |
cdumez@apple.com | WebIDL: Rename [ReturnNewObject] to [NewObject] and... |
blob | commitdiff | diff to current |
2015-09-11 |
akling@apple.com | [JSC] Weak should only accept cell pointees. |
blob | commitdiff | diff to current |
2015-08-31 |
cdumez@apple.com | Unreviewed, rebaseline bindings tests after r189184. |
blob | commitdiff | diff to current |
2015-08-11 |
cdumez@apple.com | The 'length' property on interface objects should be... |
blob | commitdiff | diff to current |
2015-08-11 |
cdumez@apple.com | [WebIDL] All interface objects must have a property... |
blob | commitdiff | diff to current |
2015-08-11 |
cdumez@apple.com | Unreviewed, rebaseline bindings tests after r188252. |
blob | commitdiff | diff to current |
2015-04-29 |
akling@apple.com | Simplify DOM wrapper destruction, don't deref() in... |
blob | commitdiff | diff to current |
2015-03-06 |
darin@apple.com | Make JavaScript binding get and set legacy event listen... |
blob | commitdiff | diff to current |
2015-03-04 |
commit-queue@webki... | Unreviewed, rolling out r181001 and r181003. |
blob | commitdiff | diff to current |
2015-03-04 |
achristensen@apple.com | Update bindings tests after r181001. |
blob | commitdiff | diff to current |
2015-02-18 |
commit-queue@webki... | Prepare to use WEBCORE_EXPORT on Windows. |
blob | commitdiff | diff to current |
2015-01-29 |
akling@apple.com | JavaScript bindings constructors should take Ref<ImplTy... |
blob | commitdiff | diff to current |
2014-09-22 |
cdumez@apple.com | Generate Element casting helper functions |
blob | commitdiff | diff to current |
2014-09-02 |
achristensen@apple.com | Fix bindings tests after r173176. |
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-06-21 |
weinig@apple.com | Remove static tables for bindings that use eager reific... |
blob | commitdiff | diff to current |
2014-06-19 |
weinig@apple.com | Move generate prototype and constructor classes into... |
blob | commitdiff | diff to current |
2014-06-17 |
weinig@apple.com | Move forward declaration of bindings static functions... |
blob | commitdiff | diff to current |
2014-06-13 |
weinig@apple.com | Constructors should eagerly reify their properties too |
blob | commitdiff | diff to current |
2014-06-11 |
weinig@apple.com | REGRESSION (r133705): Layout Test js/dom/webidl-type... |
blob | commitdiff | diff to current |
2014-06-11 |
weinig@apple.com | Don't create a HashTable for JSObjects that use eager... |
blob | commitdiff | diff to current |
2014-06-09 |
mhahnenberg@apple.com | Rebaseline bindings tests after r169703 |
blob | commitdiff | diff to current |
2014-04-15 |
commit-queue@webki... | Unreviewed, rolling out r167199 and r167251. |
blob | commitdiff | diff to current |
2014-04-13 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-11 |
barraclough@apple.com | Rollout - Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-09 |
oliver@apple.com | Rewrite Function.bind as a builtin |
blob | commitdiff | diff to current |
2014-04-07 |
darin@apple.com | Make some bindings improvements, with smaller code... |
blob | commitdiff | diff to current |
2014-04-04 |
akling@apple.com | JSGenerateToNativeObject should use fast JSNode/JSEleme... |
blob | commitdiff | diff to current |
2014-03-28 |
akling@apple.com | Rebaseline bindings tests. |
blob | commitdiff | diff to current |
2014-03-23 |
akling@apple.com | CREATE_DOM_WRAPPER doesn't need the ExecState. |
blob | commitdiff | diff to current |
2014-03-19 |
akling@apple.com | Rebaseline bindings tests. |
blob | commitdiff | diff to current |
2014-03-17 |
akling@apple.com | Remove unnecessary JSC::Handle null checks in bindings... |
blob | commitdiff | diff to current |
2014-03-14 |
barraclough@apple.com | Reduce memory use for static property maps |
blob | commitdiff | diff to current |
2014-03-14 |
barraclough@apple.com | Reduce memory use for static property maps |
blob | commitdiff | diff to current |
2014-03-12 |
jer.noble@apple.com | Unreviewed, rolling out r165482. |
blob | commitdiff | diff to current |
2014-03-12 |
barraclough@apple.com | Reduce memory use for static property maps |
blob | commitdiff | diff to current |
2014-02-28 |
rniwa@webkit.org | JSC ignores the extra memory cost of HTMLCollection... |
blob | commitdiff | diff to current |
2014-02-06 |
oliver@apple.com | Push DOM attributes into the prototype chain |
blob | commitdiff | diff to current |
2014-02-06 |
akling@apple.com | Rebaseline the bindings tests after Oliver's hackery. |
blob | commitdiff | diff to current |
2014-02-04 |
ggaren@apple.com | Rolled out <trac.webkit.org/changeset/163280>: |
blob | commitdiff | diff to current |
2014-02-03 |
oliver@apple.com | Push DOM attributes into the prototype chain |
blob | commitdiff | diff to current |
2014-01-29 |
oliver@apple.com | Make DOM attributes appear to be faux accessor properties |
blob | commitdiff | diff to current |
2014-01-29 |
commit-queue@webki... | Unreviewed, rolling out r162987. |
blob | commitdiff | diff to current |
2014-01-29 |
oliver@apple.com | Make DOM attributes appear to be faux accessor properties |
blob | commitdiff | diff to current |
2014-01-25 |
oliver@apple.com | Put functions need to take a base object and a this... |
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-02 |
oliver@apple.com | Update bindings test results |
blob | commitdiff | diff to current |
2013-12-20 |
oliver@apple.com | DOM bindings should use thisValue for attributes |
blob | commitdiff | diff to current |
2013-12-06 |
oliver@apple.com | Refactor static getter function prototype to include... |
blob | commitdiff | diff to current |
2013-11-21 |
dbates@webkit.org | Only generate isObservable() when IDL specifies Generat... |
blob | commitdiff | diff to current |
2013-10-15 |
ap@apple.com | Don't generate a wasteful isObservable check in isReach... |
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-10-03 |
rniwa@webkit.org | Update binding test results after r156808 for r156769. |
blob | commitdiff | diff to current |
2013-10-02 |
eric.carlson@apple.com | IDL parser should remove a leading "_" from identifier... |
blob | commitdiff | diff to current |
|