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

9063 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Poirot 6afc5d44f8 Bug 1442160 - Remove unnecessary usages of generators in storage test. r=miker
MozReview-Commit-ID: 3x06Clvqtyq

--HG--
extra : rebase_source : ca5425a4bc34f992bf9c7f7d29531bd92479eb5b
2018-03-01 00:47:22 -08:00
Michael Ratcliffe 9bcb26d26c Bug 1437807 - Enable browser_console_addonsdk_loader_exception.js in new frontend r=jdescottes
MozReview-Commit-ID: 4vGsRWzuFpn

--HG--
extra : rebase_source : 81e3ee6286d4006fc5227a519827805ec6c62947
2018-03-01 18:12:19 +00:00
Erica Wright 1d0db76459 Bug 1401847 - Custom layout grid colors should be restored per domain. r=jdescottes
MozReview-Commit-ID: GYrZl3r7040

--HG--
extra : rebase_source : 82009f93bacf7cb2fccee7cf187d2a52980d4457
2018-02-16 10:40:09 -05:00
Jesse Cordeiro f2ca13ed29 Bug 1421387 - Change the error banner for styleditor load errors to warnings; r=pbro
MozReview-Commit-ID: 9zdvMIuGw0P

--HG--
extra : rebase_source : 9cf53d4dd1ae11f576e69b85688d4a08487bbbf9
2018-03-06 09:03:37 +01:00
Michael Ratcliffe 41f15dd49f Bug 1443163 - Enable browser_console.js in browser.ini r=nchevobbe
MozReview-Commit-ID: Dwi3uvKRmaX

--HG--
extra : rebase_source : 32afb6578fc18b5326b4dd021b3095c1a4afb0f3
2018-03-05 15:35:36 +00:00
J. Ryan Stinnett 0e029f6125 Bug 1442334 - Remove redundant binding change in RDM. r=ochameau
RDM was explicitly forcing the remote browser XBL binding via inline style, but
that's actually redunant with what you'd get via CSS.  (I am unsure if that's
always been true...)

It appears we can safely remove this to reduce some complexity here.

MozReview-Commit-ID: 2xlS6Dd2VYj

--HG--
extra : rebase_source : 2f9eb8789650e96cf82be60e7fe07d2bb3159a91
2018-03-01 12:21:24 -06:00
Nicolas Chevobbe 56166f1711 Bug 1382604 - Remove old-event-emitter usage from scratchpad; r=jryans.
Usage was removed from devtools/client/framework/sidebar as well since it emits
events with the parent component.

MozReview-Commit-ID: 24LLmnSZ89I

--HG--
extra : rebase_source : 3ede287d862c80817fe4767e8d029dda26cbb58b
2018-03-05 10:45:55 +01:00
Jonathan Kew ec211a5398 Bug 1435983 - Make the 'font' shorthand reset the 'font-variation-settings' property, as required by css-fonts-4. r=emilio 2018-03-05 16:25:22 +01:00
Nicolas Chevobbe 66be877195 Bug 1307925 - Localize and explicitely test Navigation message; r=Honza.
The message is now localized, with the URL as a parameter.
browser_webconsole_persist was modified to explicitely wait for
the Navigation message to be logged.

MozReview-Commit-ID: L0hsrkYsl16

--HG--
extra : rebase_source : d1a1150025f854572b992c34854510652532f39d
extra : source : 43b07b71855e3b7c82276391baeabc7d7250784d
2018-03-05 10:15:24 +01:00
Jan Odvarko 93c05906a1 Bug 1443121 - Use new redux-connect wrapper for the Console; r=nchevobbe
* Renaming the connect file to reflect its purpose
* Require the module using absolute path

MozReview-Commit-ID: H3giPGF9dyJ

--HG--
rename : devtools/client/netmonitor/src/utils/redux-connect.js => devtools/client/shared/redux/visibility-handler-connect.js
extra : rebase_source : 4502e3c602dd4e5c28b69833d2ac04894016c828
2018-03-05 14:26:57 +01:00
Mike Ratcliffe 5bd181a002 Bug 1442680 - Ensure that the paths of all console mochitests have been updated to new-console-output paths r=Honza
MozReview-Commit-ID: 5mrc3cJ3Xo1

