Граф коммитов

8133 Коммитов

Автор SHA1 Сообщение Дата
Bogdan Tara 9bf1554768 Merge inbound to mozilla-central. a=merge 2018-04-19 01:36:28 +03:00
Mantaroh Yoshinaga 80d5fe7c55 Bug 1444793 - Make focus style of tool tab to be same as hover style. r=nchevobbe
This patch removed the border and outline from focus style of tool tab and make
its style to be same as hover styles.

MozReview-Commit-ID: KD97vYiyUX2

--HG--
extra : rebase_source : 83fd2d5b743ac8488c711e98e316a39e9c8be30f
2018-04-18 17:37:48 +09:00
Ludovic Hirlimann c2504ec836 Bug 1371346 - Remove unused/dead Presentation API code. r=mconley
--HG--
extra : rebase_source : 9591f613d313de368f923c3754d590c670c25fe9
extra : source : 6046b79949c44c5cec26a22490bd695d4cdc7dcb
2018-04-14 13:39:56 -04:00
Jason Laster a472a3d075 Bug 1454853 - Update Debugger Frontend v40. r=jdescottes 2018-04-18 09:23:43 -04:00
Coroiu Cristina 374b919ce6 Merge inbound to mozilla-central a=merge 2018-04-18 13:44:22 +03:00
Boris Zbarsky 0ac1ce2e6b Bug 1452183 part 2. Stop using nsIDOMDocumentFragment in JS. r=mccr8 2018-04-17 21:13:03 -04:00
Razvan Caliman 83db553688 Bug 1453428 - Handle cases for shape coordinates like 0%, 0em, 0rem, etc. without overwriting to pixels. r=gl
The previous implementation treated any zero coordinate as pixels,
regardless of its unit type. For example, 0% would be converted to 0px.
This changed the shape value resulting in unintentional unit mismatch
after editing a coordinate which started off as 0% or 0em or 0vh, etc.

This patch fixes that and preserves the unit type for zero coordinates.

It changes the implementation of isUnitless() to return false for values
like 0%, 0px, 0em, 0.00000%, etc.

It introduces getUnitToPixelRatio() to get the ratio by which to
multiply a pixel value to convert it to the given unit during shape
editing operations (point move, scale, translate, rotate, etc.)

The ratio is constant by unit type. Previously, this ratio was
calculated in-place for each unit value. Values which started as zero,
always resulted in a ratio equal to zero. This multiplied with a pixel
value resulted zero. So the previous code defaulted to ratio of 1 when
the ratio was zero, but this meant that a 1:1 ratio between pixels and
another unit type (%, em, vh) would result in disproportionate
shape changes (1px of mouse travel would result in 1em). This is why
isUnitless() originally discarded the original unit from a zero
coordinate and replaced it with pixels; to account for this fallback
ratio of 1.

MozReview-Commit-ID: 49tyLfYjkLO
2018-04-11 22:21:18 +02:00
Csoregi Natalia cc8f2c09f1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-18 01:39:35 +03:00
Csoregi Natalia 12a8bddd95 Merge inbound to mozilla-central. a=merge 2018-04-18 00:52:25 +03:00
Kris Maglione 682fa8cd83 Bug 1453881: Part 1b - Manually fix tests that await generators in async functions. r=ochameau
MozReview-Commit-ID: 2oetVEj7yF

--HG--
extra : rebase_source : 153055141df20e1f9f88064ff4be788e74408bef
extra : histedit_source : 41fd082a6dd44bba88d1a503de6b2dd8daebd4e4
2018-04-15 00:30:04 -07:00
Kris Maglione 0f40271841 Bug 1453881: Part 1a - Automatically write add_task(function*) to add_task(async function) r=ochameau
This was done using the script at:

bc5629735d/processors/add-task-async.jsm?at=default&fileviewer=file-view-default

MozReview-Commit-ID: KxuS9Cen87

--HG--
extra : rebase_source : c0028e0cd55ba1643610cd30c55c6f4bca7d6e58
extra : histedit_source : ebc84fdec9c2db6176632d62de4e7bdad2a7829d
2018-04-12 21:10:04 -07:00
Brian Grinstead 8241bb2431 Bug 1454012 - Part 3 - Remove CSS that was used only for the old webconsole frontend;r=nchevobbe
MozReview-Commit-ID: 6o4xxzzWX5z

