Closed
Bug 732167
Opened 14 years ago
Closed 14 years ago
eliminate duplicate headers in content/
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file, 2 obsolete files)
26.35 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Running:
for f in $(find content -name '*.cpp'); do grep -B1 '#include' <(echo $f && grep '#include' $f | sort | uniq -d); done
indicates a number of duplicate #includes. Some are necessary (atom lists and the like), but many are not. The duplicates should be removed.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
I realize bz isn't a reviewer for everything in here (svg and xslt are the exceptions, maybe canvas?), but close enough?
Attachment #602085 -
Flags: review?(bzbarsky)
Comment 2•14 years ago
|
||
Comment on attachment 602085 [details] [diff] [review]
patch
Drive-by review redirect
Attachment #602085 -
Flags: review?(bzbarsky) → review?(mounir)
Updated•14 years ago
|
Attachment #602085 -
Flags: review?(mounir) → review+
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Updating patch; didn't apply cleanly. Hope it doesn't midair with other patches.
Assignee: nobody → nfroyd
Attachment #602085 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #603358 -
Flags: review+
![]() |
Assignee | |
Comment 4•14 years ago
|
||
Refreshing again, just for good measure.
Attachment #603358 -
Attachment is obsolete: true
Attachment #606210 -
Flags: review+
![]() |
Assignee | |
Updated•14 years ago
|
Whiteboard: [autoland-try:-b do -p all -u none -t none]
![]() |
||
Updated•14 years ago
|
Whiteboard: [autoland-try:-b do -p all -u none -t none] → [autoland-in-queue]
![]() |
||
Comment 5•14 years ago
|
||
Autoland Patchset:
Patches: 606210
Branch: mozilla-central => try
Destination: http://hg.mozilla.org/try/pushloghtml?changeset=d9bc52f4e0ed
Try run started, revision d9bc52f4e0ed. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=d9bc52f4e0ed
![]() |
||
Comment 6•14 years ago
|
||
Try run for d9bc52f4e0ed is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=d9bc52f4e0ed
Results (out of 14 total builds):
success: 14
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-d9bc52f4e0ed
![]() |
||
Updated•14 years ago
|
Whiteboard: [autoland-in-queue]
![]() |
Assignee | |
Updated•14 years ago
|
Keywords: checkin-needed
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•