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

5494 Коммитов

Автор SHA1 Сообщение Дата
Oriol 2165c2cf0f Bug 1368605 - Add various tests for the JSON Viewer. r=Honza
--HG--
extra : rebase_source : dacd076d887c6916bfdb0b967ccb9aef5fea8a0a
2017-05-31 06:42:00 -04:00
Ryan VanderMeulen d85c7f6cc3 Merge m-c to inbound. a=merge 2017-06-01 16:45:03 -04:00
Oriol 0a5174adc9 Bug 1368899 - Refactor the JSON Viewer stream converter to avoid quirks mode. r=Honza 2017-05-30 20:23:00 -04:00
Alex Gaynor 208cd021b4 Bug 1363760 - Part 1 - Allow the about:debugging tests to pass if there are no temporary addons installed r=jdescottes
The current DOM tests for about:debugging implicitly assume that there is a
temporary addon installed before they start. This is currently always true
because mochitest and specialpowers are installed as temporary addons, but the
goal of this bug is to install them as non-temporary addons.

The specific cause of the breakage is the assumption that uninstalling an addon
removes an <li> from the addons <ul>, but when you go from one addon to zero the
entire <ul> is removed.

MozReview-Commit-ID: VJIcy17uQc

--HG--
extra : rebase_source : a398f20e9befb7e8ff307368557ae7b9c0c75fba
2017-05-30 10:04:29 -04:00
Micah Tigley cdc9485714 Bug 1367627 - Show overlay of grid areas in Grid Highlighter. r=gl
MozReview-Commit-ID: 9KWPltfpWlT
2017-05-31 18:37:43 -06:00
Matt R 7ae37aa776 Bug 1346009 - Convert 'defer' to 'new Promise' in client/webide; r=tromey
MozReview-Commit-ID: 1adrD8A96Dx

--HG--
extra : rebase_source : 9c616dfa39a4d80697e59073d1d8a3b796d51355
2017-05-20 13:31:10 +01:00
Tom Tromey dd7a919116 Bug 1368695 - don't emit event when tooltip already destroyed; r=jdescottes
If a reply comes from source-map-url-service but the tooltip has already
been destroyed, don't try to emit the event-tooltip-source-map-ready
event.

MozReview-Commit-ID: EKrT7V4qLJq

--HG--
extra : rebase_source : e3c4e4cbebdb9adbc1b414c14b9df241abba009c
2017-05-30 08:08:18 -06:00
Nicolas Chevobbe 5f016b9c77 Bug 1363678 - Allow to pass a custom logLimit to configureStore. r=bgrins
The idea is to allow tests to set their own logLimit without
having to use Services.setIntPref.
To do so, we also need to not retrieve the logLimit from Services
in the messages reducer. Since we already have the logLimit in the
store, we can retrieve it directly from the store by passing the
prefs state to the messages reducer.
We take this as an opportunity to revisit the createRootReducer function
to be future proof: if any new reducer is added, they should just work
as if we were using combineReducers.

With those changes, we can set a lower logLimit in some tests that used
to have a defined timeout since they were taking too much time.

MozReview-Commit-ID: 7j80XoKkJ1y

--HG--
extra : rebase_source : 23b86faa00d08a80f2cb21291c0df3b4c8113e73
2017-06-01 10:23:51 +02:00
Nicolas Chevobbe a52529fac7 Bug 1363678 - Adapt tests to the new filtering logic. r=bgrins,Honza
MozReview-Commit-ID: Kv4fmQ4hU9c

--HG--
extra : rebase_source : 381c1335cb67c17c98922b089235889b06bbc6ec
2017-05-31 09:32:32 +02:00
Nicolas Chevobbe d3fa8435f5 Bug 1363678 - Refactor how we do the messages limit on the reducer. r=Honza
The parent commit did some changes to the architecture of the store that
needed to be handled on the limit messages function.
We take advantage of this to rewrite the functions involved to be as efficient
as possible. To do that, we limit the work done by Immutable structures by doing
changes in them only once per added messages.

MozReview-Commit-ID: 6VzobhWzK40

--HG--
extra : rebase_source : 37a8159401763c07244f6495a28d64406f7bff0a
2017-05-31 14:00:15 +02:00
Nicolas Chevobbe 4a9f505eb8 Bug 1363678 - Move the filtering logic to the reducer. r=bgrins
We used to do the filtering on the selector, which can be costly because
we're looping through all the messages of the store on each new message.
Moving the logic to the reducer allow us to be more thoughtful about which
messages to evaluate and when.

In order to make this change, we need to pass the filter state to the message
reducer. This is done by ditching the combineReducers helper function and do
the plumbing by ourselves, which isn't complex.

MozReview-Commit-ID: Lw37XgEFf7e

--HG--
extra : rebase_source : 290c315b91896765f3a249fbf75449cfa66a710f
2017-05-31 09:27:43 +02:00
Nicolas Chevobbe 49c34bcec9 Bug 1367318 - Trim console filter input. r=Honza
MozReview-Commit-ID: 8OAEUh6ekiP

--HG--
extra : rebase_source : 9daae96d601fa1404210a59a7f947ac6ad1f62fe
2017-06-02 09:52:27 +02:00
Tom Tromey 49c7a6f294 Bug 1366853 - SourceMapURLService must wait for sources to be available; r=bgrins
MozReview-Commit-ID: CVbYQCzJQTu

--HG--
extra : rebase_source : 97d3d93a9c7f6e77848005c3a4ac957d7d64517d
2017-05-22 13:47:42 -06:00
Alexandre Poirot 3dfed4e971 Bug 1369104 - Fix eslint error on highlighters-overlay.js. r=pbro
MozReview-Commit-ID: 6lhfILmmEGC

--HG--
extra : rebase_source : 380b209f2b437cfd398b594292e87a1e7d7f78f8
2017-05-31 18:38:04 +02:00
Carsten "Tomcat" Book f69c1db21b Merge mozilla-central to autoland 2017-06-01 13:57:22 +02:00
Ryan VanderMeulen 984edc2be4 Merge m-c to inbound. a=merge 2017-05-31 20:26:16 -04:00
Ben Kelly f4ff1ce1bb Bug 1363829 P17 Make browser_net_simple-request-data.js wait for all async tests to complete before finishing. r=honza 2017-05-31 17:13:20 -07:00
Ben Kelly 114967c978 Bug 1363829 P11 Make debugger mochitests perform a full CC in addition to the forced GC during test cleanup. r=jryans 2017-05-31 17:13:19 -07:00
Julian Descottes 9bedf05e44 Bug 1364075 - remove DevTools dependency in ContentProcessSingleton;r=ochameau
MozReview-Commit-ID: 38XKKM37jC5

--HG--
extra : rebase_source : 65b3aced59a7f5ceca35b2941c1ab1c80ac89b2b
2017-05-29 23:36:26 +02:00
Mike de Boer bdf8d3e285 Bug 1368734 - Part 1 - re-assign the keyboard shortcut for the devtools Network Monitor to the Quit Application command and use 'E' instead. r=bgrins,Gijs
MozReview-Commit-ID: BkTSn6IbCBS

--HG--
extra : rebase_source : 2ea1ee84b59a2c22cd25028e5ea78a2aa9d543fa
2017-05-31 19:21:58 +02:00
Alexandre Poirot f131594dd6 Bug 1355994 - Stop flagging DevTools sandboxes with an Addon ID. r=kmag
MozReview-Commit-ID: 5aJ5osJIt5i

--HG--
extra : rebase_source : b37230366178f5dbaf10263dcedb55eec7a838f1
2017-04-24 11:38:13 +02:00
Vangelis Katsikaros 5b0d0871ba Bug 736882 - Request/response details should indicate whether SPDY was used. r=Honza
MozReview-Commit-ID: HjzDT76m6Ix

--HG--
extra : rebase_source : a10ff2f87a2dd5fc49571d31154e5a26a26d2e2d
2017-05-25 10:59:42 +03:00
Matt R 2e9549a22a Bug 1363914 - Added tests for filter flags: protocol, domain, remote-ip, has-response-headers, cause, transferred, larger-than and size; r=Honza
MozReview-Commit-ID: 5074qyestx8

--HG--
extra : rebase_source : 17362288319ae5aad0e6d091b50ee2aa843df7a4
2017-05-23 19:18:37 +01:00
Ryan VanderMeulen fbad48acb5 Merge m-c to autoland. a=merge 2017-05-30 20:47:52 -04:00
Ryan VanderMeulen df47cd92cd Merge inbound to m-c. a=merge 2017-05-30 20:36:44 -04:00
Tom Tromey 16063b583c Bug 1355126 - regression test for absolute sourceRoot; r=bgrins
MozReview-Commit-ID: EOsAWOr5XWn

--HG--
extra : rebase_source : 0abbd5d0bc85eba729cc2e4f0ccb65efca12cbfc
2017-05-30 13:08:12 -06:00
Matt R 1f9d9f8cb7 Bug 1368204 - convert uses of 'defer' to 'new Promise' in client/responsive.html; r=tromey
MozReview-Commit-ID: HnjT6j9yjW3

--HG--
extra : rebase_source : 7c1eedaaec2b5f9ac05517a3a0e2210cdbd80002
2017-05-27 17:32:06 +01:00
Ryan VanderMeulen 2fbcb8b3bb Merge m-c to inbound. a=merge 2017-05-30 16:09:45 -04:00
Ryan VanderMeulen af691573d4 Merge m-c to autoland. a=merge 2017-05-30 12:59:41 -04:00
Micah Tigley 7f37d4cec1 Bug 1348471 - Display a message when the grid outline cannot effectively be fitted inside the layout panel. r=gl
MozReview-Commit-ID: 57cikdLW3IV
2017-05-24 19:40:07 -06:00
Micah Tigley 7075da3bc5 Bug 1359875 - Part 1: Remove rendering the grid lines in the grid outline. r=gl 2017-05-30 15:48:58 -04:00
Carsten "Tomcat" Book b318c7dca7 merge mozilla-inbound to mozilla-central + UPGRADE_NSS_RELEASE a=merge
--HG--
rename : toolkit/components/extensions/test/xpcshell/xpcshell.ini => toolkit/components/extensions/test/xpcshell/xpcshell-common.ini
extra : amend_source : 458fd54fe8070ca3034ac441267ff7025adb5251
2017-05-30 11:37:46 +02:00
Carsten "Tomcat" Book 793a04d5d4 Backed out changeset fc3bbe02ce7d (bug 1348471) for test failures in browser_misused_characters_in_strings.js 2017-05-30 08:21:53 +02:00
Micah Tigley d7a7ea94cf Bug 1348471 - Display a message when the grid outline cannot effectively be fitted inside the layout panel. r=gl
MozReview-Commit-ID: 57cikdLW3IV
2017-05-24 19:40:07 -06:00
Gabriel Luong c00006d22f Bug 1321238 - Add unit tests for the Grid List and Display setting components. r=jdescottes 2017-05-29 15:54:35 -04:00
Phil Ringnalda 40aaa48351 Backed out changeset ad742747a8d0 (bug 1321238) for (at least) eslint failures
MozReview-Commit-ID: Em8hWRGDB3Y
2017-05-29 11:45:33 -07:00
Gabriel Luong 5edbe33f43 Bug 1321238 - Add unit tests for the Grid List and Display setting components. r=jdescottes 2017-05-29 14:23:56 -04:00
Paolo Amadini 30ea634bb0 Bug 1242505 - Part 5 - Remove obsolete whitelisting of unhandled rejections. r=Mossop
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore.

MozReview-Commit-ID: 3uOxkgWYWEz

--HG--
extra : rebase_source : 5a10a3ebbfe0ce2a801330041f95447c313a9a70
extra : source : 6f0394b523a66dab444b8551deb8f3c6c81d8f31
2017-05-25 15:00:49 +01:00
Paolo Amadini d7513d1e02 Bug 1242505 - Part 3 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.

MozReview-Commit-ID: 1beGB5GG8Ty

--HG--
extra : rebase_source : 64395c5fdf25deebd60dfbf2cf5df3cbf7ca8abb
extra : amend_source : 0a3f13419c050662680f2bd110d724b3bf991732
extra : source : 8d53be05afc59519c5ce8cfae96d284a972fda71
2017-05-28 11:46:45 +01:00
Sebastian Hengst 8d47870cdc Backed out changeset 8d53be05afc5 (bug 1242505) 2017-05-28 11:31:12 +02:00
Sebastian Hengst ea55cd0be2 Backed out changeset 6f0394b523a6 (bug 1242505) 2017-05-28 11:31:01 +02:00
Paolo Amadini 94c629ed8c Bug 1242505 - Part 5 - Remove obsolete whitelisting of unhandled rejections. r=Mossop
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore.

MozReview-Commit-ID: 3uOxkgWYWEz

--HG--
extra : rebase_source : 3a7720091180a770b32b595f8094c0d20170166d
2017-05-25 15:00:49 +01:00
Paolo Amadini 8edd3b1d5c Bug 1242505 - Part 3 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.

MozReview-Commit-ID: 1beGB5GG8Ty

--HG--
extra : rebase_source : 59e5b84cb431f3ca28287d30a3da8fbea1363ec5
2017-05-25 15:00:35 +01:00
Sebastian Hengst d8e719c8a3 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: CEadD9RweN4
2017-05-27 10:00:59 +02:00
Patrick Brosset 1ec6c3d790 Bug 1222737 - Tests for the computed-view copy feature; r=pbro
MozReview-Commit-ID: KR1H9tn0u7r

