Closed
Bug 703098
Opened 13 years ago
Closed 13 years ago
Remove the url.file.exist check in BrowserCLH.js
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: dougt)
Details
Attachments
(1 file)
885 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Bug 701483 added better file URL resolution, but we should try to optimize the code a bit. Removing unneeded file.exist checks should speed up the code.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → doug.turner
Priority: -- → P3
Assignee | ||
Comment 1•13 years ago
|
||
stats are bad.
Assignee | ||
Comment 2•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #575252 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 575252 [details] [diff] [review]
patch v.1
> function resolveURIInternal(aCmdLine, aArgument) {
> let uri = aCmdLine.resolveURI(aArgument);
>
Remove this blank line
>+ if (uri)
> return uri;
2 space indent
r+ with nits fixed
Attachment #575252 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•