Commit Graph

3383 Commits

Author SHA1 Message Date
Tom Tromey
4baf48b18a Bug 1291834 - make indexDB a global via devtools loader; r=jryans
MozReview-Commit-ID: 3NnhUWaBBra

--HG--
extra : rebase_source : a9012b11c99b11eb6e4742ca66329a882fa1c553
2016-08-03 13:26:34 -06:00
Tom Tromey
947c17e208 Bug 1291834 - make devtools/shared/async-storage.js eslint-clean; r=jryans
MozReview-Commit-ID: LswJRCUrejy

--HG--
extra : rebase_source : 8bc8fc48c264ab331d8e42a9f632115cbd100270
2016-08-03 13:21:11 -06:00
Julian Descottes
f8784bfe0a Bug 1291306 - update highlighter CSS selector to avoid leaking styles to content;r=ntim
Even though the pseudo :-moz-native-anonymous is only available for chrome content, elements
such as INPUT tags were impacted by the reset styles defined with the selector ":-moz-native-anonymous"

The selector has to be specialized in order to make sure it only impacts devtools elements.

MozReview-Commit-ID: HeHx9i6RJiq

--HG--
extra : rebase_source : e341a991c7583b855c66cdf2700b9ee9ed4c64a6
2016-08-06 15:04:49 +02:00
Wes Kocher
005ac12647 Merge fx-team to m-c a=merge 2016-08-07 00:16:15 -07:00
James Long
0b2677dddc Bug 1267365 - move various flags out of DevToolsUtils and don't depend on that module so much r=tromey 2016-08-05 17:41:01 -04:00
Wes Kocher
0201cd41e9 Merge m-c to fx-team, a=merge 2016-08-05 14:06:23 -07:00
Wes Kocher
e62bb051c9 Merge inbound to central, a=merge 2016-08-05 14:01:56 -07:00
Wes Kocher
1b9967265a Merge fx-team to central, a=merge 2016-08-05 13:31:46 -07:00
James Long
ff3927cfc3 Bug 1288511 - land new debugger frontend behind a pref r=jsantell 2016-08-05 09:27:41 -04:00
Carsten "Tomcat" Book
b2de4a0412 Merge mozilla-central to fx-team 2016-08-05 12:07:02 +02:00
Carsten "Tomcat" Book
99002c6dcd merge fx-team to mozilla-central a=merge 2016-08-05 12:00:16 +02:00
Tom Tromey
0ffbda8268 Bug 1292591 - use reject-some-requires eslint rule in sourceeditor; r=gregtatum
MozReview-Commit-ID: LdPU8bdSGd5

--HG--
extra : rebase_source : a650e325a168b563022c474e0bdb0044f5ee8c1a
2016-08-05 09:09:27 -06:00
Tom Tromey
ce87179fdf Bug 1292574 - make CSS a global rather than a module in devtools loader; r=gregtatum
MozReview-Commit-ID: 5RYwDAW4wxt

--HG--
extra : rebase_source : 7d0df48344ad79947ec5d191a7c49411c2ea8cba
2016-08-05 08:32:59 -06:00
Tom Tromey
c99878c1ab Bug 1292245 - remove some unnecessary imports of chrome from devtools; r=gregtatum
MozReview-Commit-ID: JVVVHAImsko

--HG--
extra : rebase_source : 939fbeb84405bf3740202eb5c0f1ba6c8aae9d92
2016-08-04 11:55:40 -06:00
Brian Grinstead
792ccf37c7 Bug 1286844 - Add [title] for source location onto the inner ltr element;r=jsnajdr
MozReview-Commit-ID: FSekgJAVXVk
2016-08-04 10:50:52 -07:00
Wes Kocher
4964221598 Backed out changeset 78d61dcf3faf (bug 1290263) for devtools test failures 2016-08-04 10:33:29 -07:00
Ricky Chien
cea21d820c Bug 1291618 - Fix dropmarker position of command-button-frames in RTL locales. r=ntim
MozReview-Commit-ID: 8yd1J6tkxDT

--HG--
extra : transplant_source : %83%40%B6%E9%3FF%B9%1B%8Bto%A1%0Da%CF%A5%AD%FF%E1%01
2016-08-04 16:21:53 +08:00
Carsten "Tomcat" Book
a826042a1d Merge mozilla-central to mozilla-inbound 2016-08-05 12:03:44 +02:00
Kumar McMillan
5258830509 Bug 1291272 - Fix aboutdebugging reload test that requires a signed add-on. r=ochameau a=test-only
MozReview-Commit-ID: 65CZqbbHAHo

--HG--
extra : transplant_source : %01s%80%96V%0F%1B%5B%8B%17%B5%0A%3E%F8V%08%5C%91%FB%28
2016-08-02 11:51:32 -05:00
Tom Tromey
586ae2d8aa Bug 1292184 - remove lazy requires from inspector; r=jlongster
MozReview-Commit-ID: AQMlkXAlVeX

--HG--
extra : rebase_source : 819f3e4f5d70f71514700ba21de8a25aace5b5f0
2016-08-02 09:14:29 -06:00
Wes Kocher
1d69e33b22 Merge m-c to autoland, a=merge 2016-08-05 14:06:46 -07:00
Brian Grinstead
ebd177e3cd Bug 1288475 - Remove code unused in client and server versions of webconsole utils;r=tromey
MozReview-Commit-ID: GcNg9nEI9d4

--HG--
extra : rebase_source : aa23b027673b9bcfcdb9d8751d528335ac5afbaa
2016-08-05 10:44:42 -07:00
Brian Grinstead
5a0322040e Bug 1288475 - Split webconsole utils.js into separate client and server parts;r=MattN,tromey
MozReview-Commit-ID: HlpiRvuMF1H

--HG--
rename : devtools/shared/webconsole/utils.js => devtools/client/webconsole/utils.js
rename : devtools/shared/webconsole/utils.js => devtools/server/actors/utils/webconsole-utils.js
rename : devtools/shared/webconsole/worker-utils.js => devtools/server/actors/utils/webconsole-worker-utils.js
extra : rebase_source : 6f1b2afba2c3cf3e3d17f839c11bf15e89a2f69d
2016-08-05 10:44:38 -07:00
Tom Tromey
4a3acb8220 Bug 1287631 - fix typo in Services.appinfo use in devtools; r=fitzgen
MozReview-Commit-ID: 1HTz3uRgMfT

--HG--
extra : rebase_source : 5d2bdbb2c1b4ab2b91d892578d85ed03f7df55a0
2016-08-05 07:45:18 -06:00
Jaideep Bhoosreddy
8efc34b4f9 Bug 1290263 - Source maps in console don't work after first log; r=jsantell 2016-08-03 15:41:00 +02:00
Steve Melia
fe1e609e3f Bug 1290063 - Call correct function on mouseout for breadcrumb; r=gasolin 2016-08-01 21:53:22 +01:00
Steve Chung
7ac5d82204 Bug 1288341 - Don't overlap layout-expander in RTL Locales. r=ntim
MozReview-Commit-ID: Gp4SeTZctIT