--HG--
rename : devtools/client/inspector/computed/test/browser_computed_select-and-copy-styles.js => devtools/client/inspector/computed/test/browser_computed_select-and-copy-styles-01.js
extra : rebase_source : df22d07b36a316bdd91989b36165a3b43e289c7c
2017-05-11 15:12:27 +02:00
Ryan VanderMeulen 10ca7619ed Merge m-c to inbound. a=merge 2017-05-26 15:44:50 -04:00
Ryan VanderMeulen 75fa1fd85f Merge inbound to m-c. a=merge 2017-05-26 15:43:59 -04:00
Jason Laster 4427254a16 Bug 1367193 - Release new Debugger Frontend 5/23 (dd10dcb). r=jdescottes 2017-05-26 07:31:00 -04:00
Ryan VanderMeulen 33d27b279d Bug 1282716 - Add missing newline to doc_inspector_highlighter_cssshapes.html to make ESLint happy. 2017-05-26 10:55:09 -04:00
Oriol 2997b8e284 Bug 1367894 - Refactor the JSON Viewer stream converter. r=Honza 2017-05-25 14:04:00 -04:00
Mike Park ab57b5c007 Bug 1282716 - Add static highlighters for ellipse and inset. r=pbro
Currently doesn't handle zooms or transforms, or rounded corners for inset().

MozReview-Commit-ID: J9ZTjhn9Ki0

--HG--
extra : rebase_source : 62a8952fe18e1493ba9f31e85a4d9bc7d558167c
2017-05-16 16:25:19 -04:00
Mike Park 341dbc43d2 Bug 1282716 - Add static highlighter for polygon and circle shapes. r=pbro
MozReview-Commit-ID: 37v4L7qKKWa

--HG--
extra : rebase_source : 20e502e6c3067a6a4a0b8925986c430bf340996d
2017-05-15 13:56:04 -04:00
Makoto Kato f9e613374f Bug 1358025 - Part 1. Use setUserInput instead of input.value setter. r=pbro
Actually, other browsers (except to Gecko) doesn't create undo history by input.value setter.  It only creates user interaction.

devtools tests check enableUndo after using input.value setter.  So we should use setUserInput to emulate input instead.

Although input.value setter doesn't generate input event, but setUserInput will generate input event, so we need wait for search request on browser_inspector_search-filter_context-menu.js.

MozReview-Commit-ID: KLiv1J0i5tJ

--HG--
extra : rebase_source : d964688255177cdde165a95b34986aba8e5ad2db
2017-05-18 16:32:10 +09:00
Ryan VanderMeulen e38fed0cd1 Merge inbound to m-c. a=merge 2017-05-25 21:30:20 -04:00
Ryan VanderMeulen ac35891cc9 Merge m-c to inbound. a=merge 2017-05-25 16:35:51 -04:00
Ryan VanderMeulen 8543438674 Merge inbound to m-c. a=merge 2017-05-25 16:34:16 -04:00
Honza Bambas b852ed009a Backout of 7f28c1084c47 (bug 1319111) for security checks breakage, r=me 2017-05-25 18:16:02 +02:00
Oriol 3915b8eced Bug 1366239 - Display the raw JSON before loading JSON Viewer. r=Honza
--HG--
extra : rebase_source : 4ae80ebb8bcaa72fb6e927e4775ffbc40ee1b0eb
2017-05-19 08:03:00 -04:00
Bob Silverberg eb974678e2 Bug 1349896 - Part 1: Expose devtools theme via gDevTools, r=ochameau
Added gDevTools.getTheme() to provide the theme name, and a gDevTools "theme-changed"
event to provide a notification when the theme is changed.

MozReview-Commit-ID: EeUAmtyPpUy

--HG--
extra : rebase_source : 38515c6fb4d4294aa20d862da0c1bb96f17cd99a
2017-05-09 13:03:19 -04:00
Ryan VanderMeulen d3f265330e Merge m-c to autoland. a=merge 2017-05-25 16:44:01 -04:00
Tom Tromey f3cad1a920 Bug 1366442 - request new debugger front end in source map tests; r=bgrins
MozReview-Commit-ID: LSuTghqoldz

--HG--
extra : rebase_source : 42daf27e2149d6091a4284d19b761bee6fd5ed75
2017-05-24 11:04:59 -06:00
Oriol 652cfe6316 Bug 1297466 - Do not attempt to open Function.prototype in Debugger. r=bgrins
--HG--
extra : rebase_source : fed13d5c980f853c313d6b62a7812af538bd79cb
2017-05-15 16:47:00 -04:00
Ryan VanderMeulen 56b8e8c07e Merge m-c to inbound. a=merge
CLOSED TREE
2017-05-24 16:33:30 -04:00
Nicolas B. Pierron 0727a6547f Bug 1364120 - Remove FINISH_LARGE_EVALUATE gc. r=jonco 2017-05-24 18:14:31 +00:00
Brian Grinstead ec38416ba5 Bug 1307936 - Reset filter prefs in between console mochitests;r=Honza
MozReview-Commit-ID: C2yIt8Kmw8X

--HG--
extra : rebase_source : 236aef0a8ed1ade7473ad19e1a11d4f94c3fbd83
2017-05-23 15:30:17 -07:00
Ryan VanderMeulen 4202c4feab Merge m-c to autoland. a=merge 2017-05-23 18:13:54 -04:00
Ryan VanderMeulen 27fd4cc7e2 Merge inbound to m-c. a=merge 2017-05-23 18:11:35 -04:00
Honza Bambas 2dfe5d94b8 Bug 1319111 - Expose 'result principal URI' on LoadInfo as a source for NS_GetFinalChannelURI (removes some use of LOAD_REPLACE flag). r=bz 2017-05-23 08:09:00 -04:00
Tom Tromey 662cf5a1e6 Bug 1361853 - use client-side source map service in network monitor; r=Honza
MozReview-Commit-ID: A0lDkK12x8E

--HG--
extra : rebase_source : c7a2389126289a8390780a308487936f26ceab5f
2017-05-10 14:07:06 -06:00
Mark Striemer 0d2d8d0fbe Bug 1338827 - Only show reload button for temporary add-ons in about:debugging r=jdescottes
MozReview-Commit-ID: m8Le3N4xyg

--HG--
extra : rebase_source : 29339a2a539bab37bcf535221dc89ff1c597ffe7
2017-05-18 09:30:48 -05:00
Mark Striemer d86510ee6d Bug 1338827 - Add button to remove add-on in about:debugging r=jdescottes
MozReview-Commit-ID: HqpzhIM1MGV

--HG--
extra : rebase_source : 0da973a0737661d788196df8cea10bc69aecc778
2017-05-18 10:40:14 -05:00
Ricky Chien 86592cb3ea Bug 1363553 - Do not decode url before parsing query string r=Honza
MozReview-Commit-ID: 6GZjI8UybuA

--HG--
extra : rebase_source : fb203843d582bb8e70bc4073f73800c1fb643bd6
2017-05-18 23:04:35 +08:00
Matt R a29f2875c8 Bug 1355696 - convert uses of 'defer' to 'new Promise' in client/sourceeditor; r=tromey
MozReview-Commit-ID: 5b1ObMvNA2e

--HG--
extra : rebase_source : 01b6f8125eb0cafdffd637bb4715b8ebcce8d585
2017-05-20 19:14:59 +01:00
Matt R 96aa8bc389 Bug 1222737 - Add colons and semi-colons in copied computed properties; r=pbro
Added : and ; characters to the DOM directly, visually hidden so they
won't appear but will be part of the copied text.
Changed divs to spans to make sure we don't have extra line breaks.
And simplified the logic in copySelection as a result.

MozReview-Commit-ID: EMVXAtv7EOo

--HG--
extra : rebase_source : 9f8ec82da1d873054935bd8bbf385487f5e470ac
2017-04-27 10:47:29 +01:00
Jan Odvarko 62685cf8c0 Bug 1368022 - Remove autoscroll property from UI reducer; r=nchevobbe
MozReview-Commit-ID: IwOvNrJjS1l

--HG--
extra : rebase_source : b2711c0b8f52a66da44aab1a94d1b26da9463699
2017-05-30 17:03:34 +02:00
Jan Odvarko b6773ad8a8 Bug 1367266 - Properly calculate autoscroll prop; r=nchevobbe
MozReview-Commit-ID: K5fJX7HzxGD

--HG--
extra : rebase_source : 858c15dcf8122ee0604b09bca4f7c3d557d41824
2017-05-26 12:51:36 +02:00
Jan Odvarko f9e6218e28 Bug 1363696 - Compute the indent of a message in the message add reducer; r=nchevobbe
MozReview-Commit-ID: EAebgUG0FTh

--HG--
extra : rebase_source : 9b08beb2a4e855d748aabd5ca68749e15c2bbd7f
2017-05-26 11:20:57 +02:00
Julian Descottes 688b1752f8 Bug 1363327 - simplify aboutdebugging landing page;r=ochameau
about:debugging is requiring some unused files at the moment and they can safely be removed

MozReview-Commit-ID: Fkssj8aKMsO

--HG--
extra : rebase_source : db53346f921ec964b0f21b859f4c10dca3013062
2017-05-12 15:52:10 +02:00
Sebastian Hengst 0abfc566c4 Backed out changeset ac956e9a5d32 (bug 1363696) for eslint failure at devtools/client/webconsole/new-console-output/components/console-output.js:85. r=backout 2017-05-26 10:35:30 +02:00
Jan Odvarko 71a0b2c34b Bug 1363696 - Compute the indent of a message in the message add reducer; r=nchevobbe
MozReview-Commit-ID: EAebgUG0FTh

--HG--
extra : rebase_source : 3586a5fa0d6c99d74433effb5e7b886693c3b679
2017-05-26 08:28:52 +02:00
Ryan VanderMeulen 25cb66b774 Merge m-c to autoland on a CLOSED TREE. a=merge 2017-05-26 15:45:41 -04:00
Greg Tatum 943140c667 Bug 1350301 - Fix broken layout of dominator view with callstacks enabled; r=fitzgen
The shared Frame component appears to set the containing element to be a
flex component, while the table view with the dominators expects an
inline-block element. This appears to have been broken for quite
some time with Bug 1251033.

MozReview-Commit-ID: CYkps6QfTJc

--HG--
extra : rebase_source : 4924f1cb0616adc40c9730205b2e5c3a4f9ceee9
2017-05-25 19:47:11 -05:00
Greg Tatum fcd6f5d04b Bug 1350304 - Revert focusing behavior that causes tree view to jump; r=Honza
In the Bug 1335055, accessibility features were added for re-focusing on
a TreeNode when it was unmounted. Unfortunately this is incompatible
with how the Tree provides a virtualized view, where it only has DOM
nodes on the page that will be visibile when things are scrolled. So
when a view is scrolled down, the TreeNode components get unmounted.
The focused node is still technically focused, but the actual component
is no longer mounted and present on the page. This causes the focus to
incorrectly jump around as the user scrolls down the page.

MozReview-Commit-ID: 64hlwCax0Ej

--HG--
extra : rebase_source : 60ba0ac37fc61bb3fc874230cc54e6147bd1b13b
2017-05-25 20:40:48 -05:00
Sebastian Hengst 6f73ea710d Backed out changeset 7b9687c90aea (bug 1368022) for eslint failures, e.g. in console-output.js. r=backout 2017-05-29 18:08:01 +02:00
Julian Descottes e7209cfe2e Bug 1366823 - add Scratchpad manager APIs to DevToolsShim;r=ochameau
MozReview-Commit-ID: 5JsSu9Spkgn

--HG--
extra : rebase_source : 83d93d5168ddb7f4310543ff6d12e0f809d3db87
extra : source : 62e2f83b5992f2117caf4a7f76202437ce6e3d16
2017-05-29 14:50:07 +02:00
Jan Odvarko 096dd39d81 Bug 1368022 - Remove autoscroll property from UI reducer; r=nchevobbe
MozReview-Commit-ID: 6KnCE7uj6pz

--HG--
extra : rebase_source : bd5ce92ca83677dead72330d1f51ce85fbb911db
2017-05-29 10:33:44 +02:00
Jan Odvarko 61dd3d3ad2 Bug 1366723 - Fix URL of netmonitor.css r=ochameau
MozReview-Commit-ID: C5rXWuGbzmL

--HG--
extra : rebase_source : 2e606de84553159a36436800c320f9f64195afc6
2017-05-23 18:02:39 +02:00
Michael Kohler a08b8034b2 Bug 1256768 - Fix ESLint errors/warnings in devtools/client/webconsole/console-output.js r=nchevobbe
MozReview-Commit-ID: 76jPTnoqWq7

--HG--
extra : rebase_source : 4bb78c07caccfff16796dbbcf5b56092cb9a300a
2017-05-20 22:54:41 +02:00
Tom Tromey be41e1f185 Bug 1367836 - devtools-source-map v0.6.0: Update bundle from GitHub. r=jryans
MozReview-Commit-ID: 4r5TLSegA50

--HG--
extra : rebase_source : 3d30edf4b8256a21b11dde5ddc9164c285c14652
2017-05-25 12:53:40 -06:00
Carsten "Tomcat" Book 2b422602d0 Merge mozilla-central to autoland + + UPGRADE_NSS_RELEASE
--HG--
extra : amend_source : a130945695f0bbb811857ae397853ba88bf86f5b
2017-05-30 11:55:06 +02:00
Daisuke Akatsuka 0f73b35447 Bug 1368371: Address background color of animations for any theme. r=pbro
MozReview-Commit-ID: FKrprWzclzr

--HG--
extra : rebase_source : fc3c19ebb0ae4cfe94f0d6c8829d0b824866b2d0
2017-05-30 16:04:33 +09:00
Nicolas Chevobbe 51bd2623bb Bug 1367395 - Fix mocha filter component test. r=Honza
Since the FilterButton component is now only a function that returns a React Element,
it looks like Enzyme can't do the comparison we were doing before.
Checking directly the resulting html, even if non-optimal, fixes the test.

MozReview-Commit-ID: 5fAk8WyYCaF

--HG--
extra : rebase_source : 9f15782b64657eb6a31eefcabbcf9775d706cc07
2017-05-29 10:30:32 +02:00
Carsten "Tomcat" Book d9167ce058 Backed out changeset 9b891f690b98 (bug 1367395) for eslint failure 2017-05-30 09:20:02 +02:00
Nicolas Chevobbe af9a63d7d2 Bug 1367395 - Fix mocha filter component test. r=Honza
Since the FilterButton component is now only a function that returns a React Element,
it looks like Enzyme can't do the comparison we were doing before.
Checking directly the resulting html, even if non-optimal, fixes the test.

MozReview-Commit-ID: 5fAk8WyYCaF

--HG--
extra : rebase_source : bcf5950bbf2fb63c0a2ff1a99f578eea99379745
2017-05-29 10:30:32 +02:00
Patrick Brosset 5131adc0e1 Bug 1353042 - Get rid of all sdk/tabs and sdk/tabs/utils usage; r=zer0
Removed obsolete browser_dbg_event-listeners-03/4.js tests (they are for the
old debugger, and the new debugger doesn't even support event listeners
yet, so no use keeping this test around).

Removed getBrowserForTab SDK dependency from command-state.js.

Changed the implementation of addTab/removeTab in perf test's tab-utils
helper.

MozReview-Commit-ID: 7EXJ5K3kaJm

--HG--
extra : rebase_source : 5b235deb65ede4a15d3f189d95c4a81f385185a9
2017-05-02 16:46:54 +02:00
Iris Hsiao ad000bc76c Backed out changeset 4c2036f901c1 (bug 1353042) for build bustage in Symlink target path does not exist: doc_event-listeners-04.html
CLOSED TREE
2017-05-23 16:15:23 +08:00
Patrick Brosset 75124a3a75 Bug 1353042 - Get rid of all sdk/tabs and sdk/tabs/utils usage; r=zer0
Removed obsolete browser_dbg_event-listeners-03/4.js tests (they are for the
old debugger, and the new debugger doesn't even support event listeners
yet, so no use keeping this test around).

Removed getBrowserForTab SDK dependency from command-state.js.

Changed the implementation of addTab/removeTab in perf test's tab-utils
helper.

MozReview-Commit-ID: 7EXJ5K3kaJm

--HG--
extra : rebase_source : 1922ba94fe72d3d10e6a4d8a9769cf475b9f113d
2017-05-02 16:46:54 +02:00
Wes Kocher 9a8d52f7af Merge m-c to autoland, a=merge
MozReview-Commit-ID: AVwPRGa5re9
2017-05-22 16:38:46 -07:00
Wes Kocher 2933592c4a Merge inbound to central, a=merge
MozReview-Commit-ID: 7NiWtCjPk84
2017-05-22 16:26:12 -07:00
Mats Palmgren 297b9d70e1 Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
MozReview-Commit-ID: IbwWM0FL6HF

--HG--
extra : source : bbb688fe1ba3f5201a190c6e25b693ef7272ea2d
2017-05-21 17:15:00 +08:00
Carsten "Tomcat" Book 6373e5e631 Merge mozilla-central to mozilla-inbound 2017-05-22 15:47:03 +02:00
Carsten "Tomcat" Book 00d4ea331d Backed out changeset bbb688fe1ba3 (bug 1365614) 2017-05-22 15:45:31 +02:00
Ruturaj K. Vartak 7a92e7ba6b Bug 1364092 - Added negative filtering for Network Monitor autocomplete. r=jdescottes
MozReview-Commit-ID: E2DetGV1GWW

--HG--
extra : rebase_source : 895ff4235360ab0a2d5145f313ac602ee40dc250
extra : amend_source : b8ac9345175c9d1f0af7024d59bf7ac4682af01f
2017-05-22 09:20:41 +02:00
Mats Palmgren e706869580 Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
Greg Tatum 1cadcce890 Bug 1366061 - Fix memory tool file picker; r=fitzgen
MozReview-Commit-ID: JNrIGmXlZ46

--HG--
extra : rebase_source : a8962ff9e9672329459ce4db6c6c860984785846
2017-05-19 16:11:49 -05:00
Jan Odvarko 6a123ea736 Bug 1307884 - Implement tests; r=bgrins,nchevobbe
MozReview-Commit-ID: KdYSPciSvJk

--HG--
extra : rebase_source : e9f905571608ae4386ea528d3f373e587c7121df
2017-05-22 19:59:28 +02:00
Jan Odvarko 29ca14c02a Bug 1307884 - Remove prune function; r=bgrins
MozReview-Commit-ID: B6VGrJOe0sk

--HG--
extra : rebase_source : 31e80ce3ea2dc3734a01a83e8871607d79fa3020
2017-05-22 19:59:20 +02:00
Jan Odvarko f3f602739e Bug 1307884 - Clean up actors; r=nchevobbe
MozReview-Commit-ID: Ls5zAExKtkP

--HG--
extra : rebase_source : 8daa22c4645c15a04af636a02315a9246211dcb0
2017-05-22 19:59:06 +02:00
Jan Odvarko a6b4c9d294 Bug 1307884 - Limit for messages in the store; r=bgrins
MozReview-Commit-ID: 3NLMvJFPbls

--HG--
extra : rebase_source : baebb8c6aeed8ff15fc9e81f9470dfad3371118c
2017-05-22 19:19:56 +02:00
Julian Descottes 8d5696d571 Bug 1361054 - move scratchpad sessions test to devtools/client/scratchpad;r=mikedeboer
DevTools are moving out of mozilla central, and since this test is relying on scratchpad
being available, it would probably make sense to move it to the scratchpad test suite
which will still be run in the new devtools continuous integration setup.

MozReview-Commit-ID: 19x6Ccp85ND

--HG--
rename : browser/components/sessionstore/test/browser_644409-scratchpads.js => devtools/client/scratchpad/test/browser_scratchpad_sessions.js
extra : rebase_source : bf564025199748b43ef56333f5c5626b266be1ca
2017-05-01 17:42:28 +02:00
Julian Descottes 98b89c91bc Bug 1361054 - use registerCleanup in scratchpad browser tests;r=ochameau
AFAICT SimpleTest.registerCleanup is never called here. And it introduced a leak
in the session scratchpad test I want to move to this test suite. I couldn't really
understand where the leak was coming from, but using registerCleanup (which _is_
called) fixes it.

MozReview-Commit-ID: 2VE7wHxy066

--HG--
extra : rebase_source : b2e7f62a727535912be55c68d6f8b0932e9f1414
2017-05-08 12:25:47 +02:00
Tom Tromey ea788b5b50 Bug 1333352 - use client-side source map service in markup view event bubble; r=jdescottes
MozReview-Commit-ID: D8bF5kkHp2p

--HG--
extra : rebase_source : 88ff42bbedbd844dee3360c132f40ec8188aa692
2017-05-12 14:34:26 -06:00
Patrick Brosset 3b06137e94 Bug 1355819 - New regression test for editing selectors of @import'd rules; r=jdescottes
MozReview-Commit-ID: C1ScohI32tZ

--HG--
extra : rebase_source : 2f5a888162ca6431695af3203846c927a7460f9d
2017-05-22 15:10:00 +02:00
Carsten "Tomcat" Book 1bdc87018b Merge mozilla-central to autoland
--HG--
extra : rebase_source : 4e9c2047973e5a540496b19e456a2e7bd14715ad
2017-05-22 15:48:11 +02:00
Michael Kohler 5829fd38a3 Bug 1354890 - convert uses of 'defer' to 'new Promise' in client/commandline/ r=nchevobbe
MozReview-Commit-ID: K3xnbfF8ebx

--HG--
extra : rebase_source : 328e33d3a23c7201b0e0209a4c0d10e6c4dd3d74
2017-05-20 21:26:25 +02:00
Michael Kohler 9e1699e113 Bug 1354884 - convert uses of 'defer' to 'new Promise' in client/webaudioeditor r=nchevobbe
MozReview-Commit-ID: 6duPsVQYGnT

--HG--
extra : rebase_source : 5bba12bfba5c838b58a840f52cdf2d6a367b0cc3
2017-04-09 12:48:14 +02:00
Sebastian Hengst 79f625ac56 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: EqC7wKnn6Jt
2017-05-20 18:48:53 +02:00
Ruturaj K. Vartak 1ed19ed100 Bug 1364097 - Do not show the autocomplete popup when input is empty. r=jdescottes
MozReview-Commit-ID: JCE5eWPKu8l
2017-05-19 09:46:00 +01:00
Ryan VanderMeulen 96eca59299 Merge m-c to autoland. a=merge 2017-05-19 12:26:48 -04:00
Ryan VanderMeulen acb2f518fc Merge inbound to m-c. a=merge 2017-05-19 11:46:56 -04:00
Tom Tromey 01a1d5e2f7 Bug 1366062 - clear SourceMapURLService cache on navigation; r=jryans
MozReview-Commit-ID: Elr6d2c7ZJR

--HG--
extra : rebase_source : b301ceb9ed7684e200a129ca1052f4d69b393589
2017-05-18 12:39:36 -06:00
Brian Grinstead 7293da735c Bug 1364353 - Remove unused onClickFiltersClear function;r=nchevobbe
MozReview-Commit-ID: 18vhqno816A

--HG--
extra : rebase_source : 73e404448030472396b0d5dfb161980e8d1a0aa0
2017-05-18 11:00:53 -07:00
Andrew McCreight a2131dea50 Bug 1365767 - Stop bootlegging TextEncoder and TextDecoder from osfile.jsm in devtools. r=jryans
MozReview-Commit-ID: DI4OqSGdzgl

--HG--
extra : rebase_source : 9e0f89049e7e9b252b39ebd70693c234b85fe986
2017-05-17 13:52:39 -07:00
Matteo Ferretti b3dbed1256 Bug 1365075 - waiting until the document is loaded if CustomContentContainer is not available; r=pbro
MozReview-Commit-ID: Cuv6diP08RT

--HG--
extra : rebase_source : 07c8a9c67b1f54df657dfc8e735bc623fec20a77
2017-05-16 18:18:46 +02:00
Brian Grinstead 4897fac06f Bug 1364047 - Pull WebConsoleUtils.l10n into its own module;r=Honza
MozReview-Commit-ID: LI5Hrs33CVS

--HG--
extra : rebase_source : 5da9d9ac8acf90f2446d1068589f1a4d314c0695
2017-05-17 14:07:03 -07:00
Tom Tromey 9f4ebe5770 Bug 1317962 - use source maps in stack traces in the console; r=jryans
MozReview-Commit-ID: 9SPZDi50XZv

--HG--
extra : rebase_source : e8d9e5eaeb0de0f18b34eae13499d394df696f52
2017-05-02 12:51:51 -06:00
Jan Odvarko 132a0b6aa8 Bug 1364386 - Update tests; r=nchevobbe
MozReview-Commit-ID: 3iD70SdPECo

--HG--
extra : rebase_source : 0e37fe3fec035115a6a97835258bbeac69e6af07
2017-05-17 14:52:11 +02:00
Jan Odvarko f03907e6ec Bug 1364386 - Use only file name for search; r=nchevobbe
MozReview-Commit-ID: U26CX1EbLP

--HG--
extra : rebase_source : cb97fcdf715441e9d674e66f75518f6b7ef55ee1
2017-05-16 16:25:08 +02:00
Ricky Chien 52a8cbb4a3 Bug 1365635 - Fix payload queue and damp regression r=Honza
MozReview-Commit-ID: 4mW6pH2CeQN

--HG--
extra : rebase_source : b4d3c6312e1ef5354c124067f42f79748d52d9d4
2017-05-17 23:53:00 +08:00
Ricky Chien 26780e1ae4 Bug 1359433 - Fix intermittent browser_net_truncate.js test r=Honza
MozReview-Commit-ID: Jd4eyHMrijz

--HG--
extra : rebase_source : 9c2eb0d196b3bb2889d144b4bcdf3fb723658bb8
2017-05-17 20:23:45 +08:00
Iris Hsiao 77020e4e53 merge mozilla-inbound to mozilla-central a=merge 2017-05-18 12:05:45 +08:00
Wes Kocher f79e5f62ee Merge m-c to autoland, a=merge UPGRADE_NSS_RELEASE
MozReview-Commit-ID: BKdEYXMvOS8
2017-05-17 15:08:03 -07:00
Wes Kocher 0a5ec26ac6 Merge inbound to central, a=merge
UPGRADE_NSS_RELEASE

MozReview-Commit-ID: 9BuuGYyJ3RJ

--HG--
extra : amend_source : 57de84460e0ace13892ff1623451b9b9be8eaeeb
2017-05-17 14:48:30 -07:00
Oriol 3ada647c06 Bug 1364082 - Improve test about file save in JSON Viewer. r=Honza 2017-05-16 03:46:00 -04:00
Sebastian Hengst 5f9f503238 Backed out changeset 9b16857ca48d (bug 1302702) 2017-05-17 20:01:30 +02:00
Sebastian Hengst 9efb7b1309 Backed out changeset b5e20d92d062 (bug 1302702) 2017-05-17 20:01:17 +02:00
Jason Laster 03467c51b9 Bug 1365059 - Update Debugger frontend (5/15/2017). r=jdescottes
MozReview-Commit-ID: 34vyUjfmd1Z

--HG--
extra : rebase_source : 52d4c3032cbc490b5d0556c2744a35623211c4ea
2017-05-17 20:50:22 +02:00
Carsten "Tomcat" Book 845d4f803d Merge mozilla-central to mozilla-inbound 2017-05-17 12:27:56 +02:00
Carsten "Tomcat" Book 6bd33f52d5 merge mozilla-inbound to mozilla-central a=merge 2017-05-17 11:16:52 +02:00
Ruturaj K. Vartak 9c6adc0098 Bug 1364113 - Test cases for Network Monitor autocomplete. r=jdescottes, ntim
MozReview-Commit-ID: 3JcO3lR0TVR
2017-05-16 19:58:00 +01:00
Tim Nguyen 6ccd4f203e Backed out changeset f7b1a4643318
MozReview-Commit-ID: AvjGf1tcKbw
2017-05-17 08:40:56 +01:00
Ruturaj K. Vartak 9bf2258103 Bug 1354504 - Add test cases for SearchBox and AutocompletePopup react components. r=ntim, jdescottes.
[SearchBox]
- SearchBox setup
- initial empty value
- initially notFocussed
- setting value to inputbox
- checking for focus on the input
- onBlur
- ClearButton hidden initialized
- ClearButton shown on some value
KeyDown emptyAutoComplete return undefined
- ArrowDown
- ArrowUp
- PageDown
- PageUp
- Home
- End
- Tab
	- and hide box
- Backspace
	- reactivates popup
- Enter
	- and hide box
- Escape

[AutocompletePopup]
- initialy DOM invisibility
- focus on input and visibility
- List compare
- Initial selectedIndex = -1
- Blur hiding of autocomplete
- filtering of Values
- jumpToTop (by key events)
- jumpToBottom (by key events)
- jumpBy (by key events)
- select (by key events)
- Selection class
- MouseDown

MozReview-Commit-ID: 9PjGztW0PIy
2017-05-16 19:58:00 +01:00
Julian Descottes dce52337e9 Bug 1365314 - Remove link between code mirror and document when destroying editor. r=jlast
Port the fix made on Github https://github.com/devtools-html/debugger.html/pull/2129

MozReview-Commit-ID: AS0hoo2tbqL
2017-05-16 09:18:37 +02:00
Carsten "Tomcat" Book 6095625a0e Merge mozilla-central to autoland on a CLOSED TREE 2017-05-16 15:11:18 +02:00
Carsten "Tomcat" Book e83697008e merge mozilla-inbound to mozilla-central a=merge 2017-05-16 15:04:38 +02:00
Phil Ringnalda 3bac91ef14 Bug 1358559 - Sync the disabling of browser_all_files_referenced.js on linux32 to the redundant and duplicative run of the same test in the devtools suite
MozReview-Commit-ID: FvZFpMytppg
2017-05-15 18:56:42 -07:00
Mike de Boer eb5eb63cb7 Bug 1354128 - Add Web Developer button to the photon app menu. r=Gijs
MozReview-Commit-ID: 9hq6qX7JpSp

--HG--
extra : rebase_source : 26755f09798997233519e38e1bf5ec7d9d80c594
2017-05-12 12:38:23 -04:00
Julian Descottes a4c27f4a89 Bug 1365014 - inspector.html add shims for sdk, uuid, lazy requires;r=gl
MozReview-Commit-ID: CtYnDV4V0HU

--HG--
extra : rebase_source : 5def350faa8202a6c5f1c81af420ba3c7cb4256e
2017-05-11 23:43:01 +02:00
Julian Descottes 9954280035 Bug 1365014 - support pref getters with default value in Services shim;r=tromey
nsIPrefBranch getters support an optional default parameter.
If provided, the getter should not throw in case the pref is not defined, but
instead should return the default value.

MozReview-Commit-ID: FfWPmOC6bFI

--HG--
extra : rebase_source : a18d53c897bb7483997ed9e2faa9e737b4c644e8
2017-05-15 21:49:35 +02:00
Christoph Kerschbaumer e4f38c8d7c Bug 1362993 - Rewrite gBrowser.addTab() to use BrowserTestUtils.addTab(). r=florian 2017-05-15 21:49:50 +02:00
Oriol f74b8d5cfb Bug 1364860 - Avoid horizontal scrollbar in JSON Viewer. r=Honza 2017-05-15 04:13:00 -04:00
Wes Kocher 54a256d920 Merge m-c to autoland a=merge
MozReview-Commit-ID: L0rsjIzeVij

--HG--
extra : rebase_source : 8b581702a4534fb9394f8d3f4e85f65d6f4ff293
2017-05-15 17:02:08 -07:00
Nazım Can Altınova 19a0e93729 Bug 1358710 - Unprefix -moz-linear-gradient / -moz-radial-gradient in unit tests r=dholbert
MozReview-Commit-ID: J2Tn8GKfKIN

--HG--
rename : layout/reftests/css-gradients/aja-linear-2a.html => layout/reftests/css-gradients/aja-linear-2.html
extra : rebase_source : 9c1869bddf2068cf68666e0815b8f9d9424fe76a
2017-04-24 15:54:51 +03:00
Luca Greco 815721b2fe Bug 1302702 - Shorter extension urls in addon debugger window title and frames list selector. r=ochameau
MozReview-Commit-ID: zMdiVPyBUR

--HG--
extra : rebase_source : 608b3836cd5db7a35fa215d0175065fc0a95b447
2017-04-24 13:47:56 +02:00
Matt R 35ad0c68cf Bug 1355473 - convert uses of 'defer' to 'new Promise' in client/responsivedesign; r=tromey
MozReview-Commit-ID: L9tNE28knjF

--HG--
extra : rebase_source : ef6c02f39b5446df2120b3f0936958d30ee4ef6f
2017-05-21 12:54:48 +01:00
Luca Greco 4a08259610 Bug 1302702 - Shorter extension urls in addon debugger window title and frames list selector. r=ochameau
MozReview-Commit-ID: zMdiVPyBUR

--HG--
extra : rebase_source : aec19e2edba5c44b5bdf4c0bf7dd6924e058cf70
2017-04-24 13:47:56 +02:00
Luca Greco db7143751a Bug 1302702 - Make WebExtension Addon Debugging oop-compatible. r=ochameau
This patch applies all the changes needed to the devtools actors
and the toolbox-process-window, to be able to debug a webextension
running in an extension child process (as well as a webextension
running in the main process).

The devtools actor used to debug a webextension is splitted into
3 actors:

- the WebExtensionActor is the actor that is created when the
  "root.listTabs" RDP request is received, it provides the addon
  metadata (name, icon and addon id) and two RDP methods:

  - reload: used to reload the addon (e.g. from the "about:debugging#addons" page)
  - connectAddonDebuggingActor: which provides the actorID of the actor
    that is connected to the process where the extension is running
    (used by toolbox-process-window.js to connect the toolbox to the needed
    devtools actors, e.g. console, inspector etc.)

- the WebExtensionParentActor is the actor that connects to the
  process where the extension is running and ensures that a
  WebExtensionChildActor instance is created and connected
  (this actor is only the entrypoint to reach the WebExtensionChildActor,
  and so it does not provide any RDP request on its own, it only connect
  itself to its child counterpart and then it returns the RDP "form" of
  the child actor, and the client is then connected directly to the
  child actor)

- the WebExtensionChildActor is the actor that is running in the same
  process of the target extension, and it provides the same requestTypes
  of a tab actor.

By splitting the WebExtensionActor from the WebExtensionParentActor, we are
able to prevent the RemoteDebuggingServer to connect (and create
instances of the WebExtensionChildActor) for every addon listed by
a root.listAddons() request.

MozReview-Commit-ID: L1vxhA6xQkD

--HG--
extra : rebase_source : f9438b4a9842c1dd504edf2fcd87857c670f411f
2017-03-21 15:55:35 +01:00
Tom Tromey b65569959c Bug 1360357 - add test for inline source maps; r=jdescottes
MozReview-Commit-ID: K0xvb00728a

--HG--
extra : rebase_source : 0948bc8ffa5e5c213fd3bce95566903e7897d0d0
2017-05-16 13:16:17 -06:00
Carsten "Tomcat" Book da257b4b59 Merge mozilla-central to autoland 2017-05-17 12:30:08 +02:00
Vangelis Katsikaros f3c162e4e1 Bug 1356871 - Add timing related columns. r=Honza
MozReview-Commit-ID: 24Ja9oOjNyN

--HG--
extra : rebase_source : d6dc801796e6e22ae17fb719a28c2ae585f3e00b
2017-05-01 23:02:10 +03:00
Luca Greco 0747cbb551 Bug 1302702 - Make WebExtension Addon Debugging oop-compatible. r=ochameau
This patch applies all the changes needed to the devtools actors
and the toolbox-process-window, to be able to debug a webextension
running in an extension child process (as well as a webextension
running in the main process).

The devtools actor used to debug a webextension is splitted into
3 actors:

- the WebExtensionActor is the actor that is created when the
  "root.listTabs" RDP request is received, it provides the addon
  metadata (name, icon and addon id) and two RDP methods:

  - reload: used to reload the addon (e.g. from the "about:debugging#addons" page)
  - connectAddonDebuggingActor: which provides the actorID of the actor
    that is connected to the process where the extension is running
    (used by toolbox-process-window.js to connect the toolbox to the needed
    devtools actors, e.g. console, inspector etc.)

- the WebExtensionParentActor is the actor that connects to the
  process where the extension is running and ensures that a
  WebExtensionChildActor instance is created and connected
  (this actor is only the entrypoint to reach the WebExtensionChildActor,
  and so it does not provide any RDP request on its own, it only connect
  itself to its child counterpart and then it returns the RDP "form" of
  the child actor, and the client is then connected directly to the
  child actor)

- the WebExtensionChildActor is the actor that is running in the same
  process of the target extension, and it provides the same requestTypes
  of a tab actor.

By splitting the WebExtensionActor from the WebExtensionParentActor, we are
able to prevent the RemoteDebuggingServer to connect (and create
instances of the WebExtensionChildActor) for every addon listed by
a root.listAddons() request.

MozReview-Commit-ID: L1vxhA6xQkD

--HG--
extra : rebase_source : 7ed7735084d9351ff32ab1ad822e53dd0828dace
2017-03-21 15:55:35 +01:00
Sebastian Hengst 484d2b7f51 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Jduo3F6TzgF
2017-05-14 18:04:29 +02:00
Dão Gottwald 252945d708 Bug 1364661 - Remove _fillTrailingGap. r=florian
This was working around some old XUL layout weirdness, but nowadays this uses the same scroll frame implementation as HTML and tabStrip.scrollPosition + tabStrip.scrollClientSize > tabStrip.scrollSize cannot be true.

MozReview-Commit-ID: F5fOEpXn8ay

--HG--
extra : rebase_source : 5dcd0282e1054aad1c1a4946dd98dc33549bd2d6
2017-05-13 11:56:01 +02:00
Matt R 4b4e7d2ae0 Bug 1361473 - Add filter option for network requests checking for transferred size being larger than specified value. r=Honza
MozReview-Commit-ID: LJeENle7t20

--HG--
extra : rebase_source : 7f008215bdf19ed55c9644cc3a36bc20d6b0d2de
2017-05-13 00:06:39 +01:00
Honza Bambas d6d727a69e backout of f9abb9c83452 (bug 1319111) for crashes, r=bz 2017-05-13 13:55:11 +02:00
Wes Kocher 0a1e1fe23b Backed out changeset 95ff98f1c2e5 (bug 1319111) for talos failures a=backout
MozReview-Commit-ID: Gs09moFm5rQ
2017-05-12 18:24:42 -07:00
Michael Ratcliffe d8e30095b3 Bug 1231452 - Make it possible to add cookies to the storage inspector r=pbro
MozReview-Commit-ID: 9l9GBpxX7xv

--HG--
extra : rebase_source : ad7edb8e099dd5a14cc754e3e8d71f35518856c0
2017-03-31 23:28:55 +01:00
Tom Tromey ad27509671 Bug 1365371 - change source map test not to require old debugger; r=jryans
MozReview-Commit-ID: 8SckurtKlHZ

--HG--
extra : rebase_source : 9488041c361bab69d500dd1a6ed69368bbab321f
2017-05-16 13:27:04 -06:00
Tom Tromey 5b3ab3e49e Bug 1349354 - remove now-unused source-map-service; r=jryans
MozReview-Commit-ID: umdc4XrpGf