--HG--
extra : rebase_source : 240b49b2d126919bea5119ba26e59139cd5e4aeb
2018-04-16 10:38:14 -07:00
Brian Grinstead ce96ab99e6 Bug 1454012 - Part 2 - Remove NEW_CONSOLE_OUTPUT_ENABLED since it's now always true;r=nchevobbe
MozReview-Commit-ID: 2PaXZqDGMOi

--HG--
extra : rebase_source : 8748489ae96822b7c9b014a1f47daea5ca25a406
2018-04-16 10:38:11 -07:00
Brian Grinstead c53519897e Bug 1454012 - Part 1 - Remove prefs related to the old webconsole frontend;r=nchevobbe
MozReview-Commit-ID: pjIbCDz6NB

--HG--
extra : rebase_source : 5b2cfb291f145991afe55731560e63ef55cedaa9
2018-04-16 10:38:07 -07:00
Julian Descottes 9d19b31461 Bug 1379116 - Localize hardcoded addon installation error string in about:debugging;r=ochameau
MozReview-Commit-ID: 1dnaoWrtaSS

--HG--
extra : rebase_source : 831989c17ad1041af3e1f9be0b7b10a0805a31cc
2018-04-17 11:49:02 +02:00
Brindusan Cristian e9e395bdcd Backed out changeset 3f95bbb60e43 (bug 1453428) for mochitest devtools failures on browser_inspector_highlighter-cssshape_iframe_01.js. CLOSED TREE 2018-04-17 19:16:33 +03:00
Miguel Useche 62998e6f97 Bug 1452064 - CamelCase all React component files for DOM panel. r=Honza
--HG--
rename : devtools/client/dom/content/components/dom-tree.js => devtools/client/dom/content/components/DomTree.js
rename : devtools/client/dom/content/components/main-frame.js => devtools/client/dom/content/components/MainFrame.js
rename : devtools/client/dom/content/components/main-toolbar.js => devtools/client/dom/content/components/MainToolbar.js
2018-04-14 16:13:01 -04:00
Razvan Caliman 5b7a392924 Bug 1453428 - Handle cases for shape coordinates like 0%, 0em, 0rem, etc. without overwriting to pixels. r=gl
The previous implementation treated any zero coordinate as pixels,
regardless of its unit type. For example, 0% would be converted to 0px.
This changed the shape value resulting in unintentional unit mismatch
after editing a coordinate which started off as 0% or 0em or 0vh, etc.

This patch fixes that and preserves the unit type for zero coordinates.

It changes the implementation of isUnitless() to return false for values
like 0%, 0px, 0em, 0.00000%, etc.

It introduces getUnitToPixelRatio() to get the ratio by which to
multiply a pixel value to convert it to the given unit during shape
editing operations (point move, scale, translate, rotate, etc.)

The ratio is constant by unit type. Previously, this ratio was
calculated in-place for each unit value. Values which started as zero,
always resulted in a ratio equal to zero. This multiplied with a pixel
value resulted zero. So the previous code defaulted to ratio of 1 when
the ratio was zero, but this meant that a 1:1 ratio between pixels and
another unit type (%, em, vh) would result in disproportionate
shape changes (1px of mouse travel would result in 1em). This is why
isUnitless() originally discarded the original unit from a zero
coordinate and replaced it with pixels; to account for this fallback
ratio of 1.

MozReview-Commit-ID: 49tyLfYjkLO
2018-04-11 22:21:18 +02:00
Andreea Pavel f970070b39 Backed out 4 changesets (bug 1445197) for failing mochitest devtools on multiple files e.g. devtools/client/aboutdebugging/test/browser_service_workers.js on a CLOSED TREE
Backed out changeset 4b6f77cfd686 (bug 1445197)
Backed out changeset ba9ffea6d216 (bug 1445197)
Backed out changeset a0345830e1cf (bug 1445197)
Backed out changeset 3e9acd2c8bd3 (bug 1445197)
2018-04-18 20:19:34 +03:00
Greg Tatum 6203137cd8 Bug 1455017 - Document the preferences actor; r=jryans
MozReview-Commit-ID: 9wCanCMltHX

