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
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
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