Commit Graph

1342 Commits

Author SHA1 Message Date
Nicolas Chevobbe
6a750a05bc Bug 1427184 - devtools-reps v0.18.0: update reps bundle from GitHub;r=Honza.
MozReview-Commit-ID: 86gvJSI7grM

--HG--
extra : rebase_source : 525bb92f9c348b7ac648bea47224274f6c8b49c7
2018-01-04 09:02:55 +01:00
Noemi Erli
2da14c0702 Backed out changeset 591cf97d4777 (bug 1427077) for ES failures in /builds/worker/checkouts/gecko/devtools/client/shared/webpack/rewrite-lazy-getter.js r=backout on a CLOSED TREE 2018-01-04 10:42:44 +02:00
pd4d10
32c41ce3c9 Bug 1427077 - Make devtools/client/netmonitor work correctly at browser r=rickychien
Replace `loader.lazyGetter` pattern with normal variable assignment

MozReview-Commit-ID: I08f8hnQ0nN

--HG--
extra : rebase_source : 18d9108d1b49aad92f0c9a2223c2fff58e1dddb1
2018-01-03 21:33:57 +08:00
Gijs Kruitbosch
5e38a0cf55 Bug 1425356 - remove various dead XUL sort attributes, r=bz,florian
- sort-statics-last is no longer meaningful now non-static (ie template) items don't exist
- we don't use the 'resource' attribute anywhere in XUL.
- sortResource/sortResource2 are unused.
- we don't have meaningful consumers for sortSeparators

MozReview-Commit-ID: C31vC9MCrDo

--HG--
extra : rebase_source : 539fd84201eaeead62ac73b3213bfdf6f4333e9a
2017-12-20 15:08:27 +00:00
Sebastian Hengst
92ed624d10 merge mozilla-central to autoland. r=merge a=merge
--HG--
extra : rebase_source : db451eb58e88563fe7709c8f4b3e69135df66253
2017-12-21 13:38:16 +02:00
Florian Quèze
22c55eb7b7 Bug 1421992 - Hand written cleanup patch to make tests pass after removing obsolete xpcshell functions. r=Gijs,ochameau a=Aryx 2017-12-21 11:11:57 +01:00
Florian Quèze
0f55cd45be Bug 1421992 - script-generated patch to replace do_execute_soon, do_print and do_register_cleanup with executeSoon, info and registerCleanupFunction, rs=Gijs. 2017-12-21 11:10:23 +01:00
Florian Quèze
032c961e0a Bug 1421992 - script-generated patch to replace do_check_* functions with their Assert.* equivalents, rs=Gijs. 2017-12-21 11:08:17 +01:00
Nicolas Chevobbe
c4a9a8814e Bug 1426108 - devtools-reps v0.17.0: update reps bundle from GitHub;r=Honza.
MozReview-Commit-ID: 9mcunsVZtIf

--HG--
extra : rebase_source : 679eb82fee75894c4a7c63ac9f35b19920c43c2c
2017-12-20 19:43:07 +01:00
Cosmin Sabou
02ce5d2807 Backed out changeset 61ec86ef441a (bug 1406415) for ESlint failure on devtools/client/shared/components/devtools-components.js:1:1 r=backout on a CLOSED TREE 2017-12-20 22:53:48 +02:00
Nicolas Chevobbe
f3d82f3792 Bug 1406415 - Create a devtools-components bundle; r=gl.
MozReview-Commit-ID: 5jEsz5oBB9F

--HG--
extra : rebase_source : 31639e8b1fb7c0fed04f9c1e5e70dab20cfdeb43
2017-12-16 22:17:54 -06:00
Yury Delendik
79f72acfbc Bug 1426251 - Update wasmparser to version 0.4.11. r=jlast
MozReview-Commit-ID: ApiiWfO2T8I

--HG--
extra : rebase_source : 03e0a46bb74cd4688720570421054c6323569ed0
2017-12-19 16:14:13 -06:00
Nicolas Chevobbe
7d4e7cb531 Bug 1419479 - devtools-reps v0.16.0: update reps bundle from GitHub;r=miker
MozReview-Commit-ID: FHfU7l6oSXa

