Commit Graph

9833 Commits

Author SHA1 Message Date
Nicolas Chevobbe
8831e47374 Bug 1420256 - Make longStrings wrap; r=Honza.
This makes long strings without spaces wrap in the console output.
Also fixes object with long string properties.

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

--HG--
extra : moz-landing-system : lando
2018-09-18 12:50:16 +00:00
Razvan Caliman
e1ec07cbd1 Bug 1478448 - (Part 5) Add ChangeManager skeleton to pass tracked style changes to store. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3330

--HG--
extra : moz-landing-system : lando
2018-09-18 08:56:47 +00:00
Razvan Caliman
f9e1b9b9aa Bug 1478448 - (Part 4) Render tracked style changes. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3329

--HG--
extra : moz-landing-system : lando
2018-09-18 08:56:08 +00:00
Razvan Caliman
26f4d9adab Bug 1478448 - (Part 3) Add Track Changes sidebar panel in Inspector. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3328

--HG--
rename : devtools/client/inspector/changes/moz.build => devtools/client/inspector/changes/components/moz.build
extra : moz-landing-system : lando
2018-09-18 08:55:36 +00:00
Razvan Caliman
98e03f52b3 Bug 1478448 - (Part 2) Add basic Redux actions and reducers for Track Changes. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3327

--HG--
extra : moz-landing-system : lando
2018-09-18 08:54:51 +00:00
Razvan Caliman
1fd406758a Bug 1478448 - (Part 1) Add pref for Track Changes feature. r=nchevobbe
MozReview-Commit-ID: 3liB2MyJQ21

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

--HG--
extra : moz-landing-system : lando
2018-09-18 08:53:09 +00:00
Julian Descottes
d16c6c3ec8 Bug 1489223 - Add mochitest for adding/removing network locations in new aboutdebugging;r=daisuke
depends on D5798

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

--HG--
extra : moz-landing-system : lando
2018-09-18 08:42:54 +00:00
Julian Descottes
7b348a2724 Bug 1489223 - Always wait until client is ready when opening aboutdebugging in mochitests;r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D5798

--HG--
extra : moz-landing-system : lando
2018-09-17 11:55:14 +00:00
Daisuke Akatsuka
059cf771d2 Bug 1492035: Remove DomNodePreview module. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D6116

--HG--
extra : moz-landing-system : lando
2018-09-18 07:53:31 +00:00
Julian Descottes
e361f7ef17 Bug 1492049 - Fix localization for ADB Extension strings in WebIDE;r=flod
Differential Revision: https://phabricator.services.mozilla.com/D6122

--HG--
extra : moz-landing-system : lando
2018-09-18 07:26:31 +00:00
Bogdan Tara
c8f52c0158 Merge inbound to mozilla-central. a=merge 2018-09-18 00:58:07 +03:00
Gurzau Raul
867011efac Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-09-17 19:47:47 +03:00
Gurzau Raul
a30d892e47 Merge inbound to mozilla-central. a=merge 2018-09-17 19:46:05 +03:00
Tom Glowka
7a871745f7 Bug 1478361 - Simplify custom headers editing to prevent caret reset; r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D5410

--HG--
extra : moz-landing-system : lando
2018-09-17 13:04:37 +00:00
Nicolas Chevobbe
87750ae04e Bug 1448938 - Set fixture pref for reverse search in mocha tests; r=Honza.
The tests were failing without this.

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

--HG--
extra : moz-landing-system : lando
2018-09-17 13:29:06 +00:00
Brian Grinstead
0866f2c27f Bug 1490086 - Disable autoCloseBrackets feature for console input;r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D5907

--HG--
extra : moz-landing-system : lando
2018-09-17 16:08:24 +00:00
Andrew McCreight
2f839d2b95 Bug 1491402 - Fix typos in browser_net_charts-* tests r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D5895

--HG--
extra : moz-landing-system : lando
2018-09-17 07:02:31 +00:00
Nicolas Chevobbe
b3a8464a4c Bug 1471245 - Replace openNewTabAndToolbox by openNewTabAndConsole in webconsole tests; r=bgrins.
This is done in all the tests that don't need an explicit
reference to the toolbox.

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

--HG--
extra : moz-landing-system : lando
2018-09-17 15:48:42 +00:00
Brian Grinstead
4168f0d48c Bug 1473805 - Enable CodeMirror JSTerm by default on all releases;r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D5778

--HG--
extra : moz-landing-system : lando
2018-09-17 07:30:43 +00:00
Csoregi Natalia
307e8e3012 Backed out 5 changesets (bug 1478448) for devtools failures on browser_parsable_css.js . CLOSED TREE
Backed out changeset 1ece57c66cc8 (bug 1478448)
Backed out changeset 8ecc1050fdfc (bug 1478448)
Backed out changeset 775ad6690aa8 (bug 1478448)
Backed out changeset cc33bc63f405 (bug 1478448)
Backed out changeset 57b2bb7a6565 (bug 1478448)
2018-09-17 19:22:38 +03:00
Razvan Caliman
4986634d30 Bug 1478448 - (Part 5) Add ChangeManager skeleton to pass tracked style changes to store. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3330

--HG--
extra : moz-landing-system : lando
2018-09-17 09:17:15 +00:00
Razvan Caliman
d5d2274e18 Bug 1478448 - (Part 4) Render tracked style changes. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3329

