Commit Graph

4394 Commits

Author SHA1 Message Date
Bob Owen
536555b2d6 Bug 1147911 Part 4: Fix test to allow for separate file content process. r=ochameau 2016-11-17 15:48:52 +00:00
Bob Owen
8c7b20c42d Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer 2016-11-17 15:48:52 +00:00
Jarda Snajdr
07897a109d Bug 1317867 - Fixed window leak in browser_net_footer-summary.js mochitest r=Honza
MozReview-Commit-ID: IwBPI0CAjXG

--HG--
extra : rebase_source : 977ed096a1930e3b207e9fb1765183b48de5e29c
2016-11-18 11:15:14 +01:00
Gabriel Luong
5dbe6dd5c7 Bug 1318019 - Add missing () to call isDisplayGrid function when a property value editor closes. r=me 2016-11-17 13:15:18 +09:00
Wes Kocher
a3307e8f09 Merge m-c to inbound, a=merge CLOSED TREE 2016-11-16 17:17:05 -08:00
Wes Kocher
f9e9d69899 Merge inbound to m-c a=merge CLOSED TREE 2016-11-16 17:07:26 -08:00
Brian Grinstead
2448c2e6e5 Bug 1317423 - Remove unused declarations after move;r=jlast
MozReview-Commit-ID: 9hD6rAbGYP9
2016-11-16 15:38:24 -08:00
Brian Grinstead
c8e3b60942 Bug 1317423 - Move WebConsoleConnectionProxy into its own module;r=jlast
MozReview-Commit-ID: EMEo0CqlOPM

--HG--
rename : devtools/client/webconsole/webconsole.js => devtools/client/webconsole/webconsole-connection-proxy.js
2016-11-16 15:38:22 -08:00
Tooru Fujisawa
b1bbb27d76 Bug 1260403 - followup: Fix brotli test. r=jsnajdr 2016-11-17 08:17:47 +09:00
Ehsan Akhgari
dc33b55d94 Bug 1312101 - Part 2: Remove AppProcessChecker and code that depends on it; r=baku 2016-11-16 14:51:08 -05:00
Ehsan Akhgari
eac76d9772 Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact.  Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app.  In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed.  In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID.  Other notions of appId which were restricted to this
API have been removed.
2016-11-16 09:13:38 -05:00
Carsten "Tomcat" Book
e7ca75286b Merge mozilla-central to inbound 2016-11-16 14:53:15 +01:00
Carsten "Tomcat" Book
3eacc680db Backed out changeset 7d1f7dd996f7 (bug 1310845) 2016-11-16 14:50:44 +01:00
Gabriel Luong
ae931577fd Bug 1302536 - Adds a toggleable button next to the 'display: grid' declaration to toggle the grid highlighter r=pbro 2016-11-16 22:35:20 +09:00
Alexandre Poirot
36948f7dc3 Bug 1317347 - Fix exception in network monitor for requests coming from iframes added to the hidden window. r=jryans
MozReview-Commit-ID: eRVaHTbyx1

--HG--
extra : rebase_source : 988731bbd1dd6f4d1167baed6469c8dfcf9c9247
2016-11-14 08:21:50 -08:00
J. Ryan Stinnett
b2575a1b27 Bug 1315391 - Clean up actor destruction after changing to destroy. r=ochameau
The `destroy` method in some actors would throw errors or was incomplete,
leading to various issues closing the toolbox after the previous patch.

This cleans up all such cases noticed through manual testing of the toolbox.

MozReview-Commit-ID: 6EZYFwjSri

--HG--
extra : rebase_source : b9db68be857285de4269f7354f6ecbf703c82e29
2016-11-11 18:24:41 -06:00
J. Ryan Stinnett
a8aec05d11 Bug 1315391 - Rename all disconnect methods to destroy in actors. r=ochameau
Ever since protocol.js was added as a way to create DevTools actors, we've had
lots of confusion about the correct way to implement actor destruction.  If your
actor's _parent_ was the legacy kind, you had to use `disconnect`.  If it was
protocol.js, you had to use `destroy`.

There is no reason for this madness, which makes reasoning about destruction
quite hard.  Here we rename `disconnect` to `destroy` so there is only one name
for every destruction path.

MozReview-Commit-ID: C1Yw9NfUUR2

