Closed
Bug 46053
Opened 24 years ago
Closed 24 years ago
add BeginUpdate() & EndUpdate() APIs to nsIRDFObserver
Categories
(Core Graveyard :: RDF, defect, P3)
Core Graveyard
RDF
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: waterson, Assigned: waterson)
Details
(Keywords: arch, perf, Whiteboard: [nsbeta3+] FIX IN HAND)
Attachments
(1 file)
40.55 KB,
patch
|
Details | Diff | Splinter Review |
Add these APIs to nsIRDFObserver in hopes that we can someday use them to make
nsXULTemplateBuilder's use a more efficient update algorithm. It's important to
get these API changes in now, even if we can't get a good batching implementation
done by FCS.
Assignee | ||
Updated•24 years ago
|
Updated•24 years ago
|
Whiteboard: [nsbeta3+]
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Attached patch:
- "modernizes" case on nsIRDFObserver methods (initial-lower)
- adds nsIRDFDataSource param to each callback
- adds [begin|end]UpdateBatch methods
I've updated all callers and users, including JS. Could people look through the
patch file (it's not really too bad), and give me r=?
Assignee | ||
Updated•24 years ago
|
Whiteboard: [nsbeta3+] → [nsbeta3+] FIX IN HAND
Comment 3•24 years ago
|
||
sure, FWIW, r=bienvenu
Assignee | ||
Comment 4•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•