Closed
Bug 110643
Opened 23 years ago
Closed 23 years ago
[xlib] Minor Xlib toolkit cleanup ...
Categories
(Core :: XUL, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla0.9.7
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file, 5 obsolete files)
44.22 KB,
patch
|
Details | Diff | Splinter Review |
Minor Xlib-toolkit cleanup...
Assignee | ||
Comment 2•23 years ago
|
||
Accepting ...
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.7
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Comment 4•23 years ago
|
||
Filed patch, requesting r= ...
Assignee | ||
Updated•23 years ago
|
Blocks: 79119
Summary: Minor Xlib toolkit cleanup ... → [xlib] Minor Xlib toolkit cleanup ...
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #58268 -
Attachment is obsolete: true
Assignee | ||
Comment 6•23 years ago
|
||
Attachment #58269 -
Attachment is obsolete: true
Assignee | ||
Comment 7•23 years ago
|
||
Assignee | ||
Comment 8•23 years ago
|
||
Attachment #58271 -
Attachment is obsolete: true
Attachment #58272 -
Attachment is obsolete: true
Attachment #58273 -
Flags: review+
Assignee | ||
Comment 9•23 years ago
|
||
Comment on attachment 58273 [details] [diff] [review]
New patch to match r= timeless
The patch needs work... for some reason "Print"/"cancel" buttons in the new
print dialog are broken after aplying this patch... but why ?
Attachment #58273 -
Flags: needs-work+
Assignee | ||
Comment 10•23 years ago
|
||
The problem is caused by the fact that |if (XtAppPending(app_context) == 0)|
will never be true as we always have one Xt timer in the queue ...
Assignee | ||
Comment 11•23 years ago
|
||
I just replaced
|if (XtAppPending(app_context) == 0)|
with
|if ((XtAppPending(app_context) & XtIMXEvent) == 0)|
...
timeless, wanna checkin this one, please ?
Attachment #58273 -
Attachment is obsolete: true
Comment 12•23 years ago
|
||
checked in
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
•