Closed
Bug 107341
Opened 23 years ago
Closed 23 years ago
Cleanup gfx/src/xlib/
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: roland.mainz, Assigned: roland.mainz)
Details
Attachments
(1 file, 1 obsolete file)
32.42 KB,
patch
|
Biesinger
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
Clean-up gfx/src/xlib and gfx/src/xprint a little bit, get rid of unneccesary
|USE_XPRINT| usage ...
Assignee | ||
Comment 2•23 years ago
|
||
Accepting bug ...
----
OS = All - but restricted to platforms which use X11 ...
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Comment 4•23 years ago
|
||
Filed patch, introducing three new files:
- mozilla/gfx/src/xlib/nsRenderingContextXlib.cpp
was cut into:
- mozilla/gfx/src/xlib/nsRenderingContextXlib.cpp
- mozilla/gfx/src/xprint/nsRenderingContextXp.cpp
- mozilla/gfx/src/xlib/nsRenderingContextXlib.h
was cut into:
- mozilla/gfx/src/xlib/nsRenderingContextXlib.h
- mozilla/gfx/src/xlib/nsDeviceContextX.h
- mozilla/gfx/src/xprint/nsRenderingContextXp.h
Requesting r=/sr= ...
Comment 5•23 years ago
|
||
r=biesi if you fix the issues we discussed at IRC #mozilla
Assignee | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment on attachment 55545 [details] [diff] [review]
New patch for 2001-10-26-08-trunk to match r=biesi
r=biesi
Note that I have not checked if the patch does compile
Attachment #55545 -
Flags: review+
Updated•23 years ago
|
Attachment #55539 -
Attachment is obsolete: true
Assignee | ||
Comment 8•23 years ago
|
||
> r=biesi
Thanks!
> Note that I have not checked if the patch does compile
Well... it compiles on Linux and Solaris SPARC. cut&paste+fix_compiler_error
hacking like this should not cause much trouble... :-)
great to see xlib code finally being separated from Xprint again.
great work, gisburn.
r=pocemit
Assignee | ||
Comment 10•23 years ago
|
||
pocemit:
This is no "logical" seperation - nsRenderingContextXp is still a subclass of
nsRenderingContextXlib.
I just moved them to seperate files to make you happy... :-)
Comment 11•23 years ago
|
||
Comment on attachment 55545 [details] [diff] [review]
New patch for 2001-10-26-08-trunk to match r=biesi
sr=blizzard
Attachment #55545 -
Flags: superreview+
Comment 12•23 years ago
|
||
Fix checked in for gisburn
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
•