Closed
Bug 1260116
Opened 10 years ago
Closed 10 years ago
Replace String.prototype.contains with String.prototype.includes in debugger.js
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
Details
Attachments
(1 file)
|
977 bytes,
patch
|
jlong
:
review+
|
Details | Diff | Splinter Review |
String.prototype.contains was renamed to includes recently. Bug 1102219.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8735439 -
Flags: review?(jlong)
Comment 2•10 years ago
|
||
Comment on attachment 8735439 [details] [diff] [review]
includes.patch
Review of attachment 8735439 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Don't forget to assign yourself to this bug.
Attachment #8735439 -
Flags: review?(jlong) → review+
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jlaster
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•