Closed
Bug 665003
Opened 13 years ago
Closed 13 years ago
browser/components/nsBrowserContentHandler.js contains unecessary const
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox 7
People
(Reporter: arno, Assigned: arno)
Details
Attachments
(1 file)
2.18 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Hi,
browser/components/nsBrowserContentHandler.js constants definitions which are not used in the file.
const nsICategoryManager = Components.interfaces.nsICategoryManager;
and
const CONTRACTID_PREFIX = "@mozilla.org/uriloader/content-handler;1?type=";
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → arno
Attachment #540123 -
Flags: review?(gavin.sharp)
Updated•13 years ago
|
Attachment #540123 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Updated•13 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 7
Version: unspecified → Trunk
Comment 4•13 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110627 Firefox/7.0a1
Verified that the two lines were removed. Setting status to Verified Fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•