--HG--
extra : rebase_source : bce06d0d314ea083f4a350472513df88bb50d342
2018-04-18 11:32:17 -05:00
Julian Descottes 9ad67f4c0e Bug 1445197 - part 4: Implement application panel UI to display all workers;r=Honza,nchevobbe,sole
Add redux, a store, listen to events that can lead to a change in the workers
list to update the store.

MozReview-Commit-ID: Fo0jn7Cldep

--HG--
extra : rebase_source : 63195bbd49a306c2ede41db1de1a691be4eeb5f3
2018-04-05 21:39:10 +02:00
Julian Descottes 488d086724 Bug 1445197 - part 3: Move about:debugging worker module to a shared module;r=ochameau
Extract all the logic that will be shared between about debugging and the application
panel to a dedicated client module.

MozReview-Commit-ID: Ccnmp3dCZpW

--HG--
extra : rebase_source : ce2f5ec4e0af884a99a91ab4bfc1048f893416a8
2018-04-05 21:45:15 +02:00
Ciure Andrei 319ba4c0d1 Backed out 4 changesets (bug 1445197)for ESlint failure, on a CLOSED TREE a=backout
Backed out changeset 422bbd33b4e3 (bug 1445197)
Backed out changeset 086638cc851c (bug 1445197)
Backed out changeset 11f5214dc193 (bug 1445197)
Backed out changeset eae47509bc27 (bug 1445197)
2018-04-18 23:50:12 +03:00
Julian Descottes e7bee1a48e Bug 1445197 - part 4: Implement application panel UI to display all workers;r=Honza,nchevobbe,sole
Add redux, a store, listen to events that can lead to a change in the workers
list to update the store.

MozReview-Commit-ID: Fo0jn7Cldep

--HG--
extra : rebase_source : 9eec21b64d5c7b7bd4372d3cf6bb561092af7c08
2018-04-05 21:39:10 +02:00
Julian Descottes e530e8c2fc Bug 1445197 - part 3: Move about:debugging worker module to a shared module;r=ochameau
Extract all the logic that will be shared between about debugging and the application
panel to a dedicated client module.

MozReview-Commit-ID: Ccnmp3dCZpW

--HG--
extra : rebase_source : ce0e1f1c8521a37fed2702b3b350a692aab0fee5
2018-04-05 21:45:15 +02:00
Julian Descottes fabe2dcb6f Bug 1445197 - part 2: Add a temporary icon for the application panel;r=sole
Basic icon to display something while we wait for a better icon to replace
it.

MozReview-Commit-ID: 2BT6jqLrd95

--HG--
extra : rebase_source : a8d725f2f1bd49fdb2c2418b19baa0ac3b54afd0
2018-03-21 11:40:56 +01:00
Julian Descottes ee4dd8bd2a Bug 1445197 - part 2: Add a temporary icon for the application panel;r=sole
Basic icon to display something while we wait for a better icon to replace
it.

MozReview-Commit-ID: 2BT6jqLrd95

--HG--
extra : rebase_source : a8d725f2f1bd49fdb2c2418b19baa0ac3b54afd0
2018-03-21 11:40:56 +01:00
Csoregi Natalia b31fdd70ba Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-18 01:37:31 +03:00
Greg Tatum 1e70fb391f Bug 1454061 - Introduce redux to performance recording panel; r=julienw
MozReview-Commit-ID: 1jdAAo1Kb21

--HG--
rename : devtools/client/performance-new/components/PerfSettings.js => devtools/client/performance-new/components/Settings.js
extra : rebase_source : 8670fd718c05491dfb769a1da49c4941c2a7c7ef
2018-04-13 15:29:34 -05:00
Julian Descottes d8d3951cb5 Bug 1445197 - part 1: Create an application panel for DevTools;r=Honza,nchevobbe,sole
Register a new application panel, disabled by default, with no icon, no shortcut
and hidden from the devtools options.

Set devtools.application.enabled to true to enable it.

MozReview-Commit-ID: L5PXZVDCRlF

--HG--
extra : rebase_source : 465dd27241e81ee2f35794ce01cf0d06939e58f6
2018-03-14 21:21:02 +01:00
Julian Descottes 6aa4422873 Bug 1445197 - part 1: Create an application panel for DevTools;r=Honza,nchevobbe,sole
Register a new application panel, disabled by default, with no icon, no shortcut
and hidden from the devtools options.