--HG--
extra : moz-landing-system : lando
2018-09-17 15:06:29 +00:00
Razvan Caliman
b83bfe97f6 Bug 1478448 - (Part 3) Add Track Changes sidebar panel in Inspector. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3328

--HG--
rename : devtools/client/inspector/changes/moz.build => devtools/client/inspector/changes/components/moz.build
extra : moz-landing-system : lando
2018-09-17 09:17:07 +00:00
Razvan Caliman
cd1feb10c2 Bug 1478448 - (Part 2) Add basic Redux actions and reducers for Track Changes. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D3327

--HG--
extra : moz-landing-system : lando
2018-09-17 15:04:30 +00:00
Razvan Caliman
df267b5df8 Bug 1478448 - (Part 1) Add pref for Track Changes feature. r=nchevobbe
MozReview-Commit-ID: 3liB2MyJQ21

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

--HG--
extra : moz-landing-system : lando
2018-09-17 09:16:24 +00:00
Nicolas Chevobbe
490214bc67 Bug 1491763 - Fix React warnings in ReverseSearchInput.js; r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D5996

--HG--
extra : moz-landing-system : lando
2018-09-17 12:10:24 +00:00
Arshad Kazmi
79c60b26c5 Bug 1457784 - Replace warning-16.png with warning.svg. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D5973

--HG--
extra : moz-landing-system : lando
2018-09-17 09:55:12 +00:00
Razvan Caliman
6ee463d2dd Bug 1488031 - Font editor: show labels for min and max values for axes on hover and focus. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D5143

--HG--
extra : moz-landing-system : lando
2018-09-14 09:37:15 +00:00
Mantaroh Yoshinaga
38d6ddfd63 Bug 1487580 - Multiply the min-width of toolbox and zoom value. r=jdescottes
The toolbox specified the min-width to the own xul attribtue. However,
the coordinate system differ from inner and outer frame if we zoom in/out the
devtool panel.

This patch will multiply the min-width of toolbox and zoom value to prevent
this coordinate problem.

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

--HG--
extra : moz-landing-system : lando
2018-09-14 05:37:18 +00:00
Noemi Erli
a548d10a8c Merge inbound to mozilla-central. a=merge 2018-09-14 01:01:37 +03:00
Andreea Pavel
6c60051473 acked out changeset ee4b2d3fd97a (bug 1488031) for failing dt at devtools/client/inspector/fonts/test/browser_fontinspector_editor-font-size-conversion.js on a CLOSED TREE 2018-09-13 18:38:11 +03:00
Razvan Caliman
edb2d61627 Bug 1488031 - Font editor: show labels for min and max values for axes on hover and focus. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D5143

--HG--
extra : moz-landing-system : lando
2018-09-13 11:59:50 +00:00
Yura Zenevich
ab7cb7e87d Bug 1487954 - do not load inspector unnecessarily when a11y panel is loaded. r=pbro
MozReview-Commit-ID: LbQtTjVY7o8

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

--HG--
extra : moz-landing-system : lando
2018-09-13 13:10:43 +00:00
Razvan Caliman
60c4e478e4 Bug 1488031 - Trim axis labels, show variation axis tag when available. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D5087

--HG--
extra : moz-landing-system : lando
2018-09-12 14:27:16 +00:00
Margareta Eliza Balazs
dd965445ec Merge inbound to mozilla-central. a=merge 2018-09-13 12:37:56 +03:00
Daniel Varga
8eac4fe0d9 Merge mozilla-central to mozilla-inbound 2018-09-13 05:50:34 +03:00
Gabriel Luong
f408412562 Bug 1297431 - Add a custom user agent input in responsive design mode. r=rcaliman 2018-09-12 22:44:23 -04:00
Daniel Varga
296d94715f Merge mozilla-inbound to mozilla-central. a=merge 2018-09-13 05:30:59 +03:00
Daniel Varga
36ff93dc81 Backed out 4 changesets (bug 1290420) for devtools failures on rowser_styleeditor_media_sidebar_links.js on a CLOSED TREE
Backed out changeset 210fdc42d29f (bug 1290420)
Backed out changeset 1d9dad3046ee (bug 1290420)
Backed out changeset a6eb531e1216 (bug 1290420)
Backed out changeset 755a32f27943 (bug 1290420)
2018-09-13 03:09:25 +03:00
Nicolas Chevobbe
6f847f695a Bug 1490027 - Fix Network info panel layout in the console; r=Honza.
The overflow we are applying was impacting the layout of the
panel which is visible when a request is expanded.

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

--HG--
extra : moz-landing-system : lando
2018-09-12 12:24:25 +00:00
Botond Ballo ext:(%2C%20Brad%20Werth%20%3Cbwerth%40mozilla.com%3E)
55fbd36216 Bug 1290420 Part 3: Set the metaViewportOverride flag when viewing a device with touch event support in Responsive Design Mode. r=gl
Depends on D3375

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

--HG--
extra : moz-landing-system : lando
2018-09-11 15:17:25 +00:00
Julian Descottes
f81d53bb16 Bug 1489872 - Use actions to add/remove network locations;r=daisuke
Summary: Depends on D5385

Reviewers: daisuke

Reviewed By: daisuke

Bug #: 1489872

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

--HG--
extra : rebase_source : dd819a8dd81d57592744f1aa948284d4b85f0ae1
2018-09-13 09:51:40 +01:00
Julian Descottes
d153c92bde Bug 1489872 - Extract network locations list and form to dedicated components;r=daisuke,ladybenko
Summary:
Depends on D5384. Straightforward extraction of networks list and form as
dedicated components. Related CSS extracted as well.

