Closed
Bug 1232842
Opened 9 years ago
Closed 9 years ago
Fix aArgs in webconsole.js
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox46 fixed)
RESOLVED
FIXED
Firefox 46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: linclark, Assigned: linclark)
References
Details
Attachments
(1 file)
143.78 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
This will make it easier to add/edit new parameters to the file (e.g. Bug # 1232727).
Assignee | ||
Comment 1•9 years ago
|
||
I had to change a few variable names beyond just removing the leading "a":
1. aVar -> variableObject
2. aString -> str
3. aArguments -> args
4. aURI -> uri
5. aURL -> url
I lowercased uri and url because I didn't want them to be misunderstood as constants
I also changed two declarations of callback in function bodies. I thought it was clearer to have a parameter called "callback".
Attachment #8699231 -
Flags: review?(bgrinstead)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → lclark
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment on attachment 8699231 [details] [diff] [review]
Bug1232842.patch
Review of attachment 8699231 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM assuming try turns up green. Thanks!
Attachment #8699231 -
Flags: review?(bgrinstead) → review+
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 6•9 years ago
|
||
[bugday-20160323]
Status: RESOLVED,FIXED -> UNVERIFIED
Comments:
STR: Not clear.
Developer specific testing
Component:
Name Firefox
Version 46.0b9
Build ID 20160322075646
Update Channel beta
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
OS Windows 7 SP1 x86_64
Expected Results:
Developer specific testing
Actual Results:
As expected
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•