Closed
Bug 459934
Opened 17 years ago
Closed 17 years ago
should lazy-load places autocomplete statements
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: dietrich, Assigned: mak)
References
Details
Attachments
(1 file, 4 obsolete files)
|
13.17 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
<sdwilsh> dietrich: so, it might be worthwhile to make lazy getters for all the location bar queries
<sdwilsh> it's still 20.4% of our startup time
<sdwilsh> and some of them we may never use
<sdwilsh> (the special search ones)
<sdwilsh> those should at least be made lazy
| Assignee | ||
Updated•17 years ago
|
Assignee: dietrich → mak77
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #343249 -
Flags: review?(dietrich)
| Reporter | ||
Updated•17 years ago
|
Attachment #343249 -
Flags: review?(dietrich) → review+
| Reporter | ||
Comment 2•17 years ago
|
||
Comment on attachment 343249 [details] [diff] [review]
patch
per irc, move the helper to a global var. r=me otherwise.
also, please add a comment about why we're not lazy loading the other queries.
| Assignee | ||
Comment 3•17 years ago
|
||
Attachment #343249 -
Attachment is obsolete: true
Attachment #343287 -
Flags: review?(sdwilsh)
Comment 4•17 years ago
|
||
Comment on attachment 343287 [details] [diff] [review]
patch
r=sdwilsh
Attachment #343287 -
Flags: review?(sdwilsh) → review+
| Assignee | ||
Comment 5•17 years ago
|
||
previous one was completely wrong
Attachment #343287 -
Attachment is obsolete: true
| Assignee | ||
Updated•17 years ago
|
Attachment #343287 -
Flags: review+
| Assignee | ||
Comment 6•17 years ago
|
||
Attachment #343540 -
Flags: review?(mano)
Comment 7•17 years ago
|
||
Comment on attachment 343540 [details] [diff] [review]
leak fix
mpa=mano for landing with post facto review from dietrich.
Attachment #343540 -
Flags: review?(mano) → review+
| Assignee | ||
Comment 8•17 years ago
|
||
thanks, will post an updated patch with leak fix merged and ask for dietrich's review
| Assignee | ||
Comment 9•17 years ago
|
||
this one is the merge of original patch with leak fix, plus a static cast that Shawn said is needed for gcc compile.
asking final review for the leak fix, this has been tested in previous landing and was working correctly.
Attachment #343302 -
Attachment is obsolete: true
Attachment #343540 -
Attachment is obsolete: true
Attachment #343708 -
Flags: review?(dietrich)
| Reporter | ||
Updated•17 years ago
|
Attachment #343708 -
Flags: review?(dietrich) → review+
| Reporter | ||
Comment 10•17 years ago
|
||
Comment on attachment 343708 [details] [diff] [review]
merged patch (patch + leak fix + static cast)
r=me
Comment 11•17 years ago
|
||
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•