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

2536 Коммитов

Автор SHA1 Сообщение Дата
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