Closed
Bug 386473
Opened 18 years ago
Closed 9 years ago
XPCOMUtilify SearchService
Categories
(Firefox :: Search, defect, P5)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: rflint, Assigned: standard8)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file, 1 obsolete file)
No description provided.
Attachment #270465 -
Flags: review?(gavin.sharp)
Reporter | ||
Updated•18 years ago
|
Updated•18 years ago
|
Attachment #270465 -
Flags: review?(gavin.sharp) → review+
Reporter | ||
Comment 1•18 years ago
|
||
mozilla/browser/components/search/nsSearchService.js 1.98
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
This caused a large increase in leaks on tinderbox.
Reporter | ||
Comment 3•18 years ago
|
||
Yikes, It certainly did - investigating...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 4•18 years ago
|
||
I'm not going to be able to track this down tonight, so I've backed out for now.
Updated•18 years ago
|
Flags: in-testsuite-
Comment 5•18 years ago
|
||
Is this worth trying again with all the various leak fixes that have gone on the trunk in the last 4 months?
Comment 6•18 years ago
|
||
Yes!
Reporter | ||
Comment 7•18 years ago
|
||
Comment on attachment 270465 [details] [diff] [review]
Patch (backed out)
Worth a shot :)
Drivers - this is essentially low-risk cleanup that's been done about a dozen times throughout the codebase within the last couple months with no negative effects so far.
Attachment #270465 -
Flags: approval1.9?
Comment 8•18 years ago
|
||
Comment on attachment 270465 [details] [diff] [review]
Patch (backed out)
approved, if you can be sure to land when its quiet and check for leaks
Attachment #270465 -
Flags: approval1.9? → approval1.9+
Comment 9•18 years ago
|
||
It appears this was checked in on 2007-11-23 18:27, then backed out due to Rlk regression:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1195871340.1195872187.2093.gz&fulltext=1
Updated•17 years ago
|
Whiteboard: [not needed for 1.9]
Updated•17 years ago
|
Attachment #270465 -
Attachment description: Patch → Patch (backed out)
Updated•10 years ago
|
Priority: -- → P5
Whiteboard: [not needed for 1.9] → [fxsearch]
Updated•10 years ago
|
Rank: 59
Assignee | ||
Comment 10•9 years ago
|
||
The factory part of this got landed in bug 568691. The remaining part for changing the QIs just needs doing. As Ryan hasn't been active for a few years, stealing this.
Assignee: rflint → standard8
Assignee | ||
Updated•9 years ago
|
Attachment #270465 -
Attachment is obsolete: true
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 270465 [details] [diff] [review]
Patch (backed out)
Dropping old r+ so that mozreview can hopefully work.
Attachment #270465 -
Flags: review+
Comment hidden (mozreview-request) |
Comment 13•9 years ago
|
||
mozreview-review |
Comment on attachment 8807118 [details]
Bug 386473 - Change a few QueryInterface functions in nsSearchService.js to use XPCOMUtils.generateQI. Based on a patch originally by Ryan Flint.
https://reviewboard.mozilla.org/r/90050/#review90078
Attachment #8807118 -
Flags: review?(florian) → review+
Comment 14•9 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa679b6eced2
Change a few QueryInterface functions in nsSearchService.js to use XPCOMUtils.generateQI. Based on a patch originally by Ryan Flint. r=florian
Comment 15•9 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 18 years ago → 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
You need to log in
before you can comment on or make changes to this bug.
Description
•