Reviewers: daisuke, ladybenko

Reviewed By: daisuke, ladybenko

Bug #: 1489872

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

--HG--
extra : rebase_source : 20faf1cb920005374427af7e159a163bfff7bf7f
2018-09-13 09:51:21 +01:00
Julian Descottes
610cdb2857 Bug 1489872 - Extract Steps and Section as components from ConnectPage;r=daisuke,ladybenko
Summary:
Depends on D5383. Section markup was duplicated for USB, WiFi and Network sections.
Steps markup was duplicated for USB and WiFi sections. Extracted both as components,
using props.children to pass their content. Extracted associated CSS.

Reviewers: daisuke, ladybenko!

Reviewed By: daisuke

Bug #: 1489872

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

--HG--
extra : rebase_source : 9ff87cd91d5dcdb4e1a78d226d0d7bdd440f7f64
2018-09-13 09:51:17 +01:00
Julian Descottes
bd06df5bc9 Bug 1489872 - Move ConnectPage component to dedicated folder;r=daisuke
Summary:
Upcoming patches will split the ConnectPage component in
several subcomponents, isolate it in a dedicated folder to prevent
cluttering the root component folder.

Reviewers: daisuke

Reviewed By: daisuke

Bug #: 1489872

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

--HG--
rename : devtools/client/aboutdebugging-new/src/components/ConnectPage.css => devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.css
rename : devtools/client/aboutdebugging-new/src/components/ConnectPage.js => devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js
extra : rebase_source : 98bd37a42f09b46ad9d9b8128939a634a49efddf
2018-09-13 09:51:11 +01:00
David Walsh
817d38c9bc Bug 1314057 - Remove new-debugger-frontend usage from webconsole tests r=davidwalsh
--HG--
extra : histedit_source : 19a4c6ae70a0fd92828a6d2510921e11890c4cd2
2018-09-14 10:47:49 -05:00
David Walsh
1226150238 Bug 1314057 - Update canvasdebugger to use the new debugger r=davidwalsh
--HG--
extra : histedit_source : 3c1eac9e70377007b99f65794d4d7a8d456e8378
2018-09-14 21:31:23 -05:00
David Walsh
719cfbddd5 Bug 1314057 - Remove unnecessary debugger pref declarations, fix browser_webconsole_object_inspector_while_debugging_and_inspecting test r=davidwalsh
--HG--
extra : histedit_source : 1b10cfaec1b0580f53bab0fb93e7fbe34935fd02
2018-09-14 21:12:34 -05:00
David Walsh
088e31f9d2 Bug 1314057 - Remove new-debugger-frontend flag from framework devtool when not defaulted to true r=davidwalsh
--HG--
extra : histedit_source : cd24b9bc0b62bb6c78a90619f0172a0eb5fe22e7
2018-09-17 07:43:12 -05:00
Yura Zenevich
a66f25b9b5 Bug 1490776 - fix noGrip array rendering in a11y panel sidebar. r=gl
MozReview-Commit-ID: 4QAPbUBYiCW

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

