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

2536 Коммитов

Автор SHA1 Сообщение Дата
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
Michael Kohler d8099c7451 Bug 1256818 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_block_mixedcontent_securityerrors.js r=jlast
MozReview-Commit-ID: ImlCGHuBb7s
2016-05-14 13:48:00 +02:00
Michael Kohler 8237bfb4cd Bug 1256798 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_console_variables_view_filter.js r=jlast
MozReview-Commit-ID: ISSOCbU2xX6
2016-05-07 02:17:00 +02:00
Michael Kohler 03fa1a72b0 Bug 1256790 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_console_keyboard_accessibility.js r=jlast
MozReview-Commit-ID: J11LwUypu2J
2016-05-07 11:36:00 +02:00
Chris Frey b386996e65 Bug 1272208 - Use classList instead of className for testing if SVG node has classes. r=pbro
MozReview-Commit-ID: 5wq8NKYXGVx
2016-05-23 08:06:00 -04:00
Michael Kohler 47c4ff03cb Bug 1256942 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/testscript.js r=jlast
MozReview-Commit-ID: DKyjxZbmPR9
2016-05-07 13:01:00 +02:00
Michael Kohler 5308b4c46b Bug 1256939 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/test-console-count-external-file.js r=jlast
MozReview-Commit-ID: 6icowm29klP
2016-05-07 13:04:00 +02:00
Michael Kohler f56962f83e Bug 1256791 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_console_navigation_marker.js r=jlast
MozReview-Commit-ID: BnVLQMdxXhd
2016-05-07 11:35:00 +02:00
Michael Kohler 42f41de689 Bug 1256785 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_console_dead_objects.js r=jlast
MozReview-Commit-ID: ByGw79VSbbl
2016-05-07 11:36:00 +02:00
Tom Tromey 50ab4ddfdd Bug 1270994 - Fix ESLint errors in devtools/client/shared/*.js; r=jryans
MozReview-Commit-ID: 1od43gBnUq1
2016-05-19 08:35:45 -06:00
Wes Kocher 8520fb4148 Merge m-c to fx-team, a=merge 2016-05-20 21:22:27 -07:00
Wes Kocher 2596f34110 Backed out 3 changesets (bug 1267910) for reports of it breaking session restore a=backout
Backed out changeset 5962f8e6d030 (bug 1267910)
Backed out changeset f8afc5cf9e0e (bug 1267910)
Backed out changeset cc202e0ac0dd (bug 1267910)
2016-05-20 21:15:17 -07:00
Wes Kocher fa48509cda Merge fx-team to central, a=merge 2016-05-20 14:14:00 -07:00
Ryan VanderMeulen 4069dcd34f Backed out 3 changesets (bug 1268450) for browser_keybindings_03.js timeouts.
Backed out changeset 466d5c96f439 (bug 1268450)
Backed out changeset 9d79d99a3e18 (bug 1268450)
Backed out changeset 9090f1b3c2e4 (bug 1268450)
2016-05-19 22:48:37 -04:00
J. Ryan Stinnett 0b67196115 Bug 1274333 - Fix indentation of Heritage.extend. r=tromey
ESLint's auto-fix got confused by cases that passed an object literal to
Heritage.extend() but placed the opening brace on the next line.

MozReview-Commit-ID: 60NIZHYpwv3
2016-05-19 20:48:43 -05:00
Ryan VanderMeulen 5337e6e882 Merge m-c to inbound. a=merge
CLOSED TREE
2016-05-19 21:43:31 -04:00
Ryan VanderMeulen 4f05ba8f1b Backed out changeset a3eb9950fa4b (bug 1273584) for WinXP browser_responsiveui_touch.js failures. a=me CLOSED TREE 2016-05-19 20:32:32 -04:00
Alexandre Poirot 9274a23b5b Bug 1268450 - Fix 'Plus' key shortcut support. r=jryans 2016-05-19 16:13:00 -04:00
Alexandre Poirot f4727ff5fd Bug 1268450 - Accept loose digits for azerty keyboards. r=jryans 2016-05-19 16:13:00 -04:00
Alexandre Poirot 1915a59e3c Bug 1268450 - Convert toolbox key shortcut to stop using XUL. r=jryans 2016-05-19 16:13:00 -04:00
Alexandre Poirot 8e1d78848b Bug 1115779 - Fix devtools web audio intermittent timeouts by waiting for a tick before collecting nodes. r=jryans 2016-05-19 15:44:00 -04:00
J. Ryan Stinnett 6037b321d7 Bug 1273584 - Stop growing device list forever. r=gl
MozReview-Commit-ID: L6jPEWeFDcr
2016-05-19 12:41:18 -05:00
Tom Tromey 0d398a243a Bug 1265869 - Add task.js and use in devtools. r=jryans
MozReview-Commit-ID: G5UuAh2RiZZ

--HG--
rename : toolkit/modules/Task.jsm => devtools/shared/task.js
extra : transplant_source : %B8h%8A%8C%BD%91%8A%81%1D%F4%F5%2Ap%CFv%BC%963u0
2016-05-17 13:07:55 -06:00
Nicolas Chevobbe 62400e0cd7 Bug 1270215 - Ensure we display properly cased node names all across the devtools. r=jdescottes
Add a displayName property on the NodeActor, which compute from Element.prefix + Element.localName.
The computation is made by a getNodeDisplayName function which can be imported wherever needed.
Edit some tests to ensure we correctly display node names.

MozReview-Commit-ID: 6z0G3ynbMoU

--HG--
extra : transplant_source : %E0%AFM%88D%BC%AD%08%1D%A4%FB%F2%5D%9E%D3%90%DE%94%EC%CD
2016-05-12 07:18:58 +02:00
Wes Kocher 7f842eb00c Merge m-c to fx-team, a=merge CLOSED TREE 2016-05-20 14:23:37 -07:00
Jared Wein b57a662411 Bug 1270853 - Remove HTML5 video controls statistics. r=gijs, r=bz for removing internal chrome/xbl attribute in webidl
MozReview-Commit-ID: 53BYXvHaaB9
2016-05-19 23:30:12 -04:00
Jan Odvarko 7d096e7cdf Bug 1272870 - Load React and build Notificationbox on demand. r=bgrins 2016-05-19 12:05:55 +02:00
danhuang1202 39e5e027bb Bug 920956 - Suppress regular mouse events and emulate 300ms delay. r=jryans
MozReview-Commit-ID: JPaUdvdlXdS
2016-05-19 00:37:00 -04:00
Kumar McMillan 3486e7ec70 Bug 1273184 - Don't allow reloading of unsupported add-ons. r=ochameau
MozReview-Commit-ID: ERSpt8X9MD8

--HG--
extra : transplant_source : C%20%A4%00%23%E8%05%F7A%AC%2C%A6%A3K%83%8Cp%88%C9%11
2016-05-16 16:08:46 -05:00
Benoit Chabod fb74cd56d1 Bug 1269757 - Clean up panelId/id confusion in about:debugging. r=janx 2016-05-18 02:24:00 -04:00
J. Ryan Stinnett 37028d8743 Bug 1240913 - Destroy RDM early on quit. r=ochameau
Watch for the tab's `beforeunload` and destroy RDM when it happens.  This
resolves issues with session restore getting confused about the state of content
managed by RDM.

MozReview-Commit-ID: DXs87Xm11JR
2016-05-18 19:27:29 -05:00
J. Ryan Stinnett dc14cc8a35 Bug 1240913 - Swap page state between tabs and RDM viewports. r=ochameau
This change brings the following improvements to RDM:

* Page state is preserved when toggling in and out of RDM
* Session history is no longer manipulated, so the tool UI won't end up in the
  tab's back-forward page list.

Known issues to be fixed later:

* The browser UI is not hooked up to the viewport browser
* Restarting the browser with the tool open shows a confused, empty RDM

MozReview-Commit-ID: Fb6QRv6LYow
2016-05-18 19:27:29 -05:00
J. Ryan Stinnett 941455f6fb Bug 1240913 - Add @allowfullscreen to appease swapFrameLoaders. r=ochameau
We don't really need fullscreen access here, but we do need the same access to
browser features as regular browser tabs.  The `swapFrameLoaders` platform API
we use compares such features before allowing the swap to proceed.

MozReview-Commit-ID: DVPUC1QKBgJ
2016-05-18 19:27:29 -05:00
J. Ryan Stinnett 8ce79e1a2e Bug 1240913 - Catch errors on RDM open / close. r=ochameau
MozReview-Commit-ID: 8WB989Fy1Ce
2016-05-18 19:27:29 -05:00
Victor 16aebd0c09 Bug 1205563 - Correctly place overflow drop marker for RTL Locales. r=pbro, ntim 2016-05-17 22:46:39 -07:00
J. Ryan Stinnett 30b2b7ce44 Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.

To generate this patch, I ran:

./mach eslint devtools --no-ignore --fix

After this, I reverted any changes to third party files that we really do want
to ignore.

MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Alexandre Poirot a7aa8a2a51 Bug 1269977 - Increate timeout of browser_webconsole_netlogging.js as it runs slowly on linux32-debug. r=jryans 2016-05-18 10:32:01 -07:00
Alexandre Poirot 064615dd9e Bug 1269237 - Stop disabling F12 shortcut when Firebug is installed. r=Honza 2016-05-18 10:32:01 -07:00
Eddy Bruel 399a69ff8f Bug 1265722 - Remove .js extension from requires;r=jryans 2016-05-18 17:40:43 +02:00
Julian Descottes 53b4fe6b08 Bug 1273827 - Wait for reflow after showing HTMLTooltip in tests;r=ochameau
MozReview-Commit-ID: 1qKKXO8iRyD

--HG--
extra : rebase_source : 008930709478b00608d588d601f30445626ff259
2016-05-16 15:06:42 +02:00
Nicolas Chevobbe a3ef58dc7b Bug 1271191 - Add support CSS #rgba and #rrggbbaa color syntax in the inspector. r=miker
Add support for both syntax in CssColor
Add support in value increment
Edit several tests to make sure we handle these syntaxes all across the inspector (display swatch,
color increment, unit switching, …).

MozReview-Commit-ID: FLw9va3i8H0

--HG--
extra : transplant_source : m%24%C9%E1%EFQ%18%C3%0C%8F%C6%DB%E8%E5%D2%7D%A8c%5Bl
2016-05-10 13:54:08 +02:00
Yura Zenevich a92d4eb02f Bug 1273904 - reverting webconsole blue focus highlight to dotted outline. r=bgrins
MozReview-Commit-ID: CbLcsPzCGFB

--HG--
extra : rebase_source : 0bf6f2b0adfd3a80c2d6d43449cd57eacbce01b9
2016-05-20 10:22:53 -04:00
Joel Maher 8e50d588fd Bug 1269872 - adjust manifests of all jobs that require a gpu. r=RyanVM,jgilbert
dom/media/tests/mochitests/test_peerConnection_captureStream_canvas_webgl.html has an issue on android as it is moved from mochitest-media -> mochitest-gpu.
dom/bindings/test/test_integer.html uses experimental-webgl, it might need to be picked up in a future cleanup.

MozReview-Commit-ID: GJKn7ubY7tL
2016-05-25 16:22:27 -04:00
Joel Maher 3ff44ada49 Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg
MozReview-Commit-ID: IZziPmwFtHj
2016-05-25 15:28:24 -04:00
Eddy Bruel 926642e614 Bug 1265718 - Decouple AnimationPlayerFront from AnimationPlayerActor;r=jryans 2016-05-24 11:27:38 +02:00
Patrick Brosset 4f864f4ffd Bug 1274964 - ESLint cleanup of devtools/client/inspector; r=jryans
MozReview-Commit-ID: HCRVzU6NdM4

--HG--
extra : rebase_source : 375d55c7688599d57615a04f68ed7230cab856c2
extra : amend_source : a0fa5104ef3fbd7ba98512979cfb2396645c07e9
2016-05-23 10:41:02 +02:00
gasolin 9bccc8284f Bug 1256767 - Fix ESLint errors/warnings in devtools/client/webconsole/console-commands.js; r=linclark
MozReview-Commit-ID: A5L5DqtHjGe

--HG--
extra : transplant_source : %C0%A4wAu%23%83%7Fp%BA%2A%C5%0C%F6%3E4%1B%08%07%D4
2016-04-20 18:06:01 +08:00
Jan Odvarko 361bc7d03a Bug 1275556 - Reps: Obj rep should support 'tiny' mode; r=linclark 2016-05-26 14:06:01 +02:00
Jarda Snajdr d822e9b505 Bug 1270111 - Part 3: Fixed and refactored the browser_net_image-tooltip.js test. r=jdescottes 2016-05-27 05:11:00 +02:00
Jarda Snajdr bbc3f63d18 Bug 1270111 - Part 2: Netmonitor mochitest logging is too verbose, disable the detailed progress info. r=jdescottes 2016-05-26 06:19:00 +02:00
Jarda Snajdr ef33641651 Bug 1270111 - Part 1: TooltipToggle doesn't hide the tooltip when mouse is over, shows and hides after a short delay. r=jdescottes 2016-05-27 05:09:00 +02:00
Andrew Chen d5028145a5 Bug 1270010 - Add tooltips to doorhangers noting what they're doing; r=pbro 2016-05-24 18:07:00 +02:00
Nicolas Chevobbe 102c0402cd Bug 1253869 - Don't assume that rule in the Rules view match the selected node when checking for overidden properties. r=gl
Unmatched rules created via the "Add New Rule" button was wrongfully make other rules look not applied.
Fix returned isMatching boolean in PageStyleActor's function when the evaluated rule has multiple selectors.
Add CSS rules to make look unmatched rules' properties unmatched, like the rule's selector.
Add tests to make sur we handle unmatch rule selectors right.

MozReview-Commit-ID: FPQ7XJoa7Ba

--HG--
extra : transplant_source : %C4%F1sa%ED4%E6%8CV%8F/nK%E4%FBA%2C%A7%F5%0F
2016-05-25 18:16:26 +02:00
Tom Tromey a475e4a792 Bug 1265808 - add Services.prefs shim; r=bgrins
MozReview-Commit-ID: 5VrdYuGZ9ja

--HG--
extra : transplant_source : %D3%17%9A%1A%C9c%A0%60i%11%EA%D1S%A1G%CF%9C%C38%A7
2016-05-05 09:32:38 -06:00
Alexandre Poirot f2393b3508 Bug 1237492 - Fix test_jsterm_autocomplete.html intermittents by connecting to the expected worker actor. r=ejpbruel 2016-05-30 03:06:21 -07:00
Alexandre Poirot 4bc9677f7d Bug 1254746 - Fix browser_service_workers_start.js intermittent when the worker is killed sooner than expected. r=jryans 2016-05-30 03:06:21 -07:00
Ben Kelly d9b5c79aac Bug 1276271 P2 Verify responsive design UI does not leak when window is closed. r=jryans 2016-05-28 05:59:09 -07:00
Ben Kelly 64760e8d52 Bug 1276271 P1 Don't leak windows when response design tool is closed while active. r=jryans 2016-05-28 05:59:09 -07:00
Wes Kocher 2e152c3d24 Merge m-c to inbound, a=merge 2016-05-27 14:43:24 -07:00
Tim Nguyen 75f63a4458 Bug 1273653 - Fix ESLint errors in devtools/client/shared/(components|redux). r=tromey
MozReview-Commit-ID: 5hY0uII6wf8
2016-05-17 23:20:14 +02:00
Eric Skoglund becc61a8f7 Bug 1062617 - DevTools: Style Editor Import button should Open a Dialog box which defaults to CSS files r=miker DONTBUILD since we just built it with the wrong number
--HG--
extra : source : 3347773109ae938effcc0ed81ba91c341563d4d6
extra : amend_source : c14df45242640d94d8e3125fea398959e71180ac
2016-05-17 11:54:30 -07:00
Wes Kocher 0518441aab Backed out changeset 3347773109ae (bug 102617) for landing with the wrong bug number 2016-05-17 12:15:54 -07:00