--HG--
extra : transplant_source : %DC%F1fd%EE%7B%E6%9F%13%9C%88%0E%85%B5%8A%E0%26-%E3%60
2016-08-04 11:32:06 +08:00
Carsten "Tomcat" Book
389a3e0817 merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/GeckoAppShell.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoAppShell.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/GeckoLayerClient.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/LayerRenderer.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/LayerRenderer.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/PanningPerfAPI.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/PanningPerfAPI.java
2016-08-04 15:55:50 +02:00
Carsten "Tomcat" Book
d036bdb09c merge fx-team to mozilla-central a=merge 2016-08-04 15:54:27 +02:00
Wes Kocher
ae855cdb28 Merge m-c to inbound, a=merge 2016-08-03 16:47:07 -07:00
J. Ryan Stinnett
9b60f9ebc6 Bug 1288964 - Restore reload buttons in canvas and web audio. r=me
MozReview-Commit-ID: 2ZKDlt8teTL
2016-08-03 18:27:26 -05:00
Wes Kocher
429b4cc773 Merge autoland to central, a=merge 2016-08-03 14:01:59 -07:00
Sebastian Hengst
e920781618 Bug 1285863 - Improve UI / UX of devtools JSONView: Remove unused variable 'code'. r=jryans on IRC a=eslint-fix
MozReview-Commit-ID: CUoifugy7vA
2016-08-03 18:58:21 +02:00
Evan Tseng
afc53eb6f8 Bug 1289912 - Make JSON viewer content scrollable r=ntim
MozReview-Commit-ID: 8ADyWeyE26w
2016-08-02 14:13:09 +08:00
Eddy Bruel
c8d0c59aee Bug 1184661 - If a listener is not callable, assume it is an event listener object. r=past
--HG--
extra : rebase_source : cbea66acb5acfbdc1b83acd797566bb5a5be1c75
2016-08-01 09:09:00 +02:00
Carsten "Tomcat" Book
04c4fa957d Backed out changeset 2b687444223c (bug 1184461) for landing with wrong bug number
--HG--
extra : rebase_source : 0200fb421ef08622252434b8e3f6893e735befb7
2016-08-04 14:43:25 +02:00
Wes Kocher
99881f0cb0 Merge m-c to fx-team, a=merge 2016-08-03 16:47:57 -07:00
Sebastian Hengst
8a61e08b1b Merge mozilla-central to fx-team to fix eslint-failure. r=eslint-fix 2016-08-03 19:00:08 +02:00
Ruturaj Vartak
71e5066612 Bug 1285863 - Improve UI / UX of devtools JSONView r=ntim
MozReview-Commit-ID: 5gxqmoGvsTl
2016-07-30 08:20:00 -07:00
Hallvord R. M. Steen
bbc7e74d88 Bug 1291069, command should be hello.echo() in protocol.js.md docs. r=jryans DONTBUILD
MozReview-Commit-ID: DwYxfeTeWYN
2016-08-02 09:20:04 +09:00
"Helen V. Holmes"
d6c208a663 Bug 1287310 - Fix asymmetry for new pane toggle. r=ntim
MozReview-Commit-ID: DgZpKVok6L6
2016-07-29 06:31:00 -07:00
Tim Nguyen
5eb6ed0546 Bug 1290466 - Change checked icon state to be green on dark theme. r=helenvholmes
MozReview-Commit-ID: Adga9N6CaVs
2016-08-02 09:04:49 -07:00
Carsten "Tomcat" Book
cc6b6404c0 Merge mozilla-central to fx-team 2016-08-02 17:13:42 +02:00
Carsten "Tomcat" Book
f470e82ee2 merge fx-team to mozilla-central a=merge 2016-08-02 17:04:48 +02:00
Jaideep Bhoosreddy
155cd76eb3 Bug 1290527 - Fix a parsing issue for sourcemapped locations on Windows. r=jsantell 2016-07-30 19:50:00 -04:00
Carsten "Tomcat" Book
2b209649d6 merge fx-team to mozilla-central a=merge 2016-07-31 17:41:56 +02:00
Dalimil Hajek
46ffcbfa16 Bug 1281206 - Remove ObjectLink and ObjectBox reps. r=lclark 2016-07-30 02:10:00 -04:00
Tim Nguyen
a8febff931 Bug 1288888 - followup: also fix filter icon for JSONViewer. r=me DONTBUILD
MozReview-Commit-ID: RrHyIjOC4e
2016-07-30 07:13:53 -07:00
Tim Nguyen
d8d980430e Bug 1288888 - Followup: fix rule filter icon to be visible on all themes. r=me
MozReview-Commit-ID: GpXdjJC16KC
2016-07-30 06:59:45 -07:00
Jarda Snajdr
d603d43aeb Bug 1283901 - Intermittent devtools/client/webconsole/test/browser_console_error_source_click.js. r=bgrins 2016-07-29 08:29:00 -04:00
Carsten "Tomcat" Book
fc8e03f0d8 Merge mozilla-central to autoland 2016-07-30 16:49:41 +02:00
Julian Descottes
d543af53bc Bug 1288213 - disable browser_layout_update-after-navigation.js too many intermittent failures;r=me
MozReview-Commit-ID: 9jJLXtp665W

--HG--
extra : rebase_source : 3c77b2043f5ee05512a07b9f834f8ad2388096db
2016-08-05 18:16:15 +02:00
Jarda Snajdr
198d6c27e0 Bug 1286281 - Part 8: Mochitest for WebSocket-based debugger transport r=jryans
MozReview-Commit-ID: AcDb9vj9t5X
2016-08-05 05:02:00 -07:00
Jarda Snajdr
3d501e4ccf Bug 1286281 - Part 7: Add WebSocket transport option to chrome debugger server r=jryans
MozReview-Commit-ID: 3gkcU2Zl8Pq
2016-08-01 08:00:00 -07:00
Jarda Snajdr
2fb63ed807 Bug 1286281 - Part 6: Add WebSocket transport option to debugger server r=jryans
MozReview-Commit-ID: 66qvFYgB3jW
2016-08-03 03:40:00 -07:00
Jarda Snajdr
a10a76f5ba Bug 1286281 - Part 5: Add WebSocket transport support to debugger client and server sockets r=jryans
MozReview-Commit-ID: CN76KNcHtEY
2016-08-03 02:58:00 -07:00
Jarda Snajdr
9af5d7880e Bug 1286281 - Part 4: WebSocket-based debugger transport r=jryans
MozReview-Commit-ID: G4h7Z3KJTMA
2016-08-03 00:50:00 -07:00
Jarda Snajdr
06b68bac22 Bug 1286281 - Part 3: WebSocket server for WebSocket remote debugger transport r=jryans
MozReview-Commit-ID: DFcPTayju7m
2016-08-05 05:00:00 -07:00
Tim Nguyen
0ac8318df5 Bug 1288897 - Fix devtools-responsiveui-close icon color. r=jryans
MozReview-Commit-ID: ELRooeIVlmU

--HG--
extra : transplant_source : %C3r%B0%60%22%AE%A6%A5%C5%F1%F9%2B%9D%14%D0%A8%86%2C%C7%FE
2016-07-29 03:53:23 -07:00
Ricky Chien
d97941f0fb Bug 1102269 - Fixed infobar getting outside visible area r=ntim
MozReview-Commit-ID: 7yNokF0bjj9
2016-08-02 16:51:06 +08:00
Wes Kocher
b7cd69efb7 Merge m-c to autoland, a=merge 2016-08-03 16:47:31 -07:00
Yura Zenevich
b3a1d43416 Bug 1289170 - improving keyboard accessibility for dev tools tabbar. r=bgrins
MozReview-Commit-ID: 10WSu9nGYmz

--HG--
extra : rebase_source : 0053d258b8abaa34a934289a4d21d3cb7b833efe
2016-08-03 17:05:00 -04:00
Carsten "Tomcat" Book
6b13b3cde6 Merge mozilla-central to autoland 2016-08-03 17:08:48 +02:00
Tom Tromey
dcacc7afac Bug 1287915 - support webpack "raw!" requires in devtools loader; r=jryans
MozReview-Commit-ID: 1H6ogaMrZPV

--HG--
extra : rebase_source : b5e35bb035a2bf9927d4ee6416e4b8b86c38006b
2016-07-28 12:11:42 -06:00
Greg Tatum
2ba8b8b1ab Bug 1275939 - replace domUtils.getCSSValuesForProperty in inplace-editor.js r=tromey
MozReview-Commit-ID: KtuAWnNsnaq

--HG--
rename : devtools/server/tests/mochitest/test_css-properties.html => devtools/server/tests/mochitest/test_css-properties_01.html
extra : rebase_source : 3002ac705c2a99fa04796666aa40261abdc87646
2016-08-01 09:34:00 +02:00
Michael Ratcliffe
36f9d4585e Bug 1236737 - Stop intermittent timeouts in browser_cmd_screenshot.js r=me
MozReview-Commit-ID: DLlHhPMWIB5
2016-08-03 12:09:43 +01:00
Steve Chung
0110384f71 Bug 1288401 - Inspector sidebar tabs are missing the :active styling. r=ntim
MozReview-Commit-ID: 3Mhc25G9AK3
2016-07-26 18:06:20 +08:00
Steve Chung
fc3f836b49 Bug 1253330 - Fix heap-tree-item-field heap-tree-item-name inline style (margin-left) in RTL. r=ntim
MozReview-Commit-ID: Irz2x4P7hx4
2016-08-03 14:24:19 +08:00
Eddy Bruel
1244c00ca8 Bug 1184461 - If a listener is not callable, assume it is an event listener object. r=past
In ThreadActor._getAllEventListeners, we construct a list of handler functions
for each target in the event target chain of a given event target. If a handler
is an event handler object, we obtain the handler function from its handleEvent
property. Otherwise, the handler function is assumed to be the handler itself.