--HG--
extra : rebase_source : 3c4ff9485a970181123fe5d762cfa772b47f6338
2017-05-15 03:17:19 -06:00
Matt R a60ae17bc9 Bug 1355523 - Convert defer into new Promise in client/styleeditor; r=tromey
MozReview-Commit-ID: GRfkPZrW6Fn

--HG--
extra : rebase_source : 13d52cdf43c952479c744fd122b2879c1dafc736
2017-05-09 16:51:55 +01:00
Tom Tromey a38062c7e5 Bug 1364839 - devtools-source-map v0.5.0: Update bundle from GitHub; r=jdescottes
MozReview-Commit-ID: 7j2hOyipkkL

--HG--
extra : rebase_source : 73a07c2507497e41649213dcf43fb5ed13fc1b0b
2017-05-16 08:11:11 -06:00
Daisuke Akatsuka 6b3790eb6d Bug 1309468 - Part 6: Disappear horizontal scrollbar of animation-timeline. r=pbro
MozReview-Commit-ID: 1j5AbHFzve5

--HG--
extra : rebase_source : e9b0345d575547c141323f641bdd53e383474d9e
2017-05-24 10:17:53 +09:00
Daisuke Akatsuka 8c800a237f Bug 1309468 - Part 5: Change the name label design. r=pbro
MozReview-Commit-ID: 15Ngp7UkGNv

--HG--
extra : rebase_source : a4f080a6ba7ebc5429e9eed4efd85ba30fccbf3b
2017-05-24 10:17:53 +09:00
Daisuke Akatsuka 50993df60e Bug 1309468 - Part 4: Make ProgressGraphHelper's usage to fit to SummaryGraphHelper. r=pbro
MozReview-Commit-ID: 5g9HFPLaYSS

--HG--
extra : rebase_source : e83e840bce412870a3af3dfad7a7b0dc7a1044a9
2017-05-24 10:17:53 +09:00
Daisuke Akatsuka eaa0ac1a09 Bug 1309468 - Part 3: Add tests for summary graph. r=pbro
MozReview-Commit-ID: FvrYyhAxC7N

--HG--
extra : rebase_source : 3ead75053a904c24f25fc4617b6b24bb17924df4
2017-05-24 10:17:53 +09:00
Daisuke Akatsuka 47566bb9a2 Bug 1309468 - Part 2: Change animation height to taller. r=pbro
MozReview-Commit-ID: DzFYhNdOc6E

--HG--
extra : rebase_source : 9ab377fb48b565007a02bba2f49383ce4048d9f9
2017-05-24 10:17:52 +09:00
Daisuke Akatsuka de9ea410f1 Bug 1309468 - Part 1: Display effect easing curve and keyframes easing curve in summary graph. r=pbro
MozReview-Commit-ID: I6obHi4joDu

--HG--
extra : rebase_source : 9a4e02925fce65c929e01791d47251fa5c6ca20c
2017-05-24 10:17:36 +09:00
Jan Odvarko 4227a8d66d Bug 1360458 - Fix status-bar top border; r=gasolin
MozReview-Commit-ID: DndTDIY3NGH

--HG--
extra : rebase_source : 7e005e6de4e8b40c190d029dafdfc8df66527222
2017-05-23 17:03:50 +02:00
Michael Ratcliffe 95bffc6b9c Bug 1194190 - Enable Storage Inspector by default r=tromey
MozReview-Commit-ID: nPUN4WVT9q

--HG--
extra : rebase_source : 563b1c6a5e7d663bae39a1e6a5fa575df536b2d4
2017-05-12 15:20:15 +01:00
Michael Ratcliffe e8deade8f2 Bug 1363006 - Make it possible to add local and session storage entries to the storage inspector r=pbro
MozReview-Commit-ID: IhXPD4C8HZO

--HG--
extra : rebase_source : 48f5b51936452e3c1b765b7d97152762483df7be
2017-05-08 17:30:15 +01:00
Sebastian Hengst feb6f6c577 Backed out changeset 19f0b1e8f287 (bug 1358710) for failing reftest aja-linear-2.html on OS X with e10s. r=backout
--HG--
rename : layout/reftests/css-gradients/aja-linear-2.html => layout/reftests/css-gradients/aja-linear-2a.html
2017-05-15 00:18:47 +02:00
Nazım Can Altınova d8be7ab275 Bug 1358710 - Unprefix -moz-linear-gradient / -moz-radial-gradient in unit tests r=dholbert
MozReview-Commit-ID: J2Tn8GKfKIN

--HG--
rename : layout/reftests/css-gradients/aja-linear-2a.html => layout/reftests/css-gradients/aja-linear-2.html
extra : rebase_source : 7b1ae51a435fae3782a03046ce21474b9a149f1a
2017-04-24 15:54:51 +03:00
Wes Kocher 3c7545e844 Backed out changeset 91ddd0674124 (bug 1370176) for build bustage a=backout CLOSED TREE
MozReview-Commit-ID: IiyTf0EQtAw
2017-06-09 08:59:49 -07:00
Axel Hecht 8c3bd3e2ac bug 1370176, generic configuration for l10n, r=flod,gps
The current way to configure compare-locales has a lot of
assumptions that make our l10n system really stubborn.

The generic configuration is independent of python, and uses
toml files for configuration. They're still modular, but
there's only one file format.

See http://moz-l10n-config.readthedocs.io/en/latest/fileformat.html
for the specification.

Also fixes a few nits in filter.py, where we compared the
entity key as bool, which is false if we pass in ''.
Explicitly compare as "entity is None" to be precise about
when we're checking files.

MozReview-Commit-ID: 5TmfobaImF4

--HG--
extra : rebase_source : 7c6feee0aa178315cc69fd6e8c7938365193224c
2017-06-05 10:28:33 +02:00
Joel Maher fa108d1543 Bug 1319807 - Move Linux64 mochitest-devtools to Ubuntu 16.04. r=gbrown
MozReview-Commit-ID: KiJgV8sKiLN
2017-05-12 16:19:41 -04:00
Joel Maher be1045eeb1 Bug 1351952 - Intermittent devtools/client/debugger/new/test/mochitest/browser_dbg_keyboard-shortcuts.js. temporarily disable on linux. r=gbrown
MozReview-Commit-ID: 6KHSu8GFf0n
2017-05-12 16:19:41 -04:00
Honza Bambas 70f62bdec1 backout of f9abb9c83452 (bug 1319111) for crashes, r=bz 2017-05-12 22:13:49 +02:00
Luca Greco a977d84eda Bug 1300590 - Implement support for $0 and inspect bindings in devtools.inspectedWindow.eval. r=aswan,ochameau
MozReview-Commit-ID: CHuc57tfgzo

--HG--
rename : browser/components/extensions/test/browser/browser_ext_devtools_inspectedWindow.js => browser/components/extensions/test/browser/browser_ext_devtools_inspectedWindow_eval_bindings.js
extra : rebase_source : 0e207c6d422b0227ec867e08e05a6a323dc3664b
2017-02-15 14:54:50 +01:00
Carsten "Tomcat" Book 7a4eb50360 merge mozilla-inbound to mozilla-central a=merge 2017-05-12 14:36:44 +02:00
Ruturaj K. Vartak eeb5e9e9e1 Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
MozReview-Commit-ID: KojxbqOAJAQ
2017-05-11 04:25:00 +01:00
Iris Hsiao 3aadf0e2fd Merge mozilla-central to autoland 2017-05-12 10:15:56 +08:00
Iris Hsiao 140ea4f78b Backed out changeset d5d0e32f5904 (bug 1354504) for devtool perma-failing in browser_net_filter-flags.js. a=backout
--HG--
extra : amend_source : 150de2fdee4a5695703ad5937a5c1131929643c1
2017-05-12 10:13:19 +08:00
Wes Kocher f1c0f35ea6 Merge inbound to m-c a=merge
MozReview-Commit-ID: HCapLqbD816
2017-05-11 17:30:41 -07:00
Wes Kocher a9e00345ce Merge m-c to autoland, a=merge
MozReview-Commit-ID: IPDj8kOq5ec
2017-05-11 17:43:27 -07:00
Sebastian Hengst 91464e0328 Backed out changeset 7a8413473cd7 (bug 1361473) for failing own test. r=backout 2017-05-11 14:15:01 +02:00
Sebastian Hengst 38f4b16e9a Backed out changeset 7c7707bb58b0 (bug 1361473) 2017-05-11 14:14:14 +02:00
Matt R d1954ff1cd Bug 1361473 - Added new test case for 'transferred-larger-than' filter; r=Honza
MozReview-Commit-ID: Gk8ee3uzwc0

--HG--
extra : rebase_source : 07bd2483b27f73bb25db4ecc5c7d0ac557a5ab97
2017-05-10 20:28:19 +01:00
Matt R 848f9b688d Bug 1361473 - Implemented new 'transferred-larger-than' filter; r=Honza
MozReview-Commit-ID: FBGj1YnMaJt

--HG--
extra : rebase_source : 440fea57f325de4a67e374bce3540a5c15882227
2017-05-07 01:05:20 +01:00
Mark Banner 2bf9485071 Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : e462e84bf8f2ffd893d1fd6b5ea14bbc093168dd
2017-05-08 10:29:47 +01:00
Sebastian Hengst 95a418ca5b Backed out changeset e0f9c56c15f0 (bug 1362947) for linting failures, e.g. at accessible/tests/mochitest/jsat/doc_content_text.html:15. r=backout 2017-05-11 10:15:55 +02:00
Mark Banner 256aeb441c Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : f1b9eeb1b2048b551ee8c0a596e6395d0031cc4d
2017-05-08 10:29:47 +01:00
Vangelis Katsikaros b777047482 Bug 1360473 - Add tests for network requests cookie-related filter options. r=Honza
MozReview-Commit-ID: 36VyUnR3aGD

--HG--
extra : rebase_source : ae2ced87c8f542810913918395a420ec9e8dc321
2017-05-07 12:36:35 +03:00
Patrick Brosset 4b035dd340 Bug 1359759 - 3 - Faster debounce for grid highlighting; r=gl
Now that we are not re-rendering the grid outline all the time, it
seems safe to change the throttling mechanism of the cell highlighting.
Instead, we use debouncing now, so that rapid movements won't lead to
useless highlighting. The cell will get highlighted only if the user
settles on a cell in the outline.
Also, we can make the timeout much shorter so that only really rapid
movements are ignored, and the rest leads to cell highlighting, resulting
in a smoother UX.

MozReview-Commit-ID: 5WxAQRaLJkC

--HG--
extra : rebase_source : 950c2945f3fb53bf7e89d25d77df9e50a3d15b85
2017-04-26 10:09:28 +02:00
Patrick Brosset db018b15bc Bug 1359759 - 2 - Clear React warnings in GridOutline and prevent re-renders; r=gl
Made the GridOutline component work with only 1 grid at a time.
It already did, but in a not so obvious way.

Removed the setState that happened during the render call to avoid
React warnings.

Cleaned up various data attribute to use the dataset property instead.

Removed the mouseover/out that controled the background color of the
highlighted cells. This now happens in CSS :hover, using currentColor.

Avoided React warnings related to missing "key" props.

Made changes to grid-inspector to avoid loops of re-renders when the
highlighter would highlight a cell on hover.
The component would wait for highlighter's events to dispatch store
actions. Instead, we dispatch them first, then when the events come, we
check if things have really changed! This way, the events will still have
effect if they come from the rule-view for instance, but not if they
come from the grid outline itself.

MozReview-Commit-ID: 6LK8B1P8iMU

--HG--
extra : rebase_source : 473ca1e1777d4e14f4f45a0b306b8153775cb1e6
2017-05-10 16:07:12 +02:00
Patrick Brosset 18ae59a2a5 Bug 1359759 - 1 - Move grid outline below grid details to avoid UI jumps; r=gl
MozReview-Commit-ID: LeUAb6YWVWB

--HG--
extra : rebase_source : d6dcdd07aef58e3077a4ad1dd8b17bbcae1c6505
2017-04-25 18:38:02 +02:00
Wes Kocher 02015c2300 Merge m-c to autoland a=merge CLOSED TREE
MozReview-Commit-ID: 5T8pxvbfKXv
2017-05-10 17:29:04 -07:00
Wes Kocher 1b5ad2c128 Merge inbound to central, a=merge
MozReview-Commit-ID: DfRZi0gKjit
2017-05-10 16:48:03 -07:00
Oriol 6c1e4dac2b Bug 1362504 - Let JSON Viewer save with original content type. r=Honza 2017-05-08 08:05:00 -04:00
Julian Descottes 995e59eb20 Bug 1363685 - revert addonDebugging.label2 to addonDebugging.label;r=flod
MozReview-Commit-ID: ETJtGEVjaYE

--HG--
extra : rebase_source : 714aa4726d35953e08b786640fd94ded94400fc4
2017-05-10 13:21:07 +02:00
Sebastian Hengst 6339418d54 Backed out changeset dfb60edacd2f (bug 1363685) for failing devtools/client/aboutdebugging/test/browser_addons_debug_bootstrapped.js. r=backout 2017-05-10 16:06:45 +02:00
Carsten "Tomcat" Book 954867b0f5 Merge mozilla-central to autoland 2017-05-10 15:32:46 +02:00
Carsten "Tomcat" Book d66b9f27d5 merge mozilla-inbound to mozilla-central a=merge 2017-05-10 15:07:28 +02:00
Micah Tigley 6f4d9b105a Bug 1332085 - Add Color Name Field to Color Widget. r=gl
MozReview-Commit-ID: AYFulQcvBwv
2017-05-08 20:31:37 -06:00
nchevobbe 85bc4f9a33 Bug 1362037 - update bundle to v0.8.0. r=Honza
MozReview-Commit-ID: Z4sANLFH3R