--HG--
extra : rebase_source : 228e9bc99bf709b3e1e6155106a697bf42d333d5
2017-12-01 17:18:11 +01:00
Gabriel Luong
6175e428c6 Bug 1424658 - Fix network details panel splitter from not rendering. r=me 2017-12-11 15:06:02 -05:00
Julian Descottes
9a6ee6fff9 Bug 1241131 - Remove DevTools reload addon;r=ochameau
MozReview-Commit-ID: GCS4ZRvwUcs

--HG--
extra : rebase_source : 6669e4ca9fcf0dc89402820fb20b8b152440c011
2017-11-30 19:08:44 +01:00
Gabriel Luong
f353991f53 Bug 1369945 - Display a split rule view panel in the inspector. r=bgrins
MozReview-Commit-ID: If55vBPfU3W
2017-11-27 15:54:18 -05:00
Olli Pettay
e84d7b7ef4 Bug 1149555 - Update resize event firing to follow the specs, dispatch right before rAF callbacks, r=dbaron
MozReview-Commit-ID: GFnj2du2bWJ
2015-05-05 17:56:01 +03:00
Bill McCloskey
df63ff970b Bug 1102464 - Fix ESLint failure
MozReview-Commit-ID: JMRxUcSU98m
2017-12-06 21:21:24 -08:00
Rajdeep Nanua
0b2ed65576 Bug 1102464 - Implement CSS variable tooltip. r=pbro
Initial support for CSS variable tooltip. Removed title attribute from
variables and added a new tooltip displaying the same content.

MozReview-Commit-ID: FeHmgiS7KQj
2017-11-08 00:22:24 -05:00
Coroiu Cristina
8209092aea Backed out changeset b5950ede2b76 (bug 1102464) for failing devtools on Windows 7 debug at devtools/client/shared/test/browser_outputparser.js r=backout on a CLOSED TREE 2017-12-07 01:36:22 +02:00
Dorel Luca
44492bedb8 Merge mozilla-central to inbound r=merge 2017-12-07 00:29:57 +02:00
Michael Ratcliffe
7523cf460a Bug 1422341 - Prepare VisibilityHandler.js for React 16 r=Honza
MozReview-Commit-ID: 9apN31q36qo

--HG--
extra : rebase_source : 133b09ba8c995368d2e0dae91dab0504e96c0651
2017-12-01 16:30:30 +00:00
Rajdeep Nanua
48234431f4 Bug 1102464 - Implement CSS variable tooltip. r=pbro
Initial support for CSS variable tooltip. Removed title attribute from
variables and added a new tooltip displaying the same content.

MozReview-Commit-ID: FeHmgiS7KQj
2017-11-08 00:22:24 -05:00
Dorel Luca
2e81d28b54 Backed out changeset 1a9cbc25dd9d (bug 1102464) for failing ESlint devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js r=backout on a CLOSED TREE
--HG--
extra : amend_source : 201818f92f479bcb2ae83bde1d2fe2d8827efe9f
2017-12-06 22:40:33 +02:00
Rajdeep Nanua
3fc4d89056 Bug 1102464 - Implement CSS variable tooltip. r=pbro
Initial support for CSS variable tooltip. Removed title attribute from
variables and added a new tooltip displaying the same content.

MozReview-Commit-ID: FeHmgiS7KQj
2017-11-08 00:22:24 -05:00
Michael Ratcliffe
f96f69cd64 Bug 1422282 - Upgrade react-redux to v5.0.6 r=nchevobbe
MozReview-Commit-ID: CB6z40VY4Ho

--HG--
rename : devtools/client/shared/vendor/REACT_REDUX_UPGRADING => devtools/client/shared/vendor/REACT_REDUX_UPGRADING.md
extra : rebase_source : 97a80962f36a94464a20a11824faf436ecdd8102
2017-12-01 12:49:12 +00:00
Michael Ratcliffe
bd575904fe Bug 1422265 - Remove react-addons-shallow-compare r=Honza
MozReview-Commit-ID: 8avniQlO6NV

--HG--
extra : rebase_source : e9727d59d0f54bfc9a23f4ea46de71deadae924c
2017-12-01 10:23:27 +00:00
Ricky Chien
c57bd5cfc6 Bug 1418928 - requestCookies and responseCookies should be loaded lazily r=Honza
MozReview-Commit-ID: bywCQWGqWI

