Closed
Bug 283741
Opened 20 years ago
Closed 20 years ago
Javascript strict warning: trailing comma in nsSetDefaultBrowser.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: jason.barnabe, Assigned: jason.barnabe)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.12 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
Warning: trailing comma is not legal in ECMA-262 object initializers Source File: file:///C:/PROGRA~1/MOZILL~1/components/nsSetDefaultBrowser.js Line: 68 Source Code: };
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #175618 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #175618 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 2•20 years ago
|
||
Thanks. Can you also check it in? (I don't need sr for little patches like this, do I?)
| Assignee | ||
Comment 3•20 years ago
|
||
(I keep forgetting to cc the people I want to ask something of...)
> Thanks. Can you also check it in? (I don't need sr for little patches like this,
> do I?)| Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Comment 4•20 years ago
|
||
No SR is needed in browser and toolkit, review from a peer suffices.
Updated•20 years ago
|
Whiteboard: [checkin needed]
Comment 5•20 years ago
|
||
Checking in nsSetDefaultBrowser.js; /cvsroot/mozilla/browser/components/shell/src/nsSetDefaultBrowser.js,v <-- nsSetDefaultBrowser.js new revision: 1.6; previous revision: 1.5 done
Status: NEW → RESOLVED
Closed: 20 years ago
Flags: blocking-aviary1.1?
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox1.1
Comment 6•20 years ago
|
||
Attachment #179504 -
Flags: review?(mconnor)
Updated•20 years ago
|
Attachment #179504 -
Flags: review?(mconnor) → review+
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•20 years ago
|
Whiteboard: [checkin needed]
| Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Updated•20 years ago
|
Flags: blocking-aviary1.1? → blocking-aviary1.1-
Updated•20 years ago
|
Attachment #175618 -
Attachment description: patch → patch [checked in]
Updated•20 years ago
|
Attachment #179504 -
Flags: approval-aviary1.1a2?
Comment 7•20 years ago
|
||
Comment on attachment 179504 [details] [diff] [review] Another warning [checked in] a=shaver
Attachment #179504 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
Comment 8•20 years ago
|
||
Gavin, when your patch will be checked in?
Comment on attachment 179504 [details] [diff] [review] Another warning [checked in] mozilla/browser/components/shell/src/nsSetDefaultBrowser.js 1.7
Attachment #179504 -
Attachment is obsolete: true
Updated•20 years ago
|
Attachment #179504 -
Attachment description: Another warning → Another warning [checked in]
Updated•20 years ago
|
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Comment 10•20 years ago
|
||
v with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050621 Firefox/1.0+
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•