Closed Bug 1376135 Opened 7 years ago Closed 7 years ago

Update Debugger frontend (6/24/2017)

Categories

(DevTools :: Debugger, enhancement)

enhancement
Not set
normal

Tracking

(firefox56 fixed)

RESOLVED FIXED
Firefox 56
Tracking Status
firefox56 --- fixed

People

(Reporter: jlast, Assigned: jlast)

References

Details

Attachments

(1 file, 2 obsolete files)

      No description provided.
Attached patch 6-24-1.patch (obsolete) — Splinter Review
Attachment #8881073 - Flags: review?(jdescottes)
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+
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%.
Attached patch 6-24-2.patch (obsolete) — Splinter Review
Attachment #8881073 - Attachment is obsolete: true
Attached patch 6-24-3.patchSplinter Review
Attachment #8883595 - Attachment is obsolete: true
Keywords: checkin-needed
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
https://hg.mozilla.org/mozilla-central/rev/bd35803f53f8
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: