Commit Graph

2697 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
c6d661cfe2 merge mozilla-inbound to mozilla-central a=merge 2016-06-07 15:23:03 +02:00
Masatoshi Kimura
dfb8d11072 Bug 1268728 - Remove ability to enable RC4. r=keeler 2016-06-07 22:17:43 +09:00
Eric Faust
aa9c6fd13b Bug 1115779 - Fix buggy devtools test, solving intermittent timeouts. (r=bgrins) 2016-06-07 10:54:37 -07:00
Wes Kocher
807cf956d8 Merge m-c to inbound, a=merge 2016-06-06 17:14:49 -07:00
Wes Kocher
ab48b7cb10 Bug 1278400 - disable browser_eyedropper_cmd.js because it's failing a=test-only CLOSED TREE 2016-06-06 15:17:42 -07:00
Julian Descottes
eac10d79af Bug 1277501 - convert inspector breadcrumbs to shortcut-key API;r=ochameau
Existing keyboard shortcuts have been reimplemented using the new shortcut-key
api.

A keypress handler was removed  on the breadcrumbs buttons, it had no use
since a focused button is always selected.

MozReview-Commit-ID: JTSRxwQGSlh

--HG--
extra : rebase_source : 4466162a2cf2bd77cb50ee77ea5843c973ceb5b2
2016-06-02 12:04:14 +02:00
Jarda Snajdr
45e8d66845 Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests r=ochameau
MozReview-Commit-ID: Bjkl2XB3sFs
2016-06-03 01:55:00 +02:00
Jarda Snajdr
2276274acd Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
MozReview-Commit-ID: HauaLcPTZ5r
2016-06-03 03:24:00 +02:00
Jarda Snajdr
d56d19a26c Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend r=ochameau
MozReview-Commit-ID: BdrqblFyC66
2016-06-01 01:03:00 +02:00
Jarda Snajdr
0cb10b0230 Bug 1253794: Tolerate missing params in sjs_content-type-test-server.sjs, fix intermittent browser_net_statistics failures r=ochameau
MozReview-Commit-ID: Gq6omQpwiSs
2016-06-06 02:32:00 +02:00
Carsten "Tomcat" Book
2777857538 Merge mozilla-central to fx-team 2016-06-06 12:03:36 +02:00
Carsten "Tomcat" Book
4aea0165dc merge mozilla-inbound to mozilla-central a=merge 2016-06-06 11:55:56 +02:00
Sami Jaktholm
85c7fb9737 Bug 1264434 - Use String.prototype.includes in browser_webconsole_bug_597136_network_requests_from_chrome.js. r=bgrins
String.prototype.contains was removed from Firefox 48 completely after
it was renamed to String.prototype.includes. The test includes a
call to .contains() which is triggered whenever random JavaScript
error occurs during the test (hence the intermittency).

MozReview-Commit-ID: 7nbRm94JM7O

--HG--
extra : rebase_source : e969bc1ad46120509deec31066ea63ebbb7de9c9
2016-06-05 05:49:12 +00:00
Stephanie Ouillon
e4fbe1d9ac Bug 1247459 - Meta and header CSP are merged without a semicolon. r=ckerschb 2016-05-17 15:34:53 +02:00
Andrea Marchesini
c30cdb7269 Bug 989619 - patch 2 - console API should use webIDL namespaces, r=bz 2016-06-04 09:32:51 +02:00
Florian Scholz
f1bdb4fcf0 Bug 1179876 - Add more doc links to console errors; r=mrrrgn
--HG--
extra : rebase_source : 8a30c3767fe375db71fcc26167338791625ba8b5
2016-06-03 08:54:54 -07:00
Yura Zenevich
4b0480b626 Bug 1277858 - adding more polish to console input focus style. r=bgrins
MozReview-Commit-ID: 1LVCcYe1a0S

--HG--
extra : rebase_source : aa9127344471d051e791214a2e7bedfa83199ebc
2016-06-03 14:15:29 -04:00
Nick Fitzgerald
da8d89330d Bug 1277414 - Remove the memprof actor; r=ejpbruel 2016-06-02 10:04:27 -07:00
Matteo Ferretti
a41de14037 Bug 1267278 - remove the usage of some add-on SDK modules, and refactoring the unit tests; r=jryans
- removed responsive.html/events.js
 - added `isActiveForWindow` method to `ResponsiveUIManager`
 - simplified how the check for RDM menu is done
 - re-enabled tests for OS X debug in e10s
 - refactored tests using `BrowserTestUtils`

MozReview-Commit-ID: 1TADh1dRVcU
2016-06-02 18:55:22 +02:00
Eddy Bruel
df95089a05 Bug 1272724 - Move nodeSpec into its own file;r=ejpbruel 2016-06-02 17:46:11 +02:00
Eddy Bruel
6cd5859b6c Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans 2016-06-02 17:42:24 +02:00
Raul Glogovetan
aa3e78365b Bug 1018721 - Changed wording for screenshot button tooltip. r=vporof 2016-06-02 09:54:24 -05:00
Jan Odvarko
cc37aa21c3 Bug 1276661 - Fix notification bar colors on Linux. r=bgrins
--HG--
extra : rebase_source : 01f838d13b2308c52c20b4968be52449bc9f0d7c
2016-05-31 17:14:43 +02:00
Sami Jaktholm
ef4eead563 Bug 1230990 - Wait for the source text to finish loading before signaling that source has been shown in the debugger. r=ochameau
Currently viewSourceInDebugger() only waits for a source to be shown if it is
not the selected one. If the requested source is selected by default, it might
already be selected when the isLoading check is made. However, the actual
source text might still be loading since it is loaded asynchronously.

In this case the method does not wait for the source to be shown meaning the
method resolves before the source is ready in the debugger. This causes
browser_toolbox_view_source_01.js to fail intermittently with wrong
line number since it looks at the focused line BEFORE the source text has
loaded and the correct line is selected.

This changeset modifies the behavior of viewSourceInDebugger() to also wait for
source shown event if the source is already selected but still loading.

MozReview-Commit-ID: JvxjJ5Yt19a

--HG--
extra : rebase_source : d4ed2e02bb8bfd734e23600e06accf3e34be16cc
2016-05-21 10:50:51 +03:00
Patrick Brosset
69624b414f Bug 1277571 - Bind the scroll function to this in breadcrumbs to pass it to event handlers; r=jdescottes
MozReview-Commit-ID: bi6ix3k3Ey

--HG--
extra : rebase_source : 1252ab8e944f0cc17052e3ff4f5ed2cb29fa614e
2016-06-02 16:32:46 +02:00
Carsten "Tomcat" Book
3b31f13666 Backed out changeset f3bdf3ebaf4c (bug 1202458) for test failures in test_inspector-mutations-value.html - missed that changeset in the backout before, sorry 2016-06-02 16:32:05 +02:00
Carsten "Tomcat" Book
d08f21c9a8 Backed out changeset 49d7963e43d8 (bug 1202458) for test failures in test_inspector-mutations-value.html
--HG--
extra : rebase_source : daf55daa5c2f5c0a47babdcf86fb8d81f6ce4b99
2016-06-02 16:30:08 +02:00
Carsten "Tomcat" Book
eb67af1f6f Backed out changeset e74192b1a9c8 (bug 1202458)
--HG--
extra : rebase_source : 95f662b3116ce3c9dc5357578a65672a1f3d5b2a
2016-06-02 16:29:47 +02:00
Carsten "Tomcat" Book
b9a80d272d Backed out changeset b6ba2b9fbe8a (bug 1265730) for bc7 failures in browser_parsable_script.js 2016-06-02 15:59:07 +02:00
Matteo Ferretti
59987f05a7 Bug 1258718 - Simplify highlighters.css adding CSS variables; r=pbro
MozReview-Commit-ID: GyHXNfCxb9f
2016-06-02 13:39:54 +02:00
Julian Descottes
295a067b52 Bug 1202458 - part3: rename ShortLongString to SimpleStringFront;r=pbro
The current name ShortLongString doesn't reflect the current usage of
this class. When looking at the few clients of this class, the reason
for using it is that the string is already accessible on the client
and does not need to be fetched from the server, while still keeping
the same interface as the LongStringFront.

MozReview-Commit-ID: 7MdgH8GzC7q

--HG--
extra : rebase_source : 71a7cbb69f9ccf4d46a6750ed93d8f0ee236177e
extra : histedit_source : 8bad387e697a8288d0ac651d52b8cf8ad9fb0bcb
2016-05-31 16:51:27 +02:00
Julian Descottes
cd86158629 Bug 1202458 - part2: fix eslint errors in string actor;r=pbro
MozReview-Commit-ID: 1nguzarA57L

--HG--
extra : rebase_source : 4861bf47e31ea6d1d0193663a8c92f16eef12214
extra : histedit_source : 28d396641f0c8f12d9f28bc321a72e0666dd2db8
2016-06-02 10:35:03 +02:00
Julian Descottes
fc46d5012b Bug 1202458 - part1: inline text nodes in markupview only if they are short enough;r=pbro
The markup view will now inline a textnode in its container if and only if:
- the text node is the only child (pseudo elements included)
- the text node length is smaller than a predefined limit

If a container is expanded, its text nodes will now always be rendered in full,
no longer as a short version with an ellipsis. When selecting or navigating on
a textnode, the layout will no longer be modified on the fly.

MozReview-Commit-ID: HcDMqjbOesN

--HG--
extra : rebase_source : 908ba5c1cab86018116271402c90992c1fca6d62
extra : histedit_source : f0083b1e4c54cde0fdce12e1d139baa41e7d6cda
2016-06-02 10:41:49 +02:00
Eddy Bruel
b33a96b184 Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans 2016-06-02 13:10:41 +02:00
moby
c4cfe0699b Bug 1278306 - Remove all uses of 'content.location = ' in the webconsole tests; r=bgrins 2016-06-06 13:35:00 +02:00
Carsten "Tomcat" Book
fa87aab90d Merge mozilla-central to fx-team 2016-06-08 12:15:05 +02:00
J. Ryan Stinnett
b48b79960b Bug 1278413 - Clean up code style in worker.js, event-emitter.js. r=tromey
MozReview-Commit-ID: LVbo9i0rPqI
2016-06-07 22:32:40 -05:00
Jan de Mooij
b0f9749010 Bug 1278223 part 1 - Stop using multiple contexts per runtime in gtests. r=fitzgen 2016-06-06 19:45:06 +02:00
Wes Kocher
590b78cd79 Merge m-c to inbound, a=merge 2016-06-08 17:09:04 -07:00
Eric Faust
d774944355 Bug 1279006 - Clean up webaudioeditor node destruction tests, and fix another race condition. (r=bgrins) 2016-06-08 14:54:53 -07:00
Nick Fitzgerald
6d367104ff Bug 1278405 - Decouple the DirectorRegistryFront from the DirectorRegistryActor; r=ejpbruel 2016-06-07 07:53:22 -07:00
Nick Fitzgerald
cb37130245 Bug 1278397 - Decouple the MessagePortFront, DirectorScriptFront, and DirectorManagerFront from the MessagePortActor, DirectorScriptActor, and DirectorManagerActor respectively; r=ejpbruel 2016-06-07 07:53:22 -07:00
Nick Fitzgerald
57d719d08f Bug 1265731 - Decouple DeviceFront from DeviceActor; r=ejpbruel 2016-06-07 07:53:21 -07:00
Nick Fitzgerald
e0776670f7 Bug 1278345 - Decouple the LongStringFront from the LongStringActor; r=ejpbruel 2016-06-07 07:53:21 -07:00
Carsten "Tomcat" Book
231e83cd1f Merge mozilla-central to fx-team 2016-06-07 15:34:09 +02:00
Eddy Bruel
b91e39033c Bug 1265728 - Decouple PromisesFront from PromisesActor; r=ejpbruel 2016-06-07 12:47:20 +02:00
moby
53f40ae755 Bug 1167789 - Do not remove 'inline' from copied text in the style editor; r=bgrins
MozReview-Commit-ID: Jr53MoECfne

--HG--
extra : rebase_source : a71562f2210fc38ba6cb54ed3c527ec33cebec70
2016-06-06 18:50:31 -07:00
Wes Kocher
b1b4fcb462 Merge m-c to fx-team, a=merge 2016-06-06 17:15:31 -07:00
J. Ryan Stinnett
e1d147bbfc Bug 1278357 - Clean up code style in transport.js. r=tromey
MozReview-Commit-ID: 3uFu6AhOfbg
2016-06-06 17:39:50 -05:00
Nicolas Chevobbe
55849577b0 Bug 1276465 - Check if autompleter map item exists before using it. r=bgrins
MozReview-Commit-ID: JqOnT1tT4rS

--HG--
extra : transplant_source : %02%3E%3F/%F3%CF%15%15%BFM%3FX%A2U%07%D7%9D-b%B6
2016-05-28 18:52:10 +02:00
Tom Tromey
e27f135b3b Bug 1277243 - rename promise_defer.js to defer.js; r=jryans
MozReview-Commit-ID: 9TSQ0Cw82B

--HG--
rename : devtools/shared/promise_defer.js => devtools/shared/defer.js
rename : devtools/shared/tests/unit/test_promise_defer.js => devtools/shared/tests/unit/test_defer.js
extra : transplant_source : %20Kh%D2%21%E9%F9%D1%17L%BD%AC%E5%29%1A%11%06%A9.%98
2016-05-27 13:08:48 -06:00
Jaideep Bhoosreddy
4a2fa1ab98 Bug 1262829 - added a hover state to light/dark themes and change color scheme for device selector; r=jryans 2016-06-01 10:56:00 +02:00
Nicolas Chevobbe
8bef064637 Bug 1243259 - Fix dead CPOW intermittent. r=bgrins
MozReview-Commit-ID: Bp4HzR929VJ

--HG--
extra : transplant_source : O%92%C7a%BFB%F5w%A8%19%A8%3F%88x%2C%40%B1%D8%E8a
2016-05-28 22:06:03 +02:00
Nicolas Chevobbe
9b184700df Bug 1235964 - Fix dead CPOW intermittent. r=bgrins
MozReview-Commit-ID: 7KGew84XUHs

--HG--
extra : transplant_source : %9E%B9%08%EC%CE%5D%A1%1EF0%17%93%28%D9%BB%C0%88%B7%5D%F9
2016-05-30 13:54:53 +02:00
Alexandre Poirot
33bf4b8832 Bug 1276073 - Ensure source is loaded and selected before running debugger tests. r=jlongster 2016-06-02 01:44:05 -07:00
Steve Melia
cd0c692386 Bug 1276533: Update test actor to scroll element into view before simulating mouse click;r=ochameau
MozReview-Commit-ID: ElTy62z8tl6

--HG--
extra : amend_source : c4c776f53a17cb56580fdb13caa1765d494572a4
2016-05-31 22:03:58 +01:00
J. Ryan Stinnett
4dc1d16893 Bug 1269457 - Only set breakpoints for pending bp actors. r=ejpbruel
The special code path carved out in bug 1225160 dropped the `actor.isPending`
check which causes many, many attempts to set a breakpoint on every new source
notification, leading to a very slow debugging experience.

MozReview-Commit-ID: A3pnHzh5eeh
2016-06-01 10:59:24 -05:00
Steve Melia
a847380c46 Bug 1259812: Fix tests to account for change in tooltip text and breadcrumb lifecycle;r=pbro
MozReview-Commit-ID: 6KJOAhhgmkX
2016-05-29 22:58:32 +01:00
Steve Melia
be63605b00 Bug 1259812: Replace XUL elements with XHTML in inspector breadcrumbs;r=pbro
MozReview-Commit-ID: 4LQfN5GwZH5
2016-05-31 20:29:50 +01:00
Benoit Chabod
4117da6f9f Bug 1254392 - Change getJSON behaviour and move caches to local storage, r=jryans 2016-06-01 06:15:00 +02:00
Carsten "Tomcat" Book
80f07395be Backed out changeset ef722ca61b23 (bug 1276073) for frequent timeouts like in browser_dbg_search-symbols.js 2016-06-01 15:06:05 +02:00
Alexandre Poirot
a8bb16eb76 Bug 1276073 - Ensure source is loaded and selected before running debugger tests. r=jlongster 2016-06-01 02:23:07 -07:00
Jan Odvarko
4c7c013e43 Bug 1276229 - Move PropRep Component into its own module; r=jryans
MozReview-Commit-ID: EWhmTGuVwSH
2016-06-01 00:38:46 -07:00
Alexandre Poirot
f673d8c325 Bug 1268447 - Convert webconsole to use new key shortcut module. r=bgrins 2016-05-31 14:17:03 -07:00
Tom Tromey
eae801f5c5 Bug 1277534 - avoid output-parser failure with invalid URL; r=pbro
MozReview-Commit-ID: CK5n8sHgmwD
2016-06-06 08:56:47 -06:00
Tim Nguyen
e3d4bcd896 Bug 1278346 - Switch browser_net_statistics-01,02.js to add_task. r=ochameau
MozReview-Commit-ID: 5QDts08x0rv
2016-06-06 23:46:32 +02:00
Nick Fitzgerald
5f718a1500 Bug 1277985 - Decouple the CSSUsageFront from the CSSUsageActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
54b647837c Bug 1277971 - Use ActorClassWithSpec for the EnvironmentActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
7da20e19df Bug 1277953 - Use ActorClassWithSpec for the FrameActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
5658c35c3b Bug 1277953 - Use ActorClassWithSpec for the FrameActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
05e8f31b35 Bug 1277951 - Use ActorClassWithSpec for WorkerActor and ServiceWorkerRegistrationActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
32fd612182 Bug 1277947 - Use ActorClassWithSpec for the ThreadActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
c4af500552 Bug 1277944 - Use ActorClassWithSpec for the SourceActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Nick Fitzgerald
a421e383c4 Bug 1277940 - Use ActorClassWithSpec for the BreakpointActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
Greg Tatum
c17299d948 Bug 1265790 - replace inIDOMUtils.isInheritedProperty r=pbro
MozReview-Commit-ID: 1c6OLfYMW0p
2016-06-02 13:07:00 +02:00
Tim Nguyen
b45619ad94 Backed out 3 changesets (bug 1134073) for browser_net_statistics-01.js failures
Backed out a58743e540f5 (bug 1134073)
Backed out 616b2bbf8fd0 (bug 1134073)
Backed out 691b0e0a6ca1 (bug 1134073)

MozReview-Commit-ID: 3LwVxPXX8SZ
2016-06-04 19:01:29 +02:00
Jarda Snajdr
e9eb52b1c2 Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
MozReview-Commit-ID: GPm9u84SL1d
2016-06-03 03:24:00 +02:00
Jarda Snajdr
fb26b2e2cd Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests r=ochameau
MozReview-Commit-ID: 1p5gHLp4Fdw
2016-06-03 01:55:00 +02:00
Jarda Snajdr
add5047623 Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend r=ochameau
MozReview-Commit-ID: CJBVpjvmWgh
2016-06-01 01:03:00 +02:00
Julian Descottes
1ca2f2fb1f Bug 1277906 - part2: focus previous active element when hiding HTML Tooltip;r=bgrins
MozReview-Commit-ID: GuiwOlZyyik

--HG--
extra : source : aec5a5b10c5adfcdf7941c2edad83cdee55cd06a
2016-06-04 00:40:37 +02:00
Julian Descottes
bb539d2da2 Bug 1277906 - part1: change HTMLTooltip default autofocus value to false;r=bgrins
Given the current usage of the HTMLTooltip, I think having the autofocus as
an opt-in behavior makes more sense.

MozReview-Commit-ID: CS98szSKQdF

--HG--
extra : source : 626c5812f1602a257a1065a842d3f025f85452aa
2016-06-03 21:15:54 +02:00
Nicolas Chevobbe
5f2d704044 Bug 1248274 - Split long test and add new ones to make sure the bug is fixed. r=pbro
MozReview-Commit-ID: HDpwUuNtqce

--HG--
rename : devtools/client/inspector/rules/test/browser_rules_edit-property_10.js => devtools/client/inspector/rules/test/browser_rules_edit-value-after-name_01.js
extra : rebase_source : 085991aa8897489a789c7f5adb58d0e00a3b2335
2016-05-31 19:16:36 +02:00
Nicolas Chevobbe
06019918b2 Bug 1248274 - Fix click on augmented value elements (swatch, url,…) on the RuleView when property's name is being edited. r=pbro
Do not update the value span if the property name has not been modified.
Add tests to ensure the bug is fixed.

MozReview-Commit-ID: 7AHnd4iFmYW

--HG--
extra : rebase_source : 99e2feb702feae1faa0ee8309c698b6609b8cab5
2016-04-29 13:29:49 +02:00
J. Ryan Stinnett
c6711f2677 Bug 1277674 - Explicitly require Services in source actor. r=tromey
It was being implicitly loaded into modules by a single arg Cu.import elsewhere
in the code base, but only if JSON Viewer is enabled (Dev. Ed and Nightly
channels).  I plan to address the Cu.import issue more thoroughly over in bug
1193390.

MozReview-Commit-ID: 6AGJGqYvw3c
2016-06-03 13:38:23 -05:00
Wes Kocher
ab58bab2bf Backed out 3 changesets (bug 1134073) because maybe it broke the clipboard tests
Backed out changeset a43d99734390 (bug 1134073)
Backed out changeset 572ebec612e8 (bug 1134073)
Backed out changeset f12a69ba9122 (bug 1134073)
2016-06-03 14:01:27 -07:00
Nick Fitzgerald
2c304b0c22 Bug 1277707 - Follow up: fix syntax error introduced in bad rebase; r=me 2016-06-03 12:25:26 -07:00
Nick Fitzgerald
92e4e4537f Bug 1277707 et al - Follow up: fix bad rebase conflict in moz.build file; r=me 2016-06-03 11:07:29 -07:00
Jarda Snajdr
cbd4ce02c3 Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests. r=ochameau
--HG--
extra : rebase_source : abad191fa9214632060952a091478d0bcb1605ac
2016-06-03 16:26:35 +02:00
Jarda Snajdr
ec1e427b5d Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI. r=ochameau
--HG--
extra : rebase_source : 6efa4fdec35a7f9ca0acdafba3aba1886bac8602
2016-06-03 16:26:35 +02:00
Jarda Snajdr
8b53520b4b Bug 1134073 - Part 1: Collect information about request cause and stacktrace in netmonitor backend. r=ochameau
--HG--
extra : rebase_source : 13b14d5dab207a909d4858ca3ddaa1c819516971
2016-06-03 16:26:35 +02:00
Jaideep Bhoosreddy
7c46215ffe Bug 1266411 - Alphabetically sort devices in each type. r=jryans
--HG--
extra : rebase_source : 55f693c4fe24c0cddd622278902bcf576217261f
2016-06-02 11:41:00 -04:00
Nick Fitzgerald
e3276c78d8 Bug 1277707 - Decouple the fronts from the actors in the shader editor; r=ejpbruel 2016-06-03 10:45:10 -07:00
Nick Fitzgerald
de3a8e2566 Bug 1265719 - Decouple the CanvasFront and FrameSnapshotFront from the CanvasActor and FrameSnapshotActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
Nick Fitzgerald
644e1b42f8 Bug 1265732 - Decouple the AudioNodeFront and WebAudioFront from the AudioNodeActor and WebAudioActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
Nick Fitzgerald
84bd208e23 Bug 1277673 - Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
Nick Fitzgerald
6fcf81b996 Bug 1277634 - Decouple the CallWatcherFront and FunctionCallFront from the CallWatcherActor and FunctionCallActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
Nick Fitzgerald
5c3d7c83a2 Bug 1277622 - Use ActorClassWithSpec for the HeapSnapshotFileActor; r=ejpbruel
We don't have a HeapSnapshotFileFront, this actor is used under the covers in
the MemoryFront, but we should work towards all actors being defined in the
WithSpec way.
2016-06-03 10:45:10 -07:00
Matteo Ferretti
016ce0a996 Bug 1260043 - removed doc.hidden check from markup/utils; r=ochameau
MozReview-Commit-ID: BN2P5dfqerK
2016-06-03 16:38:42 +02:00
Julian Descottes
d1a4635040 Bug 1107658 - fix undo for delete node when next sibling is a pseudo element;r=pbro
Check that the stored sibling is a valid target for insertBefore, update existing
test to cover this use case.

MozReview-Commit-ID: 6yvLfSQMAJw

--HG--
extra : rebase_source : c5c4776edc796f218ad63f670fbd416ae2c9f92a
2016-06-02 22:27:24 +02:00
Julian Descottes
21915e3971 Bug 1202458 - part4: update inspector actor&front tests after removing shortValue;r=pbro
Adapt existing tests checking for updates to shortValue and incompleteValue on
NodeFront instances. Instead we now check for mutations of inlineTextChild type
as well as for the inlineTextChild property of the parent front.

MozReview-Commit-ID: 1mujxwVfvvP

--HG--
extra : rebase_source : 005089146c8a3cb2fed7077bc0a1bc7e754b0796
2016-06-02 16:25:56 +02:00
Julian Descottes
af8533fc17 Bug 1202458 - part3: rename ShortLongString to SimpleStringFront;r=pbro
The current name ShortLongString doesn't reflect the current usage of
this class. When looking at the few clients of this class, the reason
for using it is that the string is already accessible on the client
and does not need to be fetched from the server, while still keeping
the same interface as the LongStringFront.

MozReview-Commit-ID: 7MdgH8GzC7q

--HG--
extra : rebase_source : 80bf8b91d36c796d732840206c3c83417729d9e7
extra : source : e74192b1a9c82ebcb431e5b4c28775a8111c8864
2016-05-31 16:51:27 +02:00
Julian Descottes
01e9c7d987 Bug 1202458 - part2: fix eslint errors in string actor;r=pbro
MozReview-Commit-ID: 1nguzarA57L

--HG--
extra : rebase_source : 0e9686790c15cf1e1e0ec6e8fddfe6cd441ef070
extra : source : 49d7963e43d890488ad0ad9b1a592c57bdc2be49
2016-06-02 10:35:03 +02:00
Julian Descottes
a3bc664c7e Bug 1202458 - part1: inline text nodes in markupview only if they are short enough;r=pbro
The markup view will now inline a textnode in its container if and only if:
- the text node is the only child (pseudo elements included)
- the text node length is smaller than a predefined limit

If a container is expanded, its text nodes will now always be rendered in full,
no longer as a short version with an ellipsis. When selecting or navigating on
a textnode, the layout will no longer be modified on the fly.

MozReview-Commit-ID: HcDMqjbOesN

--HG--
extra : rebase_source : 3f3733928e0b3d2bbc12cb55521acda32a45bd2a
extra : source : f3bdf3ebaf4cbf3bb426d10cf95e702bc8e981f4
2016-06-02 10:41:49 +02:00
James Long
e4aeb1c9ee Bug 1265854 - replace uses of nsiDOMNode constants in devtools frontend r=tromey 2016-06-03 09:47:58 -04:00
Jan Odvarko
7e579639dd Bug 1276873 - Wait for a tick to avoid unexpected popuphidden event; r=jryans 2016-06-02 13:33:14 +02:00
Kumar McMillan
701f112af0 Bug 1277054 - Handle exited add-on actors after reload. r=ochameau
MozReview-Commit-ID: 6WFI51GJ3ea

--HG--
rename : devtools/server/tests/unit/test_addons_actor/web-extension/manifest.json => devtools/server/tests/unit/addons/web-extension/manifest.json
extra : transplant_source : Y%7E%B0%E4%3AtX%86%60wT%BB%EB%1F%0C%D7%DE%C9l%D2
2016-05-31 15:40:19 -05:00
Alexandre Poirot
60b6eb061f Bug 1271988 - Convert computed view to use key-shortcuts module. r=bgrins 2016-06-03 02:24:31 -07:00
Alexandre Poirot
35527b80c8 Bug 1271988 - Support targeting a specific element on key shortcut module. r=bgrins 2016-06-03 02:24:31 -07:00
Alexandre Poirot
d90719373a Bug 1271988 - Convert rule view to use key-shortcuts module. r=bgrins 2016-06-03 02:24:31 -07:00
Patrick Brosset
1117d79b6e Bug 1273624 - Really check for existence of parsed declarations in StyleRuleActor's form for compatibility; r=jryans
MozReview-Commit-ID: 3EBW8nTzWiH

--HG--
extra : rebase_source : f345637ff4fa54eefec164fc1aee19a3947c8344
2016-06-02 18:02:11 +02:00
Julian Descottes
8e32fa1b37 Bug 1276876 - ruleview: migrate font&image preview tooltips to HTMLTooltips;r=tromey
Migrate the previewTooltip used in the ruleview (& computedview) to use a
HTMLTooltip instance.

Helper methods from Tooltip.js have been removed, migrated to HTML and are
now in style-inspector-overlays.js (not used by any other client). Tests
have been updated to be compatible with HTML Image preview tooltips.

The behavior should be the same as before, so no new test has been added.

MozReview-Commit-ID: HuFatuPi5VM

--HG--
extra : rebase_source : cc0f0af816c9d2a276f595120210e1e5f0197039
extra : amend_source : a6390ffac7dff0325a96be6f884b344db621b439
2016-06-01 17:07:09 +02:00
Gabriel Luong
9dbe902fe1 Bug 1277070 - Upgrade to CodeMirror 5.15.2 r=bgrins 2016-06-02 20:05:30 -07:00
Julian Descottes
9e8018a6ae Bug 1254070 - inspector: trigger autocomplete if nextchar is not a word character;r=gl
For the style attribute CSS autocompletion, suggestions will now be provided
when the character after the caret is a non-word character. As opposed to the
current behavior where suggestions would only be displayed if the next character
was the end of the input or a space.

This allows to show suggestions when the user's caret is next to ";" or '"', which
can frequently happen when editing style attributes.

MozReview-Commit-ID: Bvz6koikbqR

--HG--
extra : rebase_source : fc4978fdd14bcaf99d3286e7750c005e8d11d96a
extra : amend_source : 33cbbee2523bbc89fa2d5d09297666fc3256045f
2016-03-08 19:27:25 +01:00
Julian Descottes
a11cd38818 Bug 1271899 - inspector box-model: add div wrapper to close editors on click;r=gl
The XUL tabpanel can no longer receive userfocus to avoid scrollbars
stealing the focus. Editors are using the blur event to destroy
themselves, which was no longer working if a user click ended up on
the tabpanel element.

Add a wrapper inside the layout view panel taking
100% width and height to make sure clicks performed outside of the layout
container will trigger a blur event on a focused editor.

MozReview-Commit-ID: JmZluQ6LzFl

--HG--
extra : rebase_source : d705512a5898e392abceb72e70f45989ee0bf0f1
2016-05-30 13:30:06 +02:00
Weyland Joyner
56fbb04f24 Bug 1275242 - fixed typo in validator.nonExistingFolder for App Manager. r=jryans
MozReview-Commit-ID: LYBlOgUbEB4

--HG--
extra : transplant_source : %A0%13%91%C6%FE%D6%94%80o8%3E%C3%C8w%E9C%3F%0E%93%04
2016-05-30 15:26:34 -04:00
Alexandre Poirot
c07cb6835c Bug 1273311 - Prevent DevToolsUtils.fetch from throwing when no policy is given. r=ejpbruel 2016-05-31 03:54:05 -07:00
Jan Odvarko
95f6bd58be Bug 1266419 - Fixing tests; r=bgrins, poirot.alex 2016-05-26 14:51:28 +02:00
Jan Odvarko
c3dac6ee30 Bug 1266419 - Fix toggle side bar button and text in search box for the Inspector panel; r=bgrins 2016-05-19 11:01:21 +02:00
Jan Odvarko
1634c31011 Bug 1266419 - HTML replacement for Toolbars and Toolbar buttons; r=bgrins, ntim 2016-05-04 20:58:49 +02:00
Jan Odvarko
1642a84877 Bug 1266419 - Use HTML API for frames menu; r=bgrins, poirot.alex 2016-05-20 14:46:13 +02:00
Patrick Brosset
ee0700ffb1 Bug 1237885 - Renamed all add-rule tests to make intent clearer and avoid duplication; r=jdescottes
MozReview-Commit-ID: HiNSRx2a4Bi

--HG--
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_04.js => devtools/client/inspector/rules/test/browser_rules_add-rule-button-state.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_02.js => devtools/client/inspector/rules/test/browser_rules_add-rule-edit-selector.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_iframes.js => devtools/client/inspector/rules/test/browser_rules_add-rule-iframes.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_06.js => devtools/client/inspector/rules/test/browser_rules_add-rule-namespace-elements.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_pseudo_class.js => devtools/client/inspector/rules/test/browser_rules_add-rule-pseudo-class.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_03.js => devtools/client/inspector/rules/test/browser_rules_add-rule-then-property-edit-selector.js
rename : devtools/client/inspector/rules/test/browser_rules_add-rule_01.js => devtools/client/inspector/rules/test/browser_rules_add-rule.js
extra : rebase_source : bfbe4957075299954617eb42de8e0b6d4d230d95
2016-05-30 13:02:32 +02:00
Patrick Brosset
b1c81854a8 Bug 1237885 - Remove browser_rules_add-rule_05.js; r=jdescottes
This test is now useless if you consider
browser_rules_add-rule_01.js and
browser_rules_add-rule-and-property.js

MozReview-Commit-ID: IlqDhEHUK1m

