Andreea Pavel
e423bcde30
Bug 1557181 - adjust disable for browser_grids_grid-outline-updates-on-grid-change.js on win debug r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D54435
--HG--
extra : moz-landing-system : lando
2019-11-25 01:12:28 +00:00
Alexandre Poirot
27c69caaec
Bug 1578242 - Make the inspector use the TargetList. r=gl,pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D48859
--HG--
extra : moz-landing-system : lando
2019-11-18 15:06:02 +00:00
Julian Descottes
76606dfbc7
Bug 1593794 - Add a try catch around grid-inspector updateGridPanel (follow up to Bug 1591952) r=gl
...
Depends on D51663
Differential Revision: https://phabricator.services.mozilla.com/D51693
--HG--
extra : moz-landing-system : lando
2019-11-05 07:31:01 +00:00
Julian Descottes
3ff4d952e6
Bug 1591952 - Add a global try catch around grid-inspector onReflow to swallow exceptions after destroy r=gl
...
This method is very asynchronous, called on reflows and throttled. Which means it has a high chance of intermittently failing after destroy.
Differential Revision: https://phabricator.services.mozilla.com/D51663
--HG--
extra : moz-landing-system : lando
2019-11-04 19:44:32 +00:00
Florens Verschelde
d57b479711
Bug 1525939 - Use shared Accordion component in Inspector; r=yzen
...
Differential Revision: https://phabricator.services.mozilla.com/D43640
--HG--
extra : moz-landing-system : lando
2019-11-01 16:11:13 +00:00
Alexandre Poirot
52a0e9273a
Bug 1565263 - Support target switching for the console. r=nchevobbe,yulia,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D40016
--HG--
extra : moz-landing-system : lando
2019-10-09 08:03:43 +00:00
Florens Verschelde
83af8e000a
Bug 1578097 - Add prefs to persist the open states of flexbox accordion items separately; r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D44331
--HG--
extra : moz-landing-system : lando
2019-09-25 07:57:26 +00:00
Patrick Brosset
5842ca7532
Bug 1568857 - Get the grids from all current targets; r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D45524
--HG--
extra : moz-landing-system : lando
2019-09-19 12:11:44 +00:00
Alexandre Poirot
2987ab1345
Bug 1578426 - Rename Inspector.target to Inspector.currentTarget. r=pbro
...
Rename this attribute to better significate that the target is
changing over time when the debugged target navigates to another process.
Differential Revision: https://phabricator.services.mozilla.com/D44632
--HG--
extra : moz-landing-system : lando
2019-09-05 14:17:20 +00:00
Gabriel Luong
006d44d6b7
Bug 1568157
- Part 3: Replace `toolbox.highlighter` with the contextual HighlighterFront. r=yulia
...
Differential Revision: https://phabricator.services.mozilla.com/D40316
--HG--
extra : moz-landing-system : lando
2019-08-27 19:13:45 +00:00
Nicolas Chevobbe
925311bc77
Bug 1568779 - Remove editors settings comments in devtools files. r=pbro.
...
Differential Revision: https://phabricator.services.mozilla.com/D42300
--HG--
extra : moz-landing-system : lando
2019-08-19 12:48:16 +00:00
Daisuke Akatsuka
a8fcde43fa
Bug 1571650: Add test for z-index of grids. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41931
--HG--
extra : moz-landing-system : lando
2019-08-18 03:13:51 +00:00
Daisuke Akatsuka
016f7b5076
Bug 1571650: Change z-index by the nest. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41929
--HG--
extra : moz-landing-system : lando
2019-08-16 07:38:57 +00:00
Daisuke Akatsuka
53eecbbb23
Bug 1571653: Add a test for toggling subgrid. r=gl
...
Differential Revision: https://phabricator.services.mozilla.com/D41701
--HG--
rename : devtools/client/inspector/grids/test/browser_grids_grid-list-subgrids.js => devtools/client/inspector/grids/test/browser_grids_grid-list-subgrids_01.js
extra : moz-landing-system : lando
2019-08-15 05:01:40 +00:00
Ciure Andrei
c8c4bf08bf
Backed out 4 changesets (bug 1571650) for AddressSanitizer failures CLOSED TREE
...
Backed out changeset 9c93a75bc692 (bug 1571650)
Backed out changeset 9f62e449f9ca (bug 1571650)
Backed out changeset 48438a9d64f1 (bug 1571650)
Backed out changeset eaef1d403d31 (bug 1571650)
2019-08-14 18:51:36 +03:00
Daisuke Akatsuka
83f2b87e91
Bug 1571650: Add test for z-index of grids. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41931
--HG--
extra : moz-landing-system : lando
2019-08-14 09:40:27 +00:00
Daisuke Akatsuka
f9c1392ef6
Bug 1571650: Change z-index by the nest. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41929
--HG--
extra : moz-landing-system : lando
2019-08-14 12:32:57 +00:00
Alexandre Poirot
fb092f76b5
Bug 1568150 - Destroy the inspector front after the panels. r=gl
...
All fronts are destroyed when we call TargetMixin.destroy.
All but the inspector. This changeset move the inspector front destruction
from being done in parallel to panels destruction to do it after.
This highlight races in tests that are not waiting correctly for the full
loading of the grid sidebar.
Differential Revision: https://phabricator.services.mozilla.com/D39408
--HG--
extra : moz-landing-system : lando
2019-07-29 17:16:11 +00:00
Csoregi Natalia
6ccfe19186
Backed out 2 changesets (bug 1568150) for failures on browser_ext_devtools_panel.js. CLOSED TREE
...
Backed out changeset 47f2bc60381a (bug 1568150)
Backed out changeset beb290a8b2a3 (bug 1568150)
2019-07-29 17:08:08 +03:00
Alexandre Poirot
a4067e2cad
Bug 1568150 - Destroy the inspector front after the panels. r=gl
...
All fronts are destroyed when we call TargetMixin.destroy.
All but the inspector. This changeset move the inspector front destruction
from being done in parallel to panels destruction to do it after.
This highlight races in tests that are not waiting correctly for the full
loading of the grid sidebar.
Differential Revision: https://phabricator.services.mozilla.com/D39408
--HG--
extra : moz-landing-system : lando
2019-07-29 09:20:31 +00:00
Armando Ferreira
7c12423a03
Bug 1528774 - Remove unnecessary code in GridItem's onGridCheckboxClick. r=nchevobbe
...
Removed unnecessary code in GridItem.js file's onGridCheckboxClick function and updated the render function so that the onInspectIconClick call triggers the stopPropagation function.
Differential Revision: https://phabricator.services.mozilla.com/D37612
--HG--
extra : moz-landing-system : lando
2019-07-12 07:11:26 +00:00
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
Cosmin Sabou
149fc6da7d
Bug 1557181 - Disable browser_grids_grid-outline-updates-on-grid-change.js cause of frequent failures. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D35233
--HG--
extra : moz-landing-system : lando
2019-06-20 17:02:25 +00:00
Cosmin Sabou
e6c37d6bc0
Bug 1557326 - Disable browser_grids_grid-list-on-mutation-element-added.js on all platforms for frequent failures. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D35215
--HG--
extra : moz-landing-system : lando
2019-06-18 11:29:44 +00:00
Gabriel Luong
6c4bdbacd6
Bug 1550519 - Show a translucent parent highlight when a subgrid is highlighted. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D32507
2019-05-24 14:02:14 -04:00
Narcis Beleuzu
49c534e5b2
Backed out changeset 49fbf60f938d (bug 1550519) for dt failures on grid-inspector.js . CLOSED TREE
...
--HG--
extra : rebase_source : 3da4c4f1341edc7cc5137e7a63f4c869862d894f
2019-06-04 22:43:03 +03:00
Gabriel Luong
f5bd87247f
Bug 1550519 - Show a translucent parent highlight when a subgrid is highlighted. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D32507
2019-05-24 14:02:14 -04:00
Gabriel Luong
4b9b573a46
Bug 1468402 - Part 3: Add test for subgrids in the grid list. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D30512
2019-05-09 11:28:53 -04:00
Gabriel Luong
22a53ea7f9
Bug 1468402 - Part 2: Indent the subgrids in the grid list. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D29316
2019-04-30 00:50:50 -04:00
Patrick Brosset
37ee7ed440
Bug 1527826 - Reflect our github org name change in the m-c code; r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D19748
--HG--
extra : moz-landing-system : lando
2019-02-15 09:38:53 +00:00
Kris Maglione
e930b89c34
Bug 1514594: Part 3 - Change ChromeUtils.import API.
...
***
Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8
This changes the behavior of ChromeUtils.import() to return an exports object,
rather than a module global, in all cases except when `null` is passed as a
second argument, and changes the default behavior not to pollute the global
scope with the module's exports. Thus, the following code written for the old
model:
ChromeUtils.import("resource://gre/modules/Services.jsm");
is approximately the same as the following, in the new model:
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");
Since the two behaviors are mutually incompatible, this patch will land with a
scripted rewrite to update all existing callers to use the new model rather
than the old.
***
Bug 1514594: Part 3b - Mass rewrite all JS code to use the new ChromeUtils.import API. rs=Gijs
This was done using the followng script:
https://bitbucket.org/kmaglione/m-c-rewrites/src/tip/processors/cu-import-exports.jsm
***
Bug 1514594: Part 3c - Update ESLint plugin for ChromeUtils.import API changes. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D16747
***
Bug 1514594: Part 3d - Remove/fix hundreds of duplicate imports from sync tests. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D16748
***
Bug 1514594: Part 3e - Remove no-op ChromeUtils.import() calls. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D16749
***
Bug 1514594: Part 3f.1 - Cleanup various test corner cases after mass rewrite. r=Gijs
***
Bug 1514594: Part 3f.2 - Cleanup various non-test corner cases after mass rewrite. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D16750
--HG--
extra : rebase_source : 359574ee3064c90f33bf36c2ebe3159a24cc8895
extra : histedit_source : b93c8f42808b1599f9122d7842d2c0b3e656a594%2C64a3a4e3359dc889e2ab2b49461bab9e27fc10a7
2019-01-17 10:18:31 -08:00
Raul Gurzau
72f02a2ecc
Bug 1501317 - Disable browser_grids_grid-outline-highlight-cell.js on Win 10 asan for frequent failures. r=jmaher CLOSED TREE
2018-12-23 14:17:00 +02:00
Cosmin Sabou
5eed4bb3c2
Bug 1501760 - Disable browser_grids_grid-outline-highlight-area.js on win10 for frequent failures. r=jmaher
...
--HG--
extra : rebase_source : 81aa6ce46437d1f59a00f7ab4914184672c01f62
2018-12-22 22:05:54 +02:00
Gabriel Luong
45401d6c92
Bug 1513969 - Add telemetry to track the active time usage of the grid highlighter. r=pbro
2018-12-17 16:06:35 -05:00
Dorel Luca
48e7ee73b2
Backed out changeset 1046da966669 (bug 1511334) for devtools failures in devtools/client/inspector/flexbox/test/browser_flexbox_toggle_display_change_hides_highlighter.js
2018-12-07 23:35:41 +02:00
Michael Ratcliffe
6eb26453a5
Bug 1511334 - Add tests to disable/re-enable and delete/bring flexbox and grid patch r=gl
...
https://treeherder.mozilla.org/#/jobs?repo=try&revision=228d738caf1403aaa5e62b2348af2e57fb4a06a6
Differential Revision: https://phabricator.services.mozilla.com/D13526
--HG--
extra : moz-landing-system : lando
2018-12-07 07:09:35 +00:00
Gabriel Luong
eb22262961
Bug 1509907 - Add telemetry to track flexbox highlighter usage. r=miker
...
This also adds a telemetry count for the grid highlighter being turned on by the
markup view, which was not in place when we added the telemetry for the grid
highlighter.
2018-11-29 18:45:43 -05:00
yulia
8fec0e1f69
Bug 1508655 - BoxModel highlighter move nodeHighlighter to highlighterFront; r=ochameau
...
Depends on D12319
Differential Revision: https://phabricator.services.mozilla.com/D12320
--HG--
extra : moz-landing-system : lando
2018-11-23 10:50:21 +00:00
Jan-Erik Rediger
50555e7773
Bug 1468761 - Migrate external Telemetry tests to handle packed histograms r=chutten
...
Depends on D9236
Differential Revision: https://phabricator.services.mozilla.com/D9237
--HG--
extra : moz-landing-system : lando
2018-11-01 13:46:59 +00:00
Julian Descottes
eac312a589
Bug 1500936 - Run eslint --fix on devtools/client/inspector for comma-dangle;r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D9409
--HG--
extra : moz-landing-system : lando
2018-10-23 07:08:24 +00:00
Csoregi Natalia
6ddd7d4134
Backed out 3 changesets (bug 1468761) for telemetry related xpcshell failures. CLOSED TREE
...
Backed out changeset 8c08dcec61d8 (bug 1468761)
Backed out changeset 9ee8406cf1d3 (bug 1468761)
Backed out changeset 65bfae07e0f4 (bug 1468761)
2018-10-22 19:28:56 +03:00
Jan-Erik Rediger
2cb5051a6c
Bug 1468761 - Migrate external Telemetry tests to handle packed histograms r=chutten
...
Depends on D9236
Differential Revision: https://phabricator.services.mozilla.com/D9237
--HG--
extra : moz-landing-system : lando
2018-10-22 15:26:34 +00:00
Gabriel Luong
a780f9ec58
Bug 1497312 - The flexbox highlighter color should change on input from the color swatch. r=pbro
2018-10-15 13:18:15 -04:00
Bogdan Tara
37c2b65d30
Backed out changeset ffb2909f660d (bug 1497312) for browser_flexbox_highlighter_color_picker_on_RETURN.js failures CLOSED TREE
2018-10-15 23:31:22 +03:00
Gabriel Luong
2e308cc2ad
Bug 1497312 - The flexbox highlighter color should change on input from the color swatch. r=pbro
2018-10-15 13:18:15 -04:00
Gabriel Luong
34f7b8b16c
Bug 1317102 - Part 6: Hide the grid outline when multiple grids are highlighted. r=pbro
2018-10-08 13:40:47 -04:00
Gabriel Luong
c2b5578464
Bug 1317102 - Part 5: Increase the max grid highlighters shown to 3. r=pbro
2018-10-08 12:29:09 -04:00
Gabriel Luong
5dab8a6e0d
Bug 1494162 - Part 32: Lazy load Grid components. r=pbro
2018-10-02 11:20:51 -04:00
Gabriel Luong
b3daa0abdb
Bug 1494162 - Part 7: Lazy load modules in the shared inspector utils. r=pbro
2018-09-28 12:43:37 -04:00
Noemi Erli
8e345b1180
Backed out 16 changesets (bug 1494162, bug 1464192) for failures in test_css-logic-getCssPath.html CLOSED TREE
...
Backed out changeset 0d5a593adfda (bug 1494162)
Backed out changeset ea5d67d3c2ae (bug 1494162)
Backed out changeset 98c531e6f8d4 (bug 1494162)
Backed out changeset 973fbb5bbadc (bug 1464192)
Backed out changeset bbbf97a5802e (bug 1494162)
Backed out changeset c1dac4bffc06 (bug 1494162)
Backed out changeset c90d929f87f2 (bug 1494162)
Backed out changeset f90da1a0201b (bug 1494162)
Backed out changeset ee129a8c5e00 (bug 1494162)
Backed out changeset 10143ae649e5 (bug 1494162)
Backed out changeset f700e44ea63f (bug 1494162)
Backed out changeset cb2b02dc4b47 (bug 1494162)
Backed out changeset 4880d9571aa7 (bug 1494162)
Backed out changeset b9e187182a0f (bug 1494162)
Backed out changeset f077ffe76ca5 (bug 1494162)
Backed out changeset ef609de4cd5c (bug 1494162)
2018-09-28 21:57:12 +03:00