Closed
Bug 691909
Opened 14 years ago
Closed 14 years ago
Avoid an unnecessary memory allocation for GTK clipboard code
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
()
Details
Attachments
(1 file)
2.73 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This object is only ever accessed from the functions called further down the stack, so it can live on the stack.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #564665 -
Flags: review?(roc) → review+
Comment 2•14 years ago
|
||
Try run for c2b9ab4f6aed is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=c2b9ab4f6aed
Results (out of 51 total builds):
success: 50
warnings: 1
Builds available at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/eakhgari@mozilla.com-c2b9ab4f6aed
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•