--HG--
extra : rebase_source : ce2d3885ec34c4c1ed591c6d1852889a183fe275
2016-05-30 12:50:08 +02:00
Patrick Brosset
cd16e113b8 Bug 1237885 - Remove code duplication in new rule checks in ruleview tests; r=jdescottes
MozReview-Commit-ID: 6Qd9AsWWSKQ

--HG--
extra : rebase_source : fba6328cfa4ee6d8085184a49ee123f9ac11966b
2016-05-30 12:38:28 +02:00
Patrick Brosset
c13fd47d6c Bug 1237885 - Remove duplicated addNewRule code from ruleview tests; r=jdescottes
MozReview-Commit-ID: HqUaFFWiTym

--HG--
extra : rebase_source : 209da0735d72b91f07fcc9463b71b8fd4b5cf372
2016-05-30 12:04:31 +02:00
Patrick Brosset
0f01caf64c Bug 1237885 - Make browser_rules_add-rule_01.js faster by doing less; r=jdescottes
MozReview-Commit-ID: FlFVrnBrvDi

--HG--
extra : rebase_source : 34a29ca2a02bcbaff69031b1109b8b9dccf6243f
2016-05-27 21:17:53 +02:00
Carsten "Tomcat" Book
743296ac11 Merge mozilla-central to fx-team 2016-05-30 15:31:42 +02:00
Carsten "Tomcat" Book
463212f69f merge mozilla-inbound to mozilla-central a=merge 2016-05-30 15:29:19 +02:00
gasolin
d03a76f2e5 Bug 1266415 - display a warning on about:debugging if service workers are disabled; r=jdescottes
MozReview-Commit-ID: 5OipoBx7LH2

--HG--
extra : rebase_source : bb1f884d29a907162baba7d19deb634132c17a90
2016-05-29 19:18:11 -07:00
Wes Kocher
4e72b32062 Merge fx-team to central, a=merge 2016-05-27 14:41:36 -07:00
Greg Tatum
262a831a1f Bug 1265798 - Implement CSS database to query css properties r=pbro
MozReview-Commit-ID: CAUh2GyeA2o

--HG--
extra : rebase_source : fc8e97f7bfc92c709014e58bd7f1670bc859460e
2016-05-26 08:48:00 -07:00
Ryan VanderMeulen
287f684182 Merge inbound to m-c. a=merge 2016-05-26 21:45:18 -04:00
Ryan VanderMeulen
b0934aa13f Backed out changeset 75bb440d7525 (bug 1275637) for browser_se_first-run.js failures.
CLOSED TREE
2016-05-26 19:51:33 -04:00
Julian Descottes
45d27d04e0 Bug 1275081 - Part 2: Add inplace editor tests using mocked CSS property/values suggestions. r=tromey
In order to keep testing indexes & total number of displayed suggestions,
added two tests relying on mocked suggetions list.

The inplace-editor API has been modified to allow mocking the suggestions.

Helper methods in devtools/client/shared/test have been moved to a new
test helper helper_inplace_editor.js, loaded by all inplace-editor
tests of this test suite.

CLOSED TREE

MozReview-Commit-ID: LuXelKF0kY

--HG--
extra : transplant_source : %3F%003%24%88k%5CP%26%21%87I%BE%FE%DC%B4C%A9%91%BB
2016-05-25 23:24:28 +02:00
Julian Descottes
cfdf369a02 Bug 1275081 - Part 1: Remove hardcoded number of "displayed" suggestions in devtools tests. r=tromey
Several devtools autocomplete tests are checking that the popup
displays an exact number of suggestion, and that the selected
suggestion is exactly at the expected index.

Since devtools do not control the list of CSS properties used for the
autocomplete, we should not assert anything based on it in tests.

MozReview-Commit-ID: H4Azyx0UgpX

--HG--
extra : transplant_source : r%E1%10k%AF%88%98%CD%C6_fV%99w%FA%E8%F6G%3A%25
2016-05-26 18:15:12 +02:00
moby
4c2cce623c Bug 1256830 - Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_587617_output_copy.js. r=bgrins 2016-05-26 15:02:00 -04:00
Brian Grinstead
1cea52bad1 Bug 1250778 - Fix eslint errors in browser_webconsole_bug_600183_charset.js. r=me
MozReview-Commit-ID: 3Aa7SEq0tj7
2016-05-26 14:57:29 -07:00
moby
2da88e3f9d Bug 1256812 - Fix ESLint issues in devtools/client/webconsole/test/browser_warn_user_about_replaced_api.js. r=bgrins 2016-05-25 14:42:00 -04:00
Tom Tromey
c8fa47521b Bug 1275637 - Fix eslint errors in webgl-utils.js. r=jryans
MozReview-Commit-ID: 1T2vOPMAj8G

--HG--
extra : transplant_source : %F0%00%02%AF%1C%C7%C80O%7D%0B%C5%DE%01%80%CF%ED%86%A5%12
2016-05-25 13:39:18 -06:00
Alexandre Poirot
26ebcfb42c Bug 1080025 - Fix browser_dbg_bug-896139.js on Linux-asan. CLOSED TREE r=me 2016-05-26 12:36:54 -07:00
Nicolas Chevobbe
e07987b4c9 Bug 1272460 - Make the new console take the full width of the window. r=bgrins
MozReview-Commit-ID: FpdVHkId0D8
2016-05-26 10:17:11 -07:00
Nicolas Chevobbe
9b8558be96 Bug 1272456 - Add support for console.clear in new console frontend. r=bgrins
MozReview-Commit-ID: CYVEJIpDt81
2016-05-26 10:17:09 -07:00
Nicolas Chevobbe
dfe290fc38 Bug 1272452 - Use Immutable data structures in messages reducer. r=bgrins
MozReview-Commit-ID: 8k8qsIi3IrD
2016-05-26 10:17:08 -07:00
Ryan VanderMeulen
43398fbb69 Backed out changeset 9cfc40ea2dbd (bug 1269226) for browser_inspector_delete-selected-node-02.js timeouts. 2016-05-26 12:53:04 -04:00
Alexandre Poirot
935347227d Bug 1270179 - Improve performances when inspecting big typed arrays in the console. r=jsnajdr,ejpbruel 2016-05-26 09:12:17 -07:00
Alexandre Poirot
df646f8912 Bug 1080025 - Prevent debugger tests to race source shown event when using initDebugger helper. r=fitzgen 2016-05-26 09:12:17 -07:00
Ryan VanderMeulen
6057eccde4 Merge m-c to fx-team. a=merge 2016-05-26 11:23:44 -04:00
Ryan VanderMeulen
7f2b5f3f3a Merge fx-team to m-c. a=merge 2016-05-26 11:21:20 -04:00
Eddy Bruel
351d2d5af4 Bug 1265730 - Fix test failures from previous commit;r=me CLOSED TREE 2016-05-26 12:39:08 +02:00
Patrick Brosset
b1c784e762 Bug 1275083 - Make browser_rules_add-rule_05.js faster by doing less things; r=gl
MozReview-Commit-ID: CquW1lW5E5o