--HG--
extra : rebase_source : 8c0b13a238821de43dc937c51f620b99f8df4417
2018-03-02 23:07:04 +00:00
Michael Ratcliffe c8711eda63 Bug 1442813 - Web console eslint fixes r=nchevobbe
MozReview-Commit-ID: AjhsU2lrqKT

--HG--
extra : rebase_source : a30618ea210524cb2e630e9bccbed6508ff83ebf
2018-03-03 00:34:35 +00:00
Julian Descottes 6abadfc7f8 Bug 1440102 - increase timeout for browser_dbg-babel-scopes.js and reenable on win ccov;r=jlast
MozReview-Commit-ID: 2by2m5WkPf

--HG--
extra : rebase_source : f43b0daf6e782dea7c127a87468880a28ecf70a2
2018-02-22 15:18:41 +01:00
Nicolas Chevobbe 90c41237b2 Bug 1441864 - Fix ContentProcessForward data handling; r=bgrins.
In ContentProcessForward, we listen for console-api-log-event in order
to pass data to the Browser console and Browser toolbox.
But the data is modified and properties are cherry-picked from the original
event, missing some properties probably introduced later like `counter`,
`prefix`, `private`, …
The fix consists in cloning the original event data and only overriding what
needs to be overridden.

MozReview-Commit-ID: 6jSfiRxcHQa

--HG--
extra : rebase_source : 3a4c61c0eb14ccdf584630c508dc439b7718ee45
extra : source : d266983f9cdeba0381f11e00bb6b271ccda561c1
2018-03-01 10:23:58 +01:00
Gurzau Raul 181dcb0b19 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-03 23:49:05 +02:00
Gurzau Raul ca297ddff9 Merge inbound to mozilla-central. a=merge 2018-03-03 23:45:43 +02:00
Jonathan Kew 69a6cd57f7 Bug 1435692 - patch 3 - (Auto-generated) Run "mach devtools-css-db" to update devtools property database. r=jwatt 2018-03-03 22:12:12 +01:00
Gabriel Luong d727d4abfb Bug 1442314 - Fix the gradient syntax in border-image of --separator-border-image in toolbars.css. r=bgrins 2018-03-03 12:22:23 -05:00
Narcis Beleuzu 92a574f02f Bug 1424154 - Disable test on WinCCOV - Intermittent /browser_dbg-content-script-sources.js | This test exceeded the timeout threshold. r=jmaher 2018-03-02 23:41:00 +02:00
Julian Descottes 470ac856ce Bug 1442451 - do not restore DevTools session when disabled by policy;r=jryans
MozReview-Commit-ID: oORq9CltE3

--HG--
extra : rebase_source : f4344a5ec10ef1ea68494fcdb6b1f9400b4f82be
2018-03-02 08:55:24 +01:00
Brindusan Cristian 6cf5ac594a Merge inbound to mozilla-central. a=merge 2018-03-03 11:40:49 +02:00
J. Ryan Stinnett 13c3c10321 Bug 1442618 - Get FormData global in DevTools. r=jdescottes
MozReview-Commit-ID: IVtkFQoWxS5

--HG--
extra : rebase_source : 5a69f6ab4e09a76fd5c477465eb0b9dff1a8879c
2018-03-02 16:48:57 -06:00
J. Ryan Stinnett a62c707e07 Bug 1442347 - Get more globals from sandbox instead of JSM in DevTools. r=jdescottes
Pulling global properties from a JSM is a bit strange, so we should avoid it
where possible.  This patch moves the properties available via
`wantGlobalProperties` over to that approach instead.

In the case of `XMLHttpRequest`, it is not actually expected to be available for
JSMs.  If it were, it would be marked "Exposed=System".  However, various
browser JSMs use `importGlobalProperties` to access it.  These days, JSMs are
loaded into a shared global, so once one of these modules has called
`importGlobalProperties`, it becomes accessible via any JSMs loaded into that
shared global.

By moving XHR to the `wantGlobalProperties` style, we avoid this fun race.

MozReview-Commit-ID: 1umu94Qvlz9

--HG--
extra : rebase_source : d8f459f8b3219c788f2fa79d616bfda49e338186
2018-03-01 13:46:43 -06:00
J. Ryan Stinnett 3615bc4892 Bug 1442347 - Clean up DevTools builtin syntax. r=jdescottes
Simplify and sort syntax in the DevTools global and modules lists.

MozReview-Commit-ID: IhJ8WTl9lR9

