Closed
Bug 1376135
Opened 8 years ago
Closed 8 years ago
Update Debugger frontend (6/24/2017)
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox56 fixed)
RESOLVED
FIXED
Firefox 56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file, 2 obsolete files)
813.24 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8881073 -
Flags: review?(jdescottes)
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment on attachment 8881073 [details] [diff] [review]
6-24-1.patch
Review of attachment 8881073 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks! Sorry for the super late review.
Two things:
- one typo to address (see comment). Weird that it didn't fail any test on try though.
- did you intentionally get rid of the fade-out effect for out of scope code?
::: devtools/client/debugger/new/test/mochitest/head.js
@@ +584,5 @@
> const isMac = Services.appinfo.OS === "Darwin";
> const cmdOrCtrl = isLinux ? { ctrlKey: true } : { metaKey: true };
> +const shiftOrAlt = isMac
> + ? { accelKey: true, shiftKey: true }
> + : { aaccelKey: true, ltKey: true };
This looks like a typo ?
`aaccelKey: true, ltKey: true` => `accelKey: true, altKey: true`
Attachment #8881073 -
Flags: review?(jdescottes) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Oops, that's definitely a typo.
Yea, I intentionally dropped the fade out affect. It was slow and I don't think the UX was right at 85%.
Assignee | ||
Comment 5•8 years ago
|
||
Attachment #8881073 -
Attachment is obsolete: true
Assignee | ||
Comment 6•8 years ago
|
||
Attachment #8883595 -
Attachment is obsolete: true
Assignee | ||
Comment 7•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Updated•8 years ago
|
Assignee: nobody → jlaster
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bd35803f53f8
Upgrade debugger frontend v0.7.0 (6/24). r=jdescottes
Keywords: checkin-needed
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•