Closed
Bug 655872
Opened 15 years ago
Closed 15 years ago
Cleanup get_inner_gdk_window
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: hiro, Assigned: hiro)
Details
Attachments
(1 file)
|
1.94 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
get_inner_gdk_window is little bit inefficient because there is a g_list_nth in a loop and g_list_nth traverses the list.
| Assignee | ||
Updated•15 years ago
|
Attachment #531188 -
Attachment is patch: true
Attachment #531188 -
Attachment mime type: text/x-patch → text/plain
| Assignee | ||
Updated•15 years ago
|
Attachment #531188 -
Flags: review?(karlt)
Updated•15 years ago
|
Attachment #531188 -
Flags: review?(karlt) → review+
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → hiikezoe
Keywords: checkin-needed
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [fixed in cedar]
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
Whiteboard: [fixed in cedar]
Target Milestone: --- → mozilla6
You need to log in
before you can comment on or make changes to this bug.
Description
•