Closed
Bug 208111
Opened 23 years ago
Closed 23 years ago
remove nsIDocument::GetArena
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
Details
(Whiteboard: fixed-on-trunk)
Attachments
(1 file)
|
3.37 KB,
patch
|
sicking
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
nsIDocument::GetArena is unused. Patch for removal forthcoming.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Updated•23 years ago
|
Attachment #124820 -
Flags: superreview?(peterv)
Attachment #124820 -
Flags: review?(bugmail)
Attachment #124820 -
Flags: review?(bugmail) → review+
Updated•23 years ago
|
Attachment #124820 -
Flags: superreview?(peterv) → superreview+
| Assignee | ||
Comment 2•23 years ago
|
||
Comment on attachment 124820 [details] [diff] [review]
remove nsIDocument::GetArena
I don't see why we can't get this into the branch as well... no real risk that
I can see, and it prevents allocating a 4k buffer per document.
Attachment #124820 -
Flags: approval1.4?
| Assignee | ||
Comment 3•23 years ago
|
||
checked in to the trunk, leaving this open for the branch.
Whiteboard: fixed-on-trunk
| Assignee | ||
Comment 4•23 years ago
|
||
Comment on attachment 124820 [details] [diff] [review]
remove nsIDocument::GetArena
Canceling 1.4 approval request... now that I think about it more, changing the
layout of nsIDocument now is a recipe for problems, especially with outside
extensions.
Attachment #124820 -
Flags: approval1.4?
| Assignee | ||
Comment 5•23 years ago
|
||
.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•