--HG--
extra : rebase_source : 4d018622b7547d404510e0b563c6324c0127aafc
2016-11-11 18:24:58 -06:00
Tim Nguyen
db1c58b6ed Bug 1307871 - Add new console frontend support for 'Enable timestamps' pref. r=bgrins
MozReview-Commit-ID: FshE769sETL

--HG--
rename : devtools/client/webconsole/test/browser_webconsole_expandable_timestamps.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_timestamps.js
extra : rebase_source : 0990d586a20cbaa7e8603f3a0aadf664200506cd
2016-11-15 19:23:47 +00:00
Kan-Ru Chen
f8100451db Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
We will use the new type for the generated IPDL message handler
prototype to make sure correct error handling method is called.

MozReview-Commit-ID: AzVbApxFGZ0
2016-11-15 04:26:00 +01:00
Alexandre Poirot
9a1d46ab79 Bug 1315044 - Prevent loading multiple loaders and debugger servers when creating multiple ContentActors. r=jryans
MozReview-Commit-ID: 4slVLBNdGyg

--HG--
extra : rebase_source : 8838adf475e31fe5683cc7fa172c2ced837b9157
2016-11-04 08:04:21 -07:00
Alexandre Poirot
c1adf2fe24 Bug 1315044 - Cache ContentActor forms to prevent creating new one when calling RootActor.getProcess multiple times. r=jryans
MozReview-Commit-ID: 3YyShRXQhel

--HG--
extra : rebase_source : 670ce6dc1b4c451bdb59dcebfa859d6089ed2624
2016-11-04 08:05:15 -07:00
Carsten "Tomcat" Book
f28942ae47 Merge mozilla-central to autoland 2016-11-15 12:34:47 +01:00
Carsten "Tomcat" Book
8cfa5253e8 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01:00
Daisuke Akatsuka
2a84d7eb81 Bug 1315600 - Part 2: Add test. r=pbro
MozReview-Commit-ID: B9AikFP5sEH

--HG--
extra : rebase_source : c094edaffc8a527bfa2410503fdd332f02e24cd1
2016-11-15 14:10:22 +09:00
Daisuke Akatsuka
97b57b377b Bug 1315600 - Part 1: Mask behind animation name is too long for animations running on the compositor. r=pbro
MozReview-Commit-ID: 3emNof5b908

--HG--
extra : rebase_source : 5b149fc33529ac6ce756741ea154901b62ba414d
2016-11-15 10:19:17 +09:00
Nicolas Chevobbe
cfd14cf481 Bug 1307941 - Add DOM nodes highlighter in new console frontend; r=bgrins
Add in serviceContainer highlight and unhighlight utils function so they can
be accessible in components.
Fix EvaluationResult component to pass the serviceContainer to the MessageBody.
Modify ElementNodeRep and TextNodeRep to allow passing them function properties
`onDOMNodeMouseOver` and `onDOMNodeMouseOut` that will be called respectively
on mouseOver and mouseOut.
Add a mochitest in the webconsole to make sure we indeed highlight and unhighlight
node as expected, and add tests in Reps to make sure the passed functions get called
as expected.

MozReview-Commit-ID: 8o8WM7vBfMM

--HG--
extra : rebase_source : 445f02a72b1c9859c0b034ca9e941a7f3df9f4e0
2016-11-04 23:53:35 +01:00
Phil Ringnalda
aee7b7f39e Merge m-c to autoland 2016-11-14 20:08:18 -08:00
Phil Ringnalda
c038c057e5 Backed out changeset b3ad07be866f (bug 1310416) for pushing dt4 and dt5 over 4800 seconds on Linux debug most of the time, a=backout 2016-11-14 18:28:14 -08:00
Carsten "Tomcat" Book
c7a033c3e2 merge mozilla-inbound to mozilla-central a=merge 2016-11-14 10:22:06 +01:00
Sebastian Hengst
843dced15b Backed out changeset a01303a5f2be (bug 1205371) for failing devtools test browser_markup_void_elements_html.js. r=backout 2016-11-13 14:05:39 +01:00
Fred Lin
3050735611 Bug 1309496 - Set up mocha testing framework for netmonitor,r=Honza,jsnajdr,linclark
MozReview-Commit-ID: 1tW2yua6h7u

--HG--
extra : rebase_source : c552657288e2e876177ce139493341f8176d54e0
2016-10-28 15:20:06 +08:00
Julian Descottes
15dac0307e Bug 1253822 - Rewrite browser_rules_authored_color.js to avoid timeouts;r=gl
Update the test to avoid closing / reopening the toolbox each time a new color
is tested. An element is created upfront for each color to test, and the test
simply selects a different node when switching to a different color.

