Closed
Bug 1407840
Opened 8 years ago
Closed 8 years ago
Update Debugger frontend (10/11/2017).
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox58 fixed)
RESOLVED
FIXED
Firefox 58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file, 10 obsolete files)
|
173.87 KB,
patch
|
jdescottes
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•8 years ago
|
||
This patch includes a fix for the browser content toolbox. It's also a larger patch because of the additional SVGs that are being included in theme/images.
Attachment #8917659 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
As I mentioned yesterday: you're hit with duplicates issue:
[task 2017-10-12T03:41:27.952Z] 03:41:27 INFO - ERROR: The following duplicated files are not allowed:
[task 2017-10-12T03:41:27.952Z] 03:41:27 INFO - browser/chrome/devtools/skin/images/debugger/refresh.svg
[task 2017-10-12T03:41:27.952Z] 03:41:27 INFO - browser/chrome/devtools/skin/images/reload.svg
[task 2017-10-12T03:41:27.952Z] 03:41:27 INFO - browser/chrome/devtools/skin/images/debugger/sad-face.svg
[task 2017-10-12T03:41:27.953Z] 03:41:27 INFO - browser/chrome/devtools/skin/images/sad-face.svg
http://searchfox.org/mozilla-central/source/browser/installer/allowed-dupes.mn
(you can test locally by doing a ./mach package)
Updated•8 years ago
|
Attachment #8917659 -
Flags: review?(jdescottes) → review-
| Assignee | ||
Comment 4•8 years ago
|
||
| Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8917659 -
Attachment is obsolete: true
Attachment #8917826 -
Flags: review?(jdescottes)
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 6•8 years ago
|
||
Comment on attachment 8917826 [details] [diff] [review]
patch-10-11-4.patch
LGTM, thanks! Browser Content Toolbox is fixed.
Small regression with setting breakpoints on lines that are right before disabled lines, but that's being tracked already.
Attachment #8917826 -
Flags: review?(jdescottes) → review+
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d26fbc62c177
Update Debugger frontend (10-11). r=jdescottes
Updated•8 years ago
|
Assignee: nobody → jlaster
Severity: normal → enhancement
Status: NEW → ASSIGNED
Priority: -- → P3
Comment 8•8 years ago
|
||
Backed out for failing devtools' browser/base/content/test/static/browser_all_files_referenced.js:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a84dcc0d240ef0537e6f0dcfd562fb49991c11d
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=d26fbc62c1777b0f754beb0bd1b599f35fe379de&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=136540105&repo=mozilla-inbound
TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_all_files_referenced.js | there should be no unreferenced files - Got 50, expected 0
TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_all_files_referenced.js | unreferenced file: chrome://devtools/skin/images/debugger/angle-brackets.svg -
Flags: needinfo?(jlaster)
| Assignee | ||
Comment 9•8 years ago
|
||
Flags: needinfo?(jlaster)
Attachment #8917948 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 10•8 years ago
|
||
Attachment #8917826 -
Attachment is obsolete: true
Attachment #8917948 -
Attachment is obsolete: true
Attachment #8917948 -
Flags: review?(jdescottes)
Attachment #8917949 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
Comment on attachment 8917949 [details] [diff] [review]
patch-10-12-4-2.patch
Review of attachment 8917949 [details] [diff] [review]:
-----------------------------------------------------------------
Fixes the issue about unreferenced files.
As discussed, when bundle updates come with unusual changes we should have broader try runs, eg: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a46c1dc04bfa5fa920cb458aad5baaadf34309f
try: -b o -p linux64 -u mochitests -t none
Attachment #8917949 -
Flags: review?(jdescottes) → review+
Comment 13•8 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #12)
> Comment on attachment 8917949 [details] [diff] [review]
> patch-10-12-4-2.patch
>
> Review of attachment 8917949 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Fixes the issue about unreferenced files.
>
> As discussed, when bundle updates come with unusual changes we should have
> broader try runs, eg:
> https://treeherder.mozilla.org/#/
> jobs?repo=try&revision=6a46c1dc04bfa5fa920cb458aad5baaadf34309f
>
> try: -b o -p linux64 -u mochitests -t none
Oh and even in the regular case we should use linux64 and not linux!
try: -b do -p linux64 -u mochitest-dt,mochitest-e10s-devtools-chrome,mochitest-o -t none --artifact
The test browser_all_files_referenced.js for instance only runs in linux64. I think several tests are linux64 only, because they can't fail on linux32 if they pass on linux64. So if we use linux64 we'll also get better try runs.
(and actually in this case, just devtools tests would have been enough)
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 14•8 years ago
|
||
Removing checkin needed. See test failure at https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a46c1dc04bfa5fa920cb458aad5baaadf34309f
Keywords: checkin-needed
| Assignee | ||
Comment 15•8 years ago
|
||
| Assignee | ||
Comment 16•8 years ago
|
||
Attachment #8917949 -
Attachment is obsolete: true
Attachment #8918078 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 17•8 years ago
|
||
Attachment #8918132 -
Flags: review?(jlaster)
| Assignee | ||
Updated•8 years ago
|
Attachment #8918132 -
Attachment is obsolete: true
Attachment #8918132 -
Flags: review?(jlaster)
| Assignee | ||
Comment 18•8 years ago
|
||
Attachment #8918133 -
Flags: review?(jlaster)
| Assignee | ||
Updated•8 years ago
|
Attachment #8918078 -
Attachment is obsolete: true
Attachment #8918078 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 19•8 years ago
|
||
Attachment #8918134 -
Flags: review?(jlaster)
| Assignee | ||
Updated•8 years ago
|
Attachment #8918133 -
Attachment is obsolete: true
Attachment #8918133 -
Flags: review?(jlaster)
| Assignee | ||
Updated•8 years ago
|
Attachment #8918134 -
Attachment is obsolete: true
Attachment #8918134 -
Flags: review?(jlaster)
| Assignee | ||
Comment 20•8 years ago
|
||
Attachment #8918137 -
Flags: review?(jlaster)
| Assignee | ||
Comment 21•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8918137 -
Attachment is obsolete: true
Attachment #8918137 -
Flags: review?(jlaster)
| Assignee | ||
Comment 22•8 years ago
|
||
Attachment #8918140 -
Flags: review?(jdescottes)
Comment 23•8 years ago
|
||
Comment on attachment 8918140 [details] [diff] [review]
patch-10-12-10.patch
Review of attachment 8918140 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, try is green.
Will amend the commit message: should just be r=jdescottes
Attachment #8918140 -
Flags: review?(jdescottes) → review+
Comment 24•8 years ago
|
||
fixed reviewer in commit message
Attachment #8918140 -
Attachment is obsolete: true
Attachment #8918195 -
Flags: review+
Updated•8 years ago
|
Keywords: checkin-needed
Comment 25•8 years ago
|
||
(for the record the L10N job is busted on the try run but a quick look at the current state of this job on try makes me think this is a more global issue. Plus, it fails at repack on a browser/ image, can't see why our patch would have any impact there).
Comment 26•8 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e76eb11f034
Update Debugger frontend (10-12). r=jdescottes
Keywords: checkin-needed
Comment 27•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•