--HG--
extra : rebase_source : 3fffaaf53dcde95c9dc57c73698805326b059626
2018-03-01 13:56:07 -06:00
shindli b1ab6c8442 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-03 01:18:17 +02:00
Gabriel Luong af45143b61 Bug 1441860 - Fix the reference to the --rule-flex-toggle-color variable in rules.css. r=bgrins 2018-03-02 16:31:48 -05:00
Michael Ratcliffe fdf0e869c8 Bug 1437844 - Enable browser_console_consolejsm_output.js in new frontend r=nchevobbe
The old test was focused on log levels so I have converted this to use categories as discussed.

Of course, the test passes just fine with `verify`

MozReview-Commit-ID: 8SktBkz5ysk

--HG--
extra : rebase_source : cb1f7f43ee30c83af48dcafa4c556b8ed3e26f01
2018-03-01 15:43:56 +00:00
Michael Ratcliffe f6580be918 Bug 1442305 - setFilterState() in head.js fails when setting multiple categories r=nchevobbe
MozReview-Commit-ID: 9HxZk5gCI2S

--HG--
extra : rebase_source : 64d64921483e86e907f25cf721bd9029fa2a2651
2018-03-01 17:03:21 +00:00
Nicolas Chevobbe 168a32ce6b Bug 1382577 - Remove old-event-emitter usage from canvasdebugger; r=sole.
MozReview-Commit-ID: ASxhdrMSWAQ

--HG--
extra : rebase_source : 1ea5ea42758706d21c4520ce69064facb8e71e5a
2018-03-02 09:13:12 +01:00
J. Ryan Stinnett 35faaa28aa Bug 1248498 - Check document cache status when loading HTML sources. r=jlast
When getting the source for inline scripts in documents, we generally try to use
the cache.  However, the toolbox allows you to disable the HTTP cache while open
if you wish.

If the toolbox has disabled the cache, using `fetchFromCache: true` will give
stale data (from the most recent cache-enabled request).

We can avoid stale data here by checking the document's cache state.

MozReview-Commit-ID: J5SJciSyQNj

--HG--
extra : rebase_source : f5fce653f7860b406aa4a580c32e7c15f9cdd0ce
2018-02-28 19:48:54 -06:00
Michael Ratcliffe e9b1a3f125 Bug 1437806 - Enable browser_console.js in new frontend r=bgrins
Not a huge amount needed changing in this one... changed paths, removed references to bug numbers, switched to async / await and used the new method to check for messages.

MozReview-Commit-ID: 2pefVnMozXq

--HG--
extra : rebase_source : fe4b0fc52bf8a60d566314920baa75aaf8458d9d
2018-03-02 15:38:38 +00:00
Nicolas Chevobbe 74e2cfaf30 Bug 1442602 - Fix Frame component for browser-loader requested resources; r=miker.
There wasn't anything done for this kind of resources, so the URL looked
like resource://devtools/shared/base-loader.js -> resource://devtools/path/to/file.js
and was causing issue in the onClick handler.

MozReview-Commit-ID: GUJOpjDX1zG

--HG--
extra : rebase_source : 745ab61678772acdc7794719ae1c3d85ee1475c4
2018-03-02 17:56:10 +01:00
Jason Laster 1cbe8f2b86 Bug 1439839 - Remove references to babel-types. r=jdescottes
MozReview-Commit-ID: AF9RD9nOqGF
2018-03-01 13:38:00 +02:00
Alexandre Poirot 659de18c8a Bug 1233890 - Remove unnecessary usages of deprecated sync promises in devtools/server. r=jryans
MozReview-Commit-ID: 2K7gxMz9w3y

--HG--
extra : rebase_source : 3531a45136bb8cdf6dccd253d66df2e9b781d7b5
2018-02-13 05:25:52 -08:00
Nicolas Chevobbe 5f3177906e Bug 1442236 - Update console and netmonitor launchpads to v0.0.117; r=Honza.
Add a defaultURL the debuggee window will navigate too in the config (new
feature of devtools-launchpad).

MozReview-Commit-ID: 2ppGG6paFnP

--HG--
extra : rebase_source : 70b513b11cecd8f1a4238ddf7bbfd2e30ae94867
2018-03-01 15:32:19 +01:00
Nicolas Chevobbe aca904dd7c Bug 1382609 - Remove old-event-emitter usage from devtools/server; r=pbro.
MozReview-Commit-ID: 3B3slS3EPYn