Set devtools.application.enabled to true to enable it.

MozReview-Commit-ID: L5PXZVDCRlF

--HG--
extra : rebase_source : 465dd27241e81ee2f35794ce01cf0d06939e58f6
2018-03-14 21:21:02 +01:00
Yura Zenevich aa6e7f10e1 Bug 1450896 - ensure update picker button is re-rendered when a11y service is enabled/disabled. r=jdescottes
MozReview-Commit-ID: DyVhukiYCfR
2018-04-17 09:46:15 -04:00
Cosmin Sabou 4c7433e63b Bug 1453549 - Disable devtools/client/debugger/new/test/mochitest/browser_dbg-babel-breakpoint-console.js on ccov for frequent failures. r=jmaher
--HG--
extra : rebase_source : 4c2f6f57edb92920d6a5143d250a1b78da96bd7d
2018-04-17 00:43:00 +03:00
Tooru Fujisawa 4edca724ce Bug 1342070 - Part 4: Remove unnecessary PromiseTestUtils.expectUncaughtRejection call. r=ochameau 2018-04-17 14:59:57 +02:00
Jan Odvarko 73dbb70046 Bug 1436665 - Fix WebExtensions devtools.network tests; r=ochameau,rpl
MozReview-Commit-ID: JjJowr1grNP

--HG--
extra : rebase_source : 5c52a02cb6cc1acf9a43944998733bd4a3527ad2
2018-04-17 14:40:44 +02:00
Jan Odvarko d0bf801d95 Bug 1436665 - Do not fire events on window, update tests; r=ochameau
MozReview-Commit-ID: BbZJQiipg3K

--HG--
extra : rebase_source : d5ac5c6edd0aa8d247a0bc5b114a4e0466217114
2018-04-17 14:38:25 +02:00
Jan Odvarko d322d234a9 Bug 1436665 - Expose Net panel API without the UI; r=ochameau
MozReview-Commit-ID: 31ceGL3zWzl

--HG--
extra : rebase_source : a12867ede1928ec2592d1516cdf0b95991850413
2018-04-17 14:09:34 +02:00
Razvan Caliman 7c57d1ebc1 Bug 1452986 - Fix intermittent timeout for test devtools/client/inspector/test/browser_inspector_highlighter-cssshape_04.js on a CLOSED TREE. r=me
MozReview-Commit-ID: 6mIrEhznW5v

--HG--
extra : amend_source : dd18ea79977a1956ba920d86aadecf746a4827cb
2018-04-18 20:20:06 +02:00
Narcis Beleuzu 2e31fed279 Backed out 3 changesets (bug 1436665) for talos damp failures on toolbox/panels-in-background.js. CLOSED TREE
Backed out changeset 2120b4c84746 (bug 1436665)
Backed out changeset b3702a775b16 (bug 1436665)
Backed out changeset 3ddbbd0330a1 (bug 1436665)
2018-04-17 15:09:29 +03:00
Daisuke Akatsuka 3df6bd3fde Bug 1453239: Change the expression of easing hint of properties which animate as color. r=gl
MozReview-Commit-ID: 6X3QeZIZg0u

--HG--
extra : rebase_source : b39368cd5a672019c1ce11c2c290436b4339a7f2
2018-04-11 23:48:58 +09:00
Jan Odvarko 23d6c207ac Bug 1436665 - Fix WebExtensions devtools.network tests; r=ochameau,rpl
MozReview-Commit-ID: LDS6zxz7Ivi

--HG--
extra : rebase_source : 63b154ca2292d834ea3ddef5837bfedd7115e12b
2018-04-17 13:14:44 +02:00
Jan Odvarko 15c71ac569 Bug 1436665 - Do not fire events on window, update tests; r=ochameau
MozReview-Commit-ID: 2iwybUcHOri

--HG--
extra : rebase_source : 3cfd435f140141c5bb7ab9b56ab8c69913fed714
2018-04-17 13:14:31 +02:00
Jan Odvarko ab8d1a48b0 Bug 1436665 - Expose Net panel API without the UI; r=ochameau
MozReview-Commit-ID: 7oJMjsC8K9x

--HG--
extra : rebase_source : cd4a6e05df7bac4a9156534f3b972b02744bb4c9
2018-04-17 12:59:06 +02:00
Brindusan Cristian 25a0c6dc80 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-17 13:09:40 +03:00
Cosmin Sabou c1f14b1d28 Backed out 3 changesets (bug 1436665) for talos damp failures on netmonitor/simple.js. CLOSED TREE
Backed out changeset 09030f59fbea (bug 1436665)
Backed out changeset 513c72b05382 (bug 1436665)
Backed out changeset 4b8fe40857db (bug 1436665)
2018-04-17 13:05:42 +03:00
Cosmin Sabou bd6343c26c Backed out changeset 865e7a04728a (bug 1451991) for mochitest devtools failures on browser_storage_basic_usercontextid_1.js. CLOSED TREE 2018-04-17 13:01:36 +03:00
Brindusan Cristian 667fae7dc8 Merge inbound to mozilla-central. a=merge 2018-04-17 12:53:33 +03:00
Zhang Junzhi 2b9d1fbece Bug 1454207 - Part 4: Adds a mochitest in the Web Console to check if a referenceError is reported correctly with an undefined Unicode identifier. r=nchevobbe
MozReview-Commit-ID: 7jKHVbXjGfI

--HG--
extra : rebase_source : 4cb248b0c18c4cfa7f93bc9d36ce6b6b3f5007a9
2018-04-15 14:32:29 +08:00
Brian Birtles aac64f69a9 Bug 1451592 - Simplify browser_toolbox_options_disable_buttons.js; r=jryans
Bug 1444301 moved the noautohide button to the meatball menu so we no longer to
worry about filtering it out in browser_toolbox_options_disable_buttons.js.

MozReview-Commit-ID: 5fp4FDxbc6o

--HG--
extra : rebase_source : bbc030bd3743e9c3fc8d8d2c32a6b89da4b87765
2018-04-16 19:49:38 +02:00
Brian Birtles c7bbc9b75d Bug 1451592 - Only transition the background-color of buttons; r=jryans
Otherwise when we add the frames button the arrow on the right will animate in
since we end up transitioning the background-x and background-y properties.

MozReview-Commit-ID: JcAHrDSMwFi

--HG--
extra : rebase_source : 57a69dfa2a39b4bbae334405f3dc1858cb2c591c
2018-04-16 19:49:38 +02:00
Brian Birtles c31e7bd8dc Bug 1451592 - Hide the iframe button when there are no child iframes; r=jryans
MozReview-Commit-ID: 7Q3PojIzmy4

--HG--
extra : rebase_source : 2d5af6f817ac5696c653caa3fd1624ec8da50d78
2018-04-16 19:49:38 +02:00
shindli 805cb19c1d Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-17 01:45:58 +03:00
Jason Laster d6fe1634d0 Bug 1454254 - Update Debugger Frontend v39. r=jdescottes 2018-04-16 11:38:24 -04:00
Bharat Raghunathan e1b9a0b9c4 Bug 1450201 - Fix TypeError by processing the function only if it is a DOMNodes. r=gl
MozReview-Commit-ID: HGJcGaeEuEO
2018-04-09 07:56:32 +05:30
Jason Laster 0c34994c5c Bug 1453946 - Update Debugger Frontend v38. r=jdescottes
MozReview-Commit-ID: 9Q0fu93y15i

--HG--
extra : rebase_source : 18723b218547e487af857c580f5e893a4502b86e
2018-04-15 00:03:03 +02:00
Andreea Pavel 69ae5fe098 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-04-14 00:58:36 +03:00
Andreea Pavel 01f50bc3d8 Merge mozilla-inbound to mozilla-central. a=merge 2018-04-14 00:56:30 +03:00
Emilio Cobos Álvarez 9509cd7e32 Bug 1453789: Remove Element.createShadowRoot. r=smaug
MozReview-Commit-ID: Hgxbp1Icgvh
2018-04-13 20:51:55 +02:00
Alexandre Poirot 24603597f9 Bug 1453385 - Fix actors trying to transfer functions or xpcom objects. r=jryans
MozReview-Commit-ID: 74l85ePCcrY

--HG--
extra : rebase_source : 5af0d60d6fe436a0b0039e0f0b017f8a39b8b5f9
2018-04-12 14:45:10 -07:00
Alexandre Poirot f9fdb6f696 Bug 1453385 - Remove NodeActor custom form attributes. r=Honza
This feature introduced in bug 1036949 is not longer used as it was designed for XUL add-ons.
The setFormProperty method was prevently Node's form from getting correctly
serialized between processes.

MozReview-Commit-ID: AiNnHSkwsEM

--HG--
extra : rebase_source : cf12f05f1de49a37a5d8ff694ef448f452f55a06
2018-04-11 08:54:27 -07:00
Yura Zenevich 807c4d5989 Bug 1451665 - update tool list every time tool is registered/unregistered. r=jryans
MozReview-Commit-ID: 8PagqPOPdCJ
2018-04-13 13:28:49 -04:00
Michael Ratcliffe d9c4ce23c4 Bug 1453312 - Record event for toolbox close r=yulia
Changes:

1. The change in telemetry.js avoids an issue with overwriting pending properties.
2. The test in telemetry.md has been updated now that we have a working test.
3. Added the actual toolbox.close telemetry event and test.

MozReview-Commit-ID: 9fOCkwCCwDx

--HG--
extra : rebase_source : 55028edf836af62c25ae603675de0b3f5189f43e
2018-04-11 14:18:44 +01:00
Coroiu Cristina 9e4b9fb732 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-04-13 19:07:42 +03:00
arthur.iakab fca4426325 Merge inbound to mozilla-central. a=merge 2018-04-13 19:01:59 +03:00
Jason Laster 59d573af8c Bug 1450323 - Debugger: Update Pause Points (v37). r=jimb
MozReview-Commit-ID: ISKSyng6noM
2018-04-13 08:46:54 -04:00
arthur.iakab b9f0fcc3d6 Merge mozilla inbound to mozilla-central a=merge 2018-04-13 12:43:21 +03:00
Csoregi Natalia aef84e44ab Backed out changeset a12783364ce6 (bug 1451665) for devtools failures on browser_toolbox_options.js CLOSED TREE 2018-04-13 07:44:53 +03:00
Yura Zenevich 018c3b76c2 Bug 1451665 - update tool list every time tool is registered/unregistered. r=jryans
MozReview-Commit-ID: 8PagqPOPdCJ
2018-04-12 23:19:01 -04:00
Gurzau Raul c0298c8c10 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-13 02:16:30 +03:00
Jason Laster 18698e7304 Bug 1453708 - devtools-source-map: update to 0.16.0. r=jdescottes
MozReview-Commit-ID: GNZy1fEEjuB
2018-04-12 18:57:26 -04:00
Jason Laster 98c1465ea3 Bug 1453637 - Update Debugger Frontend v36. r=jdescottes 2018-04-12 18:54:53 -04:00
Brian Grinstead 95696041ac Bug 1362023 - Enable new frontend in the Browser Console unconditionally;r=nchevobbe
MozReview-Commit-ID: 4ELlbssEB8Z

--HG--
extra : rebase_source : 0d38873bb4c3f7d94c1b265cb43491566cb8eec3
2018-04-12 07:56:55 -07:00
Brian Grinstead e9bdd93a16 Bug 1381834 - Remove old Console front-end;r=nchevobbe
MozReview-Commit-ID: LiKw2ZMRucL

--HG--
extra : rebase_source : c9037d0acedd3416a233f42b7ffac50fc049c709
2018-04-13 08:08:03 -07:00
Zhang Junzhi 65ee12984d Bug 1448553 - Part 7: Adds mochitests to test the feature of filtering Unicode strings and Unicode filenames in the Web Console. r=nchevobbe
This patch makes sure the feature of filtering Unicode strings and Unicode
filenames works correctly by adding mochitests so that we don't regress for
fixing this bug.

MozReview-Commit-ID: GtWbA8ZEwQ3

--HG--
extra : rebase_source : b6271c108334b64236136c2b852d5217d6eb99ed
2018-04-11 12:55:57 +08:00
Greg Tatum 41efc0826a Bug 1450709 - Add profile recording settings to the recording panel; r=julienw
MozReview-Commit-ID: HcdBkUMowMG