--HG--
extra : rebase_source : 0df5c8d718dc2d98050faa55b021ce03217abdfa
2017-05-05 17:19:47 +02:00
Julian Descottes 543c8341d6 Bug 1363685 - revert addonDebugging.label2 to addonDebugging.label;r=flod
MozReview-Commit-ID: ETJtGEVjaYE

--HG--
extra : rebase_source : 6482972f19660b1e3c408aae16c0e20aa28fa220
2017-05-10 13:21:07 +02:00
Wes Kocher 91617240e6 Merge m-c to autoland, a=merge 2017-05-09 14:59:18 -07:00
Wes Kocher e2902f93a3 Merge inbound to m-c a=merge
MozReview-Commit-ID: Fp2oBAcru51
2017-05-09 14:34:34 -07:00
Vangelis Katsikaros 8e6d07eea7 Bug 1358956 - Remove the first separator from the status bar. r=Honza
MozReview-Commit-ID: JyxmI475sog

--HG--
extra : rebase_source : a8688d0a0ddce7148dda18c5ce699f6a3fbd57ee
2017-04-30 15:41:52 +03:00
Gabriel Luong 4bf211e698 Bug 1335768 - Remove the Heritage.extend dependency in the markup view. r=jdescottes 2017-05-11 13:47:01 -04:00
Stoyan Dimitrov 83e9d59dd5 Bug 1360548 - Adapt dimension of broken image tooltip to content. r=jdescottes 2017-05-11 10:03:42 +02:00
Ruturaj K. Vartak 2495fc9d15 Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
MozReview-Commit-ID: KsMFZtSEw6a
2017-05-11 04:25:00 +01:00
Oriol 40143cb1af Bug 1327784 - Let JSON Viewer save using standard saving methods from contentAreaUtils.js. r=honza 2017-05-10 09:48:00 +02:00
Oriol 34c2c9b1f8 Bug 1363226 - Remove resize event listeners in JSON Viewer and use CSS instead. r=Honza 2017-05-08 16:38:00 -04:00
Brian Grinstead 9979688697 Bug 1363497 - Include react-addons-perf for launchpad via `npm run dev`;r=nchevobbe
MozReview-Commit-ID: AicGHXQeW6f

--HG--
extra : rebase_source : d0b414b8a0239659fd4492d882ffd620131ed7cd
2017-05-10 10:20:10 -07:00
Brian Grinstead 495d4a991a Bug 1363768 - Prevent creating constant elements during render;r=nchevobbe
MozReview-Commit-ID: IPWczrp1TOA

--HG--
extra : rebase_source : 5d3dad5427ab1f72d530c8363cddb02b8bfa6d26
2017-05-11 09:59:49 -07:00
Michael Ratcliffe 3bf914f927 Bug 1362464 - Fix feedback from Storage Inspector's head.js methods r=pbro
MozReview-Commit-ID: G5lOr9bU13B

--HG--
extra : rebase_source : 55973b2ecc57e0f7c395fda9fff3046b0dae446d
2017-05-05 18:00:57 +01:00
Julian Descottes ad1d261fed Bug 1363100 - change aboutdebugging links text to "Learn more";r=flod,ochameau
MozReview-Commit-ID: jOWDb17tsv

--HG--
extra : rebase_source : 6cdf4a4d54a817a99367d8cf5535746142944429
2017-05-08 22:42:10 +02:00
Iris Hsiao c156c91a30 Merge mozilla-central to mozilla-inbound 2017-05-12 10:19:34 +08:00
Wes Kocher 3b736de62a Merge m-c to inbound, a=merge
MozReview-Commit-ID: ADbja7mAY4s
2017-05-11 17:41:11 -07:00
Brian Grinstead 905f70a8a4 Bug 1363307 - Update component test for timer errors;r=nchevobbe 2017-05-11 14:36:14 -07:00
Andrea Marchesini cb157a61e8 Bug 1363307 - Console.timeEnd(label) should warn if 'label' in an unknwon timer, r=bgrins 2017-05-11 14:36:12 -07:00
Andrea Marchesini 2f43217a11 Bug 1363288 - Console.time() prints a warning if used twice with the same label, r=bgrins 2017-05-11 14:36:09 -07:00
Gabriel Luong 824b4d7c66 Bug 1335768 - Set debugger/new/panel.js and netmonitor/panel.js to be ignored during the webpack module parse. r=jdescottes 2017-05-11 16:36:16 -04:00
Wes Kocher 0070a44b21 Backed out 3 changesets (bug 469228) for being a possible cause of frequent test_animSVGImage.html failures a=backout
Backed out changeset 1431c80b02ef (bug 469228)
Backed out changeset 8d46046a7367 (bug 469228)
Backed out changeset 2e22c0308a7e (bug 469228)

MozReview-Commit-ID: AMRASDPCWu3

--HG--
extra : rebase_source : 46b5ee0f67ffeaec31e1ef379a2e86c20cdee989
2017-05-10 10:13:54 -07:00
Carsten "Tomcat" Book f00e2cd24e Backed out changeset dd31968cb8d7 (bug 1327784) for eslint failure 2017-05-10 15:38:14 +02:00
Carsten "Tomcat" Book 455239782b Merge mozilla-central to mozilla-inbound 2017-05-10 15:30:44 +02:00
Oriol a53c760a49 Bug 1327784 - Let JSON Viewer save using standard saving methods from contentAreaUtils.js. r=honza 2017-05-08 08:43:00 +02:00
Kershaw Chang 2dd6b7d519 Bug 469228 - Part2: Modify tests that can not pass, r=Waldo 2017-05-10 03:49:00 +02:00
Greg Tatum 38fcc497b1 Bug 1265526 - Correctly categorize blob URLs and wasm frames as user content; r=julienw
asm.js and wasm frames were not being correctly identified as user
content in the perf devtool. This patch correctly finds blob urls that
were being mis-identified as platform content, and wasm frames, which do
not have any identifying information other than their function name
containing wasm-function.

MozReview-Commit-ID: 4DjqATCKBK0

--HG--
extra : rebase_source : 0c261074d0b786d99e0a6a4dbdd81e3606b66081
2017-05-26 18:07:56 -05:00
Brian Grinstead bf1b0e6b82 Bug 1370659 - Add more measurements to test_render_perf.html and manually control the profiler;r=nchevobbe
MozReview-Commit-ID: EO1vlWTSFZt

--HG--
extra : rebase_source : aee1483ac01eb13571d13787c0e70adb110ebf3d
2017-06-07 09:02:39 -07:00
Brian Grinstead d91aa5f1c0 Bug 1370442 - Update keybindings test to always use the new debugger frontend;r=pbro
This is a workaround for one release of the old debugger frontend which swallows
the netmonitor shortcut.

MozReview-Commit-ID: 4sZAIEIWf8W

--HG--
extra : rebase_source : 10c6f7bdef36c75176489d4794ce75387cfa9384
2017-06-06 09:36:36 -07:00
Daisuke Akatsuka 8a8fdbae53 Bug 1358011 - Part 2: Add test for frames() timing function. r=pbro
MozReview-Commit-ID: DkLJMovtXXC

--HG--
extra : rebase_source : f06f0efadec9f28d9faae545fa2eed9c16c12723
2017-06-07 10:24:11 +09:00
Daisuke Akatsuka 752cb9a1fe Bug 1358011 - Part 1: Handle frames() timing function. r=pbro
MozReview-Commit-ID: CGIZONHWaqu

--HG--
extra : rebase_source : a0eef98f3635010ef123c64ad56528b616a08811
2017-06-06 18:23:29 +09:00
Nicolas Chevobbe 36225b1e0f Bug 1363681 - Move the network update information outside of the message type. r=Honza
This moves network update messages to their own property on the store.
We take this as an opportunity to only dispatch the last network update,
i.e. `eventTimings` since it has all we need and saves us some time (there
are 8 network update per network messages, which can be costly).

MozReview-Commit-ID: 2AQN3IlgHg7

--HG--
extra : rebase_source : 465ed3a20c6c202fccf0af9f57f36dcd63db04e6
2017-06-06 11:56:22 +02:00
Jason Laster faee08cb31 Bug 1362398 - Update Debugger Frontend. r=jdescottes
MozReview-Commit-ID: H2XDuj14Ayc

--HG--
extra : rebase_source : 80ffdd6a881daa6bee3b571e73d7ffd50bafdeb3
2017-05-08 16:39:35 +02:00
Sebastian Hengst 5b4f00a59e Bug 1361975 Fixing tests in order to support window.location not nullable: fix eslint complaint. r=eslint-fix 2017-05-08 16:24:32 +02:00
Andrea Marchesini 3477eb3e43 Bug 1361975 Fixing tests in order to support window.location not nullable, r=me 2017-05-08 15:53:03 +02:00
Carsten "Tomcat" Book 7e1e3260bd merge mozilla-inbound to mozilla-central a=merge 2017-05-08 10:07:27 +02:00
Oriol de56fcade0 Bug 1362268 - Get rid of title in JSON Viewer because produced ugly filename when saving. r=Honza 2017-05-04 20:20:00 -04:00
Florian Scholz 85eaf172b0 Bug 1353706 – Update errordocs mapping for added and updated MDN docs. r=Honza 2017-05-04 00:49:00 -04:00
Carsten "Tomcat" Book 6ae9b7bb71 Merge mozilla-central to autoland
--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
2017-05-05 15:27:55 +02:00
Carsten "Tomcat" Book fdc689ba16 merge mozilla-inbound to mozilla-central a=merge 2017-05-05 15:17:26 +02:00
Sebastian Hengst 96151b2b6b Backed out changeset 2febf984044a (bug 1356033) for bustage due to now unused pattern "gcli*" in browser/base/content/moz.build. r=backout on a CLOSED TREE
--HG--
rename : devtools/client/themes/images/gcli_sec_bad.svg => browser/base/content/gcli_sec_bad.svg
rename : devtools/client/themes/images/gcli_sec_good.svg => browser/base/content/gcli_sec_good.svg
rename : devtools/client/themes/images/gcli_sec_moderate.svg => browser/base/content/gcli_sec_moderate.svg
2017-05-05 09:43:54 +02:00
Michael Ratcliffe 360cec7787 Bug 1356033 - chrome://browser/content/gcli_sec_{bad,good,moderate}.svg should be moved to devtools r=jdescottes
This is easy to test:

Green tick marks (gcli_sec_good.svg) and Red Crosses (gcli_sec_bad.svg):
1. Go to https://csp-evaluator.withgoogle.com/
2. Shift+F2
3. security csp

I couldn't find a way to show the Orange Minus (gcli_sec_moderate.svg) but the path is changed in line with the other images and I did test it programatically so it will be fine.

MozReview-Commit-ID: 5897IV7epax

--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
extra : rebase_source : b550cd4184f2c9e77b1d5df2cf5c67c1296b8ade
2017-05-04 14:41:36 +01:00
Michael Brennan 6abfb0bad6 Bug 1359682 - Open Netmonitor response panel when clicking on file thumbnail. r=gasolin 2017-05-04 05:07:00 +08:00
Ricky Chien da1823f076 Bug 1344160 - Fix mochitest failures r=Honza
MozReview-Commit-ID: JkF1WCdLmt8

--HG--
extra : rebase_source : d6c1e0bf147023c177ac098ecbfce7bb86738a5f
2017-04-29 23:20:49 +08:00
Ricky Chien ffb7c92d26 Bug 1344160 - Refactor netmonitor-controller.js r=Honza
MozReview-Commit-ID: JPUB83Qsmav

--HG--
extra : rebase_source : 32f3d355d4ba0f79dc06b7394b6fa265c509990b
2017-04-29 23:20:24 +08:00
Michael Ratcliffe d211848a96 Bug 1335869 - Add triangular callout to GCLI tooltip r=nchevobbe
Changes:

- Callout now changed to a triangle.
- Finally found a way to make the GCLI window 80% of viewport width (80vw).
- overflow-x is now hidden as the output width should be plenty wide enough to display any text.

The implementation is much prettier and works far better than it previously did. It is still not perfect e.g. when the output is scrollable we lose the triangular callout. I believe this was intentional in an effort to fit as much text in the output box as possible.

MozReview-Commit-ID: 3xEl9nmU47Z

--HG--
extra : rebase_source : 9ace56cd010b52df243c4dd5fbfdabdd6f808fd5
2017-05-04 13:09:58 +01:00
Michael Ratcliffe 639285b5e5 Bug 1356033 - chrome://browser/content/gcli_sec_{bad,good,moderate}.svg should be moved to devtools r=jdescottes
This is easy to test:

Green tick marks (gcli_sec_good.svg) and Red Crosses (gcli_sec_bad.svg):
1. Go to https://csp-evaluator.withgoogle.com/
2. Shift+F2
3. security csp

I couldn't find a way to show the Orange Minus (gcli_sec_moderate.svg) but the path is changed in line with the other images and I did test it programatically so it will be fine.

MozReview-Commit-ID: 5897IV7epax