MozReview-Commit-ID: Atz70fwoMN2

--HG--
extra : rebase_source : aba56bef09c05e94b55ce2153d48b502f586e3c5
2016-11-14 11:11:43 +01:00
Luca Greco
9975459c7b Bug 1318006 - Prevent "TypeError: can't access dead object" exception on webconsole getCachedMessages. r=ochameau
MozReview-Commit-ID: H0DWJ2bTyn7

--HG--
extra : rebase_source : e98eef9f9dcd47c6ef6894a6f758baee7733a952
2016-11-16 16:35:04 +01:00
Luca Greco
ef2eba34ab Bug 1308912 - Add support for addon tools registered to a specific DevTools toolbox. r=ochameau
MozReview-Commit-ID: 7DzyXLGOs5w

--HG--
rename : devtools/client/framework/test/browser_toolbox_dynamic_registration.js => devtools/client/framework/test/browser_toolbox_tools_per_toolbox_registration.js
extra : rebase_source : fb3b29d99151f3996624d8ba8cafaf8307affd8e
extra : source : 714d261424158deabda8dc3cbf20c371775b3306
2016-11-03 18:41:26 +01:00
Luca Greco
e86fa50b4e Bug 1308912 - Simplify tool-unregistered by only accepting a string toolId. r=ochameau
MozReview-Commit-ID: 3QjWIAwol6A

--HG--
extra : rebase_source : d5e8ac0d23d8105b15d01f38860ac854d6300558
extra : source : 0d9e3e91230730f4a513cad98a5758c56cf473e8
2016-10-14 17:54:56 +02:00
Ricky Chien
7f6547680d Bug 1308507 - Remove all usages of nsIURL and NetworkHelper r=jsnajdr
MozReview-Commit-ID: Gu1kE0oHDRP

--HG--
extra : rebase_source : 14a01afb1d2e6df92fb1d3485890464046535bed
2016-11-04 17:49:19 +08:00
Ricky Chien
6a0a0d6e3f Bug 1309194 - Implement summary info in Net Panel Toolbar r=Honza,jsnajdr
MozReview-Commit-ID: AqV4glBUHW1

--HG--
extra : rebase_source : d3634701c74662c600ece6782c8813167a58129e
2016-11-07 11:49:47 +08:00
Tim Nguyen
249e72c86d Bug 1307942 - Add CSS warnings and errors to new console. r=bgrins
MozReview-Commit-ID: FB0P3X0r7Jz

--HG--
extra : rebase_source : c902386ce1a8b266a34c3c83d5b693d8c47b5ffb
2016-11-14 17:33:29 +00:00
Tim Nguyen
296c2dc383 Bug 1316809 - Fix eslint errors in devtools/client/sourceeditor/test. r=tromey
MozReview-Commit-ID: HjmCUoAsqlZ

--HG--
extra : rebase_source : 13d471df5390dba8c01f2af08edb476a638b81c7
2016-11-12 16:57:41 +00:00
Sebastian Hengst
755af6cc74 Backed out changeset afd22bdea63c (bug 1285173) on request of developer for timeouts in browser_net_statistics-03.js on Linux x64 opt+pgo. r=backout 2016-11-14 16:32:51 +01:00
Nicolas Chevobbe
43e68544c4 Bug 1316225 - Add a Rep for Error objects; r=Honza
Handle the different kind of error objects.
Allow to pass a className to the objectLink component.
Add test to make sure we handle those objects as expected.

MozReview-Commit-ID: IC7ruV9odw1

--HG--
extra : rebase_source : b80c612f198af266d52ba6a56693923452a50dec
2016-11-11 01:20:55 +01:00
Jarda Snajdr
d2460f8dea Bug 1285173 - Netmonitor perf stats: whenDataAvailable should wait for a nonempty request list r=Honza
MozReview-Commit-ID: F4yi7vUdXsM

--HG--
extra : rebase_source : c1f6ff9497a3e0231ab584cb809c0576b8056798
2016-11-11 16:06:29 +01:00
J. Ryan Stinnett
1c2f705d96 Bug 1291815 - Wait for requests to settle between DAMP subtests. r=ochameau
MozReview-Commit-ID: 2WH1QquOclP

