Closed
Bug 459315
Opened 17 years ago
Closed 17 years ago
Wrap favicon work in a transaction
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: sdwilsh, Assigned: sdwilsh)
References
Details
Attachments
(1 file, 1 obsolete file)
1.83 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
We do a fair amount of writes in FaviconLoadListener::OnStopRequest. The problem is that we don't batch them in a transaction, which can reduce some fsyncs which will help us run faster.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #342518 -
Flags: review?(dietrich)
Comment 2•17 years ago
|
||
Comment on attachment 342518 [details] [diff] [review]
v1.0
r=me
Attachment #342518 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 3•17 years ago
|
||
I actually meant to get SetFaviconData in the transaction too...
Attachment #342518 -
Attachment is obsolete: true
Attachment #342637 -
Flags: review?(dietrich)
Updated•17 years ago
|
Attachment #342637 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•17 years ago
|
Whiteboard: [has patch][has review]
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][has review]
Assignee | ||
Comment 4•17 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•