Changeset 73168 in webkit


Ignore:
Timestamp:
Dec 2, 2010 11:21:48 AM (13 years ago)
Author:
arv@chromium.org
Message:

2010-12-02 Erik Arvidsson <arv@chromium.org>

Reviewed by Darin Adler.

Missing DOM property for incremental input attribute
https://bugs.webkit.org/show_bug.cgi?id=50335

  • fast/forms/incremental-dom-property-expected.txt: Added.
  • fast/forms/incremental-dom-property.html: Added.
  • fast/forms/script-tests/incremental-dom-property.js: Added.

2010-12-02 Erik Arvidsson <arv@chromium.org>

Reviewed by Darin Adler.

Missing DOM property for incremental input attribute
https://bugs.webkit.org/show_bug.cgi?id=50335

Test: fast/forms/incremental-dom-property.html

  • html/HTMLInputElement.idl: Added attribute
Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r73156 r73168  
     12010-12-02  Erik Arvidsson  <arv@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Missing DOM property for incremental input attribute
     6        https://bugs.webkit.org/show_bug.cgi?id=50335
     7
     8        * fast/forms/incremental-dom-property-expected.txt: Added.
     9        * fast/forms/incremental-dom-property.html: Added.
     10        * fast/forms/script-tests/incremental-dom-property.js: Added.
     11
    1122010-12-02  Tony Chang  <tony@chromium.org>
    213
  • trunk/WebCore/ChangeLog

    r73163 r73168  
     12010-12-02  Erik Arvidsson  <arv@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Missing DOM property for incremental input attribute
     6        https://bugs.webkit.org/show_bug.cgi?id=50335
     7
     8        Test: fast/forms/incremental-dom-property.html
     9
     10        * html/HTMLInputElement.idl: Added attribute
     11
    1122010-12-02  John Knottenbelt  <jknotten@chromium.org>
    213
  • trunk/WebCore/html/HTMLInputElement.idl

    r72003 r73168  
    7171        readonly attribute HTMLOptionElement selectedOption;
    7272#endif
     73        attribute [Reflect] boolean incremental;
    7374
    7475        void stepUp(in [Optional] long n) raises(DOMException);
Note: See TracChangeset for help on using the changeset viewer.