To detect whether a handler is an event handler object, we would check its class
name property. This approach is fragile for several reasons: if the handler is
a proxy, accessing its class name may cause the debuggee to run. Moreover,
since accessing a proxy's class name requires us to enter the compartment of the
proxy's handler, if the latter is a security wrapper, accessing its class name
will cause security warnings in debug mode.

Since a handler is either an event handler object or a function, it should be
safe to assume that a handler is an event handler object if and only if it is
not callable. Checking whether a proxy is callable cannot cause the debuggee to
run. Moreover, it does not require us to enter the compartment of the proxy's
handler, thus avoiding the security warnings we mentioned earlier.
2016-08-03 14:26:06 +02:00
Julian Descottes
6114a6fff7 Bug 1288884 - force direction LTR in autocomplete popups;r=bgrins
MozReview-Commit-ID: FMeNPWfaVYd

--HG--
extra : rebase_source : fb7b3c0c0dd35ac35522c87078beace0cb963e62
2016-07-25 10:45:03 +02:00
Tim Nguyen
b22be55802 Bug 1288963 - Fix inversion of various devtools icons. r=bgrins
MozReview-Commit-ID: LHBWeczyPpV
2016-07-29 08:37:00 -04:00
Evan Tseng
46cc6a469a Bug 1286892 - Set font size on tabs navigation as 11 px r=ntim 2016-07-28 18:13:45 +08:00
Gabriel Luong
90e500675b Bug 1289995 - Implement the basic design spec of the box model in the computed view r=bgrins
- Moves the computed view toolbar back to the top
- Removes the outline to the property name and values and the arrow beside the
property values in the computed view
- Use the compact form of the box model
- Hide the box model when filtering the computed view
2016-07-29 15:05:54 -04:00
Jarda Snajdr
64e8b494ae Bug 1287172 - Console netlogging: sanitize POST body data when it's a longString. r=bgrins 2016-07-28 02:49:00 -04:00
Jarda Snajdr
b2c62bc584 Bug 1278797 - Fix requests-menu-stack-trace direction in RTL locales. r=bgrins 2016-07-28 07:20:00 -04:00
Steve Chung
86ff151186 Bug 1287422 - Don't overlap font-showall button and scrollbar in the Font Inspector. r=ntim
MozReview-Commit-ID: ANNw9BlrxFj

--HG--
extra : transplant_source : %7C%BDET%CB%89%D4%A5%F2%1A%3F%F3f%CA%B4%B9%FAY%3D%99
2016-07-25 15:57:24 +08:00
Michael Ratcliffe
8bf82a521a Bug 1278889 - Stop the toolbox losing focus when changing docking modes. r=bgrins
MozReview-Commit-ID: 7yyrLumR3BZ
2016-08-04 16:37:17 +01:00
Nicolas Chevobbe
d72dd2ca63 Bug 1288529 - New console frontend: Handle console.count calls without label. r=me
--HG--
extra : rebase_source : 8634895d2950705bb2a79b03ea21158d3717fdf5
2016-07-21 22:43:48 +02:00
Peter Elmers
cc393a0847 Bug 1288526 - New console frontend: Add test for performance of searching/clearing. r=bgrins
--HG--
extra : rebase_source : 9cf5e1b6bfeb1c9f80003c6e5a8659a1a0fb590b
2016-07-21 13:37:30 -07:00
Greg Tatum
34824c4105 Bug 1290142 - Lint devtools/client/performance/test/; r=jsantell
MozReview-Commit-ID: FprlN3Vm9H7

--HG--
extra : rebase_source : f9b225e5a4464b7e6f937e4670a0bfbf472dc916
2016-08-02 17:18:01 -05:00
Greg Tatum
d1d2c48243 Bug 1290142 - Lint devtools/client/performance/test/unit; r=jsantell
MozReview-Commit-ID: IDBF4mmHElf

--HG--
extra : rebase_source : e50e7b1ec68f89efc35a466de8362ccbf988d2a5
2016-07-28 16:03:55 -05:00
Greg Tatum
0e9ac53382 Bug 1290142 - Lint devtools/client/performance/modules/; r=jsantell
MozReview-Commit-ID: 5Q71TImHlgW

--HG--
extra : rebase_source : f32af3bc22238c61d4abeafa596845809d808f34
2016-07-28 11:53:20 -05:00
Greg Tatum
931e187a6a Bug 1290142 - Lint devtools/client/performance/modules/ subfolders; r=jsantell
MozReview-Commit-ID: 5K3ugb3xAhM

--HG--
extra : rebase_source : f4ba9d278facaca084655e2fc3f5762cf805aee3
2016-07-28 11:52:48 -05:00
Greg Tatum
72753529ec Bug 1290142 - Lint devtools/client/performance/legacy; r=jsantell
MozReview-Commit-ID: 9zX19SxK8rw

--HG--
extra : rebase_source : 54d96b55046b6447e60b2d194989dc7da3b5718d
2016-07-28 10:47:12 -05:00
Greg Tatum
92f73e196a Bug 1290142 - Lint devtools/client/performance/components; r=jsantell
MozReview-Commit-ID: E418yPtONiX

--HG--
extra : rebase_source : 53f70dcefae586f5bb95c7cc21035a0aab71930e
2016-07-28 08:58:05 -05:00
Thomas Wisniewski
2869846cdb Bug 918752 - Override Accept request header to */* in XMLHttpRequest::Send() if it is not specified by the user. r=jst 2016-08-04 12:33:36 -04:00
Steve Chung
955ef1d067 Bug 1289827 - Waiting in netmonitor -> timings isn't visible on dark theme. r=ntim
MozReview-Commit-ID: LlsmPfwZBhV
2016-07-29 11:05:02 +08:00
Jarda Snajdr
4a42482f34 Bug 1290056 - Netmonitor stack trace: filename starting with underscore is incorrectly displayed due to direction: rtl r=bgrins
--HG--
extra : rebase_source : b95add239c43611c771290b4316d4b9b863cccf6
2016-07-29 02:33:00 +02:00
Jarda Snajdr
a6ea378125 Bug 1290056 - Console: filename starting with underscore is incorrectly displayed due to direction: rtl r=bgrins
--HG--
extra : rebase_source : 71f48506baaa3db9af2f06c06997fd665a923926
2016-07-29 02:32:00 +02:00
Sebastian Hengst
e2d982ae86 Merge mozilla-central to mozilla-inbound to fix eslint-failure. r=eslint-fix 2016-08-03 19:05:05 +02:00
Carsten "Tomcat" Book
423bdfd2fd Merge mozilla-central to mozilla-inbound
--HG--
rename : dom/media/platforms/apple/ReorderQueue.h => dom/media/platforms/ReorderQueue.h
2016-08-03 17:08:41 +02:00
Thomas Wisniewski
30e540bdd6 Bug 1285036 - Part 7: Change SetRequestHeader() and related header code to follow the spec more closely. r=baku 2016-08-02 12:50:10 -04:00
Ricky Chien
3595510cde Bug 1286283 - support ARIA for devtools inspector tabs. r=bgrinstead
MozReview-Commit-ID: BOOWwPqmTbT

--HG--
extra : transplant_source : %86%B1%AC%8Eh%16%60%C7i%97%FF%83%0A%5Ec%0E%AE%84%0A%5B
2016-07-20 14:06:44 +08:00
Sami Jaktholm
53a89f1b4a Bug 1270234 - Fix intermittent browser_bug664688_sandbox_update_after_navigation.js. r=bgrins
Page navigation triggers a chain of events that lead to the
console being cleared. If the stars are perfectly aligned,
the clear is triggered after |window.location.href| is executed
but before waitForMessages() looks at the existing messages
in the console. This causes the input line to be lost and
the test times out waiting for it.

These changes make the test to wait for the first clear to happen
before continuing the test.

MozReview-Commit-ID: LWuR8wxc5Lh

--HG--
extra : transplant_source : %9C%AE%A1b%FB%89%23o%CB%C6%3Ah%E1%27F%AD%FA%22%9A%EC
2016-07-30 13:35:36 +03:00
Peter Elmers
07b38d668a Bug 1287613 - New console frontend: use shouldComponentUpdate and add perf test. r=bgrins
--HG--
extra : rebase_source : 7d480f1b4b263fc03db6c4b1546b60477064e94c
2016-07-18 14:49:45 -07:00
Nicolas Chevobbe
7d67aaaadb Bug 1287508 - Part 5: Fix CSS rules and classes for the FilterBar. r=ntim
--HG--
extra : rebase_source : e3f0a6f19924add27a8899e90c9c2eefd5c084b3
2016-08-01 16:58:13 +02:00
Nicolas Chevobbe
5a6842de60 Bug 1287508 - Part 4: Fix CSS for the FilterBar. r=ntim
MozReview-Commit-ID: 82oAZaLkeft

--HG--
extra : rebase_source : 54ec568d4f201f21e7aa4fa1bdf8cc2f7cc12ed5
2016-07-23 01:01:13 +02:00
Nicolas Chevobbe
abed9ce7bc Bug 1287508 - Part 3: Define state defaults in reducers. r=me
--HG--
extra : rebase_source : b4ba9a708fbae947883be7b3ebff2dd048a579fd
2016-07-19 22:02:12 +02:00
Lin Clark
d5a6cc1319 Bug 1287508 - Part 2: Update scroll pinning. r=bgrins
MozReview-Commit-ID: 8KGmtcwEsdv

--HG--
extra : rebase_source : 81d083118aec2fbaeb08d11e6610f9e3cb891391
2016-07-18 15:24:41 -04:00
Nicolas Chevobbe
2f72f50306 Bug 1287508 - Part 1: New console frontend: Add filter bar. r=bgrins
MozReview-Commit-ID: KoIEkQVPg2V

--HG--
extra : rebase_source : 4d07e951076d599f81973f85f2b42762a5de522a
2016-07-18 19:02:19 +02:00
Julian Descottes
e0e5d72712 Bug 1287388 - wait for popupshown event in debugger conditional breakpoint tests;r=jlongster
MozReview-Commit-ID: CXCoUKSLiGb

--HG--
extra : rebase_source : e3ab635af89936ce94b3b7b035c0f3642d9c38f0
extra : intermediate-source : c97889fafc48b0cd6e1d834c08be9d93cc002149
extra : source : 1e7928a478e503297ec79e4d178a9689c0f7b2aa
2016-07-11 10:01:18 +02:00
Julian Descottes
6c3ac9830f Bug 1292163 - delete unused eyedropper.css file;r=zer0
MozReview-Commit-ID: 3DVPmdEXbQT
2016-08-04 16:23:50 +02:00
Julian Descottes
42a2a71cdf Bug 1289150 - prevent HTML element style color to impact highlighters;r=zer0
MozReview-Commit-ID: VJekKGEBQb

--HG--
extra : rebase_source : c2dfd43ba601bc20f88c6b286d91269724609335
2016-08-04 16:39:42 +02:00
Julian Descottes
cf7064b313 Bug 1290086 - use multiline inplace editor for markupview autocompletes;r=gl
MozReview-Commit-ID: AcWBWdq5q7Q

--HG--
extra : rebase_source : e7e872e8d56a285adcb86a9833e333af6abe11dd
extra : amend_source : db23e8b021f7fdb363bef6ada27d15465769d550
2016-08-04 14:49:25 +02:00
Michael Ratcliffe
f52c845ef2 Bug 1287389 - Stop showing URLS on devtools hover r=bgrins
MozReview-Commit-ID: CLLFlyXePyp
2016-08-05 11:38:15 +01:00
Eddy Bruel
f2ee475ad4 Bug 1281040 - Make sure we detach from worker client when target is destroyed. r=jlongster 2016-08-08 07:53:37 +02:00
Julian Descottes
70894bd879 Bug 1288752 - mdndocs tooltip: consistent behavior on Visit MDN Page link click;r=bgrins
MozReview-Commit-ID: Kg0yYwi4nwV

--HG--
extra : rebase_source : a794315867ab770a95c8d432dd1934bd9835efec
2016-07-25 16:50:55 +02:00
Julian Descottes
ae7bd89cb6 Bug 1285591 - fix accessibility in devtools autocomplete using suggestion list clone;r=bgrins
Devtools autocomplete popups are hosted in a different document from the input
being autocompleted. To allow accessibility tools such as screen readers to still
make sense of this widget, a clone of the suggestion list is now inserted in the same
document as the input, and the aria-activedescendant attribute is updated on the input
accordingly.

MozReview-Commit-ID: 8rFjF6nvEyU

--HG--
extra : rebase_source : 04a4574aee30206c3ac5dbeadcebaea89f0888c3
2016-07-22 17:35:03 +02:00
Wes Kocher
2e8a001926 Merge m-c to fx-team, a=merge 2016-07-28 17:04:33 -07:00
Sebastian Hengst
1112b7a522 Bug 1289067 - Tooltip for 'Analyze' button (shown if netmonitor view empty) not shown. r=jryans
MozReview-Commit-ID: Kj0UGz97v6X

--HG--
extra : rebase_source : b2fcc1bf9358f06f1a3b1e5f25a2b69e60b7f7e9
2016-07-28 20:45:01 +02:00
Tom Tromey
0368ffde20 Bug 1278473 - write shim Services.focus; r=gregtatum
MozReview-Commit-ID: 1D2EjcoiEz6

--HG--
extra : rebase_source : 76077c2c1919372df56a4aacdb62ae1d7f60f224
2016-07-26 08:03:24 -06:00
Tom Tromey
6e07b3929e Bug 1278473 - use Services.focus, not nsIFocusManager, in devtools; r=gregtatum
MozReview-Commit-ID: Ep3G0S62clm

--HG--
extra : rebase_source : 9be4d670dd5262fdb031eba01566007d24c8fa03
2016-07-25 12:24:36 -06:00
Luca Greco
5e6bb687e5 Bug 1285557 - Fix eslint errors on webbrowser devtools actor. r=jryans
MozReview-Commit-ID: 5TdmJHqqsn2

--HG--
extra : rebase_source : 11eb21043566f0899814a339d7bbcd61823f5609
2016-07-25 12:18:33 +02:00
Luca Greco
414d13d7e7 Bug 1285557 - Add a new WebExtension debug tests into about:debugging tests. r=ochameau, r=jryans
MozReview-Commit-ID: Ew1DpyJ940R

--HG--
rename : devtools/client/aboutdebugging/test/browser_addons_debug_bootstrapped.js => devtools/client/aboutdebugging/test/browser_addons_debug_webextension.js
extra : rebase_source : f8d0387ca11740fa8010818b431600db02361ac3
2016-07-25 16:20:44 +02:00
Luca Greco
d01ad0fefd Bug 1285557 - Create a WebExtensionAddonActor based on ChromeActor and TabActor. r=jryans
MozReview-Commit-ID: 70sLUzqHHsl

--HG--
rename : devtools/server/actors/chrome.js => devtools/server/actors/webextension.js
extra : rebase_source : 4e15cd90658dcc28e8cb90414c55cd66865c711e
2016-07-25 16:28:49 +02:00
Gabriel Luong
6dc54f7d80 Bug 1290003 - Change the HTML sidebar tab font-size to 11px r=helenvholmes DONTBUILD 2016-07-28 11:50:37 -04:00
Carsten "Tomcat" Book
1e0260eddf Merge mozilla-central to fx-team 2016-07-28 17:44:58 +02:00
gasolin
41cef5fc4b Bug 1285528 - [RTL] Collapse/Expand pane button is not properly displayed. r=ntim
MozReview-Commit-ID: KITju7vmqW6

--HG--
extra : transplant_source : %BA%AF%A9%BB%B2%01%28y2%1ED%40C%BA%1F%0E-p%13%B5
2016-07-26 16:22:30 +08:00
Julian Descottes
2854fc10cc Bug 1289152 - Switch eyedropperOpen flag in Tooltip when picking color. r=zer0
The eyedropper gets hidden when canceled and when selecting a color.
The Tooltip should listen to both events to update its internal state flags.

MozReview-Commit-ID: KYwmybh9mRo

--HG--
extra : transplant_source : %B2%A3o%DA%8A%8A%BA%C51%84%C6gw%5D%2B%C4%E1%D9%92%84
2016-07-25 20:39:01 +02:00
Steve Chung
b104fbf64d Bug 1288996 - Replace float: inline-start before core fully support. r=ntim
MozReview-Commit-ID: IGMzEFIgqmx

--HG--
extra : rebase_source : be5a285ae362ded52b7f9f02c5d3e4fe1fd6ec16
2016-07-25 18:17:01 +08:00
Michael Ratcliffe
3304dd98d6 Bug 1288348 - Disable browser_dbg_split-console-paused-reload.js. r=me
MozReview-Commit-ID: I6Qe48z0jj5

--HG--
extra : rebase_source : 365e4baadb64a4437fbc9fc7d8aef9bd6676b9e7
2016-07-27 14:04:17 +01:00
Dalimil Hajek
c879614c50 Bug 1275890 - The defaultRep for Grip's PropRep should default to grip. r=lclark
--HG--
extra : rebase_source : 4fec48cde29df2e31e6b4008b0fbeebb4d3131a3
2016-07-26 13:20:00 -04:00
Luca Greco
08fdde48aa Bug 1287889 - Adopt webconsole _lastConsoleInputEvaluation when the debugger changes. r=bgrins
MozReview-Commit-ID: 8ujphVlekIL

--HG--
extra : rebase_source : 72a1bc22c87ef2f8d0d848f103880b41e66fe83d
2016-07-25 10:09:14 +02:00
Carsten "Tomcat" Book
7293066753 merge mozilla-inbound to mozilla-central a=merge 2016-07-27 16:35:44 +02:00
Dalimil Hajek
3fdef28070 Bug 1286864 - Reps: array should show how many items is not displayed. r=odvarko 2016-07-27 00:27:00 +02:00
Wes Kocher
9a7b839157 Merge m-c to inbound, a=merge 2016-07-26 16:53:37 -07:00
Wes Kocher
36d1b82cf7 Bug 1287745 - Disable the test for now 2016-07-26 12:51:59 -07:00
Benoit Chabod
f088e392b1 Bug 1288380 - Add a tooltip for the touch simulation button, r=jryans 2016-07-21 09:15:00 +02:00
Steve Chung
498c2851ff Bug 1287371 - Tabs hover style was changed in firebug theme. r=ntim
MozReview-Commit-ID: JRoksyvvdo4

--HG--
extra : transplant_source : e%9D%27%7B%D9%BFv%EAt%81%3D%B2%13%0F%05%7D%EF%90e%18
2016-07-20 17:31:49 +08:00
Michael Ratcliffe
3c64228b0f Bug 1286186 - Reps: Test that array indexes are sorted as numbers; r=honza 2016-07-21 14:39:58 +01:00
Oriol
3e28f15238 Bug 1274657 - When inspecting a proxy, show the [[ProxyHandler]] and [[ProxyTarget]] instead of executing traps. r=jlong 2016-07-23 17:39:00 +02:00
Luca Greco
065bec7ddc Bug 1268773 - Test addon wrapper updated in cached addon actor on reload and upgrade. r=ochameau
MozReview-Commit-ID: Fsdptohp22c

--HG--
extra : rebase_source : 0ca1399280eece985b634cf700116ecdbe766894
2016-07-07 14:55:31 +02:00
Luca Greco
7ce3851ef3 Bug 1268773 - Update the Addon Wrapper for cached addon actors on reload. r=ochameau
MozReview-Commit-ID: AWNPTyIuzCX

--HG--
extra : rebase_source : c736731c2daa322dda16eca9ce8afbdba6ea1bb6
2016-07-06 16:18:58 +02:00
Iris Hsiao
b761be74a0 Backed out changeset 951aa830b051 (bug 1286864) for Mochitest M(oth), M(c1) cases failed 2016-07-27 11:33:08 +08:00
Dalimil Hajek
6d2ac9fc7e Bug 1286864 - Reps: array should show how many items is not displayed. r=Honza 2016-07-26 13:35:00 -04:00
Greg Tatum
4a28de030e Bug 1288830 - Start to lint parts of the performance tool. r=jsantell 2016-07-22 13:55:00 -04:00
Tim Nguyen
18dffb9d48 Bug 1288568 - Pixel snap add.svg. r=helenvholmes
MozReview-Commit-ID: Cl2zaOvcnqm
2016-07-21 17:26:00 -04:00
Tom Tromey
d301b5abee Bug 1272098 - load default prefs into Services shim; r=bgrins
MozReview-Commit-ID: InZRrl47YWS

--HG--
extra : rebase_source : 60a47356f0194157e061bcd135d300f95e025fc6
2016-08-19 14:36:27 -06:00
Towkir Ahmed
7d8d990106 Bug 1293663 - Remove the always-false (useless) 'if' condition from GCLI util.js. r=miker 2016-08-12 14:48:00 -04:00
Oriol
a02b231b14 Bug 997219 - When inspecting an object, do not trim property names except when displaying them. r=fitzgen 2016-08-10 16:18:00 -04:00
Fischer.json
d814fd47e3 Bug 1264582 - Table headers are not removed when selecting an empty storage. r=mratcliffe
MozReview-Commit-ID: Hcfw7dyrDpV

--HG--
extra : transplant_source : %DDH%D0%22%A8%96%C0%F6%EAW%A6%8B%CF%CAA%3Cy%26m%E4
2016-07-01 17:42:07 +08:00
Fischer.json
3f98a1514b Bug 1260382 - Storage inspector incorrectly tries to parse invalid localStorage JSON values. r=miker
MozReview-Commit-ID: 2qz3Iyml5Wf

--HG--
extra : transplant_source : %FD%0F%92%AB%D7Y%C5%D3%BCh%20%B4%9B%85%2B6%8Dc%BBW
2016-07-11 19:05:41 +08:00
Lin Clark
fc8f4ab2ec Bug 1264682 - [rep tests] Add tests for event rep. r=mikeratcliffe 2016-07-22 06:37:00 +02:00
Carsten "Tomcat" Book
7518437a43 merge fx-team to mozilla-central a=merge 2016-07-26 11:55:11 +02:00
Tim Nguyen
8f657367f9 Bug 1288888 - Fix colouring of filter button. r=bgrins
MozReview-Commit-ID: EdBAsFB2R6d
2016-07-25 18:13:40 +02:00
Tom Tromey
2727c3db2a Bug 1286356 - isolate import of Console in event-emitter; r=gregtatum
MozReview-Commit-ID: HIgYdui8wwO

--HG--
extra : rebase_source : 3faef9161155645bbb649681826f68fe2ee3d60f
2016-07-21 13:12:21 -06:00
Tom Tromey
46650a73f4 Bug 1264649 - enable reject-some-requires rule for inspector; r=pbro
MozReview-Commit-ID: AX58XXecRcL

--HG--
extra : rebase_source : ec04a97c61a8cd5ba04e1f144df3f6799852d08b
2016-07-21 09:04:47 -06:00
Carsten "Tomcat" Book
b9a6c687fa merge mozilla-inbound to mozilla-central a=merge 2016-07-25 15:50:41 +02:00
Carsten "Tomcat" Book
42933ba381 merge fx-team to mozilla-central a=merge
--HG--
rename : devtools/client/shared/css-color.js => devtools/shared/css-color.js
2016-07-25 15:49:05 +02:00
Towkir Ahmed
557bc92405 Bug 1285895 - Mouse cursor changed to 'default' from 'pointer' while hovering on 'Cause' and 'security' icon in devtools > netmonitor. r=jsnajdr 2016-07-22 11:08:00 +02:00
Wes Kocher
6517ee3462 Backed out 6 changesets (bug 1244227) for m(cl) failures
Backed out changeset 0cf1259b7073 (bug 1244227)
Backed out changeset d5866b9dd3d9 (bug 1244227)
Backed out changeset 49b5309e3415 (bug 1244227)
Backed out changeset 33bc49f015a7 (bug 1244227)
Backed out changeset f680f6460f07 (bug 1244227)
Backed out changeset 5a4bb3258978 (bug 1244227)
2016-07-22 13:32:37 -07:00
Jan de Mooij
e0ae8a8c5a Bug 1286795 part 5 - Change some classes to take JSContext instead of JSRuntime. r=terrence 2016-07-23 19:53:03 +02:00
Jan de Mooij
0770a8d8b4 Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen 2016-07-23 19:52:25 +02:00
Yura Zenevich
7ebb9d306e Bug 1226877 - make toolbox panels inaccessible with keyboard when they are hidden or collapsed. r=bgrins
MozReview-Commit-ID: IEj81E2Y5wv
2016-07-22 16:20:58 -04:00
Yura Zenevich
2f3c416bde Bug 1226877 - make collapsed details pane hidden using visibility: hidden to be inaccessible by both keyboard and a11y tools. r=bgrins
MozReview-Commit-ID: 4DxnGDpRLHf
2016-07-22 16:20:58 -04:00
Tom Tromey
e25aa64b18 Bug 1290230 - move clipboard helper to new devtools platform module; r=gregtatum
MozReview-Commit-ID: 53tOehW9kxo

--HG--
extra : rebase_source : 3feb127498bf78607e5836d53739ac15226a6ed4
2016-08-12 12:52:40 -06:00
Steve Chung
7f2813b0fe Bug 1284855 - Reps: match spacing and brace placement in nested objects/arrays. r=Honza
MozReview-Commit-ID: 8SwCGEU0Zak

--HG--
extra : rebase_source : 05c57c7c5065b45b4a65b5319007b3977e1fd0b0
2016-07-19 16:17:22 +08:00
Steve Chung
ebefbe7ea4 Bug 1205590 - [RTL] Waterfall twisty direction is wrong in RTL locales. r=ntim
MozReview-Commit-ID: 63gZ4NA3qSi

--HG--
extra : rebase_source : 7c09612639bc8443fe3ebcba68938b2e22d159e5
2016-08-05 14:42:53 +08:00
Steve Melia
d572bfba4b Bug 1275399 - Change inspector breadcrumbs to add RTL functionality. r=jdescottes 2016-06-06 01:25:39 +01:00
Hemanth Kumar Veeranki
c5639fb958 Bug 1284843 - Reps: Don't add quotes around strings. r=linclark
--HG--
extra : amend_source : 6b1ad815c9c3696f5b4c81a2b31809eec02d0d7e
2016-08-03 10:49:00 -04:00
Wes Kocher
45575a7f86 Merge m-c to autoland, a=merge
a=release for the webidl hook for a comment-only change

--HG--
extra : amend_source : e590e515ab273d097f88b35be0e5c999502ebdf4
2016-08-16 22:07:30 -07:00
Wei-Cheng Pan
fd87664d8e Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin
Callers should use a UniquePtr to hold the platform handle.

MozReview-Commit-ID: 6BWnyAf4b3a

--HG--
extra : transplant_source : %26%CA%0D%28%08%9BT%97Z%A1%3Dq%CD%21%A1_%EFE%83%0E
extra : histedit_source : 77f8ed3d0fdec6cce0c95469130ade0fb547bb91
2016-05-27 16:12:51 +08:00
Carsten "Tomcat" Book
8b6316ec5f Merge mozilla-central to mozilla-inbound 2016-07-22 11:59:06 +02:00
Carsten "Tomcat" Book
336105a0de merge mozilla-inbound to mozilla-central a=merge 2016-07-22 11:58:02 +02:00
Carsten "Tomcat" Book
53b9562c23 merge fx-team to mozilla-central a=merge 2016-07-22 11:56:37 +02:00
Carsten "Tomcat" Book
c7846e126c Backed out changeset 16aa7041c009 (bug 1287107) for causing xpcshell and mac tests 2016-07-22 11:30:23 +02:00
Tim Nguyen
47bc319bec Bug 1268591 - followup: correct fill of some white SVGs, and clean them. r=me DONTBUILD
MozReview-Commit-ID: 3Iw78v9lNW6
2016-07-22 02:17:31 +02:00
Tim Nguyen
addc0fdf30 Bug 1163290 - Fix up CSS coverage layout and make its text selectable. r=gl a=kwierso CLOSED TREE
MozReview-Commit-ID: BaKc4zsyHSY
2016-07-22 00:49:50 +02:00
Tim Nguyen
13c2525149 Bug 1268591 - Support new invertIconForDarkTheme flag. r=bgrins, jsantell a=kwierso CLOSED TREE
MozReview-Commit-ID: DfMBsD2u0ow
2016-07-22 00:44:11 +02:00
Tim Nguyen
4b0c49b118 Bug 1268591 - Make devtools icons black by default and invert them for dark theme. r=bgrins a=kwierso CLOSED TREE
MozReview-Commit-ID: DhcotPhGY9w
2016-07-22 00:44:11 +02:00
Nick Fitzgerald
426f871e07 Bug 1241298 - Enable the devtools' memory panel by default. r=jsantell
--HG--
extra : rebase_source : ba60677269501f1ffe525dce28c69d1fa67208ad
2016-07-21 13:10:12 -04:00
Greg Tatum
03144dabc5 Bug 1286232 - Add scripts and tests to automate the css-properties-db. r=pbro
--HG--
extra : rebase_source : b24ee31a2563e25ef46cb8068255f4e8ae4ffb13
2016-07-21 06:54:00 -04:00
Evan Tseng
ade553c6cf Bug 1282791 - Order the props, r=Honza 2016-07-20 18:17:45 +08:00
Nancy Pang
2290b0bb8f Bug 1287474 - Remove uneeded keyboard handler. r=Honza
MozReview-Commit-ID: 41UNnQGPom7

--HG--
extra : rebase_source : 8641c6cdf3ab9944de14ec01fc535e74f2c6ed04
2016-07-18 12:00:25 -04:00
Towkir Ahmed
9e080b773b Bug 1286128 - Prevent eyedropper button from being overflown in the color picker. r=jdescottes
--HG--
extra : rebase_source : 25dcfb2d72fa9d61ce3f5c90ed2e43d8086b0c11
2016-07-21 03:19:00 -04:00
Dalimil Hajek
1636092871 Bug 1275887 - Remove longPropIterator/shortPropIterator in reps. r=odvarko
--HG--
extra : rebase_source : ba7bfb53abc520748629a9fb075c0e5c5569ff5f
2016-07-20 06:22:00 -04:00
Jan Odvarko
8b6f76bc43 Bug 1287413 - Avoid blank area in the Sidebar. r=pbro
--HG--
extra : rebase_source : 3d8bfc8200bbb722689ed80fb87a96e4886a56ed
2016-07-21 07:02:49 +02:00
Jan Odvarko
6ceb664a74 Bug 1287368 - Fix inspector sidebar portrait mode. r=pbro
--HG--
extra : rebase_source : 80728b4530a86bda280f1138eda25e343bae2571
2016-07-19 09:57:59 +02:00
Carsten "Tomcat" Book
4a64baa9d4 merge mozilla-inbound to mozilla-central a=merge 2016-07-21 16:24:36 +02:00
Carsten "Tomcat" Book
ac018ea603 merge fx-team to mozilla-central a=merge 2016-07-21 16:23:11 +02:00
Eddy Bruel
34cdf87c79 Bug 1265727 - Decouple EventLoopLagFront from EventLoopActor. r=fitzgen 2016-07-21 12:52:30 +02:00
Tim Huang
2107711fca Bug 1287607 - Making the stylesheets editor using the system principal to load CSS files from 'chrome://' URL. r=gl 2016-07-19 17:39:00 +02:00
Jaideep Bhoosreddy
55e61dc998 Bug 670002 - Use source maps in the web console w/ performance issues; r=jsantell
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 19:09:00 +02:00
Jaideep Bhoosreddy
02353bc27a Bug 670002 - Tests for source maps in the web console w/ performance issues; r=jsantell
--HG--
rename : devtools/client/framework/test/browser_source-location-01.js => devtools/client/framework/test/browser_source_map-01.js
rename : devtools/client/framework/test/browser_source-location-02.js => devtools/client/framework/test/browser_source_map-02.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.coffee => devtools/client/framework/test/code_binary_search.coffee
rename : devtools/client/debugger/test/mochitest/code_binary_search.js => devtools/client/framework/test/code_binary_search.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.map => devtools/client/framework/test/code_binary_search.map
rename : devtools/client/debugger/test/mochitest/doc_empty-tab-01.html => devtools/client/framework/test/doc_empty-tab-01.html
2016-07-19 14:42:00 +02:00
Wes Kocher
6b345a6cc2 Backed out changeset b9c789ba01a0 (bug 1286186) for test_reps_array.html failures CLOSED TREE 2016-07-20 15:19:45 -07:00
Wes Kocher
2f6e5ed95c Backed out changeset c6a1177a17e4 (bug 670002) because it should have been backed out with the other patch from this bug CLOSED TREE
--HG--
rename : devtools/client/framework/test/browser_source_map-01.js => devtools/client/framework/test/browser_source-location-01.js
rename : devtools/client/framework/test/browser_source_map-02.js => devtools/client/framework/test/browser_source-location-02.js
2016-07-20 15:15:33 -07:00
Wes Kocher
b79af22444 Backed out changeset aab8baf2c5f5 (bug 670002) for eslint failures
--HG--
rename : devtools/client/framework/source-map-service.js => devtools/client/framework/source-location.js
2016-07-20 12:56:46 -07:00
Wes Kocher
e4dedccacf Backed out changeset a6c528c3fe72 (bug 1287413) for ESLint failures 2016-07-20 12:56:39 -07:00
Jennifer Fong
5efe427a53 Bug 1113825 - Nowrap content in console.table(). r=bgrins 2016-07-20 15:19:11 -04:00
Brian Grinstead
e5d3a69c4e Bug 1113825 - Provide option to always wrap table contents into elements;r=gl 2016-07-20 15:19:07 -04:00
James Long
6ab69d6827 Bug 1238173 - remove ScriptStore in use findScripts in debugger r=fitzgen 2016-07-20 14:57:13 -04:00
Sami Jaktholm
f88f710018 Bug 1237492 - Hold a strong reference to the Worker used in webconsole tests. r=ejpbruel
If a reference is not kept, the Worker might be GCd before the test
compteles. If that happens, the test times out as it tries to detach
a worker that has already been destroyed.

The state object is kept around for the duration of the tests so
keeping a reference in the state object ensures the worker
lifetime matches that of the test.

MozReview-Commit-ID: 31F54vHlm3z

--HG--
extra : transplant_source : %C1%97%D86%09Bd%AB%E8%08%98%D4%29%25S%A3%B8%2C%8E%11
2016-07-17 10:10:08 +03:00
Greg Tatum
6f1a0a43ef Bug 1284735 - Fix intermittents in browser_markup_dragdrop_autoscroll_02.js. r=pbro 2016-07-18 10:30:00 -04:00
Dalimil Hajek
806745713c Bug 1244916 - JSON Viewer: empty arrays should hide the zero count. r=odvarko 2016-07-15 07:52:00 -04:00
Dalimil Hajek
adfcd55bb8 Bug 1266549 - Move Pretty Print After Copy Button. r=dwalsh 2016-07-12 08:44:00 -04:00
Dalimil Hajek
4c90223e56 Bug 1244919 - JSON Viewer: show the colon for object attributes. r=odvarko 2016-07-18 09:16:00 -04:00
Michael Ratcliffe
64deb1d13a Bug 1286186 - Reps: Test that array indexes are sorted as numbers. r=honza 2016-07-20 09:30:16 +01:00
Jan Odvarko
9119ba5c03 Bug 1287413 - Avoid blank area in the Sidebar. r=pbro 2016-07-20 10:08:19 +02:00
Jaideep Bhoosreddy
5b25587f88 Bug 670002 - Tests for source maps in the web console w/ performance issues. r=jsantell
--HG--
rename : devtools/client/framework/test/browser_source-location-01.js => devtools/client/framework/test/browser_source_map-01.js
rename : devtools/client/framework/test/browser_source-location-02.js => devtools/client/framework/test/browser_source_map-02.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.coffee => devtools/client/framework/test/code_binary_search.coffee
rename : devtools/client/debugger/test/mochitest/code_binary_search.js => devtools/client/framework/test/code_binary_search.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.map => devtools/client/framework/test/code_binary_search.map
rename : devtools/client/debugger/test/mochitest/doc_empty-tab-01.html => devtools/client/framework/test/doc_empty-tab-01.html
2016-07-19 14:42:00 -04:00
Jaideep Bhoosreddy
8f73e01607 Bug 670002 - Use source maps in the web console w/ performance issues. r=jsantell
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 00:40:00 -04:00
Carsten "Tomcat" Book
8428cd56e3 merge mozilla-inbound to mozilla-central a=merge 2016-07-20 11:20:15 +02:00
Carsten "Tomcat" Book
ac3f25cbe3 merge fx-team to mozilla-central a=merge 2016-07-20 11:17:45 +02:00
Carsten "Tomcat" Book
3f3470615b Backed out changeset 081628fb2043 (bug 1287368) for dt tests failures
--HG--
extra : rebase_source : e1023b71be71a2d611ee90bdaa33db3edd9d1ac6
2016-07-20 10:08:28 +02:00
Carsten "Tomcat" Book
868b17897f merge fx-team to mozilla-central a=merge 2016-07-19 16:09:20 +02:00
Thomas Wisniewski
051c21928e Bug 843579 - Unprefix -moz-any-link. r=bz
--HG--
extra : rebase_source : d5ad8227cc118491f130e1fef01829c594cc9477
2016-07-19 23:13:13 -04:00
Julian Descottes
0858404198 Bug 1287438 - html-tooltip: use level=top for xul panel wrapper;r=bgrins
Using level=float seems buggy when the window to which the XUL panel is attached
changes.

MozReview-Commit-ID: HuOnMDGo38l

--HG--
extra : rebase_source : 1445dc225e2ed5b29b187aa918980f7ffeb227b4
2016-07-18 17:19:24 +02:00
Carsten "Tomcat" Book
ca457776f8 merge mozilla-inbound to mozilla-central a=merge 2016-07-18 17:07:59 +02:00
Carsten "Tomcat" Book
c1adcb3fe5 merge fx-team to mozilla-central a=merge 2016-07-18 17:07:00 +02:00
Carsten "Tomcat" Book
779d97cbaf Backed out changeset a80fdfc128b0 (bug 911216) for high crash-rate on developers - RyanVM request 2016-07-18 16:14:59 +02:00
Carsten "Tomcat" Book
a0992595d6 merge mozilla-inbound to mozilla-central a=merge 2016-07-17 10:08:08 +02:00
Julian Descottes
9c2f3797e2 Bug 1286523 - fix autocomplete popup position in RTL locales;r=bgrins
MozReview-Commit-ID: HRC1ialFBVj

--HG--
extra : rebase_source : f5cd74d94ca82ed7bc2bcb93eacf279c4385ba00
2016-07-13 18:52:37 +02:00
Julian Descottes
50a256422a Bug 1286523 - fix HTML autocomplete overflow issue;r=bgrins
When the autocomplete popup has a scrollbar, the rightmost part
of the suggestions is hidden when using RTL locale.

XUL autocompletes (using the richlistbox) were always displaying the
suggestions using LTR. I couldn't find any CSS rule enforcing this, so
I assume this was a default behavior of the richlist box.
This patch restores the same behavior as before.

MozReview-Commit-ID: 9AcMxEe6tuL

--HG--
extra : rebase_source : 9329892b3d387739ffc9c53d3c89b3a30e8833ff
2016-07-13 19:19:12 +02:00
Julian Descottes
50dbb87670 Bug 1286553 - HTMLTooltip: consume only left click events;r=bgrins
MozReview-Commit-ID: Hr0Lwv8Zx5C

--HG--
extra : rebase_source : 5464c3881db5ad0413cb3ca3a8103c88d970d851
2016-07-14 16:13:11 +02:00
Wes Kocher
f1c8c320a4 Merge m-c to fx-team a=merge CLOSED TREE 2016-07-15 17:00:50 -07:00
Carsten "Tomcat" Book
0f6e33eb43 Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2016-07-15 16:16:45 +02:00
Carsten "Tomcat" Book
9ba6fd1d48 merge fx-team to mozilla-central on a CLOSED TREE 2016-07-15 16:13:58 +02:00
Wes Kocher
6672e5c1f9 Backed out changeset 453c308dcab1 (bug 1259819) for devtools bustage CLOSED TREE 2016-07-14 12:54:41 -07:00
Tim Nguyen
0fba68f1dc Bug 1286872 - followup: move back --tool-options-image to toolbars.css to avoid disappearing icons. r=me
MozReview-Commit-ID: 8PKDa7BO5v4
2016-07-14 19:29:27 +02:00
Ruturaj Vartak
cb9820838f Bug 1285747 - Replace magnifying-glass-*.png with search.svg r=ntim
MozReview-Commit-ID: 8Mpolesv2XU
2016-07-13 21:53:00 +02:00
Till Schneidereit
3a9eed06fe Bug 911216 - Part 30: Enable SpiderMonkey Promise implementation. r=bz,efaust,bholley,Paolo,tromey,shu
Also contains folded version of the following patches that have to land at the same time with enabling the new implementation (or be backed out at the same time, if it comes to that):

Add Promise checks to test_xrayToJS.xul. r=bholley
Change Promise debugger hook tests to use Promise ctor instead of makeFakePromise. r=shu
Change DOM interface tests to assume Promise is an ES builtin, not a DOM one. r=bz
Remove some PromiseDebugging references. r=bz
Adapt promise rejections test to new xray-unwrapping error. r=bz
Fix expectations in browser_timelineMarkers tests. r=tromey
2016-07-16 15:05:12 +02:00
Hemanth Kumar Veeranki
9645dd1d36 Bug 1284844 - Reps: use quotes around text in ObjectWithText. r=me
MozReview-Commit-ID: ECn7bF3jnzK

--HG--
extra : rebase_source : fab00828cfec159145c02eb474ad8ce71987bf3d
2016-07-11 14:09:10 -04:00
Steve Chung
451e3bbbcb Bug 1283522 - Reps: support -0 grip in number rep. r=linclark
MozReview-Commit-ID: BWvMlbNdckG

--HG--
extra : rebase_source : fe9efa84f88e82cb5c0383ef87f071cf34abd85b
2016-07-13 11:37:27 +08:00
Carsten "Tomcat" Book
bfcc10319e merge mozilla-inbound to mozilla-central a=merge 2016-07-14 11:45:54 +02:00
Carsten "Tomcat" Book
42c9a619ec merge fx-team to mozilla-central a=merge 2016-07-14 11:44:21 +02:00
Iris Hsiao
aeb367f736 Backed out changeset bb5d09eec5ee (bug 1285053) for failures in test_evaluation-result.html 2016-07-14 15:18:12 +08:00
Alexandre Poirot
d63a3adedf Bug 1285229 - Prevent duplicated context menu in the Inspector on Windows. r=jdescottes 2016-07-13 15:44:20 -07:00
Boris Zbarsky
63c6b08058 Bug 790997. Align our tokenization of CSS bad-url-token with the CSS Syntax Level 3 CR. r=heycam,tromey
The main change is that once we discover we have a bad-url-token we consume
everything up to, but not including, the next ')' character.  While we do this
we can cross line boundaries and don't bother about matching braces or quotes.
We just keep going until we find the ')' or hit EOF.
2016-07-13 22:54:20 -04:00
Carsten "Tomcat" Book
d50eba7171 merge fx-team to mozilla-central a=merge 2016-07-13 17:24:54 +02:00
Ricky Chien
c68666cebd Bug 1280791 - Don't apply min-width to the command-button-frames checkbox in firebug theme r=Honza
MozReview-Commit-ID: 1BrYfWKqwsP
2016-07-08 16:44:21 +08:00
Wes Kocher
9f14454fd8 Backed out changeset a097b61f5810 (bug 1247729) for timeouts in browser_layout_update-after-reload.js a=backout 2016-07-13 14:26:06 -07:00
"Helen V. Holmes"
a69c6d47a0 Bug 1247331: Make import snapshot an icon,r=ntim
MozReview-Commit-ID: 4p73KYag0sT
2016-07-12 20:26:00 +02:00
"Helen V. Holmes"
1f0ac93255 Bug 1260523, pixelsnap more toolbar icons and use thin style, r=ntim
MozReview-Commit-ID: 5jOCtKVuhSR
2016-07-13 10:42:00 +02:00
Gabriel Luong
5b057c4044 Bug 1247729 - Move the box model panel into the computed styles panel r=jdescottes 2016-07-13 12:20:57 -07:00
Kris Maglione
5421efdfa0 Bug 1284020: Treat window.fetch/window.XMLHttpRequest the same as the global variants in content scripts. r=aswan
MozReview-Commit-ID: Cuz6CiNZdrd

--HG--
extra : source : 56d636b5d961f3accab65064e7f81be1f78ad81e
extra : amend_source : cdf3359ed7c3e77ba21c942d2fc0280c8146648a
2016-07-12 15:45:07 -07:00
Julian Descottes
029b4e9398 Bug 1284259 - store eventEditors map on EventTooltip instance to fix destroy failures;r=ochameau
MozReview-Commit-ID: XbahMTzqUA

--HG--
extra : rebase_source : 13b5881c998a4a6b4f6b6b016a11bbf08a5b21ae
2016-07-13 15:52:07 +02:00
Alexandre Poirot
40b35eb1d4 Bug 1284259 - Prevent exception while dismissing event tooltip details. r=jdescottes
MozReview-Commit-ID: 4BjCwSv8QdB

--HG--
extra : rebase_source : edb30ed54f56df4e86f07de92f37657263d3ced0
2016-07-13 13:15:01 +02:00
Julian Descottes
14cb1ca969 Bug 1268178 - fix browser_addons_debug_bootstrapped.js intermittent;r=ochameau
MozReview-Commit-ID: C3yoZnnBjkV

--HG--
extra : rebase_source : f534effa63536d9de485e9ce24af003f80563881
2016-07-13 13:11:11 +02:00
Lin Clark
c12ffe35ae Bug 1285549 - New console frontend: display console commands in console output. r=me
--HG--
extra : rebase_source : 7430bbdb843a79aba0beaba2013bc1ae5bacf6d2
2016-07-12 18:57:00 -04:00
Lin Clark
3eecfb03d8 Bug 1285549 - Part 1: Add an Immutable.Record type for ConsoleMessages. r=me
MozReview-Commit-ID: HxlrNypyFn8

--HG--
extra : rebase_source : adc8697a5af2e2bb4d80956a8fde167c5254ffa1
2016-07-08 10:29:41 -04:00
Wes Kocher
85c761efaa Merge m-c to autoland, a=merge 2016-07-13 14:12:44 -07:00
Lin Clark
abca42c746 Bug 1285053 - New console frontend: use variables view link for object inspection. r=bgrins
--HG--
extra : rebase_source : 83611d0790c1052404d1c321e2b91103a8f98ba6
2016-07-12 13:19:49 -04:00
Nicolas Chevobbe
ce9ee8dc43 Bug 1286710 - Reps: Use correct ellipsis character "…" . r=Honza
MozReview-Commit-ID: 6mpNrWhX6vc

--HG--
extra : transplant_source : %F6F%98hGo%F2%F2%F6%14%BC%8C%CC%24%DA%A3%CAt%945
2016-07-14 11:53:10 +02:00
Sebastian Hengst
66bdd9abc3 Backed out changeset 0845f945173f (bug 1266414) for still failing browser_device_modal_exit.js. r=backout 2016-07-13 11:23:34 +02:00
Helen V. Holmes
f652f6f6da Bug 1266414 - Device modal fades in/out. r=jryans
MozReview-Commit-ID: 90oZoGDlRDt
2016-07-12 07:28:00 -04:00
Helen V. Holmes
ffba5133a4 Back everything out from bug 1266414 to fix bustage. r=backout 2016-07-13 10:02:08 +02:00
Wes Kocher
95686f8aa2 Backed out changeset 8c882ca5b996 (bug 1266414) because the test is still failing 2016-07-12 16:08:51 -07:00
Helen V. Holmes
51ae650d57 Reland with fixup Bug 1266414 - Device modal fades in/out. r=jryans
--HG--
extra : amend_source : 416e58ff7e1ff28ca7521e273714de9aadf55c71
extra : histedit_source : 2c1bbfce832ff2f6605fcf3d9b4bd69930ba035e%2C2085d6494520aecf4563821b870af70facc2d668
2016-07-12 14:27:10 -07:00
Tim Nguyen
1d3d814327 Bug 1266414 - Fix dt6 browser_modal_device_exit|submit.js failure. r=bustage
MozReview-Commit-ID: 90oZoGDlRDt
2016-07-12 23:24:07 +02:00
Wes Kocher
b30d0a6ed9 Backed out changeset b9cd9d6a4abe (bug 1266414) for browser_device_modal_exit.js failures a=backout 2016-07-12 14:20:24 -07:00
Julian Descottes
6bc3c91358 Bug 1283454 - migrate MDN docs tooltip to use HTML;r=ochameau
MozReview-Commit-ID: 50DceNmgGAQ

--HG--
extra : rebase_source : 669214f693c863eab72c24d3be9936fc049dd365
2016-07-05 14:39:52 +02:00