Closed Bug 1232842 Opened 9 years ago Closed 9 years ago

Fix aArgs in webconsole.js

Categories

(DevTools :: Console, defect)

defect
Not set
normal

Tracking

(firefox46 fixed)

RESOLVED FIXED
Firefox 46
Tracking Status
firefox46 --- fixed

People

(Reporter: linclark, Assigned: linclark)

References

Details

Attachments

(1 file)

This will make it easier to add/edit new parameters to the file (e.g. Bug # 1232727).
Blocks: 1232731
Attached patch Bug1232842.patchSplinter Review
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: nobody → lclark
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+
Blocks: 1232727
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
[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
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: