Closed
Bug 1129331
Opened 10 years ago
Closed 10 years ago
Remove nonstandard let block from netwerk
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
2.33 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
let blocks are a nonstandard SpiderMonkey feature we would like to remove (in bug 1023609). This patch removes the let block in the netwerk/ subtree.
The test_spdy.js change is an unrelated fix for a JS warning (about Ci, Cc, and Cu being redeclared from another .js file imported by the netwerk tests) and reindentation of the list of test cases.
Attachment #8558991 -
Flags: review?(hurley)
Attachment #8558991 -
Attachment is patch: true
Attachment #8558991 -
Attachment mime type: text/x-patch → text/plain
Attachment #8558991 -
Flags: review?(hurley) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•