--HG--
extra : rebase_source : 1a473e640f3b93053313b0147f438271ac883216
2016-05-25 15:53:30 +02:00
Eddy Bruel
e766da7201 Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans 2016-05-26 08:46:03 +02:00
Jaideep Bhoosreddy
61074d683a Bug 1266411 - Alphabetically sort the user selected devices. r=jryans, ui-r=hholmes
--HG--
extra : amend_source : e962b5267f1a3d8d090ad04921913216a9ecb745
2016-05-24 19:18:00 -04:00
moby
7aa9a72069 Bug 1127572 - Fade item in the markup view when that element is hidden with "H". r=jdescottes 2016-05-25 11:12:00 -04:00
Jason Laster
fae5df8bb3 Bug 1265885 - Add devtools module to replace promise.defer. r=jryans
MozReview-Commit-ID: 1Paf8cfkh5Q
2016-05-25 12:40:00 -04:00
Steve Melia
32fa6f3a81 Bug 1269226 - Explicitly handle node deletion in inspector breadcrumbs. r=pbro 2016-05-25 00:06:28 +01:00
Ricky Chien
970e9b8288 Bug 1178967 - Collapse autocomplete popup when pressing Home/En. r=jdescottes
MozReview-Commit-ID: GqF75PItgf5

--HG--
extra : transplant_source : %9ECq%12%A5%1B%C0%0AG/%B9e%BF%9C%B1%F6%23%10%B4%E7
2016-05-24 18:33:00 +08:00
Eddy Bruel
58ea403ab2 Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans 2016-05-26 15:47:52 +02:00
L. David Baron
792af6db64 Bug 1272857 - Fix some tree performance tests to read/write element.style.marginInlineStart instead of just element.marginInlineStart. r=gregtatum
This is a followup to bug 1111440.

MozReview-Commit-ID: BHCexWmrHoT
2016-05-25 16:30:20 -07:00
Brian Grinstead
59ac1ee863 Bug 1275706 - Tune eslint max line length to 90. r=jryans
MozReview-Commit-ID: BcMKGVZoXND

--HG--
extra : transplant_source : %04n%25%A3%B7G%C5%98/%15%07i%99%27%16p%86%15%9A%FF
2016-05-25 13:46:05 -07:00
moby
cf61a0ce2e Bug 1256916 - Fix eslint issues in devtools/client/webconsole/test/browser_webconsole_show_subresource_security_errors.js. r=bgrins 2016-05-25 11:36:00 -04:00
Wes Kocher
9ca4638c24 Merge m-c to inbound, a=merge 2016-05-25 15:39:57 -07:00
Wes Kocher
cbb588d022 Merge fx-team to central, a=merge 2016-05-25 15:36:21 -07:00
Joel Maher
a6fcbcf0a3 Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg a=merge
MozReview-Commit-ID: IZziPmwFtHj

--HG--
extra : source : a50249d48b1e86a3749bccc51ece4d1a827a621c
2016-05-25 15:28:24 -04:00
Alexandre Poirot
06d44f0da1 Bug 1268450 - Fix 'Plus' key shortcut support. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
62f89d6879 Bug 1268450 - Accept loose digits for azerty keyboards. r=jryans 2016-05-25 08:31:06 -07:00
Alexandre Poirot
c77bd1981b Bug 1268450 - Convert toolbox key shortcut to stop using XUL. r=jryans 2016-05-25 08:31:05 -07:00
J. Ryan Stinnett
866de622fc Bug 1273967 - Include DevTools command line handler via category entry. r=ochameau
MozReview-Commit-ID: PeO83Q6GLV
2016-05-25 10:11:10 -05:00
Carsten "Tomcat" Book
de96ed94a7 Merge mozilla-central to fx-team 2016-05-25 15:21:01 +02:00
Carsten "Tomcat" Book
c715836c7f merge mozilla-inbound to mozilla-central a=merge 2016-05-25 15:04:00 +02:00
Carsten "Tomcat" Book
d43569f28f Backed out changeset 3c599aa289d8 (bug 1265718) for timeouts in test_animation_actor-lifetime.html 2016-05-25 13:25:59 +02:00
Kumar McMillan
897c43f281 Bug 1273183 - Install a temporary add-on via remote debugging. r=jryans
MozReview-Commit-ID: FoEZxDjldIA

--HG--
extra : transplant_source : %CC%9B%20%C1n%FB%2B%1C%D4%1Ab%1C%60%C4%91e%80%FA%8D6
2016-05-20 11:36:04 -05:00
Julian Descottes
ba25739323 Bug 1267401 - part3: Create arrow style for HTML tooltips;r=bgrins
MozReview-Commit-ID: Bp2RylafolP

--HG--
extra : rebase_source : 9c13d93999265296d3ceb1fb3d3e58542650290a
extra : intermediate-source : 36ba78da21e53f729898696e39a939db54e4958c
extra : source : 6ee4fe593a89fc2e49a49a1b2a19f518e29b9c22
2016-05-16 17:53:19 +02:00
Tom Tromey
0d9260b6f7 Bug 1265813 - Replace nsIIOService with URL in devtools. r=ochameau
MozReview-Commit-ID: GyoP6ApQXVc

--HG--
extra : amend_source : ace0951657ef7290f45b26a4ae81ac27111a60e2
extra : transplant_source : 0%8B%83%83Q%D0%CF%D8r%B1%C4e%13%3E%D14%06%15%CF%D5
2016-05-13 14:27:28 -06:00
moby
fb4018764c Bug 1256819 - Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_1010953_cspro.js. r=bgrins 2016-05-24 16:18:00 -04:00
Nicolas Chevobbe
5c07ed3c81 Bug 1273323 - Add integration tests for namespaced elements. r=jdescottes
Add tests for :
- markup display
- add rule
- breadcrumb
- highlighter info bar
- markup search
- webconsole element output

Move webconsole dom output test to head.js as similar things are done
in several tests.


MozReview-Commit-ID: 6gclZhzd7sD

--HG--
extra : transplant_source : %8F%9C%B5%E5%04S%BC%5B%C9%E8QV%8F%E8i%C7%E8%9A%08%A6
2016-05-22 00:03:42 +02:00
Brian Grinstead
664d1ca656 Bug 1271096 - Make sure source links can be tabbed into;r=fitzgen
MozReview-Commit-ID: FPwYQyLQw4m
2016-05-25 16:24:01 -07:00
Wes Kocher
a24690a8d4 Merge m-c to fx-team, a=merge 2016-05-25 15:39:27 -07:00
Julian Descottes
cef3cdb93f Bug 1266448 - part3: use HTML tooltip for markupview image previews;r=ochameau
MozReview-Commit-ID: E45sJPVAsxj

