searching for reviewer(nchevobbe)
ce26d250b22ddb97ab1455126c08ac05af26e056: Bug 1479750 - Part 2: Improve console alignment, visual consistency and icons; r=nchevobbe
fvsch <florens@fvsch.com> - Thu, 23 Aug 2018 08:00:24 +0000 - rev 831004
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1479750 - Part 2: Improve console alignment, visual consistency and icons; r=nchevobbe
Depends on D3482
Differential Revision:
https://phabricator.services.mozilla.com/D3483
707789fe9986fba796739ab359089a5af30e1b43: Bug 1479750 - Part 1: Tweak clear icon and devtools-separator style; r=nchevobbe
fvsch <florens@fvsch.com> - Thu, 23 Aug 2018 07:59:53 +0000 - rev 831003
Push
118868 by bmo:zjz@zjz.name at Fri, 24 Aug 2018 07:04:39 +0000
Bug 1479750 - Part 1: Tweak clear icon and devtools-separator style; r=nchevobbe
Differential Revision:
https://phabricator.services.mozilla.com/D3482
2a7b4ffd71597e53d94e76ab7058b4e8229fe2a4: Bug 696385 - change dom.a to dom.span in mozilla-central/devtools/client/webconsole/components/message-types/NetworkEventMessage.js#109; r?nchevobbe
draft
Preeti Mukherjee <preetimukherjee98@gmail.com> - Thu, 23 Aug 2018 21:49:03 +0530 - rev 830982
Push
118864 by bmo:preetimukherjee98@gmail.com at Thu, 23 Aug 2018 16:25:31 +0000
Bug 696385 - change dom.a to dom.span in mozilla-central/devtools/client/webconsole/components/message-types/NetworkEventMessage.js#109; r?nchevobbe
MozReview-Commit-ID: 2PBUG8yQIXY
360245d5c4a8aca248ec13faf3647bf43d34fe11: Bug 1463669 - Enable syntax highlighting of input in the console output when possible;r=nchevobbe
Brian Grinstead <bgrinstead@mozilla.com> - Thu, 23 Aug 2018 00:09:24 +0000 - rev 830955
Push
118861 by bmo:rhelmer@mozilla.com at Thu, 23 Aug 2018 11:42:47 +0000
Bug 1463669 - Enable syntax highlighting of input in the console output when possible;r=nchevobbe
When you enter JS into the console, we can now syntax highlight it in
the output when CodeMirror is enabled.
Differential Revision:
https://phabricator.services.mozilla.com/D3842
32e98ec84de35a219e857c660cf69efcd9ff1b1c: Bug 1480638 - Inspect Element is not reported into panel enter/exit events r=nchevobbe
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 20 Aug 2018 06:11:31 +0000 - rev 830883
Push
118857 by bmo:mtigley@mozilla.com at Thu, 23 Aug 2018 04:55:06 +0000
Bug 1480638 - Inspect Element is not reported into panel enter/exit events r=nchevobbe
Send `inspect_dom` properties from appropriate places.
Differential Revision:
https://phabricator.services.mozilla.com/D3511
b39ce58378e1b7b08f8b45538d8146a2863d575f: Bug 1470815 - Make sure the Security panel is visible for HTTP requests in the Console panel; r=nchevobbe
Jan Odvarko <odvarko@gmail.com> - Wed, 22 Aug 2018 11:14:45 +0000 - rev 830763
Push
118854 by bmo:a.beingessner@gmail.com at Wed, 22 Aug 2018 20:13:35 +0000
Bug 1470815 - Make sure the Security panel is visible for HTTP requests in the Console panel; r=nchevobbe
Differential Revision:
https://phabricator.services.mozilla.com/D3904
6ff5e06dccdcf88c9673c5035bd8f86bf6974066: Bug 1465644 - Part 2. Introduce the emphasized splitter style. r=nchevobbe
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 22 Aug 2018 16:07:53 +0900 - rev 830703
Push
118847 by bmo:hskupin@gmail.com at Wed, 22 Aug 2018 09:09:03 +0000
Bug 1465644 - Part 2. Introduce the emphasized splitter style. r=nchevobbe
e1296c1105fbf9f34a7b54018d1767d56a6d5847: Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r=nchevobbe
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 22 Aug 2018 16:07:13 +0900 - rev 830702
Push
118847 by bmo:hskupin@gmail.com at Wed, 22 Aug 2018 09:09:03 +0000
Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r=nchevobbe
cd0422cab7e833779899d33549c295dfec08d9ec: Bug 1483166 - refactor evalWithDebugger into its own file; r=nchevobbe,bhackett
yulia <ystartsev@mozilla.com> - Tue, 21 Aug 2018 14:01:02 +0000 - rev 830662
Push
118847 by bmo:hskupin@gmail.com at Wed, 22 Aug 2018 09:09:03 +0000
Bug 1483166 - refactor evalWithDebugger into its own file; r=nchevobbe,bhackett
this combines the changes that I made in
bug 1464461
(https://reviewboard.mozilla.org/r/253132/diff/1#index_header) with the changes for web replay made
by Brian Hackett, along with some clean up that was done by Honza with regards to helpers being
executed. This change should not have any functional impact on the code base, but it should make it
easier to work with the evalWithDebugger functionality than it has been so far.
Differential Revision:
https://phabricator.services.mozilla.com/D3311
fda28e376a50af065003f1594b9b57d083e27be8: Bug 1483166 - refactor evalWithDebugger into its own file; r=nchevobbe,bhackett
yulia <ystartsev@mozilla.com> - Mon, 20 Aug 2018 14:16:35 +0000 - rev 830368
Push
118832 by bmo:ntim.bugs@gmail.com at Tue, 21 Aug 2018 13:33:17 +0000
Bug 1483166 - refactor evalWithDebugger into its own file; r=nchevobbe,bhackett
this combines the changes that I made in
bug 1464461
(https://reviewboard.mozilla.org/r/253132/diff/1#index_header) with the changes for web replay made
by Brian Hackett, along with some clean up that was done by Honza with regards to helpers being
executed. This change should not have any functional impact on the code base, but it should make it
easier to work with the evalWithDebugger functionality than it has been so far.
Differential Revision:
https://phabricator.services.mozilla.com/D3311
6ff7ac0ff98614c54eb3e9f36e9e4415e6a6a6fe: Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Tue, 14 Aug 2018 10:59:09 +0900 - rev 828855
Push
118723 by bmo:mantaroh@gmail.com at Tue, 14 Aug 2018 02:03:29 +0000
Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
This patch will introduce the emphasized splitter style to the horizontal
splitter of devtools. (Only the SplitterBox and the splitter of the split
console)
MozReview-Commit-ID: FAFYp6PgJ8N
4f74e973beacf711aa815828596b977bc7e0da39: Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Tue, 14 Aug 2018 10:25:58 +0900 - rev 828853
Push
118721 by bmo:mantaroh@gmail.com at Tue, 14 Aug 2018 01:27:47 +0000
Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
This patch will introduce the emphasized splitter style to the horizontal
splitter of devtools. (Only the SplitterBox and the splitter of the split
console)
MozReview-Commit-ID: FAFYp6PgJ8N
a7e8cc24e736e795a12cf37104b745dd5b78f412: Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Tue, 14 Aug 2018 10:25:58 +0900 - rev 828852
Push
118721 by bmo:mantaroh@gmail.com at Tue, 14 Aug 2018 01:27:47 +0000
Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
MozReview-Commit-ID: GdhCyvllUFW
8c98fcea918bd1169ce4ba9b98dc2f3cfa77a004: Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Aug 2018 16:22:10 +0900 - rev 827497
Push
118536 by bmo:mantaroh@gmail.com at Wed, 08 Aug 2018 07:22:39 +0000
Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
This patch will introduce the emphasized splitter style to the horizontal
splitter of devtools. (Only the SplitterBox and the splitter of the split
console)
MozReview-Commit-ID: FAFYp6PgJ8N
9960ce30d427b77bfeb5e8019b46bb6f444dd3d0: Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Aug 2018 16:21:33 +0900 - rev 827496
Push
118536 by bmo:mantaroh@gmail.com at Wed, 08 Aug 2018 07:22:39 +0000
Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
MozReview-Commit-ID: GdhCyvllUFW
f2012c365245efa70d1a6d27f364e0319b7f3b9e: Bug 1477088 - Part 2. Use 'synthesizeMoustAtCenter' instead of 'sendMouseEvent' and check the active input element focus before opening door hanger menu. r=nchevobbe
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 08 Aug 2018 08:16:16 +0900 - rev 827456
Push
118534 by bmo:gl@mozilla.com at Wed, 08 Aug 2018 04:44:16 +0000
Bug 1477088 - Part 2. Use 'synthesizeMoustAtCenter' instead of 'sendMouseEvent' and check the active input element focus before opening door hanger menu. r=nchevobbe
The patch of part 1 changed the behavior of clicking the meatball button.
So this patch will fix the related test.
Differential Revision:
https://phabricator.services.mozilla.com/D2585
bc377cc2f35f5a77dcaf18a07dd3837a3182516a: Bug 1480958: Don't treat the filter bar in the Web Console as live content for accessibility. r=nchevobbe
James Teh <jteh@mozilla.com> - Tue, 07 Aug 2018 06:37:32 +0000 - rev 827248
Push
118502 by bmo:mstriemer@mozilla.com at Tue, 07 Aug 2018 16:39:48 +0000
Bug 1480958: Don't treat the filter bar in the Web Console as live content for accessibility. r=nchevobbe
Because the console output area is marked as aria-live and the filter bar is inside this area, it inherits the aria-live attribute.
For screen reader users, this causes spurious speaking of typed characters when typing in the filter box.
Worse, it causes spurious speaking of numbers as the number of messages suppressed by various filters changes, resulting in an intolerable user experience.
Differential Revision:
https://phabricator.services.mozilla.com/D2816
272e1e1fee6933f54d13f075b5ab0e0842a1ae0e: Bug 1480958: Don't treat the filter bar in the Web Console as live content for accessibility. r?nchevobbe
draft
James Teh <jteh@mozilla.com> - Tue, 07 Aug 2018 09:32:44 +1000 - rev 827093
Push
118462 by bmo:jteh@mozilla.com at Tue, 07 Aug 2018 00:00:47 +0000
Bug 1480958: Don't treat the filter bar in the Web Console as live content for accessibility. r?nchevobbe
Because the console output area is marked as aria-live and the filter bar is inside this area, it inherits the aria-live attribute.
For screen reader users, this causes spurious speaking of typed characters when typing in the filter box.
Worse, it causes spurious speaking of numbers as the number of messages suppressed by various filters changes, resulting in an intolerable user experience.
MozReview-Commit-ID: 2Nra5LsynFq
05d1ec752541a47ebcfc2eadd39092e4a8517b63: Bug 1479058 Part 11 - Server/client web console changes for replaying and time warp support, r=nchevobbe.
Brian Hackett <bhackett1024@gmail.com> - Thu, 02 Aug 2018 23:33:24 +0000 - rev 826828
Push
118389 by paolo.mozmail@amadzone.org at Sun, 05 Aug 2018 13:37:46 +0000
Bug 1479058 Part 11 - Server/client web console changes for replaying and time warp support, r=nchevobbe.
9620225007fdf2e8ea397d6b4ec7f3a719a1ba99: Bug 1480384 - Remove unused theme option for autocomplete-popup;r=nchevobbe
Julian Descottes <jdescottes@mozilla.com> - Thu, 02 Aug 2018 15:05:50 +0000 - rev 826079
Push
118238 by bmo:mh+mozilla@glandium.org at Thu, 02 Aug 2018 22:02:22 +0000
Bug 1480384 - Remove unused theme option for autocomplete-popup;r=nchevobbe
Differential Revision:
https://phabricator.services.mozilla.com/D2666
419b4035f57847b0237f86b925374059af762d3f: Bug 1478435 - Apply photon-styling to autocomplete popup; r=nchevobbe.
Nicolas Chevobbe <nchevobbe@mozilla.com> - Thu, 26 Jul 2018 09:08:10 +0200 - rev 825850
Push
118186 by bmo:bpostelnicu@mozilla.com at Thu, 02 Aug 2018 13:24:00 +0000
Bug 1478435 - Apply photon-styling to autocomplete popup; r=nchevobbe.
This removes the border-radius from the autocomplete popup (and
its items) and refines the spacing.
Since we have more padding for the autocomplete items, we need
to adjust the xOffset when showing the popup.
The yOffset of the webconsole autocomplete is tweaked a bit so
we see its border; the xOffset of the markup search input is also
tweaked to consider the left padding we use to display the search
icon in the input.
MozReview-Commit-ID: JyLySLBUgGy
9de35b1638f354680267c792e9371388b5d16d3b: Bug 1479627 Part 1: Set overflow:hidden for webconsole message-body style, to avoid a slow path in restyling. r=nchevobbe
Brad Werth <bwerth@mozilla.com> - Mon, 30 Jul 2018 16:41:47 -0700 - rev 825069
Push
118030 by bmo:sfoster@mozilla.com at Tue, 31 Jul 2018 23:35:13 +0000
Bug 1479627 Part 1: Set overflow:hidden for webconsole message-body style, to avoid a slow path in restyling. r=nchevobbe
MozReview-Commit-ID: ImKq594IB7P
8a1379826329a3d0080ad5a0c3633c9b3ddf4578: Bug 1479006 - Remove CSS rules for deleted netmonitor tooltips;r=nchevobbe
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Jul 2018 17:31:38 +0200 - rev 823785
Push
117779 by bmo:imanol@mozilla.com at Sat, 28 Jul 2018 10:35:42 +0000
Bug 1479006 - Remove CSS rules for deleted netmonitor tooltips;r=nchevobbe
MozReview-Commit-ID: 3DQkz0Hr58Q
2815e6fce7398443c43256a991e1dc27c38b9fa6: Bug 1479006 - Move old devtools tooltip widget to debugger folder;r=nchevobbe
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Jul 2018 16:59:24 +0200 - rev 823784
Push
117779 by bmo:imanol@mozilla.com at Sat, 28 Jul 2018 10:35:42 +0000
Bug 1479006 - Move old devtools tooltip widget to debugger folder;r=nchevobbe
MozReview-Commit-ID: ATHQoGbcX2b
fde63f5ba297b6405eb9ddca0f6c926c2a90b77d: Bug 1466881 - Missing open events for some users r=nchevobbe
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 21:16:50 +0100 - rev 823711
Push
117769 by bmo:jaws@mozilla.com at Fri, 27 Jul 2018 22:56:13 +0000
Bug 1466881 - Missing open events for some users r=nchevobbe
Changes:
- All files
- Generally shuffled around telemetry events to fix issues with properties not been sent or being sent in the wrong order.
- devtools/client/framework/browser-menus.js
- Added telemetry open event to missed codepath.
- devtools/startup/DevToolsShim.jsm
- Added missing telemetry "shortcut" property.
- devtools/startup/devtools-startup.js
- Added comment to sendEntryPointTelemetry().
MozReview-Commit-ID: ELldeyF32rG
aea9d627039e1dbc78e6a4ecb05e6a617692d490: Bug 1474356 - Most other panel openings without panel_name r=nchevobbe
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 823705
Push
117769 by bmo:jaws@mozilla.com at Fri, 27 Jul 2018 22:56:13 +0000
Bug 1474356 - Most other panel openings without panel_name r=nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
d7039031e380efda6b3fef5f9e55e41baa424c05: Bug 1307464 - Use HTMLTooltip in shader editor;r=nchevobbe
Julian Descottes <jdescottes@mozilla.com> - Thu, 26 Jul 2018 17:43:15 +0200 - rev 823613
Push
117745 by bmo:wcosta@mozilla.com at Fri, 27 Jul 2018 17:51:32 +0000
Bug 1307464 - Use HTMLTooltip in shader editor;r=nchevobbe
Migrate the ShaderEditor to use the HTMLTooltip instead of the
old XUL-only Tooltip. The HTMLTooltip doesn't provide a builtin
setTextContent API, so the shadereditor is now creating the
markup for the tooltip and setting it as the content.
The styles have been ported to shadereditor.css and now rely on
theme variables.
This will allow us to move all the old tooltip code to the old
debugger folder, which will be the last consumer of the widget.
MozReview-Commit-ID: HVyxtf0xM4x
80e660b18439b36c70b1b6222083e22ac49d5bae: Bug 1479006 - Remove CSS rules for deleted netmonitor tooltips;r=nchevobbe
draft
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Jul 2018 17:31:38 +0200 - rev 823560
Push
117722 by jdescottes@mozilla.com at Fri, 27 Jul 2018 15:58:28 +0000
Bug 1479006 - Remove CSS rules for deleted netmonitor tooltips;r=nchevobbe
MozReview-Commit-ID: 3DQkz0Hr58Q
decb6a1ba1f1dd554e54cf67cf9c4afb432302b5: Bug 1479006 - Move old devtools tooltip widget to debugger folder;r=nchevobbe
draft
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Jul 2018 16:59:24 +0200 - rev 823559
Push
117722 by jdescottes@mozilla.com at Fri, 27 Jul 2018 15:58:28 +0000
Bug 1479006 - Move old devtools tooltip widget to debugger folder;r=nchevobbe
MozReview-Commit-ID: ATHQoGbcX2b
e87d65dd31880ac4adf53472f88d25c09640cc76: Bug 1466881 - Missing open events for some users r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 21:16:50 +0100 - rev 823554
Push
117718 by mratcliffe@mozilla.com at Fri, 27 Jul 2018 15:42:44 +0000
Bug 1466881 - Missing open events for some users r?nchevobbe
Changes:
- All files
- Generally shuffled around telemetry events to fix issues with properties not been sent or being sent in the wrong order.
- devtools/client/framework/browser-menus.js
- Added telemetry open event to missed codepath.
- devtools/startup/DevToolsShim.jsm
- Added missing telemetry "shortcut" property.
- devtools/startup/devtools-startup.js
- Added comment to sendEntryPointTelemetry().
MozReview-Commit-ID: ELldeyF32rG
4b2ff11aa39d7bc0c2b5c176e5377890d480479c: Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 823408
Push
117677 by mratcliffe@mozilla.com at Fri, 27 Jul 2018 09:59:37 +0000
Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
cdb7d6eabe77816f7f6d93299f7a8440ec4ce9a4: Bug 1307464 - Use HTMLTooltip in shader editor;r=nchevobbe
draft
Julian Descottes <jdescottes@mozilla.com> - Thu, 26 Jul 2018 17:43:15 +0200 - rev 823390
Push
117660 by jdescottes@mozilla.com at Fri, 27 Jul 2018 06:44:53 +0000
Bug 1307464 - Use HTMLTooltip in shader editor;r=nchevobbe
Migrate the ShaderEditor to use the HTMLTooltip instead of the
old XUL-only Tooltip. The HTMLTooltip doesn't provide a builtin
setTextContent API, so the shadereditor is now creating the
markup for the tooltip and setting it as the content.
The styles have been ported to shadereditor.css and now rely on
theme variables.
This will allow us to move all the old tooltip code to the old
debugger folder, which will be the last consumer of the widget.
MozReview-Commit-ID: HVyxtf0xM4x
55739a1e4de9fd0691e54baf04d55b4edad8a902: Bug 1474356 - Most other panel openings without panel_name r=nchevobbe
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 823284
Push
117637 by felipc@gmail.com at Fri, 27 Jul 2018 01:14:51 +0000
Bug 1474356 - Most other panel openings without panel_name r=nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
b7969d8d64e880f396d14803b7f92448c55d8ba9: Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 823118
Push
117579 by mratcliffe@mozilla.com at Thu, 26 Jul 2018 16:28:17 +0000
Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
905eaf5504bf542cce25ac481ea789111fd2fb23: Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 823103
Push
117564 by mratcliffe@mozilla.com at Thu, 26 Jul 2018 14:57:22 +0000
Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
c52adfc8fdd93736e1b6ceb70dd3cf182c79cd4c: Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 822899
Push
117514 by mratcliffe@mozilla.com at Thu, 26 Jul 2018 09:50:47 +0000
Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
39416e2d0aa88e5f831c4c20a3ac111781cbd048: Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Thu, 26 Jul 2018 13:50:15 +0900 - rev 822846
Push
117487 by bmo:mantaroh@gmail.com at Thu, 26 Jul 2018 04:50:41 +0000
Bug 1465644 - Part 2. Introduce the emphasized splitter style. r?nchevobbe
This patch will introduce the emphasized splitter style to the horizontal
splitter of devtools. (Only the SplitterBox and the splitter of the split
console)
MozReview-Commit-ID: FAFYp6PgJ8N
70dcf8cdeb9c4b8798b70931d815a914d1f2f3f6: Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Thu, 26 Jul 2018 13:42:58 +0900 - rev 822845
Push
117487 by bmo:mantaroh@gmail.com at Thu, 26 Jul 2018 04:50:41 +0000
Bug 1465644 - Part 1. Change characode of SplitConsole.css from dos to unix. r?nchevobbe
MozReview-Commit-ID: GdhCyvllUFW
aedd818b2388b02baa5ce15b505652cd56ee8e8c: Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
draft
Michael Ratcliffe <mratcliffe@mozilla.com> - Mon, 16 Jul 2018 14:50:00 +0100 - rev 822642
Push
117422 by mratcliffe@mozilla.com at Wed, 25 Jul 2018 15:34:34 +0000
Bug 1474356 - Most other panel openings without panel_name r?nchevobbe
Changes:
Pretty much all files contain changes to the order of events and properties... these are to stop subtle issues with events not being logged because not all properties were sent and some events were sent in the wrong order.
-devtools/client/framework/test/browser_devtools_api.js
- Renamed test-tool-1 and 2 because we need to include the panel names in Events.yaml and "-" is not allowed.
- devtools/client/framework/toolbox.js
- Removed unneeded const REGEX_PANEL.
- Generally shifted things around to ensure we send events from all codepaths.
- toolkit/components/telemetry/Events.yaml
- Changed telemetry event `"devtools.main", "enter"` to include all built-in panel names including "other."
MozReview-Commit-ID: 2G3Z9pzj1QC
2aca3a665afe56e1480c2358c8b9d3047cbbdc32: Bug 1465352 - Clean up history reducer state; r=nchevobbe
Jan Odvarko <odvarko@gmail.com> - Thu, 19 Jul 2018 14:26:34 +0200 - rev 821107
Push
117018 by bmo:sfoster@mozilla.com at Sat, 21 Jul 2018 04:05:10 +0000
Bug 1465352 - Clean up history reducer state; r=nchevobbe
MozReview-Commit-ID: LgWQ5fe7WXJ
0ba660b19cf51f5963e1d4f56fee4546173cbb38: Bug 1465352 - Clean up history reducer state; r=nchevobbe
draft
Jan Odvarko <odvarko@gmail.com> - Thu, 19 Jul 2018 14:26:34 +0200 - rev 820743
Push
116916 by jodvarko@mozilla.com at Fri, 20 Jul 2018 09:32:51 +0000
Bug 1465352 - Clean up history reducer state; r=nchevobbe
MozReview-Commit-ID: LgWQ5fe7WXJ
3e792c898f69fabe1bc2387f8c98631d2ec7b7c7: Bug 1469341 - Remove the XUL wrapper document for the Browser Console;r=nchevobbe
Brian Grinstead <bgrinstead@mozilla.com> - Wed, 18 Jul 2018 07:23:22 -0700 - rev 820589
Push
116887 by bmo:bbirtles@mozilla.com at Fri, 20 Jul 2018 01:05:51 +0000
Bug 1469341 - Remove the XUL wrapper document for the Browser Console;r=nchevobbe
MozReview-Commit-ID: KCZ6u5byQuO
8b6de641d2ac48501bc0a4c3662c7155843f7bbe: Bug 1465352 - Clean up history reducer state; r=nchevobbe
draft
Jan Odvarko <odvarko@gmail.com> - Thu, 19 Jul 2018 14:26:34 +0200 - rev 820384
Push
116806 by jodvarko@mozilla.com at Thu, 19 Jul 2018 13:48:02 +0000
Bug 1465352 - Clean up history reducer state; r=nchevobbe
MozReview-Commit-ID: LgWQ5fe7WXJ
905134620aa2133c60b99226fee64800a3e77ad8: Bug 1441711 - Console: Use resources for Browser Console / Toolbox. r=ochameau,nchevobbe
draft
J. Ryan Stinnett <jryans@gmail.com> - Tue, 27 Mar 2018 18:51:35 -0500 - rev 820178
Push
116740 by bmo:jryans@gmail.com at Thu, 19 Jul 2018 02:31:47 +0000
Bug 1441711 - Console: Use resources for Browser Console / Toolbox. r=ochameau,nchevobbe
For the Browser Console or Toolbox, we want to also include console messages
from other processes. If the resource actor is available, use this to make
additional connections to the other processes. With this approach, we are
connecting to a separate console actor for each process, so DevTools code is in
control of whether messages need to flow across processes.
MozReview-Commit-ID: 3NjwtYHqqNw
f30ec7338d86355202570812fd376975702aa27c: Bug 1441711 - Console: Use resources for Browser Console / Toolbox. r=ochameau,nchevobbe
draft
J. Ryan Stinnett <jryans@gmail.com> - Tue, 27 Mar 2018 18:51:35 -0500 - rev 820174
Push
116739 by bmo:jryans@gmail.com at Thu, 19 Jul 2018 02:17:52 +0000
Bug 1441711 - Console: Use resources for Browser Console / Toolbox. r=ochameau,nchevobbe
For the Browser Console or Toolbox, we want to also include console messages
from other processes. If the resource actor is available, use this to make
additional connections to the other processes. With this approach, we are
connecting to a separate console actor for each process, so DevTools code is in
control of whether messages need to flow across processes.
MozReview-Commit-ID: 3NjwtYHqqNw
0b6675cbc84468c2fcfb12bce6484485381d7be6: Bug 1467256 - Temporarily disable the test. r=nchevobbe, a=test-only
Belén Albeza <balbeza@mozilla.com> - Wed, 11 Jul 2018 15:14:42 +0200 - rev 820065
Push
116707 by bmo:jaws@mozilla.com at Wed, 18 Jul 2018 20:27:08 +0000
Bug 1467256 - Temporarily disable the test. r=nchevobbe, a=test-only
MozReview-Commit-ID: sWZLg7PCvt
dc601e6050f67f30980aabbf13e179790f4a4485: Bug 1473996 - Expose fn.apply in the devtools server. r=nchevobbe
Logan F Smyth <loganfsmyth@gmail.com> - Thu, 12 Jul 2018 11:09:54 -0700 - rev 819813
Push
116678 by bmo:nchevobbe@mozilla.com at Wed, 18 Jul 2018 18:05:12 +0000
Bug 1473996 - Expose fn.apply in the devtools server. r=nchevobbe
MozReview-Commit-ID: 33Uh8UIuz4g
9ba8a6f1857d16d3389c81f3323df1149ae94841: Bug 1473996 - Expose getPropertyValue in devtools server to fully evaluate an object property. r=nchevobbe
Logan F Smyth <loganfsmyth@gmail.com> - Thu, 12 Jul 2018 11:08:38 -0700 - rev 819812
Push
116678 by bmo:nchevobbe@mozilla.com at Wed, 18 Jul 2018 18:05:12 +0000
Bug 1473996 - Expose getPropertyValue in devtools server to fully evaluate an object property. r=nchevobbe
MozReview-Commit-ID: IYIplkrqQ76
2d1495576ca2c7a956a2327cff2f9fbc8bbb0010: Bug 1469341 - Remove the XUL wrapper document for the Browser Console;r=nchevobbe
draft
Brian Grinstead <bgrinstead@mozilla.com> - Wed, 18 Jul 2018 07:23:22 -0700 - rev 819755
Push
116642 by bgrinstead@mozilla.com at Wed, 18 Jul 2018 14:23:36 +0000
Bug 1469341 - Remove the XUL wrapper document for the Browser Console;r=nchevobbe
MozReview-Commit-ID: KCZ6u5byQuO
99d1ca47faea340e639244cf354c98fd68753c6c: Bug 1456852 - Programatically create the edit menu in the browser console input;r=nchevobbe
Brian Grinstead <bgrinstead@mozilla.com> - Tue, 17 Jul 2018 11:55:49 -0700 - rev 819637
Push
116603 by bmo:rcaliman@mozilla.com at Wed, 18 Jul 2018 09:50:41 +0000
Bug 1456852 - Programatically create the edit menu in the browser console input;r=nchevobbe
This allows us to open the context menu directly from webconsole.html when it's
running as a top level window. Ultimately, I'd like to not have to use special
handling in the console - all top-level windows should get the edit menu working
automatically for HTML inputs - but this lets us prove it out as a first consumer.
MozReview-Commit-ID: BYisQDtXWe4