2016-03-09 |
cdumez@apple.com | focus() / blur() should be on HTMLElement / SVGElement... |
blob | commitdiff |
2016-03-05 |
rniwa@webkit.org | Update defineCustomElement according to the spec rewrite |
blob | commitdiff | diff to current |
2016-02-29 |
cdumez@apple.com | [Web IDL] Add support for [TreatNullAs=EmptyString... |
blob | commitdiff | diff to current |
2016-02-04 |
cdumez@apple.com | Merge DOMTokenList and DOMSettableTokenList |
blob | commitdiff | diff to current |
2016-01-15 |
rniwa@webkit.org | Add document.defineCustomElement |
blob | commitdiff | diff to current |
2015-09-20 |
cdumez@apple.com | Get rid of custom bindings for HTMLLinkElement.sizes... |
blob | commitdiff | diff to current |
2015-05-15 |
weinig@apple.com | Move HTMLElement's children property to ParentNode |
blob | commitdiff | diff to current |
2015-01-27 |
cdumez@apple.com | HTMLElement.dir should only return known values |
blob | commitdiff | diff to current |
2014-12-02 |
commit-queue@webki... | Source/WebCore: |
blob | commitdiff | diff to current |
2013-12-04 |
rniwa@webkit.org | Revert the inadvertently committed change. |
blob | commitdiff | diff to current |
2013-12-04 |
rniwa@webkit.org | Remove nodeIsDetachedFromDocument and visualWordMovemen... |
blob | commitdiff | diff to current |
2013-11-11 |
zandobersek@gmail.com | Remove the OperationsNotDeletable attribute from most... |
blob | commitdiff | diff to current |
2013-10-06 |
zandobersek@gmail.com | [WebIDL] Annotate IDL interfaces under Source/WebCore... |
blob | commitdiff | diff to current |
2013-08-14 |
ch.dumez@sisa.sams... | Move id attribute to parent Element interface |
blob | commitdiff | diff to current |
2013-08-06 |
weinig@apple.com | .: Remove support for HTML5 MicroData |
blob | commitdiff | diff to current |
2013-06-07 |
ch.dumez@sisa.sams... | Get rid of outdated raises() from Web IDL |
blob | commitdiff | diff to current |
2013-06-07 |
ch.dumez@sisa.sams... | Get rid of outdated getter / setter raises from Web IDL |
blob | commitdiff | diff to current |
2013-04-30 |
ch.dumez@sisa.sams... | Stop using "in" keyword in IDL files |
blob | commitdiff | diff to current |
2013-04-30 |
ch.dumez@sisa.sams... | Replace "Optional" extended attribute by proper Web... |
blob | commitdiff | diff to current |
2013-04-10 |
paroga@webkit.org | Replace ENABLE_MICRODATA preprocessor statements in... |
blob | commitdiff | diff to current |
2013-04-06 |
weinig@apple.com | Removed v8 bindings hooks from IDL files |
blob | commitdiff | diff to current |
2013-03-26 |
morrita@google.com | https://bugs.webkit.org/show_bug.cgi?id=113164 |
blob | commitdiff | diff to current |
2013-03-22 |
morrita@google.com | Custom Elements: "readyCallback" lifecycle callback... |
blob | commitdiff | diff to current |
2013-03-22 |
commit-queue@webki... | Unreviewed, rolling out r146534 and r146565. |
blob | commitdiff | diff to current |
2013-03-22 |
morrita@google.com | Custom Elements: "readyCallback" lifecycle callback... |
blob | commitdiff | diff to current |
2013-02-15 |
haraken@chromium.org | Replace 'DOMObject' with 'any' |
blob | commitdiff | diff to current |
2013-01-29 |
abarth@webkit.org | [v8] Security feature: JavaScript Bindings hardening |
blob | commitdiff | diff to current |
2012-11-12 |
commit-queue@webki... | Unreviewed, rolling out r134225. |
blob | commitdiff | diff to current |
2012-11-12 |
haraken@chromium.org | [V8][JSC] HTMLElement::itemValue() needs not to be... |
blob | commitdiff | diff to current |
2012-10-12 |
commit-queue@webki... | [WebKit IDL] move extended attributes to left of interf... |
blob | commitdiff | diff to current |
2012-10-12 |
commit-queue@webki... | [WebKit IDL] remove all module from idl files. |
blob | commitdiff | diff to current |
2012-08-08 |
arv@chromium.org | DOM4: classList should be defined on Element and not... |
blob | commitdiff | diff to current |
2012-08-08 |
commit-queue@webki... | Evolution, empathy no longer build with webkint 1.9... |
blob | commitdiff | diff to current |
2012-08-08 |
arv@chromium.org | Evolution, empathy no longer build with webkint 1.9... |
blob | commitdiff | diff to current |
2012-08-02 |
arv@chromium.org | DOM4: className should be defined on Element and not... |
blob | commitdiff | diff to current |
2012-03-09 |
rniwa@webkit.org | Mac build fix for micro data API. |
blob | commitdiff | diff to current |
2012-02-16 |
commit-queue@webki... | Add support for the translate attribute in html elements. |
blob | commitdiff | diff to current |
2012-02-13 |
haraken@chromium.org | Add a [V8CustomToJSObject] IDL attribute |
blob | commitdiff | diff to current |
2012-02-11 |
commit-queue@webki... | HTML 5: Support click() method on HTMLElement. |
blob | commitdiff | diff to current |
2012-02-10 |
haraken@chromium.org | Rename [Optional=CallWithDefaultValue] and [Optional... |
blob | commitdiff | diff to current |
2012-02-09 |
haraken@chromium.org | Unreviewed, rolling out r107182, r107186, r107189,... |
blob | commitdiff | diff to current |
2012-02-09 |
haraken@chromium.org | Rename [Optional=CallWithDefalutValue] and [Optional... |
blob | commitdiff | diff to current |
2012-02-08 |
haraken@chromium.org | Rename [CustomPushEventHandlerScope] to [JSCustomPushEv... |
blob | commitdiff | diff to current |
2012-02-08 |
haraken@chromium.org | Add "JS" prefix to JSC-specific IDLs |
blob | commitdiff | diff to current |
2012-02-06 |
haraken@chromium.org | Rename [TreatNullAs=EmptyString] to [TreatNullAs=NullSt... |
blob | commitdiff | diff to current |
2012-02-02 |
haraken@chromium.org | Rename [ConvertNullToNullString] to [TreatNullAs=EmptyS... |
blob | commitdiff | diff to current |
2011-11-24 |
commit-queue@webki... | Microdata: Support for properties attribute. |
blob | commitdiff | diff to current |
2011-11-18 |
commit-queue@webki... | Access key should work on all elements. |
blob | commitdiff | diff to current |
2011-11-12 |
commit-queue@webki... | Unreviewed, rolling out r100013. |
blob | commitdiff | diff to current |
2011-11-11 |
commit-queue@webki... | Access key should work on all elements. |
blob | commitdiff | diff to current |
2011-10-31 |
commit-queue@webki... | Microdata: Support for itemid attribute. |
blob | commitdiff | diff to current |
2011-10-25 |
commit-queue@webki... | Source/WebCore: Microdata: itemtype attribute should... |
blob | commitdiff | diff to current |
2011-10-25 |
rniwa@webkit.org | Microdata: Add itemprop, itemref, itemvalue attributes. |
blob | commitdiff | diff to current |
2011-10-14 |
rniwa@webkit.org | Microdata: Basic implementation of document.getItems... |
blob | commitdiff | diff to current |
2011-08-03 |
commit-queue@webki... | Remove LegacyDefaultOptionalArguments flag from HTML... |
blob | commitdiff | diff to current |
2011-06-17 |
commit-queue@webki... | 2011-06-17 Mark Pilgrim <pilgrim@chromium.org> |
blob | commitdiff | diff to current |
2011-05-27 |
yael.aharon@nokia.com | webkit should implement the dropzone attribute |
blob | commitdiff | diff to current |
2011-01-20 |
chang.shu@nokia.com | 2011-01-20 Chang Shu <chang.shu@nokia.com> |
blob | commitdiff | diff to current |
2011-01-08 |
abarth@webkit.org | Move WebCore into Source |
blob | commitdiff | diff to current |
|