--HG--
extra : rebase_source : 41591be8f72e355ca370d4a53b6ffc0d7f966f9d
2017-11-24 14:57:10 +08:00
Michael Ratcliffe
38001b4ff6 Bug 1422258 - Remove React Virtualized r=Honza
MozReview-Commit-ID: GBsptIUroI

--HG--
extra : rebase_source : 6b9be4513fa5bc59e9f06f675a8a7a75a19575b3
2017-12-01 09:57:19 +00:00
Narcis Beleuzu
c400c4e179 Backed out changeset ee15ca302afd (bug 1418928) for devtools failures on browser_net_cause_redirect.js r=backout on a CLOSED TREE 2017-12-01 03:12:14 +02:00
Ricky Chien
d572b0ccc3 Bug 1418928 - requestCookies and responseCookies should be loaded lazily r=Honza
MozReview-Commit-ID: bywCQWGqWI

--HG--
extra : rebase_source : edfec280965ff6e822b006adb1b49379e14751e8
2017-11-24 14:57:10 +08:00
Michael Ratcliffe
8c8dc702e1 Bug 1419828 - Remove devtools references to React.addons.TestUtils r=nchevobbe
Changes:

- Added testUtils to React DOMs Proxy MonkeyPatch.
- Removed TestUtils where it is not needed.
- Added syntax identifiers to Markdown fences just because VSCode can do syntax highlighting in the markdown itself when you do that.
- In our require-helper.js files I have had to keep the name "react-addons-test-utils." This is because Enzyme uses the require paths to choose which adapters are needed (none are... yet)... we will need to use "react-addons-test-utils" instead of "react-dom/test-utils" as the path until we upgrade to React 16+.

MozReview-Commit-ID: H1tgzfp0MXl

--HG--
extra : rebase_source : cbdd59f6256703e7aba2dac76aece94c1101898e
2017-11-24 18:25:52 +00:00
Oriol Brufau
a78a4d5525 Bug 1416394 - Scroll row into view using scrollIntoView. r=Honza
MozReview-Commit-ID: KoTvLkZA3CL

--HG--
extra : rebase_source : 28128b633633ecc2d5d25a017bd9cda36c9bb009
2017-11-24 16:49:01 +01:00
Julian Descottes
af2e5d5dd1 Bug 1416711 - Add registerAllActors API;r=ochameau
Most of the codebase that needs to create a debugger server
can use a server with all actors registered.

Define an additional method registerAllActors to do that.

By previous implementations, all the call sites that were
using browser: true were indirectly using tab & root: true
as well. So all the call sites using browser: true have been
migrated to registerAllActors and the specific behavior of
the browser: true case has been removed. Passing browser:true
to registerActors now only registers browser specific actors.

MozReview-Commit-ID: F3sx71eGrdG

--HG--
extra : rebase_source : 7704264e84d96e03a0c789103ff466980913d4d2
2017-11-13 21:22:15 +01:00
Julian Descottes
7324ecc861 Bug 1416711 - Stop guarding consumer calls to DebuggerServer.init();r=ochameau
DebuggerServer.init() already bails out if it was previously initialized
so we could avoid guarding the calls to init() with it everywhere.

Registering an actor module several times is also a noop as the Server
keeps a map of all the already registered modules and will bail out if
the module is already known.

MozReview-Commit-ID: 4ONLlx9253i

--HG--
extra : rebase_source : a6fce209baf5e019b6a216761c01832a30332343
2017-11-13 21:04:43 +01:00
Julian Descottes
4cac7dcb25 Bug 1416711 - Migrate addBrowser/TabActors to registerActors;r=ochameau
DebuggerServer has old APIs addBrowserActors & addTabActors that can be
replaced by calls to registerActors.

MozReview-Commit-ID: KpYJpbSHM8I

--HG--
extra : rebase_source : c7f20edf503b944ef2582b5fe73bd6d899c0d1cc
2017-11-13 20:29:55 +01:00
Michael Ratcliffe
d0a661eea9 Bug 1419487 - Remaing DevTools components to ES6 Classes, prop-types and react-dom-factories r=gl
MozReview-Commit-ID: HjglFjui6XJ

