Closed
Bug 913619
Opened 10 years ago
Closed 10 years ago
Minimize the #includes in image/src
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
39.61 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #800919 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 1•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=bbdb3465c49e
Updated•10 years ago
|
Attachment #800919 -
Flags: review?(jmuizelaar) → review+
Comment 2•10 years ago
|
||
A story about this patch would be nice.
Assignee | ||
Comment 3•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=0a12d28c2dbb
Assignee | ||
Comment 4•10 years ago
|
||
I'll add the below to the commit message when landing: This patch was generated by running include-what-you-use on image/src, and then removing the #include statements suggested by that tool, either replacing them with forward declarations of the used names in headers, or dropping the ones that were completely unnecessary, and then adding new #include statements in other places that were implicitly relying on some of the removed #include statements.
Assignee | ||
Comment 5•10 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/de8f83fde394
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/de8f83fde394
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•