--HG--
extra : moz-landing-system : lando
2018-09-12 19:31:31 +00:00
David Walsh
fba376c0ce Bug 1314057 - Remove new-debugger-frontend flag from framework devtool r=davidwalsh
--HG--
extra : histedit_source : 3ebc26fc59569147e709cf9109ea4f4815fe879a
2018-09-07 13:31:09 -05:00
Julian Descottes
bbfd3d0bae Bug 1489219 - Wait until runtime page is ready;r=daisuke,ladybenko
--HG--
extra : rebase_source : df649e78f4cc0056962fde3dc77f3e2bf938983b
2018-09-07 17:41:44 +02:00
Julian Descottes
eef1913bcb Bug 1489219 - Add basic mochitest for This Firefox page;r=daisuke,ladybenko
--HG--
extra : rebase_source : 69e9be6640d8abd44299ad488487bf0723274346
2018-09-07 13:28:51 +02:00
Julian Descottes
22e456fc8d Bug 1489219 - Cleanup all listeners on aboutdebugging unload;r=daisuke,ladybenko
--HG--
extra : rebase_source : 1deec55e4d66d4676b26d56803eccd9e82d8ba22
2018-09-07 17:29:25 +02:00
Margareta Eliza Balazs
5a72930a01 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-13 13:03:31 +03:00
Julian Descottes
4addd30bd6 Bug 1483497 - Allow to inspect debug targets for network locations;r=daisuke,ladybenko
--HG--
extra : rebase_source : e9d8819c76bc8f41d311f1bfedb882252ac3e258
2018-09-06 12:25:57 +02:00
Julian Descottes
7448f52539 Bug 1483497 - Display debug targets for network locations;r=daisuke,ladybenko
--HG--
extra : rebase_source : 12705fb268ad4e4c55f0a8fcb8206db1cd71cef8
2018-09-06 12:18:51 +02:00
Julian Descottes
063b1df813 Bug 1483497 - Allow to connect to network locations runtimes;r=daisuke,ladybenko
--HG--
extra : rebase_source : 0990851bc0305b78619d13b1d0523c4b5b231312
2018-09-06 11:47:00 +02:00
Julian Descottes
5924b89e9f Bug 1483497 - Rename connect/disconnect actions to watch/unwatch;r=daisuke,ladybenko
--HG--
extra : rebase_source : 12689829333fb9fc40b8396dade762add0579bb1
2018-09-06 11:06:52 +02:00
Julian Descottes
71f3d32ae5 Bug 1483497 - Split runtime actions in runtimes and debug-target;r=daisuke,ladybenko
--HG--
rename : devtools/client/aboutdebugging-new/src/actions/runtime.js => devtools/client/aboutdebugging-new/src/actions/debug-targets.js
rename : devtools/client/aboutdebugging-new/src/actions/runtime.js => devtools/client/aboutdebugging-new/src/actions/runtimes.js
extra : rebase_source : 68eb442fa5d499f783e5dcb18ba8459375b6c6d2
2018-09-06 10:49:46 +02:00
Julian Descottes
53368594dd Bug 1483497 - Rename runtime-state to debug-targets-state;r=daisuke,ladybenko
--HG--
rename : devtools/client/aboutdebugging-new/src/reducers/runtime-state.js => devtools/client/aboutdebugging-new/src/reducers/debug-targets-state.js
extra : rebase_source : 0c4f9da9210afdf109ff27a179c6bf054fd9ae6f
2018-09-06 10:41:44 +02:00
Julian Descottes
6dbe06a880 Bug 1483497 - Move selected runtime to runtimes-state;r=daisuke,ladybenko
--HG--
extra : rebase_source : 6e52b04718c797f2a7a28ba590adebecc214e3d0
2018-09-06 10:29:14 +02:00
Julian Descottes
b30aac1183 Bug 1483497 - Add this-firefox to runtimes state;r=daisuke,ladybenko
--HG--
extra : rebase_source : fac8d39cbe07972a8939fc77bae157ff014c8f23
2018-09-06 09:46:39 +02:00
Bogdan Tara
9b4a1c1a7e Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-09-20 07:17:01 +03:00
arthur.iakab
d2e647e133 Backed out 10 changesets (bug 1485305)for failing browser chrome tests on browser_loadDisallowInherit.js
Backed out changeset 138b8596a9cd (bug 1485305)
Backed out changeset d9f04aeeeef7 (bug 1485305)
Backed out changeset cd063d8afe4e (bug 1485305)
Backed out changeset 2f8a5a03ccb5 (bug 1485305)
Backed out changeset 8085d1eefd7c (bug 1485305)
Backed out changeset 3aaccb374a59 (bug 1485305)
Backed out changeset 3a111e9e5c9c (bug 1485305)
Backed out changeset 61aa1cfb0b01 (bug 1485305)
Backed out changeset bca973d90acc (bug 1485305)
Backed out changeset 4eb33bf25d6f (bug 1485305)
2018-09-18 20:30:07 +03:00
Julian Descottes
977076aa51 Bug 1483497 - Store network runtimes in the state;r=daisuke,ladybenko
--HG--
extra : rebase_source : 4411f5e2d531f5cbbaa912fef5ab9c31720911f2
extra : source : 130b29e32a5aff5eef94f47c9a880a35dfcc402a
2018-08-30 19:05:55 +02:00
Julian Descottes
37c334eee3 Bug 1483497 - Remove unused css class in aboutdebugging sidebar;r=daisuke
--HG--
extra : rebase_source : 7ed18ecd051dcc37e7969a0d5bcac63b48b596d0
2018-08-31 11:37:47 +02:00
Julian Descottes
4edf8dcde8 Bug 1483497 - Add connect button for devices in aboutdebugging sidebar;r=daisuke,ladybenko
--HG--
extra : rebase_source : c6587f1319c7a5b59e219c0659fcd02f0bfcda50
extra : source : 951cf3791c75147eaf63bf6586f3897e1114e82c
2018-08-30 17:38:37 +02:00
Julian Descottes
b52db5e949 Bug 1491315 - Rename all references to ADB Helper to ADB Extension;r=daisuke
--HG--
extra : rebase_source : 5c696e1d1224343e2a7223b8e412afd826b459c5
2018-09-14 17:57:13 +02:00
Julian Descottes
f71bc0e83f Bug 1491315 - Update webide addons test to use new adb-extension;r=daisuke
This re-enables a test that was disabled for a long time. The code
of the test is not the cleanest, but considering webIDE is going
away I prefer not too spend too much time on this.

--HG--
extra : rebase_source : 74199de84d1048c35fde04562474a9a967084239
2018-09-14 17:31:40 +02:00
Julian Descottes
3549aa09cd Bug 1491315 - Use new ADB extension in WebIDE;r=hiro
--HG--
extra : rebase_source : 0b2b9c4713019baa22676b48f36ee3e28686a502
2018-09-14 15:59:24 +02:00
Narcis Beleuzu
fdb058b01f Backed out 5 changesets (bug 1314057) for devtools failures on browser_browser_toolbox_debugger.js . CLOSED TREE
Backed out changeset 9bb3fd62313e (bug 1314057)
Backed out changeset cdb30006eb31 (bug 1314057)
Backed out changeset 7691cbfeac6a (bug 1314057)
Backed out changeset 1b274560201f (bug 1314057)
Backed out changeset 059a19d11454 (bug 1314057)
2018-09-17 07:29:31 +03:00
David Walsh
1966b11aa4 Bug 1314057 - Remove new-debugger-frontend usage from webconsole tests. r=jlast
--HG--
extra : rebase_source : c18506e94ce2b05fa648dafe504e587c93639df8
2018-09-14 10:47:49 -05:00
David Walsh
eb3628590d Bug 1314057 - Update canvasdebugger to use the new debugger. r=jlast
--HG--
extra : rebase_source : baefdc15de6cda641d5a94300ff9a5ba2006ec2c
2018-09-14 21:31:23 -05:00
David Walsh
8da4c56f48 Bug 1314057 - Remove unnecessary debugger pref declarations, fix browser_webconsole_object_inspector_while_debugging_and_inspecting test. r=jlast
--HG--
extra : rebase_source : acfc42485dbe703f48018849c9abbf9f33bb1331
2018-09-14 21:12:34 -05:00
David Walsh
b92cb4bd3c Bug 1314057 - Remove new-debugger-frontend flag from framework devtool when not defaulted to true. r=jlast
--HG--
extra : rebase_source : 2d838e31f76bc98df8334c583a87894fd5e58a4a
2018-09-13 12:29:14 -05:00
David Walsh
1fab65ce10 Bug 1314057 - Remove new-debugger-frontend flag from framework devtool. r=jlast
--HG--
extra : rebase_source : 33eac01f43ceb02656420e2b15db58d9549baefd
2018-09-07 13:31:09 -05:00
alecclarke
960d3048f8 Bug 1486630 - Remove _manifestURI field and handling of the MozApplicationManifest message. r=mconley
Remove the _manifestURI field and handling of the MozApplicationManifest message.

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