--HG--
extra : rebase_source : 9529c18f141246f3d67f0cf7d5d3e82f54e5bbed
2017-11-22 12:15:43 +00:00
Nicolas Chevobbe
a58483784a Bug 1408401 - Release: Bump up devtools-reps bundle to 0.15.0; r=miker
MozReview-Commit-ID: ISudQK3C20A

--HG--
extra : rebase_source : 4c613dba3b0a2b0786cb6987c0681f84aa10de79
2017-11-21 18:44:04 +01:00
Alexandre Poirot
3d64658419 Bug 1399242 - Prevent console react updates while console isn't visible. r=nchevobbe
MozReview-Commit-ID: A6NGLbiuyTE

--HG--
extra : rebase_source : 9f58d6e2ed6be3fb31de276e536158efa4cdd5ce
2017-10-09 20:14:34 +02:00
Mark Banner
ba94a5128c Bug 1371293 - Fix instances of missing 'use strict;' in html files as found after ESLint 4 upgrade. r=mossop
MozReview-Commit-ID: 2q3nqLaXA3E

--HG--
extra : rebase_source : 971ee6ae4dd565ead6f4aa16e06638445ecc5da0
2017-10-31 16:40:37 +00:00
Daisuke Akatsuka
4196053f72 Bug 1406287 - Part 3: Correspond for changing size of sidebar. r=gl
MozReview-Commit-ID: 9ndHImmpM9c

--HG--
extra : rebase_source : f213ab20328180e8e6210ea0e695c8126209b9d9
2017-11-13 17:43:25 +09:00
Csoregi Natalia
8f1a81caad Merge inbound to mozilla-central r=merge a=merge 2017-11-14 00:57:47 +02:00
Michael Ratcliffe
13b7e232cc Bug 1413860 - Shared components to use prop-types and react-dom-factories r=nchevobbe
@nchevobbe: Please wait for a green try before reviewing this.

MozReview-Commit-ID: 9SLEHAq0IQQ

--HG--
extra : rebase_source : f3864d13d36802914171581f9f60351cf71aad2f
2017-11-03 13:34:41 +00:00
Narcis Beleuzu
0a20dc62d7 Backed out changeset 9029ee56b1ad (bug 1413860) for mochitest clipboard failures on browser_jsterm_selfxss.js. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 905d4c8798d1e1947f716d350fd199ebd0d2ae79
2017-11-13 14:16:40 +02:00
Michael Ratcliffe
e2ba0b4bd2 Bug 1413860 - Shared components to use prop-types and react-dom-factories r=nchevobbe
@nchevobbe: Please wait for a green try before reviewing this.

MozReview-Commit-ID: 9SLEHAq0IQQ

--HG--
extra : rebase_source : b916d948f3712bf4f09e50436cbdd0cf0f12afb4
2017-11-03 13:34:41 +00:00
Gabriel Luong
6339f7df3a Bug 1414275 - Part 2: Toggle flexbox layout highlighter from the rule view next to 'display: flex|inline-flex' declarations. r=pbro 2017-11-13 10:01:20 -05:00
Oriol Brufau
fc26dedf33 Bug 1415919 - Improve how JSON Viewer scrolls selected row into view. r=Honza
MozReview-Commit-ID: 2OV9IU6dmcp

--HG--
extra : rebase_source : 887be7a5e096a340d864ad4a7682e7a62dae953b
2017-11-09 19:23:16 +01:00
Sebastian Hengst
ed9d8c71ea merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-11-10 02:46:00 +02:00
Sebastian Hengst
3f52ceb1fd Bug 1416070 - Snooze time bomb in test_validators.js for 80 years or until a devtools peer fixes it. r=me on a CLOSED TREE
--HG--
extra : amend_source : bb672cc445179372bb07c05ebf98d15d97139f37
2017-11-10 02:40:53 +02:00
Oriol Brufau
aa981208e3 Bug 1415728 - Change JSON Viewer's selected row on keydown instead of on keyup. r=Honza
MozReview-Commit-ID: 3qXc1VxM2Rc

--HG--
extra : rebase_source : 2ee0e7f667a4fbb972a4a2667838c050310db287
2017-11-09 01:16:36 +01:00