--HG--
extra : rebase_source : ef054042b4a36809c9b4c139274f026ec0a50eda
2018-04-10 13:13:49 -05:00
Sebastian Hengst 0eb9d87997 merge mozilla-inbound to mozilla-central. a=merge 2018-04-12 22:20:13 +03:00
J. Ryan Stinnett 545937d350 Bug 1453499 - Expose processMessageManager for RDM frames. r=ochameau
RDM frames with their custom message manager hadn't exposed a value for
`processMessageManager`.  This was just a oversight.

By adding this value, we get a working Browser Content Toolbox for RDM tabs.

MozReview-Commit-ID: 95QskEMKgZK

--HG--
extra : rebase_source : 5259800f64afe55ee5bca29492f6f33efcfd458c
2018-04-10 18:35:05 -05:00
Nicolas Chevobbe adaa92e845 Bug 1425521 - Move old jsterm file into webconsole/old; r=bgrins.
MozReview-Commit-ID: 2bd34j4S2l7

--HG--
rename : devtools/client/webconsole/jsterm.js => devtools/client/webconsole/old/jsterm.js
extra : rebase_source : e7227839798980443b251a2a9ef3951440637282
2018-04-10 07:57:31 +02:00
Zhang Junzhi 5f2ae38817 Bug 1448553 - Part 6: Adds xpcshell-based unit tests for the common Unicode-URL related functions defined in Part 1 r=nchevobbe
This patch adds some unit tests for the common Unicode-URL related functions
defined in Part 1.

MozReview-Commit-ID: 2juTaanghnN

--HG--
extra : rebase_source : 25449943d2091cbdb9cfaa00024577254ad2e280
2018-04-03 00:46:55 +08:00
Zhang Junzhi 4ffaca3e3f Bug 1448553 - Part 5: Decodeds Punycode-encoded international domain names and URI-encoded filenames in the Developer Toolbox's frame menu so that they are displayed as human-readable Unicode text. r=jdescottes
The Punycode-encoded international domain names and URI-encoded filenames are
human-unreadable, so they should be displayed as human-readable Unicode text.
This commit decodes this kind of names in the Developer Toolbox's frame menu.

MozReview-Commit-ID: LGzw31z05OD

--HG--
extra : rebase_source : fba5cd9a4e78c9e6206c15fc3d858845b3d3c007
2018-04-03 01:23:24 +08:00
Zhang Junzhi d2a2865c92 Bug 1448553 - Part 4: Decodeds Punycode-encoded international domain names in the Storage Inspector so that they are displayed as human-readable Unicode text. r=miker
The Punycode-encoded international domain names are human-unreadable, so they
should be displayed as human-readable Unicode text. This commit decodes this
kind of names in the Storage Inspector.

MozReview-Commit-ID: Agc03rliZ8q

--HG--
extra : rebase_source : 816fbd8170b2cf14dd7a84db791b530e595a68db
2018-04-02 16:59:32 +08:00
Zhang Junzhi 11d5c2f0f2 Bug 1448553 - Part 3: Decodeds Punycode-encoded international domain names in the Network Monitor so that they are displayed as human-readable Unicode text. r=Honza
The Punycode-encoded international domain names are human-unreadable, so they
should be displayed as human-readable Unicode text. This commit decodes this
kind of names in the Network Monitor.

MozReview-Commit-ID: HlGOVZi1lIm

--HG--
extra : rebase_source : a2107c5b08c9cbda1e80db2a9542af05987c0f74
2018-04-02 16:42:13 +08:00
Zhang Junzhi 0b67198c71 Bug 1448553 - Part 2: Decodeds Punycode-encoded international domain names and URI-encoded filenames in the Web Console so that they are displayed as human-readable Unicode text. r=nchevobbe
The Punycode-encoded international domain names and URI-encoded filenames are
human-unreadable, so they should be displayed as human-readable Unicode text.
This commit decodes this kind of names in the Web Console.

MozReview-Commit-ID: 8AVLkdaQOh6

--HG--
extra : rebase_source : 947c126f1d0d86efc6bba71447cf54ef486e2fdc
2018-04-02 15:23:22 +08:00
Zhang Junzhi b1bb196167 Bug 1448553 - Part 1: Defines common functions for getting a Unicode URL or a Unicode URL component r=nchevobbe
This patch defines some common functions for getting a Unicode URL or a Unicode
URL component.

