Closed
Bug 539434
Opened 15 years ago
Closed 15 years ago
[HTML5] The translator isn't updating parser/html/javasrc/
Categories
(Core :: DOM: HTML Parser, defect, P2)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: mozilla+ben)
Details
Attachments
(2 files)
1.25 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
763 bytes,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
Looking at http://mxr.mozilla.org/mozilla-central/source/parser/html/javasrc/ , it turns out that the translator isn't storing a snapshot of the translated .java files in parser/html/javasrc/.
To make it easier for downstream packagers to use Gecko under the GPL, the translator should put a snapshot of the .java files in parser/html/javasrc/ and the makefile should allow using parser/html/javasrc/ as the translation source (in which case the translator shouldn't overwrite those files with the files themselves).
Assignee | ||
Comment 1•15 years ago
|
||
copyFile already contains a check to make sure the files don't overwrite themselves, so simply uncommenting the call should be sufficient
Attachment #433659 -
Flags: review?(hsivonen)
Assignee | ||
Comment 2•15 years ago
|
||
Allows using the latest mozilla-central snapshot instead of the latest htmlparser revision.
Attachment #433660 -
Flags: review?(hsivonen)
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → bnewman
Reporter | ||
Updated•15 years ago
|
Attachment #433659 -
Flags: review?(hsivonen) → review+
Reporter | ||
Updated•15 years ago
|
Attachment #433660 -
Flags: review?(hsivonen) → review+
Assignee | ||
Comment 3•15 years ago
|
||
http://hg.mozilla.org/projects/htmlparser/rev/fc1aa0e8ad45
http://hg.mozilla.org/mozilla-central/rev/1a9e1f278039
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•15 years ago
|
||
Synced the Java sources:
http://hg.mozilla.org/mozilla-central/rev/ddd6f8457ee4
You need to log in
before you can comment on or make changes to this bug.
Description
•