--HG--
extra : moz-landing-system : lando
2018-09-12 15:21:14 +00:00
Luca Greco
86cab4dff0 Bug 1486762 - Add installTelemetryInfo to addon installed from WebIDE. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D5550

--HG--
extra : moz-landing-system : lando
2018-09-12 10:05:03 +00:00
Zhang Junzhi
5329760448 Bug 1490497 - Drops the dump warning statements in the unicode-url.js because sometimes they produce unnecessary dumps. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D5650

--HG--
extra : moz-landing-system : lando
2018-09-12 08:22:51 +00:00
Bogdan Tara
3fc5bc9ad5 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-09-12 01:15:44 +03:00
Bogdan Tara
11a51e4c3d Merge inbound to mozilla-central. a=merge 2018-09-12 01:12:32 +03:00
Nicolas Chevobbe
94ac209d03 Bug 1490279 - Enable reverse search before running reverse search tests; r=bgrins.
This is needed for beta since, for now, we only enable
reverse search on Nightly.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 16:16:02 +00:00
Daisuke Akatsuka
c321175092 Bug 1463621 - Part 4: Remove no longer used variables in locale. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D5501

--HG--
extra : rebase_source : 13fab01519ef0d86848c001d28ab908ae80594f4
2018-09-10 13:44:20 +09:00
Daisuke Akatsuka
2bdd2e5359 Bug 1463621 - Part 3: Rename application name. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D5500

--HG--
extra : rebase_source : 58e2edeb00e21dc3b7b3de9b655b9ee15e5a1835
2018-09-10 13:10:12 +09:00
Daisuke Akatsuka
8fe55e6c4b Bug 1463621 - Part 2: Remove devtools.new-animationinspector.enabled preference. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D5499

--HG--
extra : rebase_source : 90102721f4bb5aada1c27e2bac1bcf3262997602
2018-09-10 12:58:20 +09:00
Daisuke Akatsuka
cb969cae82 Bug 1463621 - Part 1: Remove main codes of old animation inspector. r=pbro,r=Gijs
In this patch, remove main codes of old animation inspector such the
inspector/animation-old directory. Additionally, remove the codes that had been
referring the old codes.

Also, remove a CSS variable which no longer reffered in inspector from
devtools/client/themes/breadcrumbs.css, because this caused a test failure occur
from browser/base/content/test/static/browser_parsable_css.js. In this patch,
remove animationinspector.css as well. The reason why the error was not occurred
so far is that it had been interpreted that animationinspector.css refer to the
variable.

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

--HG--
extra : rebase_source : 4a63e28f6087b9cf42cf8f02b84ed62cfe905809
2018-09-10 12:31:44 +09:00
Andreea Pavel
7b04fbd86a Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-09-11 01:01:17 +03:00
Andreea Pavel
2b539c7b7e Merge autoland to mozilla-central. a=merge 2018-09-11 00:58:48 +03:00
Brad Werth
ab814002d3 Bug 1414597 Part 2: Add a test that nodes in XUL documents can be inspected, including after reload. r=jdescottes
Depends on D4495

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

--HG--
extra : moz-landing-system : lando
2018-09-10 19:16:13 +00:00
Daniel Varga
67945694c1 Merge mozilla-central to mozilla-inbound 2018-09-10 19:23:14 +03:00
Greg Mierzwinski
13774587dc Bug 1470757 - Increase timeout for browser_animation_keyframes-graph_computed-value-path_easing-hint.js. r=jmaher
This patch increases the timeout for 'devtools/client/inspector/animation/test/browser_animation_keyframes-graph_computed-value-path_easing-hint.js' for failures on windows10-64-ccov.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 21:16:49 +00:00
Margareta Eliza Balazs
32c9003295 Backed out changeset f8a7ea258709 (bug 1479421) for ES lint failure in /builds/worker/checkouts/gecko/devtools/client/netmonitor/test/browser_net_json-long.js CLOSED TREE 2018-09-10 16:09:16 +03:00
Julian Descottes
83b16d00b9 Bug 1489435 - Internationalize aboutdebugging RuntimePage;r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D5382

--HG--
extra : moz-landing-system : lando
2018-09-10 07:50:42 +00:00
Julian Descottes
2cd23f4cf2 Bug 1489433 - Internationalize about:debugging Sidebar component;r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D5381

--HG--
extra : moz-landing-system : lando
2018-09-10 07:44:38 +00:00
Amy Chan
4f12f11fb0 Bug 1479421 - Making the response panel visible; r=Honza
Making the response panel visible

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

--HG--
extra : moz-landing-system : lando
2018-09-05 11:34:55 +00:00
Nicolas Chevobbe
4754ecaa71 Bug 1024913 - Add tests for Reverse search; r=bgrins.
Depends on D3114

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

--HG--
extra : moz-landing-system : lando
2018-09-10 10:24:42 +00:00
Tom Glowka
a0eee5a954 Bug 1473220 - Use original content-type when opening request in tab in Netmonitor r=Honza
Before this change it was hardcoded to "application/x-www-form-urlencoded",
now original type is simply forwarded.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 11:48:27 +00:00
Nicolas Chevobbe
d006e653e5 Bug 1024913 - Enable reverse search in jsterm; r=bgrins,flod.
Differential Revision: https://phabricator.services.mozilla.com/D3114

--HG--
extra : moz-landing-system : lando
2018-09-10 10:24:40 +00:00
Nicolas Chevobbe
b31b75d4af Bug 1024913 - Move jsterm auto-focus handling into App.js; r=bgrins.
The App component takes the whole document space, so we can move the
code that listen for every click in the console UI to decide if the
jsterm should be focused or not.
This feels more like the React way, and will also provide us better
access to the store and the props when we need them in this focus
handling (like this will be the case for hiding the reverse search UI).

Depends on D5150

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

--HG--
extra : moz-landing-system : lando
2018-09-10 10:22:47 +00:00
Nicolas Chevobbe
3206553f2d Bug 1024913 - Add SVG images for the Reverse Search input; r=bgrins.
This adds 2 arrowhead images to navigate to the next and previous result
in the reverse search UI.
The search.svg icon is modified to accept fill through CSS.

Depends on D5149

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

--HG--
extra : moz-landing-system : lando
2018-09-10 10:22:15 +00:00
Nicolas Chevobbe
72a5fb2664 Bug 1024913 - Add a preference to enable the reverse search UI; r=bgrins.
Retrieve this preference in the console to pass it as a prop to the root
App component.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 10:21:46 +00:00
Nicolas Chevobbe
de878243c9 Bug 1489554 - Do not open the autocomplete popup if there's a letter right after the cursor; r=Honza.
Differential Revision: https://phabricator.services.mozilla.com/D5396

--HG--
extra : moz-landing-system : lando
2018-09-10 10:17:12 +00:00
Margareta Eliza Balazs
4133050728 Backed out 5 changesets (bug 1024913) for causing perma damp failures. CLOSED TREE
Backed out changeset 1c18e0422ffa (bug 1024913)
Backed out changeset c4e5a7ff8e53 (bug 1024913)
Backed out changeset 7f269add6e54 (bug 1024913)
Backed out changeset ccd6afc2a739 (bug 1024913)
Backed out changeset 1613377c1b43 (bug 1024913)
2018-09-10 10:25:32 +03:00
Nicolas Chevobbe
e038259bed Bug 1024913 - Add tests for Reverse search; r=bgrins.
Depends on D3114

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:16:25 +00:00
Nicolas Chevobbe
bde2339d57 Bug 1024913 - Enable reverse search in jsterm; r=bgrins,flod.
Differential Revision: https://phabricator.services.mozilla.com/D3114

--HG--
extra : moz-landing-system : lando
2018-09-10 05:16:00 +00:00
Nicolas Chevobbe
bed5de4c51 Bug 1024913 - Move jsterm auto-focus handling into App.js; r=bgrins.
The App component takes the whole document space, so we can move the
code that listen for every click in the console UI to decide if the
jsterm should be focused or not.
This feels more like the React way, and will also provide us better
access to the store and the props when we need them in this focus
handling (like this will be the case for hiding the reverse search UI).

Depends on D5150

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:15:58 +00:00
Nicolas Chevobbe
dda4917471 Bug 1024913 - Add SVG images for the Reverse Search input; r=bgrins.
This adds 2 arrowhead images to navigate to the next and previous result
in the reverse search UI.
The search.svg icon is modified to accept fill through CSS.

Depends on D5149

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:15:56 +00:00
Nicolas Chevobbe
4f4c30f9e0 Bug 1024913 - Add a preference to enable the reverse search UI; r=bgrins.
Retrieve this preference in the console to pass it as a prop to the root
App component.

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

--HG--
extra : moz-landing-system : lando
2018-09-10 05:14:14 +00:00
Gabriel Luong
77b3ad5206 Bug 1478397 - Part 8: Refactor the flex item shown to prevent it from being hidden on reflow updates. r=rcaliman
- This removes the "shown" property from the flexItem types, and introduces a flexItemShown
property in the flexbox state that keeps track of the node actor ID of the flex item that is shown.
2018-09-07 20:00:30 -04:00
Gabriel Luong
74d7f402ee Bug 1478397 - Part 7: Add a flex item selector in the flexbox panel. r=rcaliman 2018-09-07 20:00:27 -04:00
Jonathan Kingston
45825d47d3 Bug 1485305 - devtools/ Ensure loadURI always passes a triggeringPrincipal() r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D4555

--HG--
extra : source : d23e6557ba279e46f853d9bf59e4c5693aa5ce2a
extra : intermediate-source : 68200d86ebc80827c7f8c330a5b5ae004a5959e3
2018-08-29 15:46:12 +01:00
Jonathan Kingston
1a020bb397 Bug 1485305 - devtools/ Ensure loadURI always passes a triggeringPrincipal() r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D4555

--HG--
extra : source : 97cd948c92f66d0f4d57939288f545c1121d1c35
2018-08-29 15:46:12 +01:00
Tiberius Oros
6fc40ffa3f Backed out 5 changesets (bug 1478397) for failures on browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE
Backed out changeset c7db1d98d62b (bug 1478397)
Backed out changeset 588d147e401b (bug 1478397)
Backed out changeset b11a8565deff (bug 1478397)
Backed out changeset faf1ea0e1a15 (bug 1478397)
Backed out changeset 8a5ca81f8429 (bug 1478397)
2018-09-18 18:10:34 +03:00
Margareta Eliza Balazs
0a37599745 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-09-18 17:38:17 +03:00
David Walsh
f3ecaf9a73 Bug 1491982 - Fix browser_webconsole_optimized_out_vars.js intermittent r=jlast
--HG--
extra : rebase_source : 1963f759c6841adc566cc84e04400ae2612a351a
2018-09-17 20:43:58 -05:00
Gabriel Luong
b1dbdd9eda Bug 1492026 - Enable the flexbox panel in Nightly. r=rcaliman 2018-09-18 10:13:58 -04:00
Gabriel Luong
89e0df0924 Bug 1478397 - Part 14: Selecting a flex item in the flex item selector should select that element in the markup view. r=rcaliman 2018-09-18 09:46:02 -04:00
Gabriel Luong
770d8c9cc2 Bug 1478397 - Part 13: Show the flex item sizing properties of the currently selected element in the markup view. r=rcaliman 2018-09-18 09:46:02 -04:00
Gabriel Luong
bacd497286 Bug 1478397 - Part 12: Don't render the flex item list if there are no flex items. r=rcaliman 2018-09-18 09:46:02 -04:00
Gabriel Luong
c79f893c91 Bug 1478397 - Part 11: Add a prev button to navigate from the flex item sizing view to flex container view. r=rcaliman 2018-09-18 09:46:02 -04:00
Gabriel Luong
006772468b Bug 1478397 - Part 10: Adjust the flexbox header to match the design spec. r=rcaliman 2018-09-18 09:46:01 -04:00
Gabriel Luong
f3c83c87f5 Bug 1478397 - Part 9: Adjust the flexbox accordion header to match the design spec. r=rcaliman 2018-09-18 09:36:02 -04:00
Tiberius Oros
3235f6720f Backed out 10 changesets (bug 1485305) for failures at browser/content/browser.js on a CLOSED TREE
Backed out changeset 63c50fd60ae4 (bug 1485305)
Backed out changeset bf0f2adb765e (bug 1485305)
Backed out changeset 721871bb64f1 (bug 1485305)
Backed out changeset e9da73786c5f (bug 1485305)
Backed out changeset e02038177b6b (bug 1485305)
Backed out changeset 35bd32f99f60 (bug 1485305)
Backed out changeset f40900bf8621 (bug 1485305)
Backed out changeset 03632075ac2c (bug 1485305)
Backed out changeset 2fee48378f73 (bug 1485305)
Backed out changeset 6263695b3cb8 (bug 1485305)
2018-09-18 14:46:54 +03:00
Jonathan Kingston
40056cd04c Bug 1485305 - devtools/ Ensure loadURI always passes a triggeringPrincipal() r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D4555

--HG--
extra : source : a5fe8b9644cdc1ba1616e9a80a439c6c02958177
2018-08-29 15:46:12 +01:00
Jan Odvarko
f26bf4140b Bug 1488915 - Migrate toolbox-process-window.xul to HTML; r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D5255

--HG--
rename : devtools/client/framework/toolbox-process-window.xul => devtools/client/framework/toolbox-process-window.html
extra : moz-landing-system : lando
2018-09-10 17:14:57 +00:00
tossj
cb05f4c980 Bug 1481732 - Fixed netmonitor request parameter parsing so equals signs are not removed from value field. r=Honza 2018-08-23 13:34:39 -04:00
Dorel Luca
ca29785e3e Bug 1486974 - Disabled browser_dbg_worker-window.js on all platforms for frequent failures. r=jmaher
--HG--
extra : rebase_source : f4ec1b5d29df92ed6915ddca9737b642a9387cca
2018-09-10 06:27:00 +03:00
Tooru Fujisawa
e8e7a81218 Bug 956376 - Part 0: Use results with single file in browser_dbg-quick-open.js (debugger.html PR 6997) r=jlast 2018-09-20 12:41:08 +09:00
Dorel Luca
37663bb870 Merge mozilla-inbound to mozilla-central. a=merge 2018-09-07 19:35:34 +03:00
Gabriel Luong
c6d97e79f2 Bug 1487806 - Add a null check for the flex argument in getFlexData. r=jdescottes 2018-09-07 10:20:28 -04:00
Julian Descottes
7be03c4f9e Bug 1486703 - Display correct hostOnly values in storage inspector;r=miker
Differential Revision: https://phabricator.services.mozilla.com/D4712

--HG--
extra : moz-landing-system : lando
2018-09-07 10:41:42 +00:00
Razvan Caliman
5de11b6599 Bug 1489109 - Accept negative values in font editor if axis range allows it. r=gl
MozReview-Commit-ID: 7ABne1snpSW

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

