Bug 146587 - Add new sources to DOMAllInOne.cpp
Summary: Add new sources to DOMAllInOne.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on: 146588
Blocks: 102647
  Show dependency treegraph
 
Reported: 2015-07-03 05:12 PDT by Csaba Osztrogonác
Modified: 2015-07-08 14:12 PDT (History)
6 users (show)

See Also:


Attachments
Patch (22.31 KB, patch)
2015-07-03 05:13 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (22.32 KB, patch)
2015-07-07 10:04 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (22.33 KB, patch)
2015-07-08 02:43 PDT, Csaba Osztrogonác
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-07-03 05:12:09 PDT
Many sources aren't added to DOMAllInOne.cpp yet.
Comment 1 Csaba Osztrogonác 2015-07-03 05:13:11 PDT
Created attachment 256094 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-07-03 05:15:42 PDT
Comment on attachment 256094 [details]
Patch

not ready for review, because NamedNodeMap.cpp causes build failure
because of duplicated shouldIgnoreAttributeCase() definition.
Comment 3 Csaba Osztrogonác 2015-07-03 05:38:04 PDT
(In reply to comment #2)
> Comment on attachment 256094 [details]
> Patch
> 
> not ready for review, because NamedNodeMap.cpp causes build failure
> because of duplicated shouldIgnoreAttributeCase() definition.

new bug report to fix this issue: bug146588
Comment 4 Csaba Osztrogonác 2015-07-07 10:04:30 PDT
Created attachment 256306 [details]
Patch

one more shot for the Windows EWS
Comment 5 Csaba Osztrogonác 2015-07-08 02:43:47 PDT
Created attachment 256368 [details]
Patch

maybe Win EWS is happier now
Comment 6 Brent Fulgham 2015-07-08 13:46:29 PDT
Comment on attachment 256368 [details]
Patch

r=me. Built locally.
Comment 7 Brent Fulgham 2015-07-08 14:11:18 PDT
Comment on attachment 256368 [details]
Patch

r=me
Comment 8 Brent Fulgham 2015-07-08 14:12:05 PDT
Committed r186526: <http://trac.webkit.org/changeset/186526>