--HG--
extra : rebase_source : 4f889bcb4978e97ac67ce0b0be8e006024d8f03f
2016-09-29 16:51:15 -05:00
J. Ryan Stinnett
10e8b522ff Bug 1297575 - Longer timeout for browser_toolbox_swap_browsers.js. r=me
MozReview-Commit-ID: dCI7EII8rp
2016-11-15 21:04:38 -06:00
Ehsan Akhgari
cb369370b3 Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact.  Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app.  In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed.  In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID.  Other notions of appId which were restricted to this
API have been removed.
2016-11-15 18:31:46 -05:00
Gabriel Luong
4a0456c98e Bug 1308260 - Part 1: Emit an event with the new grid layout actors on page navigations from the LayoutActor. r=pbro 2016-11-16 00:52:32 +09:00
Carsten "Tomcat" Book
106d39cf20 Merge mozilla-central to mozilla-inbound 2016-11-15 12:33:34 +01:00
djmdev
9c8d7b0849 Bug 1311941 - Updated addNode function so that on adding a new now the parent node remains selected. r=pbrosset 2016-11-04 02:51:12 +05:30
Michael Ratcliffe
7fcae0a5fb Bug 1210208 - Split browser_cmd_highlight_01.js r=pbro 2016-10-24 14:00:51 +01:00
Phil Ringnalda
e6d762ce0a Merge m-c to m-i
MozReview-Commit-ID: 8EtDxYJKROa
2016-11-14 20:09:21 -08:00
J. Ryan Stinnett
4d124db085 Bug 1277805 - Longer timeout for browser_toolbox_tool_remote_reopen.js. r=me
MozReview-Commit-ID: ClRBY52rBDF
2016-11-14 14:30:05 -06:00
Jarda Snajdr
3ac82a47a4 Bug 1285173 - Netmonitor perf stats: whenDataAvailable should wait for a nonempty request list r=Honza
MozReview-Commit-ID: F4yi7vUdXsM

--HG--
extra : rebase_source : fc0b41c111a7793a51b212a9c327ba6e4cf1bbf4
2016-11-11 16:06:29 +01:00
Tim Nguyen
3c755128db Bug 1316723 - Fix more eslint errors in devtools/client/shared/. r=tromey
MozReview-Commit-ID: IzXyqkQECKb

--HG--
extra : rebase_source : dee2c883181474a33a9afcd1c9cb73afd4122a8c
2016-11-11 09:09:50 +00:00
Wes Kocher
c7d27df096 Merge mozilla-central to autoland a=merge 2016-11-11 14:10:32 -08:00
Wes Kocher
cee41d5b80 Merge inbound to central, a=merge 2016-11-11 13:56:45 -08:00
Gabriel Luong
550074a81a Bug 1316797 - Refactor HighlightersOverlay and TooltipsOverlay into separate modules r=jdescottes
--HG--
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/highlighters-overlay.js
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/node-types.js
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/tooltips-overlay.js
2016-11-12 00:58:09 +09:00
Carsten "Tomcat" Book
cc5d30c616 Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 658b3ffdfa71afff2d44129f50e50e2fbecbd06e
2016-11-11 16:43:07 +01:00
Carsten "Tomcat" Book
33c30ae971 Backed out changeset 487a5da50e56 (bug 1315208) for conflicting with autoland/mozilla-inbound to m-c merge
--HG--
extra : rebase_source : eae62bb9af0b2e4bca0b4dea95218a9113d58f72
2016-11-11 16:39:11 +01:00
Eric Skoglund
748c23cbd9 Bug 1313850 - Enable users to have capital letters in filter string r=Honza
MozReview-Commit-ID: FfhHtEoqrnz

--HG--
extra : rebase_source : e963b4684bc86a84a1ba59ae611b857e13f89608
2016-11-10 15:51:28 +01:00
Tom Tromey
c0406c7342 Bug 1316700 - make developer-toolbar.js eslint-clean; r=jryans
MozReview-Commit-ID: FgvsY8PTpCj

--HG--
extra : rebase_source : f2ad123ecee242547371fd7e8482cf1e9c6bb02f
2016-11-10 14:07:02 -07:00
J. Ryan Stinnett
27d8eb9d66 Bug 1316736 - Clean up RDM typos. r=ochameau
MozReview-Commit-ID: 4waiXuzrQDE

