Closed
Bug 877409
Opened 13 years ago
Closed 13 years ago
Clean up obsolete GTK code
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: t_arceri, Assigned: t_arceri)
Details
Attachments
(2 files)
|
8.95 KB,
patch
|
karlt
:
review+
ryanvm
:
checkin+
|
Details | Diff | Splinter Review |
|
1.37 KB,
patch
|
karlt
:
review+
ryanvm
:
checkin+
|
Details | Diff | Splinter Review |
This bug is for two things:
1. To remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10.
2. To remove depreciated GDK_ROOT_PARENT()
| Assignee | ||
Comment 1•13 years ago
|
||
Patch to remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10.
Attachment #755616 -
Flags: review?(karlt)
Updated•13 years ago
|
Attachment #755616 -
Flags: review?(karlt) → review+
| Assignee | ||
Updated•13 years ago
|
Attachment #755616 -
Flags: checkin?
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 2•13 years ago
|
||
Ok it turns out the remaining GDK_ROOT_PARENT() calls are inside a #if 0 in ./widget/gtk2/nsWindow.cpp
I have provided a patch to update this anyway. But should this code just be removed or is it still useful in some way?
Attachment #755807 -
Flags: review?(karlt)
Updated•13 years ago
|
Attachment #755616 -
Flags: checkin? → checkin+
Comment 3•13 years ago
|
||
Keywords: checkin-needed
Whiteboard: [leave open]
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Comment on attachment 755807 [details] [diff] [review]
Replace old calls
(In reply to Timothy Arceri from comment #2)
> But should this code just be removed or is it still useful in some way?
I don't mind. Looks like it is debugging code that might still work, but I haven't used it. It won't work with GTK3. If you'd like to remove the paint flashing code, I'd review it.
Attachment #755807 -
Flags: review?(karlt) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 755807 [details] [diff] [review]
Replace old calls
I'll just leave it alone for now.
Attachment #755807 -
Flags: checkin?
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [leave open] → check
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Whiteboard: check
Updated•13 years ago
|
Attachment #755807 -
Flags: checkin? → checkin+
Comment 7•13 years ago
|
||
Assignee: nobody → t_arceri
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•