Closed
Bug 903819
Opened 12 years ago
Closed 12 years ago
Don't include Layers.h everywhere, part 4
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: dzbarsky, Assigned: dzbarsky)
Details
Attachments
(2 files, 1 obsolete file)
646.56 KB,
text/plain
|
Details | |
9.98 KB,
patch
|
nrc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #788628 -
Flags: review?(ncameron)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #788631 -
Flags: review?(ncameron)
Comment 4•12 years ago
|
||
Comment on attachment 788631 [details] [diff] [review]
Part 2 - Don't include Layers.h in nsPresContext.h r=nrc
Review of attachment 788631 [details] [diff] [review]:
-----------------------------------------------------------------
You should get a layout peer to review this. Looks good to me, but better to get review from someone who knows this stuff.
Attachment #788631 -
Flags: review?(ncameron)
Updated•12 years ago
|
Attachment #788628 -
Flags: review?(ncameron) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #788631 -
Flags: review?(roc)
Comment on attachment 788631 [details] [diff] [review]
Part 2 - Don't include Layers.h in nsPresContext.h r=nrc
Review of attachment 788631 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/base/nsDisplayList.cpp
@@ +3030,5 @@
> +
> +/* static */ void
> +nsPresContext::NotifySubDocInvalidation(ContainerLayer* aContainer,
> + const nsIntRegion& aRegion)
> +{
Moving nsPresContext code to nsDisplayList.cpp is very undesirable IMHO.
Comment 6•12 years ago
|
||
Comment on attachment 788631 [details] [diff] [review]
Part 2 - Don't include Layers.h in nsPresContext.h r=nrc
This was fixed in bug 904541.
Attachment #788631 -
Attachment is obsolete: true
Attachment #788631 -
Flags: review?(roc)
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 9•12 years ago
|
||
(In reply to Ed Morley [:edmorley UTC+1] from comment #8)
> https://hg.mozilla.org/mozilla-central/rev/501af2a0ca17
Why did HTMLAnchorElement.h gain an nsContentUtils.h include?
Flags: needinfo?(dzbarsky)
Assignee | ||
Comment 10•12 years ago
|
||
(In reply to :Ms2ger from comment #9)
> (In reply to Ed Morley [:edmorley UTC+1] from comment #8)
> > https://hg.mozilla.org/mozilla-central/rev/501af2a0ca17
>
> Why did HTMLAnchorElement.h gain an nsContentUtils.h include?
I'm not sure. I saw build errors at some point about nsContentUtils being undefined, but I think it was for another patch. I'll remove it when inbound opens.
Flags: needinfo?(dzbarsky)
Assignee | ||
Comment 11•12 years ago
|
||
Removed the include: https://hg.mozilla.org/integration/mozilla-inbound/rev/89bec7278d27
Comment 12•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•