--HG--
extra : rebase_source : 1c5e6e7d61a6236ff6b008d9ad53a34de2f467db
2016-11-09 18:38:28 -06:00
Daisuke Akatsuka
b0388916e5 Bug 1064937 - Part 1: CSS Animations and Transitions should support transitions/animations of non-interpolable properties. r=birtles,pbro
MozReview-Commit-ID: 4kMytRCKK79

--HG--
extra : rebase_source : 864b568a96b399231a1cb75742d8c428f5ee2c5c
2016-11-11 16:40:38 +09:00
James Long
2b79998809 Bug 1316413 - Update new debugger frontend r=me 2016-11-10 23:47:23 -05:00
Tooru Fujisawa
0de491a387 Bug 1315242 - Part 6: Update test_frame_01.html to follow new behavior of location. r=bgrins 2016-11-11 06:34:14 +09:00
Tooru Fujisawa
456e0331df Bug 1315242 - Part 5: Add a testcase for location in Evaluation Result. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
711fe4b331 Bug 1315242 - Part 4: Update stub. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
0bb46763c0 Bug 1315242 - Part 3: Add a test input for syntax error in Evaluation Result. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
1aace015d6 Bug 1315242 - Part 2: Display line number and column number in error message for console input. r=bgrins 2016-11-11 01:06:26 +09:00
J. Ryan Stinnett
bf70c9b8f7 Bug 1297205 - Longer timeout for RDM browser_resize_cmd.js. r=me
MozReview-Commit-ID: ByXmAhB9eIB
2016-11-10 12:35:30 -06:00
Tooru Fujisawa
d58043b509 Backed out changeset fd1505a03d78 for mochitest chrome bustage (bug 1315242) 2016-11-11 03:04:46 +09:00
Tooru Fujisawa
6e79da1738 Backed out changeset 07585bbe0c8f (bug 1315242) 2016-11-11 03:04:10 +09:00
Tooru Fujisawa
758659f807 Backed out changeset 5778f05e78db (bug 1315242) 2016-11-11 03:04:07 +09:00
Tooru Fujisawa
dcad4ac006 Backed out changeset ce34d3f8a3b7 (bug 1315242) 2016-11-11 03:04:03 +09:00
Gabriel Luong
816e24e14b Bug 1315208 - Remove explicit call to ReactDOM.render in the LayoutView r=Honza 2016-11-11 01:31:13 +09:00
Carsten "Tomcat" Book
f93282b491 Merge mozilla-central to mozilla-inbound 2016-11-10 17:08:43 +01:00
Tooru Fujisawa
116a43b9d0 Bug 1315242 - Part 5: Add a testcase for location in Evaluation Result. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
85e0da8e93 Bug 1315242 - Part 4: Update stub. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
2d87695fd3 Bug 1315242 - Part 3: Add a test input for syntax error in Evaluation Result. r=bgrins 2016-11-11 01:06:26 +09:00
Tooru Fujisawa
ea7adec077 Bug 1315242 - Part 2: Display line number and column number in error message for console input. r=bgrins 2016-11-11 01:06:26 +09:00
Carsten "Tomcat" Book
4b6cab91f9 merge mozilla-inbound to mozilla-central a=merge 2016-11-10 16:59:38 +01:00
Phil Ringnalda
e7fdca7c8d Backed out 6 changesets (bug 1301340, bug 1303113) for landing too close to a merge and causing leaks and test failures
Backed out changeset adfcc194af1c (bug 1303113)
Backed out changeset 085035586d2b (bug 1303113)
Backed out changeset 81f3bb541c86 (bug 1301340)
Backed out changeset 05c42cf92851 (bug 1301340)
Backed out changeset cb45e90f6596 (bug 1301340)
Backed out changeset f54a717c6fc6 (bug 1301340)

MozReview-Commit-ID: BkwhFJNtF7G

