Commit Graph

30 Commits

Author SHA1 Message Date
Victor Porof
f6db0ee557 Bug 1561435 - Format devtools/client/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35884

--HG--
extra : source : 60e4496cf9699dc59f2f4738cb60f87cbdb01e67
2019-07-05 11:24:38 +02:00
Jan Odvarko
e3949549a8 Bug 1493646 - Browser toolbox shortcut closes the regular toolbox; r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D7092

--HG--
extra : moz-landing-system : lando
2018-10-03 11:38:49 +00:00
Jan Odvarko
d48833fbbc Bug 1491749 - Stop using xul:keyset and xul:key in toolbox-window.xul; r=bgrins,flod
Differential Revision: https://phabricator.services.mozilla.com/D6015

--HG--
extra : moz-landing-system : lando
2018-09-19 09:58:08 +00:00
Julian Descottes
640fe52298 Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
MozReview-Commit-ID: F6xUXCgdRE4

--HG--
extra : rebase_source : 65de1b0aba412d9044b5196115f74276caa058f2
2018-06-01 12:36:09 +02:00
J. Ryan Stinnett
5af4bc7b50 Bug 1445776 - Add development restart shortcut to Browser Console. r=bgrins
Adds the browser restart shortcut (Cmd / Ctrl + Alt + R) to the Browser Console
window.  Only enabled for local development builds.

MozReview-Commit-ID: 2oTT55TYCx6

--HG--
extra : rebase_source : a9864af63590c803a412959bf922c87859455448
2018-03-14 17:02:07 -05:00
J. Ryan Stinnett
23ff4cc75d Bug 1443081 - Apply spacing via eslint --fix for DevTools. r=jdescottes
MozReview-Commit-ID: 2RVNt140Zte
2018-03-12 13:44:41 -05:00
yulia
14627be8a8 Bug 1382605 - Fix 6 tests failures on devtools/client/shared due the EventEmitter refactoring r=nchevobbe
MozReview-Commit-ID: EaFYqaY2M79

--HG--
extra : rebase_source : 242b560f9e675bcda84ff0f566a67ecde54e9475
2018-03-07 10:17:03 +01:00
ZER0
ba9681c84a Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau
MozReview-Commit-ID: GkF8HcUg5u8


--HG--
rename : devtools/shared/event-emitter.js => devtools/shared/old-event-emitter.js
2017-08-11 03:47:30 +02:00
Wes Kocher
db97e61fc7 Backed out changeset 58f678547059 (bug 1381542) for conflicting with the incoming m-c merge a=backout
MozReview-Commit-ID: 1wKVHbOAUdc

--HG--
rename : devtools/shared/old-event-emitter.js => devtools/shared/event-emitter.js
2017-08-10 18:23:14 -07:00
ZER0
93e1efc17d Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau
MozReview-Commit-ID: GkF8HcUg5u8


--HG--
rename : devtools/shared/event-emitter.js => devtools/shared/old-event-emitter.js
2017-08-11 02:43:47 +02:00
Gabriel Luong
1e634e99df Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes 2016-12-17 12:44:56 +09:00
Julian Descottes
e129828a38 Bug 1300458 - devtools key shortcuts fix shift+cmd shortcuts on OSX;r=ochameau
MozReview-Commit-ID: Aq6cFkF86Qa

--HG--
extra : rebase_source : 07c240f080dce7e4fe6d20275d26ffefb81d705d
2016-09-06 11:43:11 +02:00
Jason Laster
ad9201789e Bug 1296380 - Key Shortcuts should handle function keys. r=jlongster
--HG--
extra : rebase_source : 9167fd3881dc294f8f646a4bb11d5cc60004a673
extra : amend_source : c1ad99992cf47f2052b00883a1fc82176031e4f2
2016-08-18 14:36:47 -04:00
Tom Tromey
7853799111 Bug 1290227 - add replacement module for DOM_VK_ constants; r=bgrins
MozReview-Commit-ID: INmMxfP8ZuL

--HG--
extra : rebase_source : 683c927aa73e08176dc36e6d518d8fdd9f7b32e5
2016-08-08 15:41:37 -06:00
Alexandre Poirot
43a3ab0728 Bug 1283186 - Only print error instead of throwing when a key shortcut is invalid. r=bgrins 2016-06-30 01:29:56 -07:00
Julian Descottes
eac10d79af Bug 1277501 - convert inspector breadcrumbs to shortcut-key API;r=ochameau
Existing keyboard shortcuts have been reimplemented using the new shortcut-key
api.

A keypress handler was removed  on the breadcrumbs buttons, it had no use
since a focused button is always selected.

MozReview-Commit-ID: JTSRxwQGSlh

--HG--
extra : rebase_source : 4466162a2cf2bd77cb50ee77ea5843c973ceb5b2
2016-06-02 12:04:14 +02:00
Alexandre Poirot
35527b80c8 Bug 1271988 - Support targeting a specific element on key shortcut module. r=bgrins 2016-06-03 02:24:31 -07:00
Alexandre Poirot
06d44f0da1 Bug 1268450 - Fix 'Plus' key shortcut support. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
62f89d6879 Bug 1268450 - Accept loose digits for azerty keyboards. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
c77bd1981b Bug 1268450 - Convert toolbox key shortcut to stop using XUL. r=jryans 2016-05-25 08:31:05 -07:00
Tom Tromey
50ab4ddfdd Bug 1270994 - Fix ESLint errors in devtools/client/shared/*.js; r=jryans
MozReview-Commit-ID: 1od43gBnUq1
2016-05-19 08:35:45 -06:00
Ryan VanderMeulen
4069dcd34f Backed out 3 changesets (bug 1268450) for browser_keybindings_03.js timeouts.
Backed out changeset 466d5c96f439 (bug 1268450)
Backed out changeset 9d79d99a3e18 (bug 1268450)
Backed out changeset 9090f1b3c2e4 (bug 1268450)
2016-05-19 22:48:37 -04:00
Alexandre Poirot
9274a23b5b Bug 1268450 - Fix 'Plus' key shortcut support. r=jryans 2016-05-19 16:13:00 -04:00
Alexandre Poirot
f4727ff5fd Bug 1268450 - Accept loose digits for azerty keyboards. r=jryans 2016-05-19 16:13:00 -04:00
Alexandre Poirot
1915a59e3c Bug 1268450 - Convert toolbox key shortcut to stop using XUL. r=jryans 2016-05-19 16:13:00 -04:00
J. Ryan Stinnett
30b2b7ce44 Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.

To generate this patch, I ran:

./mach eslint devtools --no-ignore --fix

After this, I reverted any changes to third party files that we really do want
to ignore.

MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Alexandre Poirot
a3cd47760d Bug 1268441 - Fix support of all non-letter characters. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
0e659215da Bug 1268441 - Make Shift modifier only strict for letter characters. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
62793e8163 Bug 1268441 - Convert inspector key shortcut to stop using XUL. r=bgrins 2016-05-12 03:07:56 -07:00
Alexandre Poirot
5e04fa16fa Bug 1260493 - Introduce a module to handle key shortcuts in devtools. r=bgrins 2016-05-10 01:40:51 -07:00