Closed
Bug 384256
Opened 18 years ago
Closed 18 years ago
Remove unused functions _getContentShell and useUBHistoryItem
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha6
People
(Reporter: jason.barnabe, Assigned: jason.barnabe)
Details
(Keywords: memory-footprint)
Attachments
(1 file)
2.19 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
_getContentShell in browser.js was added in bug 303848, and its caller was removed in bug 335443.
useUBHistoryItem in openLocation.js was in use when the code was ported from Mozilla Suite, but its caller was removed in this check-in: http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=openLocation.xul&branch=&root=/cvsroot&subdir=mozilla/browser/base/content&command=DIFF_FRAMESET&rev1=1.1&rev2=1.2
Removing these two functions reduces code size by about 700 bytes.
Attachment #268197 -
Flags: review?(gavin.sharp)
Updated•18 years ago
|
Attachment #268197 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•18 years ago
|
Whiteboard: [checkin needed]
Updated•18 years ago
|
Assignee: nobody → jason_barnabe
Target Milestone: --- → Firefox 3 alpha6
Comment 1•18 years ago
|
||
browser/base/content/browser.js 1.797
browser/base/content/openLocation.js 1.12
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Updated•18 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•