Closed
Bug 100113
Opened 23 years ago
Closed 23 years ago
nsIContentViewerFile.h (webshell) brings in nsIDeviceContext.h (gfx)
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: alecf, Assigned: alecf)
References
Details
(Whiteboard: fix in hand)
Attachments
(1 file, 1 obsolete file)
1.70 KB,
patch
|
jag+mozilla
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
this is a nasty dependency. this means anyone that requires webshell also
requires gfx!
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 1•23 years ago
|
||
nsIContentViewerFile only needs nsIDeviceContext.h for printing:
NS_IMETHOD PrintContent(nsIWebShell * aParent,
nsIDeviceContext * aDContext,
nsIDOMWindow * aDOMWin,
PRBool aIsSubDoc) = 0;
I'm going to try forward-declaring it.
If that doesn't break enough dependencies, we might consider moving this to a
new interface, a la nsIContentViewerPrint or something.
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Priority: -- → P2
Whiteboard: fix in hand
Assignee | ||
Updated•23 years ago
|
Priority: P2 → P3
Assignee | ||
Comment 3•23 years ago
|
||
ran out of time to test this on other platforms.. moving to 0.9.6
Priority: P3 → P2
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Comment 4•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #50960 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Comment on attachment 55858 [details] [diff] [review]
full patch
r=jag
Attachment #55858 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 55858 [details] [diff] [review]
full patch
sr=blizzard
Attachment #55858 -
Flags: superreview+
Assignee | ||
Comment 7•23 years ago
|
||
cool! patches are in. thanks guys
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•