--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
extra : rebase_source : 2aeb4c295a8e1b256cf2f53337b05496ef63f239
2017-05-04 14:41:36 +01:00
Julian Descottes 59ac4a80a5 Bug 1356415 - get CSS selector in content for contextmenu to fix devtools CPOW;r=mixedpuppy
MozReview-Commit-ID: 3TYaYcS1W0h

--HG--
extra : rebase_source : c3762ff15bbb3e53fa4ec882bd0e2eac797cf131
2017-04-26 19:41:19 +02:00
Phil Ringnalda 6ff93fd449 Backed out changeset 8ff81b6fdfb8 (bug 1317962) for frequent Windows failures in browser_console_copy_entire_message_context_menu.js
CLOSED TREE

MozReview-Commit-ID: ADIiRxXlKs1
2017-05-04 20:56:39 -07:00
Honza Bambas a1b64b4694 Bug 1319111 - Expose URI to make security check against on LoadInfo (no LOAD_REPLACE flag). r=bz 2017-01-27 19:10:01 +01:00
Dragana Damjanovic 099e776a6d Bug 1352274 - Add response header indicator for TCP FastOpen suceeded. r=mcmanus 2017-05-04 12:14:54 +02:00
Oriol 4e49debee8 Bug 1349437 - Add "save as" support for JSON Viewer. r=honza
Based on https://github.com/mozilla/pdf.js/commit/04599bc4

--HG--
extra : rebase_source : 4902f963895601d40763fc2145f37c7ff7c5bcbc
2017-05-03 08:09:00 +02:00
Brian Grinstead f51f763fde Bug 1361537 - Add a simple jsterm implementation to console launchpad;r=Honza
MozReview-Commit-ID: DbkR4MqUKBN

--HG--
extra : rebase_source : cfa99ef9597e641b7759e29dc3de42273b1a8dcc
2017-05-02 14:52:34 -07:00
Brian Grinstead 6c326a4688 Bug 1361429 - Convert FilterButton to functional component;r=nchevobbe
MozReview-Commit-ID: 5ILDOVR3GS7

--HG--
extra : rebase_source : ead2ffd56d3cf146481b0215b547b1e4abb167ed
2017-05-03 07:31:35 -07:00
Brian Grinstead 681585e2fc Bug 1361429 - Grab only the filterBarVisible property to limit number of re-renders for FilterBar;r=nchevobbe
MozReview-Commit-ID: JJMPDEDNbhZ

--HG--
extra : rebase_source : eb7312eafbc15865f08dc786f8728c835df3bea0
2017-05-03 07:27:52 -07:00
Julian Descottes 416806165a Bug 1360894 - add type checkbox to devtools all-tools menu items;r=pbro
MozReview-Commit-ID: JtSUWaZm1vv

--HG--
extra : rebase_source : 8bcaa1784a38452e9aa6f20e7dd14f36ecad1c2e
2017-05-03 17:31:08 +02:00
Jan Odvarko 33630ea136 Bug 1361708 - Update docs in readme.md; r=Honza
MozReview-Commit-ID: 3WPJCabyMNw

--HG--
extra : rebase_source : c93923a50e5ca273f9da8557452994b7a5e47bff
2017-05-03 15:26:57 +02:00
Julian Descottes b6c5329234 Bug 1339293 - devtools sourceeditor: calculate indentSize depending on current position;r=gl
The TAB handler for the source editor used to add indentSize - 1 spaces, unless the caret
was on the beginning of a line. This only ever works if you are pressing TAB after writing
one character. Otherwise we should always calculate the necessary spaces based on the caret
position (modulo indentSize)

MozReview-Commit-ID: EdcM4IhhyMk

--HG--
extra : rebase_source : 99957d8683f172d65213052e36281a24c7dffd2a
2017-05-02 12:48:42 +02:00
Julian Descottes 3953540654 Bug 1183962 - stop installing webide button in menu or navbar automatically;r=jryans
MozReview-Commit-ID: CACgml3Xijf

--HG--
extra : rebase_source : 6fc322700f3d2113c813f2a33c09abc3ba865405
2017-05-02 22:56:40 +02:00
Jan Odvarko b3fee7448c Bug 1359065 - Update stubs; r=nchevobbe
MozReview-Commit-ID: DVALxvFeMkQ

--HG--
extra : rebase_source : 35a031b0420ec34bea91447fa82ebc493940e150
2017-05-03 07:25:59 +02:00
Jan Odvarko e7d7124412 Bug 1359065 - Update tests; r=nchevobbe
MozReview-Commit-ID: I846PkLlIoL

--HG--
extra : rebase_source : c15b60cb4bef77956be9fc41123d7aaace64109e
2017-05-02 18:32:51 +02:00
Jan Odvarko 5b9c687372 Bug 1359065 - Remove timeStamp before generating message ID; r=nchevobbe
MozReview-Commit-ID: HGaQsIkb7IG

--HG--
extra : rebase_source : 57c5d9145e4818d8d069c641146dbf6547c78518
2017-05-02 18:32:34 +02:00
Matt R a0fbfb22de Bug 1352777 - Fix dropmarkers in JSON viewer not collapsing long string r=rickychien
MozReview-Commit-ID: BdixqPyi8x4

--HG--
extra : rebase_source : eea7c019e873f48dfb69fb0297d690919d75b9fd
2017-04-24 08:35:09 +01:00
Jan Odvarko f729217f5c Bug 1307895 - logMessages rendering test; r=nchevobbe
MozReview-Commit-ID: 8PX0C7rGvG3

--HG--
extra : rebase_source : 1a3034c6799777e2882af7cbe0d7ed7509893e2f
2017-05-01 16:34:13 +02:00
Jan Odvarko 6946717844 Bug 1307895 - Support LogMessage log type; r=nchevobbe
MozReview-Commit-ID: D3RGGNuOjU5

--HG--
extra : rebase_source : e25621354a1b15d833cd0ec5f02797bfd9dc811a
2017-05-01 16:34:06 +02:00
Tom Tromey 7cf598b980 Bug 1359144 - use client-side source map service in console; r=jryans
MozReview-Commit-ID: Jn9fr1EoPg9

--HG--
extra : rebase_source : 533abb2bd654a3d6d9046862436f73be3fa64667
2017-04-28 10:12:57 -06:00
Julian Descottes 3ba9b0dd11 Bug 1328943 - a11y: focus should skip scope element in variablesview;r=bgrins
This changeset makes the classname variables-view-scope no longer able to
receive the focus. When tabbing through the variables view, going from the
variables-view-scope to the first variables-view-variable item has no
visual impact as their container occupy the same space.

Having to TAB twice without providing user feedback feels buggy.

MozReview-Commit-ID: It4EOV45A40

--HG--
extra : rebase_source : 5f865283613073fe72de98d012274a8d74dfe88f
2017-05-02 15:51:21 +02:00
Jan Odvarko 44dac424c3 Bug 1361270 - Update test; r=nchevobbe
MozReview-Commit-ID: 26l7AlZOWO0

--HG--
extra : rebase_source : 0c76f11b746d3aedececc644d5620f80bd3b138a
2017-05-02 17:27:25 +02:00
Jan Odvarko 46d58cb8f8 Bug 1361270 - Search also within net logs; r=nchevobbe
MozReview-Commit-ID: FTs2tJicTXC

--HG--
extra : rebase_source : de14051242a9ed44b763e653d1b9a15b69a8c79a
2017-05-02 17:27:15 +02:00
Jan Odvarko f6b441fd4b Bug 1361270 - Avoid exception when searching in the Console panel; r=nchevobbe
MozReview-Commit-ID: FGF3gzI4hjG

--HG--
extra : rebase_source : 50bac78ff30623ce097c29076855fd5c891c0979
2017-05-02 09:13:07 +02:00
Patrick Brosset 8240c8f0fe Bug 1352776 - Make ReadOnlyEditor in the inspector also tabbable like other editors; r=jdescottes
MozReview-Commit-ID: 2gfD9QdNC8B

--HG--
extra : rebase_source : 8378c5bdc26eb72d064224537c062b1de8c46e0d
2017-04-25 14:49:42 +02:00
Patrick Brosset 1405733899 Bug 1355267 - Polish the properties list and remove the position info at the top; r=gl
MozReview-Commit-ID: CoT9fO2w8Tb

--HG--
extra : rebase_source : 6a7e3d65aba99b8c680eae484c6d45cec37045cb
2017-04-24 18:42:06 +02:00
Carsten "Tomcat" Book 2a74ba4261 Merge mozilla-central to autoland 2017-05-02 11:23:38 +02:00
Boris Zbarsky be4450a996 Bug 1357206 followup: fix the Windows key issues in devtools tests and reenable the new behavior. 2017-05-02 01:55:30 -04:00
Daisuke Akatsuka e945d6d2c3 Bug 1357526 - Wait for animation detail rendering. r=pbro
MozReview-Commit-ID: F1gP6kK4bMk

--HG--
extra : rebase_source : 58d149efc943cbc6db97e21633029ad82d967083
2017-04-26 17:40:22 +09:00
Iris Hsiao 1401934d7b merge mozilla-inbound to mozilla-central a=merge 2017-05-02 11:04:36 +08:00
Boris Zbarsky 29d5ae0bfd Bug 1357206 part 4. Don't move the cursor even if eSetValue_MoveCursorToEndIfValueChanged is set, if the value did not change. r=ehsan 2017-05-01 13:28:54 -04:00
Vangelis Katsikaros 71f396bd14 Bug 1360902 - Improve localization of netmonitor waterfall tooltip. r=flod
MozReview-Commit-ID: INXp80HJjUK

--HG--
extra : rebase_source : 7558d5d964fdd8b7f069dfca57bf67351ca8a347
2017-04-30 12:49:33 +03:00
Sebastian Hengst 218d14273c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BTRXNHiIEWd
2017-04-29 21:30:59 +02:00
Ruturaj K. Vartak 4c440fe45c Bug 1354495 - Add regex filtering for network monitor. r=ntim
- Impelemnted "regexp" prefix filter
- Added a test case

MozReview-Commit-ID: HxteI0s0pto
2017-04-28 20:07:00 +01:00
J. Ryan Stinnett db420f540d Bug 1319248 - Disable RDM tests for Windows. r=me
In bug 1356448, the RDM tests are causing trouble in Windows 32-bit platforms,
so let's disable them for all Windows runs.

The timing of these tests appears to be very different on Windows platforms,
even though the production functionality works correctly, so more investigation
is needed.

MozReview-Commit-ID: 3BBbladg5Pl
2017-04-28 19:19:48 -05:00
Wes Kocher 63e9b2a680 Merge m-c to inbound, a=merge
MozReview-Commit-ID: DEm2JLplowg
2017-04-28 16:46:56 -07:00
Wes Kocher f1ae056d77 Merge inbound to central, a=merge
MozReview-Commit-ID: I6PDL3TWDB0
2017-04-28 16:35:05 -07:00
Tim Nguyen b0b2e0f703 Bug 1356869 - Update Set cookies header string comment. r=flod
MozReview-Commit-ID: AXIqTY1XLJO
2017-04-28 12:02:25 +01:00
nchevobbe 298f6fe880 Bug 1358507 - Adapt tests to the new component architecture; r=bgrins
MozReview-Commit-ID: LfHkDyIwIv5

--HG--
extra : rebase_source : c825430a92c7346edee720f54a242b65467025c5
2017-04-28 12:15:45 +02:00
nchevobbe ea3c910ed7 Bug 1358507 - Simplify component tree. r=bgrins
MozReview-Commit-ID: 3os1JlDVeEI

--HG--
extra : rebase_source : c3bf1874f85f50f02d0adbbd1e498a604c3b5ebe
2017-04-28 11:38:13 +02:00
Sebastian Hengst 42fd33ff9c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: ELENTh08Be7
2017-04-29 11:10:31 +02:00
Wes Kocher 213466c2df Merge m-c to inbound, a=merge
MozReview-Commit-ID: LDWwyJ6Gdqw
2017-05-01 16:06:49 -07:00
Tom Tromey f14b92c497 Bug 1360554 - devtools-source-map v0.4.0: Update bundle from GitHub; r=jryans
MozReview-Commit-ID: 7eYjx2QXM8P

--HG--
extra : rebase_source : 8af06aa3d44a028f34bfef2c826dd143ec0e822e
2017-04-28 10:43:41 -06:00
Ricky Chien 150b22a171 Bug 1359448 - Lock down devtools-core package r=gasolin
MozReview-Commit-ID: 7vmaYbyW31b

--HG--
extra : rebase_source : 9d9bccb6baceb1bdfd91513c2b7da8a2a0e806eb
2017-04-26 14:51:40 +08:00
Wes Kocher a463bb4c4c Merge m-c to autoland, a=merge
MozReview-Commit-ID: 6CUQEJghjzU
2017-04-27 13:37:47 -07:00
Wes Kocher 2aa72d4cdc Merge inbound to central, a=merge
MozReview-Commit-ID: HZUHBRK4UmL
2017-04-27 13:00:07 -07:00
Dragana Damjanovic ac4b67b516 Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
nchevobbe 8e0ac1894c Bug 1358937 - Make getCleanedPacket function handle longString exception messages; r=bgrins
Since the longString object has an actor property which can change from test to test,
replace it with its value in the existing packet.

MozReview-Commit-ID: CzxX203TdEU

--HG--
extra : rebase_source : df89c67ba760ab48b3e5e9e38378314e06dfc0fb
2017-04-27 09:38:15 +02:00
nchevobbe 0becd28f84 Bug 1358937 - Add tests for exceptions with longString messages; r=bgrins
Edit the function that generates pageError stubs so it does use
the key we provide it.
Change the key in existing pageError stubs so we don't have to
modify the tests.

