Closed
Bug 936927
Opened 12 years ago
Closed 12 years ago
Build the HTML parser in unified mode
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
2.20 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
This helps with building the code faster, similar to the way that we currently build WebIDL bindings, IPDL protocols, etc.
The |namespace dom| change is necessary to make sure that the `dom' namespace alias doesn't clash with the real dom namespace.
Try run: https://tbpl.mozilla.org/?tree=Try&rev=8e7c6d3bf687
| Assignee | ||
Comment 1•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ehsan
| Assignee | ||
Updated•12 years ago
|
Attachment #829891 -
Flags: review?(hsivonen)
Comment 2•12 years ago
|
||
Comment on attachment 829891 [details] [diff] [review]
Build the HTML parser in unified mode
I have no clue what this does, but I believe you. rs=hsivonen.
Attachment #829891 -
Flags: review?(hsivonen) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
The idea here is to reduce the number of translation units we build in order to get faster builds.
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•