--HG--
extra : rebase_source : cc47ef8587f08b12b53406efee1d5b915d3c833a
2016-11-09 19:11:12 -08:00
Patrick Pei
e6ee3c8395 Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
MozReview-Commit-ID: ABhdvunhR7a
2016-11-09 10:02:50 +01:00
Carsten "Tomcat" Book
846adaea6c merge mozilla-inbound to mozilla-central a=merge 2016-11-09 16:38:04 +01:00
amy
c48ec5eaa8 Bug 976073 - Part 2: Modify errors from try server, r=jdm 2016-11-09 17:26:03 +08:00
Iris Hsiao
b559e5cd5a Backed out changeset 2631d596fc32 (bug 1264929) for dt1 failures on OS X and Win7 2016-11-09 13:36:04 +08:00
Tooru Fujisawa
fa2f87588c Bug 1282788 - Part 2: Add dedicated HTML file for browser_net_image-tooltip.js. r=ochameau 2016-11-10 23:50:27 +09:00
Nicolas Chevobbe
86c2afef9c Bug 1302982 - Add Rep for LongString; r=Honza
Display a longString with what is available on the grip.
Straight from the server, a longString grip has a "initial"
property, which contains the first 10000 chars of the string.
The grip can also contains a "fullText" property that should
be set when the user want to display the full text of the string.
For example, in the DOM Panel, it would be when the user click on
the expand arrow.
The fullText needs to be computed with the result of the
LongStringClient.substring function, but it's not the responsability
of the Reps to do such thing.

In rep-utils, we extract the logic that replace non-printable
characters in its own function and export it, so we can use it outside
the cropString function.

Add some test to make sure LongString are displayed as expected in the
several modes.

MozReview-Commit-ID: 3P9fPBixm2v

--HG--
extra : rebase_source : 87ed610cb6d2e142728f0df9d35f1dd7a4748d18
2016-11-03 18:08:16 +01:00
Jared Wein
5bb7b57b66 Bug 1316096 - Change eslint configuration to use string values for rules instead of integers, making it easier for others who are reading the rules to know if a rule is set to off, warn, or error. r=mossop
MozReview-Commit-ID: 2Xuj5nxuQdO

--HG--
extra : rebase_source : fab5c4903b47d48080ff3c07825440e12f718698
2016-11-08 15:14:19 -05:00
Wes Kocher
0330db10eb Merge m-c to autoland, a=merge 2016-11-08 14:09:10 -08:00
Wes Kocher
008fdd9329 Merge inbound to central, a=merge 2016-11-08 13:58:20 -08:00
Olli Pettay
cb803253a5 bug 1306591, add secondary event queue to let high priority messages to be processed sooner, r=billm
--HG--
extra : rebase_source : 2ce6e06783e399e787d0445943f9f39bcef1cc22
2016-11-08 14:05:45 +02:00
Gabriel Luong
4095709c00 Bug 1308257 - Part 2: Implement LayoutActor and GridActor r=pbro, jryans 2016-11-08 20:51:13 +09:00
Julian Descottes
88fe750648 Bug 1315794 - migrate aboutdebugging to React 15.3.2;r=linclark
Use ReactDOM.render instead of React.render (same for unmountComponentAtNode)
Update tests to observe both childList and characterData mutations when
expecting only text changes.

MozReview-Commit-ID: ILTgypkpZRz

--HG--
extra : rebase_source : 0f6ac42b6828428d2606d9f52fcbf176bab949d3
2016-11-07 22:30:03 +01:00
Phil Ringnalda
592b02e148 Merge m-c to m-i
MozReview-Commit-ID: 8cFOopE3aHd
2016-11-07 20:40:30 -08:00
Phil Ringnalda
2c7a3afd66 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 5599Z7kxjk3
2016-11-07 20:38:29 -08:00
Blake Kaplan
e206d178b4 Bug 1311197 - Remove a shim use from devtools tests. r=Gijs
MozReview-Commit-ID: LXfgna5sb9s
2016-11-07 14:43:43 -08:00
Jarda Snajdr
107001b1c5 Bug 1315635 - Netmonitor Performance View: fixed name of enableFilterTypeOnly action r=Honza
MozReview-Commit-ID: 5ZsDSXseiOA

--HG--
extra : rebase_source : 7acfc51bf5581eaf7c39ba40e95fb782c899ea52
2016-11-07 12:59:06 +01:00
Matteo Ferretti
16c0a53051 Bug 1276971 - Adding UI to display and change the current DPI / DPR setting; r=gl,jryans
MozReview-Commit-ID: Dnb6OLhOvOK

--HG--
extra : rebase_source : 347d4cf0118f5db452f0c43d70c193d1e437b2dd
2016-11-05 13:45:10 +01:00
Tooru Fujisawa
8d3733057e Bug 1260403 - Support brotli encoding in Developer Tools Netmonitor. r=ochameau
--HG--
extra : amend_source : af322134547025af7b135b6603fe697eff49bdf0
2016-11-08 04:18:04 +09:00
James Long
8ad312e3e3 Bug 1315289 - Use correct API for opening a source in the debugger r=me 2016-11-07 13:10:03 -05:00