--HG--
extra : rebase_source : 60bf49cfd4f620ee20aa577fd15168db48b2ff2d
2018-02-27 09:06:56 +01:00
Dorel Luca c7a230eed3 Merge mozilla-central to autoland. r=merge 2018-03-02 02:16:40 +02:00
Dorel Luca 9d9f538a22 Backed out 2 changesets (bug 1428430) for devtools failure on /builds/worker/workspace/build/src/accessible/base/nsAccessibilityService.cpp:1045 a=backout
Backed out changeset 7d9813d8cb47 (bug 1428430)
Backed out changeset a638660a49fa (bug 1428430)

--HG--
extra : source : 533de41e4cb3c8356e254f662371c0e852ce18ca
2018-03-02 01:48:52 +02:00
Dorel Luca 3ccafa2b66 Merge mozilla-inbound to mozilla-central. a=merge 2018-03-02 00:09:29 +02:00
Gabriel Luong 8bbbdc6337 Bug 1441622 - Expose the OpenType Font Variations data to the fonts redux store. r=pbro 2018-03-01 15:25:10 -05:00
Sebastian Hengst 118e03a936 merge mozilla-central to mozilla-inbound 2018-03-01 20:32:20 +02:00
Michael Ratcliffe d8b83a67d1 Bug 1437845 - Enable browser_console_dead_objects.js in new frontend r=bgrins
Now works in both non-E10S and E10S modes.

MozReview-Commit-ID: 1W3d7XcZzfc

--HG--
extra : rebase_source : aa2d385c7c7820b7030675256a700af49533f64b
2018-03-01 13:31:58 +00:00
Michael Ratcliffe 915a55d779 Bug 1437847 - Enable browser_console_error_source_click.js in new frontend r=jdescottes
MozReview-Commit-ID: E3WBqjwoUdH

--HG--
extra : rebase_source : 91af40bf0a1ffebdcca6e7381e9a3b80a091da5e
2018-02-28 14:40:07 +00:00
Patrick Brosset e3ba763e10 Bug 1442001 - Remove the expander icon for fonts and the used-as info; r=jdescottes
MozReview-Commit-ID: Gf19Ybo74jc

--HG--
extra : rebase_source : eb0bd83dd4111d8fb3200d6f2e29a1b7f5ee5c67
2018-02-28 21:45:27 +01:00
Sebastian Hengst 9b6b3d7b3b merge mozilla-central to autoland 2018-03-01 12:27:56 +02:00
Sebastian Hengst 3a10644021 Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout
Backed out changeset 83c87140dc3d (bug 888600)
Backed out changeset 2efb9b1753f6 (bug 888600)
Backed out changeset af5303781961 (bug 888600)
Backed out changeset 79ef59047e63 (bug 888600)
Backed out changeset 30d568d628dd (bug 888600)
Backed out changeset c7bd4c6c9741 (bug 888600)

--HG--
extra : histedit_source : 791b22f6770f4fead2f909478a93d65d85829fe0%2Cbb387309e90f53e1dde45dcf8cf4ebedcc6e5c5e
2018-03-01 11:51:09 +02:00
Michael Ratcliffe ff2bb13cc9 Bug 1441825 - Clicking CSS Error links in Browser Console throws 'onClick is not a function' r=nchevobbe
MozReview-Commit-ID: DoMWc2JCPnl

--HG--
extra : rebase_source : 0f4221aaf9a368af9c4e4b57a7e432328b435279
2018-02-28 14:20:52 +00:00
Michael Ratcliffe 57a3e28460 Bug 1437848 - Enable browser_console_filters.js in new frontend r=nchevobbe
Rebased due to failing tests on try... built on a failing base.

MozReview-Commit-ID: BiC1pWeml2N

--HG--
extra : rebase_source : 4e57102655d930737950dd571b16632c412e0a3d
2018-02-27 18:08:25 +00:00
Nicolas Chevobbe 8ea55ce28a Bug 1382606 - Switch webconsole to new event-emitter; r=Honza.
MozReview-Commit-ID: HBogPeOI7WM

--HG--
extra : rebase_source : 4ad1fb922ffc818d175ae3c09820ce31ba416487
2018-02-23 09:10:36 +01:00
Sebastian Hengst 71f42f588a merge mozilla-central to autoland CLOSED TREE 2018-02-28 20:17:53 +02:00