Closed
Bug 1463481
Opened 7 years ago
Closed 7 years ago
Update Debugger Frontend v58
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
Details
Attachments
(1 file, 3 obsolete files)
25.08 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8979896 -
Flags: review?(dwalsh)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jlaster
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment on attachment 8979896 [details] [diff] [review]
58-2.patch
Review of attachment 8979896 [details] [diff] [review]:
-----------------------------------------------------------------
::: devtools/client/shared/components/reps/reps.js
@@ +6163,5 @@
> const { connect } = __webpack_require__(3592);
> const { bindActionCreators } = __webpack_require__(3593);
>
> +const { appinfo } = _devtoolsServices2.default;
> +const isMacOS = appinfo.OS === "Darwin";
we seems to miss the code that goes with this change: https://github.com/devtools-html/debugger.html/blob/e1a829e87284193428887349d8a981dfa2d73533/packages/devtools-reps/src/object-inspector/component.js#L388-L391 , or is it already landed ?
Assignee | ||
Comment 5•7 years ago
|
||
Not sure what you're referring to. Here's the 57 comparison
https://github.com/devtools-html/debugger.html/compare/release-56...release-57
https://bugzilla.mozilla.org/show_bug.cgi?id=1463415
Comment 6•7 years ago
|
||
I think he's speaking with regard to this PR:
https://github.com/devtools-html/debugger.html/pull/6311/files
I don't think I see the change to packages/devtools-reps/src/object-inspector/tests/component/events.js
Assignee | ||
Comment 7•7 years ago
|
||
Nice catch, that commit was in fact missing
https://searchfox.org/mozilla-central/source/devtools/client/shared/components/reps/reps.js#6447
I believe the story was that we landed it early, then excluded it from 55 because of the modules thing. Landed the services fix. and never re-landed this commit.
Assignee | ||
Comment 8•7 years ago
|
||
Attachment #8979896 -
Attachment is obsolete: true
Attachment #8979896 -
Flags: review?(dwalsh)
Attachment #8979976 -
Flags: review?(dwalsh)
Comment 9•7 years ago
|
||
Comment on attachment 8979976 [details] [diff] [review]
58-3.patch
Review of attachment 8979976 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me for the reps.js file :)
Assignee | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment on attachment 8979976 [details] [diff] [review]
58-3.patch
Review of attachment 8979976 [details] [diff] [review]:
-----------------------------------------------------------------
I'm trying to import on top of 57 and I'm seeing:
~/Projects/mozilla-inbound $ hg checkout -r 419365
57 files updated, 0 files merged, 5 files removed, 0 files unresolved
~/Projects/mozilla-inbound $ hg import https://bug1463481.bmoattachments.org/attachment.cgi?id=8979976
applying https://bug1463481.bmoattachments.org/attachment.cgi?id=8979976
patching file devtools/client/shared/components/reps/reps.js
Hunk #3 FAILED at 4410
1 out of 5 hunks FAILED -- saving rejects to file devtools/client/shared/components/reps/reps.js.rej
abort: patch failed to apply
I'm also seeing red "B"'s on Treeherder.
Assignee | ||
Comment 12•7 years ago
|
||
Attachment #8979976 -
Attachment is obsolete: true
Attachment #8979976 -
Flags: review?(dwalsh)
Attachment #8980114 -
Flags: review?(dwalsh)
Assignee | ||
Comment 13•7 years ago
|
||
Assignee | ||
Comment 14•7 years ago
|
||
david, try applying that on top of a clean mozilla-central.
Assignee | ||
Comment 15•7 years ago
|
||
Updated•7 years ago
|
Attachment #8980114 -
Flags: review?(dwalsh) → review+
Comment 16•7 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/432b51c73e20
Update Debugger Frontend v58. r=dwalsh
Comment 17•7 years ago
|
||
Backed out for devtools failures on several files.
Push with failures: hhttps://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=devtools&fromchange=432b51c73e203e36f2a80fa687018d15a0f90a11&tochange=c106211c6ed5e6a580da659f0a629e281b98bcf7&selectedJob=180025682
Failure log:
https://treeherder.mozilla.org/logviewer.html#?job_id=180025682&repo=mozilla-inbound&lineNumber=9459
https://treeherder.mozilla.org/logviewer.html#?job_id=180049111&repo=mozilla-inbound&lineNumber=3746
Backout link: https://hg.mozilla.org/integration/mozilla-inbound/rev/c106211c6ed5e6a580da659f0a629e281b98bcf7
Flags: needinfo?(jlaster)
Assignee | ||
Comment 19•7 years ago
|
||
Assignee | ||
Comment 20•7 years ago
|
||
Attachment #8980114 -
Attachment is obsolete: true
Comment 21•7 years ago
|
||
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f38805d4a389
Update Debugger Frontend v58. r=dwalsh
Comment 22•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•