MozReview-Commit-ID: FBfpflNgXpv

--HG--
extra : rebase_source : 02c0249e9e1f098ad577e7b50e127c0600c1b5e4
2017-04-25 10:40:56 +02:00
nchevobbe 4205bf7b26 Bug 1358937 - Fix console crash due to longString error messages; r=bgrins
MozReview-Commit-ID: 95m5bvQDcdB

--HG--
extra : rebase_source : 2c7b4a1078c33ed51611092351a3eab4d63cbcab
2017-04-25 14:05:28 +02:00
Carsten "Tomcat" Book 6f7ae8fc91 Backed out changeset 3e5ffcd2bba0 (bug 1356869) for browser chrome test failures
--HG--
extra : rebase_source : 3a8d7d5a6c8cb45210949485c8fec102c1899288
2017-04-27 17:00:53 +02:00
Carsten "Tomcat" Book 6972b37f3b Backed out changeset 553ad9bebfa7 (bug 1358013)
--HG--
extra : rebase_source : 0063e0e02461995bdbaf221df94d84093d97a687
2017-04-27 17:00:32 +02:00
Carsten "Tomcat" Book e1e203f1f5 Merge mozilla-central to autoland 2017-04-27 16:36:41 +02:00
Vangelis Katsikaros 47bdbe512c Bug 1358013 - Implement status-bar tooltips. r=Honza
MozReview-Commit-ID: 89QrOF66Yll

--HG--
extra : rebase_source : 334f8bcd39479915488f1e99aa5b89f285311a14
2017-04-25 11:17:52 +03:00
Vangelis Katsikaros a6e492ad45 Bug 1356869 - Add cookies and set cookies columns. r=ntim,rickychien
MozReview-Commit-ID: CtZAYTURypz

--HG--
extra : rebase_source : 93266d0089460c06815521d4ba6d8da77a2905db
extra : source : e75dd46fbe5f762590317280b8e6330615df5d5e
2017-04-17 20:48:32 +03:00
Vangelis Katsikaros 052e421bf8 Bug 1356872 - Hard to distinguish IP from Port in IPv6 address. r=ntim,rickychien
MozReview-Commit-ID: JqxWqaqZMI5

--HG--
extra : rebase_source : 9110863d06f01e1fdf7ae72e80f832246129ec8d
2017-04-17 09:41:29 +03:00
nchevobbe 4bb4c97c9c Bug 1359338 - Update reps bundle to 0.7.0. r=Honza
MozReview-Commit-ID: IomllBwp21b

--HG--
extra : rebase_source : 0df02efe6b26a56e2a87467e7a48281b3bf7d1e3
2017-04-28 14:04:36 +02:00
Alexandre Poirot d711218adc Bug 1360196 - Implement about:devtools-toolbox URL parameter in the network monitor. r=rickychien
MozReview-Commit-ID: HtLwJdVsaIt

--HG--
extra : rebase_source : 04a9941cc1a030d3440adaac53284cabaebe06f6
2017-04-27 11:23:34 +02:00
Vangelis Katsikaros 3fab457fda Bug 1356869 - Add cookies and set cookies columns. r=ntim,rickychien
MozReview-Commit-ID: CtZAYTURypz
2017-04-17 20:48:32 +03:00
nchevobbe 23615603c1 Bug 1359716 - Make test_render_perf.html more accurate; r=Honza
Set the logLimit to the number of messages we add.
Bump up the number of messages to add to 4000.
Iterate 25 times instead of 10.
Compute the median to limit the impact of low/high spikes.

MozReview-Commit-ID: 1WoiYk5pF9v

--HG--
extra : rebase_source : 5e2459d04640f56de373a3e0e3805c13f382b7ea
2017-04-26 10:40:04 +02:00
Brian Grinstead 3a385c46db Bug 1359597 - Set up new console with devtools-launchpad;r=Honza
MozReview-Commit-ID: FxuwGLYef5v

--HG--
extra : rebase_source : e526562574050eba6b77b464f559e2c95d6c8c3a
2017-04-26 08:10:04 -07:00
Sebastian Hengst 055f41ca82 Backed out changeset 44800134e7db (bug 1358013) for failing browser-chrome's browser_misused_characters_in_strings.js. r=backout 2017-04-26 12:42:08 +02:00
Alexandre Poirot c284e21a37 Bug 1331122 - Increase test timeout for browser_toolbox_races. r=jdescottes
This test toggles the toolbox multiple times (3),
it can be take significant amount of time on slow test machines.

MozReview-Commit-ID: 3wJ95Pd8lYN

--HG--
extra : rebase_source : 177fdc0d481ffa447a84e29045bc4859b44678eb
2017-04-25 19:31:51 +02:00
Carsten "Tomcat" Book 3b4328e578 Merge mozilla-central to autoland
--HG--
extra : rebase_source : bc4cd926477775ac802f400a79f553034d569a18
2017-04-26 09:08:31 +02:00
Carsten "Tomcat" Book 8f4e4ca99b merge mozilla-inbound to mozilla-central a=merge 2017-04-26 08:41:31 +02:00
Carsten "Tomcat" Book d9cce3c040 merge autoland to mozilla-central a=merge 2017-04-26 08:40:02 +02:00
Wes Kocher 5e8bdb175d Merge inbound to m-c a=merge
MozReview-Commit-ID: A85cs7Yriqj
2017-04-25 13:53:00 -07:00
Vangelis Katsikaros 84637a0427 Bug 1358013 - Implement status-bar tooltips. r=Honza
MozReview-Commit-ID: 89QrOF66Yll

--HG--
extra : rebase_source : 58330f8db77c6c194c37b1b13bfda39298a1074d
2017-04-25 11:17:52 +03:00
Jonathan Watt 29255ec7e8 Bug 1359273 - Convert DevTools' select-arrow.svg to use context paint to improve performance. r=jryans
MozReview-Commit-ID: HYQia2EKHFS
2017-04-05 14:45:17 +01:00
Jonathan Watt ac93ae5557 Bug 1359273 - Split up DevTools' sort-arrows.svg to improve performance. r=jryans
MozReview-Commit-ID: JYhoAWmDLo9

--HG--
extra : rebase_source : 2952426b3170eed81e733adc2a897521a0b9b3cb
2017-04-04 15:54:26 +01:00
Jonathan Watt 3557ff4427 Bug 1359273 - Split up DevTools' performance-icons.svg to improve performance. r=jryans
MozReview-Commit-ID: 12hTuNkio6p

--HG--
extra : rebase_source : e037ea2c1032797e242643dd9d3d2747d3bdbd91
2017-04-04 12:00:32 +01:00
Gabor Krizsanits b007d78f5d Bug 1352961 - P2: Measure for the delay before a new tab starts processing the first URL. r=mconley, data-r=bsmedberg
Opening pages in a new tab might suffer an extra delay from e10s-multi because
the new process has to start up and then run all the process / frame scripts
before it can react on the request from the parent to load the first page.

There are two code paths. Either we start the tab with a remote browser and
then the RemoteWebNavigation will send the request. Or we start with a non-remote
browser and have to change the remoteness flag on it, and then the SessionStore
will send the request.

In each cases we start the timer on the parent side, send it with the message,
and when the child receives it it stops the timer and reports the measured delay.
2017-04-25 17:11:12 +02:00
Mike Conley 46d335a9a2 Bug 1357169 - Back out changeset 9f7debc99bf8 (bug 418833). r=mats
MozReview-Commit-ID: EThljjMniOt

--HG--
extra : rebase_source : ea30a109b2b2fbb0934f3e9b1056a3b3908bd2d8
extra : source : 6232ab8c49a1975c0bbc31a20fbdf502a9adb218
2017-03-31 09:41:02 -04:00
Emilio Cobos Álvarez a47ba261fc Bug 1355351: Look for the frame for ::before and ::after pseudos. r=heycam
MozReview-Commit-ID: 7Hm2IGsl323

--HG--
extra : rebase_source : 4e55234e433cbe732b0ceaf9c1f8318b5c6b4640
2017-04-16 22:59:29 +02:00
J. Ryan Stinnett 489404a047 Bug 1358261 - Disable intermittent browser_responsiveui_touch.js. r=jryans
MozReview-Commit-ID: InLJuCKg6ko

--HG--
extra : rebase_source : 388f09a79074a09e41a88edf91d8d35358cff55c
2017-04-25 16:51:25 -05:00
nchevobbe e17c52925c Bug 1358520 - Fix render perf test; r=bgrins
MozReview-Commit-ID: EPAxQ3hAKit

--HG--
extra : rebase_source : 84ffc103b7ca6c4ad2579d5a08ec993562cdab99
2017-04-20 09:48:00 +02:00
Ricky Chien 2abcd30478 Bug 1358715 - Queue NetworkEventUpdate in netmonitor controller r=Honza
MozReview-Commit-ID: JyOV95mb7ci

--HG--
extra : rebase_source : f3ac028983173635903a7bbf5078a6f173fedbb7
2017-04-25 14:13:05 +08:00
Mark Striemer f815c9a9f7 Bug 1330741 - Show filesystem location of add-ons in about:debugging r=jdescottes
MozReview-Commit-ID: 3pmdAi80boT

--HG--
extra : rebase_source : dbbb3a311d98459cf152d3b5c91162113142bb7a
extra : source : 92edadd517ce746647724db5f9465d8898ae331c
2017-03-21 18:20:28 -05:00
Fred Lin d8e9a0a65d Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : b8e20d3f9c5b206ad90de7d078b04e1e211d670b
2017-04-17 14:21:59 +08:00
Kit Cambridge c32b6bb66b Bug 1359290 - Fix "notifiction" typos. r=markh
MozReview-Commit-ID: 1d9QQUQckQW

--HG--
extra : rebase_source : 2c24a54476f0e970db8d18afae7c4232206b8bd2
2017-04-24 18:51:45 -07:00
Jonathan Watt 00e9245266 Bug 1350010, part 6 - Specify '-moz-context-properties' for DevTools icons. r=jryans
MozReview-Commit-ID: 5ukQc8gzIMp
2017-04-12 15:02:34 +01:00
Vangelis Katsikaros 203c7b085f Bug 1354507 - Add cookie-related filter options for network requests. r=Honza
MozReview-Commit-ID: 48zc0qcasvK

--HG--
extra : rebase_source : 2c25d4f23524412e7606a97d526b22b1b09af4e9
2017-04-14 12:34:04 +03:00
Alexandre Poirot af4176fc70 Bug 1360237 - Fix eslint issues for devtools/client/framework/devtools-browser.js. r=pbro
MozReview-Commit-ID: 3P2VOksEmQd

--HG--
extra : rebase_source : a735b888b5a99263f004f4eb92954c7590bc0219
2017-04-27 17:21:07 +02:00
Alexandre Poirot b4c0d1615b Bug 1360237 - Make gDevToolsBrowser.inspectNode more readable by using async/await. r=pbro
MozReview-Commit-ID: 37zPhpCTnDa

--HG--
extra : rebase_source : 2013976afd3db1a75f4e1afc6dc6201adfe5b782
2017-04-27 17:20:38 +02:00
Alexandre Poirot 0456b4d6eb Bug 1360237 - Fix eslint issues for devtools/client/framework/devtools.js. r=pbro
MozReview-Commit-ID: 8mWiLTsH4Sb

--HG--
extra : rebase_source : af636828a21a8bfa11287a5eeae4ade08de45056
2017-04-27 17:19:17 +02:00
Vangelis Katsikaros 4ac8d4e218 Bug 1358013 - Implement status-bar tooltips. r=Honza
MozReview-Commit-ID: 89QrOF66Yll

--HG--
extra : rebase_source : 0a024ce5fdb48aa8a666e62211a915f2252ba423
2017-04-25 11:17:52 +03:00
Vangelis Katsikaros 08d197731a Bug 1308694 - Introduce a tooltip for the waterfall graph displaying timings. r=rickychien
MozReview-Commit-ID: 9UBNiKBHDxj

--HG--
extra : rebase_source : c7ad09cb63d0f0e0ce684a36f12863bcb134879b
2017-04-17 14:18:58 +03:00
Ryan VanderMeulen 1734a80650 Merge m-c to inbound. a=merge 2017-05-23 11:15:49 -04:00
Ben Kelly d0da707a64 Bug 1366783 Loosen responsive design mode test check for 300ms touch delay. r=jryans 2017-05-23 07:30:55 -07:00
Ben Kelly 8382efc2b2 Bug 1277657 Fix a race condition in devtools test helper_inline_editor.js. r=jdescottes 2017-05-22 07:29:30 -07:00
Andy McKay 4be0ca813d bug 1353933 add a note about web-ext r=jdescottes
MozReview-Commit-ID: 2nNGL9BUKjQ

--HG--
extra : rebase_source : babd4c8fc8daf850852b956684391d6bf586d60e
2017-05-05 16:53:04 -07:00
J. Ryan Stinnett a91c462cd7 Bug 1346902 - Update browser toolbox integration test for new debugger. r=jlast
MozReview-Commit-ID: 8k8bIqSBKGf

--HG--
extra : rebase_source : cde5ef6e3a5de845e5236037ef9a408af73d8ca1
2017-04-25 22:12:30 +02:00