--HG--
extra : rebase_source : 9c53b19c1b9b4a7e62cb391f9c5744b4d695d2d2
extra : amend_source : 055967d755c82e33667f4a946e6a2fb57b861d40
2016-05-15 14:45:51 +02:00
Julian Descottes
cad8a77276 Bug 1266448 - part2: markup view: use dedicated Tooltip instance for image previews;r=ochameau
In preparation for using the HTML Tooltip in the markup view, we use now
a different tooltip instance for the image previews.

MozReview-Commit-ID: EOoVg6Syntj

--HG--
extra : rebase_source : 1f5424b10728e96bef1c244400c39de2301253d6
2016-05-18 23:36:31 +02:00
Julian Descottes
ce605c88aa Bug 1266448 - part1: fix remaining TooltipToggle callback;r=ochameau
In bug 1270462 we changed the expected return value of the hover callback
used for the toggle tooltips. All callbacks were migrated except one in
markup.js. This changeset fixes this as well as a test which was depending
on it.

MozReview-Commit-ID: 1FZmxT6gIoS

--HG--
extra : rebase_source : c0799cca4a077dc65dd2fc6f1f4c6af82b6f7abd
2016-05-16 18:11:08 +02:00
Patrick Brosset
3d6dea90e7 Bug 1270186 - Move css-parsing-utils.js from devtools/client to devtools/shared; r=tromey
MozReview-Commit-ID: 75Yq1X4YjjJ

--HG--
rename : devtools/client/shared/css-parsing-utils.js => devtools/shared/css-parsing-utils.js
extra : rebase_source : da47aaa4e0baba88e401be053869f99a81ac15c4
2016-05-23 14:03:12 +02:00
Julian Descottes
3aec312112 Bug 1267401 - part2: include common.css in html tooltip tests;r=bgrins
MozReview-Commit-ID: KyYfOhAv6uo

--HG--
extra : rebase_source : a4c0546f2b55db1306e0cac5526feb64102cdbf7
extra : intermediate-source : c625fa7ed49a83bf0d52a20468527d85d4e2c654
extra : source : d5e3ee2d6861def9002cd60813a9403ff4ad84a8
2016-05-12 12:13:38 +02:00
Julian Descottes
b8735e8a36 Bug 1267401 - part1: Rename HTMLTooltip properties for backward comp with Tooltip;r=bgrins
Rename document -> doc for consistency and parent to panel
for test compatibility.

MozReview-Commit-ID: KHT7plLtNQc

--HG--
extra : rebase_source : 3860dcef5daac2d4b2c4475043e85b7548b255a9
extra : intermediate-source : af95214eecb280ed4ad858ce6b62a3fe5d3f6a7f
extra : source : 887cbcaf18e70bc12a51b8dbdb1e9fe4aee44385
2016-05-23 22:49:21 +02:00
Eddy Bruel
d3971c4c49 Bug 1265730 - Change the order in which the Style Editor actors are defined;r=jryans 2016-05-25 12:07:38 +02:00
Eddy Bruel
406c2acdc2 Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans 2016-05-25 10:18:27 +02:00
L. David Baron
6621735c73 Bug 955857 - Adjust test to expect that there are now 17 CSS properties beginning with 'o' rather than 16. No review.
MozReview-Commit-ID: 5vHIkjgj9Kk

--HG--
extra : rebase_source : 49693c2c1014cbecb8fc2a7f642dc04ad486dc3a
2016-05-24 16:54:29 -07:00
Brian Grinstead
34bc1cd7d4 Bug 1256869 - Fix eslint issues in browser_webconsole_bug_752559_ineffective_iframe_sandbox_warning.js;r=me
MozReview-Commit-ID: G054kUVXbcr
2016-05-24 09:24:21 -07:00
Lin Clark
4066f6ab49 Bug 1243964 - Enable browser_webconsole_bug_752559_ineffective_iframe_sandbox_warning.js in e10s. r=bgrins
MozReview-Commit-ID: EGQVoeFr4VA
2016-05-24 09:20:37 -07:00
Carsten "Tomcat" Book
3cab03a461 Merge mozilla-central to fx-team 2016-05-24 15:15:55 +02:00
Carsten "Tomcat" Book
cb4337c62c merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver_oop.html => dom/presentation/tests/mochitest/file_presentation_non_receiver.html
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe_oop.html => dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe.html
rename : dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe_oop.html => dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe.html
2016-05-24 14:52:23 +02:00
Carsten "Tomcat" Book
56436e5293 Backed out changeset 25a5ae2711f3 (bug 1265718) for test failures in browser_animation_emitMutations.js 2016-05-24 14:17:34 +02:00
moby
5196c457dd Bug 1256843 - Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_599725_response_headers.js; r=bgrins
MozReview-Commit-ID: AivhQ31wr1G
2016-05-23 16:45:00 +02:00
Jaideep Bhoosreddy
ae4a15dd5c Bug 1256780 - Fix ESLint issues in devtools/client/webconsole/test/browser_console_addonsdk_loader_exception.js; r=bgrins
MozReview-Commit-ID: BqcfZi9Y26c
2016-05-23 16:28:00 +02:00
Wes Kocher
1600254607 Followup to hopefully fix browser_se_first-run.js after bug 1270994 landed rs=gijs
--HG--
extra : amend_source : 616c26abebfed46a5a195a78999876170a148d18
2016-05-23 13:57:49 -07:00
J. Ryan Stinnett
01992bca45 Bug 1273584 - Stop growing device list forever. r=gl
MozReview-Commit-ID: L6jPEWeFDcr
2016-05-23 15:33:55 -05:00
J. Ryan Stinnett
8812faeb8b Bug 1193747 - Remove link to inspector error in Browser Console. r=pbro
MozReview-Commit-ID: 1ek1pIFeKg2
2016-05-23 15:32:32 -05:00
Daniel Holbert
9a78c49077 Bug 1274096 part 2: Add support for "-webkit-flex" & "-webkit-inline-flex" as spellings of modern flexbox "display" keywords, if webkit prefix support is enabled. r=mats
MozReview-Commit-ID: 3UKsC1qTz1B
2016-05-23 21:42:36 -07:00
Benoit Chabod
265ec53ae8 Bug 1245780 - Use ContentTask to load frame scripts in tests. r=pbro f=janx 2016-05-24 02:01:00 +02:00
Ricky Chien
5a684079ac Bug 1273076 - Show more details in about:debugging#invalid-hash. r=jdescottes
MozReview-Commit-ID: EbQvxXBixRe

--HG--
extra : rebase_source : d336ac52d260fdf5949e89bac8f62bce0c8489ff
2016-05-17 11:52:35 +08:00
Eddy Bruel
726161f005 Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans 2016-05-24 11:33:25 +02:00
Michael Kohler
6b51fb3dce Bug 1256794 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_console_private_browsing.js r=bgrins
MozReview-Commit-ID: IFqqaYMACke
2016-05-07 11:35:00 +02:00