Closed
Bug 1462330
Opened 6 years ago
Closed 6 years ago
Update Debugger Frontend v55
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, 2 obsolete files)
(deleted),
patch
|
davidwalsh
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
feel free to wait until try is green
Attachment #8976515 -
Attachment is obsolete: true
Attachment #8976522 -
Flags: review?(dwalsh)
Comment 4•6 years ago
|
||
I need to do a fresh build to look at this. In the mean time, I can see that the README link wasn't updated; it still cites 53-54
Assignee | ||
Comment 5•6 years ago
|
||
haha had it locally, but failed to add to the patch
Assignee | ||
Comment 6•6 years ago
|
||
Attachment #8976522 -
Attachment is obsolete: true
Attachment #8976522 -
Flags: review?(dwalsh)
Attachment #8976585 -
Flags: review?(dwalsh)
Assignee | ||
Comment 7•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=466f35c5e2be168067d00c6446a43098044bee7c
I pushed a new patch with the stepping fix included. that should satisfy try...
Comment 8•6 years ago
|
||
I'm seeing the following upon import:
```
$ hg import https://bug1462330.bmoattachments.org/attachment.cgi?id=8976585
applying https://bug1462330.bmoattachments.org/attachment.cgi?id=8976585
patching file devtools/client/debugger/new/README.mozilla
Hunk #1 FAILED at 0
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/README.mozilla.rej
file devtools/client/debugger/new/src/components/shared/Button/CloseButton.js already exists
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/shared/Button/CloseButton.js.rej
file devtools/client/debugger/new/src/components/shared/Button/PaneToggleButton.js already exists
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/shared/Button/PaneToggleButton.js.rej
file devtools/client/debugger/new/src/components/shared/Button/index.js already exists
1 out of 1 hunks FAILED -- saving rejects to file devtools/client/debugger/new/src/components/shared/Button/index.js.rej
patching file devtools/client/shared/components/reps/reps.js
Hunk #1 FAILED at 662
1 out of 4 hunks FAILED -- saving rejects to file devtools/client/shared/components/reps/reps.js.rej
abort: patch failed to apply
```
Does that look familiar?
Assignee | ||
Comment 9•6 years ago
|
||
hmm, i think this could happen if you're not on top of 54... you can either apply on top of 54 or be in mozilla inbound, which has it.
Comment 10•6 years ago
|
||
Comment on attachment 8976585 [details] [diff] [review]
55-3.patch
OK, cool, I figured out what I did wrong. Debugger loads and I saw a few of the changes that should be included. Nice!
Attachment #8976585 -
Flags: review?(dwalsh) → review+
Comment 11•6 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cdddc03b03a9
Update Debugger Frontend v55. r=dwalsh
Comment 12•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•