--HG--
extra : moz-landing-system : lando
2018-09-06 16:58:51 +00:00
Jan Odvarko
d548370809 Bug 1487274 - Use nsIHttpChannel.isThirdPartyTrackingResource to identify trackers; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D5018

--HG--
extra : moz-landing-system : lando
2018-09-07 06:55:19 +00:00
Bogdan Tara
30c8b1bee3 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-09-07 00:59:25 +03:00
Julian Descottes
e82936d001 Bug 1487284 - Update message manager in actors spawned in parent after browserSwap;r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D5028

--HG--
extra : moz-landing-system : lando
2018-09-06 16:06:34 +00:00
yulia
9611217838 Bug 1429421 - remove gcli code; r=jdescottes,julienw,ochameau
Remove remaining GCLI code

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

--HG--
extra : moz-landing-system : lando
2018-09-06 11:42:57 +00:00
arthur.iakab
4862d62ddf Backed out changeset 5e21be5fdf9d (bug 1429421)for build busteges CLOSED TREE 2018-09-06 12:12:40 +03:00
yulia
139e4e0b9a Bug 1429421 - remove gcli code; r=jdescottes,julienw,ochameau
Remove remaining GCLI code

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

--HG--
extra : moz-landing-system : lando
2018-09-06 08:55:50 +00:00
Nicolas Chevobbe
d2aa396d28 Bug 1487457 - Make console reflows faster; r=bgrins.
This patch remove some unused dom elements and CSS rules
that might negatively influence reflow times.
Also, we set an hidden overflow to all the element we know
for sure won't ever have a scrollbar, which seems to speed
up the reflow significantly.

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

--HG--
extra : moz-landing-system : lando
2018-08-31 12:51:36 +00:00
Nicolas Chevobbe
3d61a36abf Bug 1479373 - Refactor autocomplete popup for performance; r=jdescottes.
This patch introduces some options that can be passed to
setItems and openPopup to prevent doing unecessary work.
The main ideas here are to create all the popup items and
put them in a document fragment which then will be appended
to the popup, so we don't add them one by one which can be costly.
When creatingthe items, we also create one directly with the
selected class if autoSelect is set to true. This way, we don't have
to toggle the class later (which led to another reflow).

We take this work as an opportinuity to clean up the component.
Unused function (like appendItem and removeItem) are removed,
selectedIndex does not use a getter/setter anymore.

Some of the consumers calls are updated and so is the component test.

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

--HG--
extra : moz-landing-system : lando
2018-09-06 05:48:02 +00:00
Gabriel Luong
7e6297bc79 Bug 1478397 - Part 6: Refactor the styles in the layout panel. r=rcaliman 2018-09-05 16:04:16 -04:00
Zibi Braniecki
4bf900d584 Bug 1455649 - DocumentL10n, part 4 - Switch Preferences to use DocumentL10n API. r=smaug
--HG--
extra : rebase_source : 969d8ac56c3a033b707fab4508423407386abd35
2018-09-06 18:30:37 -07:00
Dorel Luca
97066da84e Merge mozilla-central to mozilla-inbound 2018-09-05 19:07:40 +03:00
Gabriel Luong
62e2370222 Bug 1471764 - Add unit tests for the toggling the flexbox and grid highlighter from the markup display badges. r=jdescottes 2018-09-03 13:11:24 -04:00
Dorel Luca
a036d8964b Backed out changeset ff6b5bae0da4 (bug 1479373) for devtools failures on devtools/client/inspector/rules/test/browser_rules_completion-new-property_04.js. CLOSED TREE 2018-09-05 15:10:37 +03:00
Nicolas Chevobbe
13d59f5645 Bug 1479373 - Refactor autocomplete popup for performance; r=jdescottes.
This patch introduces some options that can be passed to
setItems and openPopup to prevent doing unecessary work.
The main ideas here are to create all the popup items and
put them in a document fragment which then will be appended
to the popup, so we don't add them one by one which can be costly.
When creatingthe items, we also create one directly with the
selected class if autoSelect is set to true. This way, we don't have
to toggle the class later (which led to another reflow).

We take this work as an opportinuity to clean up the component.
Unused function (like appendItem and removeItem) are removed,
selectedIndex does not use a getter/setter anymore.

Some of the consumers calls are updated and so is the component test.

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

--HG--
extra : moz-landing-system : lando
2018-09-05 08:34:47 +00:00
Nicolas Chevobbe
eef06be71f Bug 1488336 - Group clear mark and markText for completion text; r=bgrins.
This way, codeMirror does not trigger so many reflows and
makes setAutocompletionText faster.
An unwanted side-effect was that it made closing the console
a lot slower. Looking at the closing code of the JsTerm, we
do call setAutocompletionText("") in the end, which we don't
really need since we destroy the editor shortly after. Removing
this call keeps closing time the same as before.

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

--HG--
extra : moz-landing-system : lando
2018-09-04 16:19:23 +00:00
Sebastian Hengst
e5d9fb7164 Backed out changeset 4fc8d640d0f9 (bug 1488450) because it depends on bug 1471764 which got backed out. a=backout CLOSED TREE
--HG--
extra : amend_source : 78c794ae4a518be3642828e9902f1a1675307ab5
2018-09-05 02:42:10 +03:00
Bogdan Tara
f302cbb0b3 Merge inbound to mozilla-central. a=merge 2018-09-05 02:24:27 +03:00