Closed
Bug 1502224
Opened 6 years ago
Closed 6 years ago
Update Debugger Frontend v96
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: davidwalsh)
References
Details
Attachments
(1 file, 6 obsolete files)
71.84 KB,
patch
|
davidwalsh
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → dwalsh
Attachment #9020254 -
Flags: review?(jdescottes)
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9020258 -
Flags: review?(jdescottes)
Comment 3•6 years ago
|
||
Comment on attachment 9020254 [details] [diff] [review]
1502224-01.patch
I suppose the first patch is obsolete?
Attachment #9020254 -
Attachment is obsolete: true
Attachment #9020254 -
Flags: review?(jdescottes)
Comment 4•6 years ago
|
||
Comment on attachment 9020258 [details] [diff] [review]
1502224-02.patch
Review of attachment 9020258 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! A few comments that we need to look at before landing.
::: devtools/client/debugger/new/src/moz.build
@@ +13,4 @@
> 'workers',
> ]
>
> +DevToolsModules(
Do we no longer need the DebuggerModules instruction? Should we delete https://searchfox.org/mozilla-central/source/devtools/client/debugger/new/node-templates.mozbuild ? Haven't followed the topic closely lately.
::: devtools/client/debugger/new/test/mochitest/browser_dbg-scopes.js
@@ +8,4 @@
> add_task(async function() {
> const dbg = await initDebugger("doc-script-switching.html");
>
> + const ready = Promise.all([
the patch doesn't apply because this change is already on central from https://hg.mozilla.org/mozilla-central/rev/0f30ba8cfeec.
Needs to be rebased.
::: devtools/client/debugger/new/test/mochitest/browser_dbg-sources-querystring.js
@@ +15,5 @@
> + selectors: { getSelectedSource },
> + getState
> + } = dbg;
> +
> + await waitForSources(dbg, "simple1.js?x=1", "simple1.js?x=2");
The test often blocks here. It seems to be super frequent on OSX debug.
I can't reproduce the issue locally for now, even thought I am using debug builds on OSX with --verify.
Maybe skip on this platform if you can't figure out why this is failing? With a bugged (or GH issue) logged to investigate it.
Attachment #9020258 -
Flags: review?(jdescottes)
Assignee | ||
Comment 5•6 years ago
|
||
Attachment #9020408 -
Flags: review?(jdescottes)
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Updated•6 years ago
|
Attachment #9020410 -
Attachment is obsolete: true
Assignee | ||
Comment 8•6 years ago
|
||
Attachment #9020258 -
Attachment is obsolete: true
Attachment #9020408 -
Attachment is obsolete: true
Attachment #9020408 -
Flags: review?(jdescottes)
Attachment #9020434 -
Flags: review?(jdescottes)
Comment 9•6 years ago
|
||
Some questions about the last update:
- which patch should I review, the one on splinter or the one on phabricator?
- looking at try the querystring test still seems very intermittent, not sure if anything changed about it?
- regarding my question about "DebuggerModules" vs "DevToolsModules", I see the change is gone now, but I would still like to know if we plan to remove it since it's only used in one spot?
Updated•6 years ago
|
Flags: needinfo?(dwalsh)
Updated•6 years ago
|
Attachment #9020430 -
Attachment is obsolete: true
Assignee | ||
Comment 10•6 years ago
|
||
- They were both the same, but I closed the Phabricator revision to avoid confusion.
- Weird; we've had 0 problems with it on travis. I'll look into it.
- I'll talk to Alex about "DebuggerModules" vs "DevToolsModules" -- I don't know what it does and didn't want to change it.
Flags: needinfo?(dwalsh)
Comment 11•6 years ago
|
||
Comment on attachment 9020434 [details] [diff] [review]
1502224-04.patch
Review of attachment 9020434 [details] [diff] [review]:
-----------------------------------------------------------------
The patch is fine codewise, but given the intermittent failures on try this might be backed out.
As mentioned in my first review, can we:
- skip the test
- file a follow up bug or GH issue to reenable it
- skip-if=true should be followed by a comment linking to the bug/issue
Attachment #9020434 -
Flags: review?(jdescottes) → review+
Assignee | ||
Comment 12•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=79f7abd11cd713cb7af1ace331d59b79e426f468
Skipped querystring test, will debug separately.
Attachment #9020434 -
Attachment is obsolete: true
Attachment #9020824 -
Flags: review?(jdescottes)
Assignee | ||
Updated•6 years ago
|
Attachment #9020824 -
Flags: review?(jdescottes) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 13•6 years ago
|
||
Keywords: checkin-needed
Comment 14•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•