Closed
Bug 1462630
Opened 7 years ago
Closed 7 years ago
Update Debugger Frontend v56
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file)
111.21 KB,
patch
|
davidwalsh
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Attachment #8976999 -
Flags: review?(dwalsh)
Updated•7 years ago
|
Attachment #8976999 -
Flags: review?(dwalsh) → review+
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f48a6efa2034
Update Debugger Frontend v56. r=dwalsh
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Comment 8•7 years ago
|
||
Comment on attachment 8976999 [details] [diff] [review]
56-1.patch
Review of attachment 8976999 [details] [diff] [review]:
-----------------------------------------------------------------
::: devtools/client/locales/en-US/debugger.properties
@@ +101,2 @@
> # when the debugger will pause on all exceptions.
> +pauseOnExceptionsItem=Pause on exceptions
Unfortunately I was wrong in
https://github.com/devtools-html/debugger.html/pull/5976
We have a `pauseOnExceptionsItem` string still in release
https://dxr.mozilla.org/mozilla-release/rev/2d587aff481e1d875beee5f8f8cd90ba687efd97/devtools/client/locales/en-US/debugger.properties#93
Which means we know have a confict between that version, and the one that landed here.
Lesson learned: never go back in versioning IDs, it's not safe :-\
Assignee | ||
Comment 9•7 years ago
|
||
Oh sorry, we actually had an inconsistency between our github release branch and github master, so this accidentally crept in. I'll make a PR in github to bring back pauseOnExceptionsItem2 now.
Assignee | ||
Comment 10•7 years ago
|
||
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•