These functions are not only intended to be used by future patches for this bug,
but also intended to be the common functions for any future patches which need
to reuse such functionalities.

MozReview-Commit-ID: DZBYoKv9Fmx

--HG--
extra : rebase_source : 4dd684a5c43fa49b3f07fce8bb162ab6f277b6b6
2018-04-02 14:36:13 +08:00
arthur.iakab 691e26b1b6 Merge mozilla-central to autoland a=merge on a CLOSED TREE 2018-04-13 12:55:46 +03:00
Alexandre Poirot 9b2fdcf8bb Bug 1453712 - Use a preference to set the testing flag. r=jryans
MozReview-Commit-ID: 1cjSQnXtc4h

--HG--
extra : rebase_source : 55c0c9fa81a8dc17b92cba721dcc5912b07d0fab
2018-04-12 09:22:42 -07:00
Mark Banner d226fcc86a Bug 1453383 - Enable ESLint for devtools/client/{webaudioeditor,webide}/. r=jdescottes
MozReview-Commit-ID: Gm77Z0T3oJq

--HG--
extra : rebase_source : 9a23baa102558d30302baf5044da207b7d79f3b6
2018-04-11 16:10:35 +01:00
Mark Banner 6a7d7e5b8c Bug 1453383 - Automatically fix ESLint issues in devtools/client/{webaudioeditor,webide}/. r=jdescottes
MozReview-Commit-ID: 8QPtZi0oSOO

--HG--
extra : rebase_source : 6b030e1bfd065af35f9b58666fe776a4da0d2dee
2018-04-11 15:43:09 +01:00
Nicolas Chevobbe ff0492d318 Bug 1425521 - Wrap JsTerm in a React component in new frontend; r=bgrins.
MozReview-Commit-ID: GGq6ZB760d9

--HG--
rename : devtools/client/webconsole/jsterm.js => devtools/client/webconsole/components/JSTerm.js
extra : rebase_source : 2a2134bc04ca9efbb83654c93ab4b81232acf2bd
2018-03-30 17:48:50 +02:00
Margareta Eliza Balazs 1c0306e497 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-12 12:45:41 +03:00
Margareta Eliza Balazs 8ca418adb9 Merge inbound to mozilla-central. a=merge 2018-04-12 12:38:56 +03:00
Gabriel Luong 2728a2b0e3 Bug 1449100 - Move network details panel toggle buton next to the sidebar tabs. r=Honza 2018-04-11 11:22:24 -04:00
Erica Wright 5a58c5d8bf Bug 1431071 - Grid line names suggestions offered in inspector autocomplete if element is in a grid and rule applies. r=gl, jdescottes
MozReview-Commit-ID: HGINxducS4x
2018-04-04 14:01:19 -04:00
Noemi Erli 1fcf5e9c6a Backed out changeset b4dcb47b8542 (bug 1449100) for dt failures in devtools/client/netmonitor/test/browser_net_pane-network-details.js on a CLOSED TREE 2018-04-12 06:09:19 +03:00
Jason Laster 881644f25f Bug 1453066 - Update Debugger Frontend v34. r=jdescottes 2018-04-11 22:06:24 -04:00
Gabriel Luong 1943e4b14e Bug 1449100 - Move network details panel toggle buton next to the sidebar tabs. r=Honza 2018-04-11 11:22:24 -04:00
shindli 108a654fb8 Merge inbound to mozilla-central. a=merge 2018-04-12 02:45:34 +03:00
Andreea Pavel 29ba7b4974 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-04-11 17:40:37 +03:00
Yura Zenevich 564bcd2b23 Bug 1452931 - updated inspector button in a11y properties to pointer. r=gl
MozReview-Commit-ID: Cb5wOxveUi4
2018-04-11 10:33:25 -04:00
Dão Gottwald 8b23aaae8b Bug 1453281 - Remove obsolete menubar binding and styling. r=bgrins,Paolo
MozReview-Commit-ID: Kao3jst0DBJ

--HG--
extra : rebase_source : bed74abc9910ec22295207fdced37f6bfc1648be
2018-04-11 17:29:27 +02:00