Bug 160415 - Freeze DOMHTMLTitleElement and DOMHTMLUListElement bindings
Summary: Freeze DOMHTMLTitleElement and DOMHTMLUListElement bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-01 12:19 PDT by Anders Carlsson
Modified: 2016-08-01 12:36 PDT (History)
3 users (show)

See Also:


Attachments
Patch (22.83 KB, patch)
2016-08-01 12:22 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (22.38 KB, patch)
2016-08-01 12:25 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2016-08-01 12:19:01 PDT
Freeze DOMHTMLTitleElement and DOMHTMLUListElement bindings
Comment 1 Anders Carlsson 2016-08-01 12:22:56 PDT
Created attachment 285027 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-01 12:24:45 PDT
Attachment 285027 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/objc/DOMHTMLUListElement.mm:33:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm:32:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 2 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-08-01 12:25:07 PDT
Created attachment 285029 [details]
Patch
Comment 4 Sam Weinig 2016-08-01 12:28:53 PDT
Comment on attachment 285029 [details]
Patch

rs=me
Comment 5 WebKit Commit Bot 2016-08-01 12:29:55 PDT
Attachment 285029 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/objc/DOMHTMLUListElement.mm:32:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/WebCore/bindings/objc/DOMHTMLTitleElement.mm:31:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 2 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Sam Weinig 2016-08-01 12:30:36 PDT
(In reply to comment #4)
> Comment on attachment 285029 [details]
> Patch
> 
> rs=me

...though I don't approve of the license change.
Comment 7 Anders Carlsson 2016-08-01 12:33:37 PDT
(In reply to comment #6)
> (In reply to comment #4)
> > Comment on attachment 285029 [details]
> > Patch
> > 
> > rs=me
> 
> ...though I don't approve of the license change.

Just matching what darin did to DOMHTMLTextAreaElement.
Comment 8 Anders Carlsson 2016-08-01 12:36:30 PDT
Committed r203981: <http://trac.webkit.org/changeset/203981>