Commit Graph

3858 Commits

Author SHA1 Message Date
Wes Kocher
8071f94c4d Merge fx-team to central, a=merge 2016-10-04 17:40:37 -07:00
Brian Grinstead
9eb03c4dd7 Bug 1304178 - Pref on the new console frontend in nightly;r=linclark
MozReview-Commit-ID: E8M4YvI81bX
2016-10-04 11:32:59 -07:00
Brian Grinstead
4c4c6f2a4d Bug 1304178 - Remove the context menu in new webconsole frontend;r=linclark
MozReview-Commit-ID: 2lTpxlAkuvM
2016-10-04 11:32:52 -07:00
Brian Grinstead
4ce9f8b178 Bug 1304178 - Return a promise from dispatchMessageAdd to support jsterm.execute callback for tests;r=linclark
MozReview-Commit-ID: AeRsjFiyikv
2016-10-04 11:32:45 -07:00
Lin Clark
b470b0e069 Bug 1307243 - Part 2: Fix Ctrl-F keyboard shortcut and add test. r=bgrins
MozReview-Commit-ID: 3Z5Vp6UMii4
2016-10-04 11:31:40 -07:00
Lin Clark
67faa4b6d0 Bug 1307243 - Part 1: Consolidate services in a service container and add addRefToHud. r=bgrins
MozReview-Commit-ID: 4lDTLFzh5ly
2016-10-04 11:31:38 -07:00
Gabriel Luong
f692353a96 Bug 1307193 - Move swatch based tooltip editors into their individual file from Tooltip.js r=jdescottes
--HG--
rename : devtools/client/shared/widgets/Tooltip.js => devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js
rename : devtools/client/shared/widgets/Tooltip.js => devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js
rename : devtools/client/shared/widgets/Tooltip.js => devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js
rename : devtools/client/shared/widgets/Tooltip.js => devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js
2016-10-04 10:22:47 -04:00
Carsten "Tomcat" Book
540850f563 Merge mozilla-central to fx-team 2016-10-04 12:02:24 +02:00
Carsten "Tomcat" Book
02f4754fbc merge mozilla-inbound to mozilla-central a=merge 2016-10-04 11:58:07 +02:00
Patrick Brosset
5810e0aeaa Bug 1258081 - Wait longer for browser_computed_search-filter_escape-keypress.js to pass; r=test-only
MozReview-Commit-ID: ESCwms11Qfr
2016-10-04 11:50:14 +02:00
Matteo Ferretti
c7f9e0f637 Bug 1303484 - browser_device_modal_submit.js | unexpected number of devices; r=jryans
- Added `addDeviceForTest` that removes automatically the device added at the
  end of the test.
- Improved `switchDevice` with more assertions.

MozReview-Commit-ID: D1BJozD65uj
2016-10-04 09:18:27 +02:00
Phil Ringnalda
73ccc79fc3 Merge m-c to f-t 2016-10-03 20:51:52 -07:00
Jan Odvarko
fa92385875 Bug 1305979 - Test for addSidebarTab API. r=jdescottes 2016-10-03 18:14:14 +02:00
Greg Tatum
6184dccc11 Bug 1303748 - Fix color cycling in CssColor by adding more HSL precision; r+tromey r=tromey
MozReview-Commit-ID: EtNj5IdOnKr

--HG--
rename : devtools/client/shared/test/unit/test_cssColor.js => devtools/client/shared/test/unit/test_cssColor-01.js
extra : rebase_source : 7b8c2628089368a6330489a03f31e58aca8bd0bb
2016-09-28 09:31:26 -05:00
Jan Odvarko
8ef8a5df9f Bug 1305979 - Improve API for adding a new side panels. r=jdescottes 2016-09-28 14:48:43 +02:00
Jan Odvarko
505bdeb873 Bug 1306898 - Avoid exception. r=ntim 2016-10-03 13:33:53 +02:00
Brian Grinstead
d5f0e3743a Bug 1307198 - Set -moz-user-focus: normal to fix text focus on new output area;r=linclark
MozReview-Commit-ID: 7mIXo72WBhW
2016-10-03 11:46:14 -07:00
Brian Grinstead
0320133b2f Bug 1307151 - Clear prefs in a cleanup function in browser_webconsole_bug_737873_mixedcontent.js;r=me
MozReview-Commit-ID: 7X5NVOcvop8
2016-10-03 10:16:51 -07:00
Gabriel Luong
0548ed82cf Bug 1305786 - Add initial react/redux boilerplate for creating a new layout panel r=honza 2016-10-03 10:22:26 -04:00
Brian Grinstead
3468e59ee7 Bug 1306783 - Skip test_render_perf.html temporarily;r=linclark
MozReview-Commit-ID: 8MxjccwSIdO
2016-10-02 15:16:50 -07:00
Lin Clark
bbfbcfb4f6 Bug 1306783 - New console frontend: Fix performance issue when adding lots of messages. r=bgrins; r=nchevobbe
MozReview-Commit-ID: HdU1OntWPhq
2016-10-02 15:16:50 -07:00
Lin Clark
3618c529bc Bug 1306751 - New console frontend: Emit new-message from componentDidMount. r=bgrins
MozReview-Commit-ID: 1JS6FcDU9qr
2016-10-02 15:16:50 -07:00
Nicolas Chevobbe
602cb980ef Bug 1306781 - New console frontend: Add title on repeat element. r=linclark
MozReview-Commit-ID: L10G6ShRuXR
2016-10-02 15:16:49 -07:00
Lin Clark
b1b922dcdb Bug 1306775 - New console frontend: Fix classes on page errors and console commands. r=me
MozReview-Commit-ID: 97gjsvbKt1d
2016-10-02 15:16:49 -07:00
Lin Clark
7ea7afa4f6 Bug 1306099 - New console frontend: Fix scrolling. r=bgrins
MozReview-Commit-ID: 3xRTUTh53Bp
2016-10-02 15:16:49 -07:00
Nicolas Chevobbe
70881adb54 Bug 1306727 - New console frontend: Add test for the location in consoleApiCall. r=linclark
MozReview-Commit-ID: H3eLp8FDQRN
2016-10-02 15:16:49 -07:00
Lin Clark
9cdc8b33fc Bug 1306622 - New console frontend: Fix stacktrace expandable closure. r=me
MozReview-Commit-ID: DugEHmQvbXd
2016-10-02 15:16:49 -07:00
Lin Clark
f3a08a3d22 Bug 1306622 - New console frontend: Factor out common HTML structures from message types. r=bgrins
MozReview-Commit-ID: 3JjyRuJyFAP

--HG--
rename : devtools/client/webconsole/new-console-output/test/components/repeat.test.js => devtools/client/webconsole/new-console-output/test/components/message-repeat.test.js
2016-10-02 15:16:49 -07:00
Lin Clark
fe85dc9030 Bug 1306460 - New console frontend: Fix text filtering. r=bgrins,r=nchevobbe
MozReview-Commit-ID: A0sEoQ2bzdo
2016-10-02 15:16:49 -07:00
Lin Clark
a987b44a80 Bug 1305788 - Part 3: Update mocha tests. r=me
MozReview-Commit-ID: 5DvUWErni0O
2016-10-02 15:16:48 -07:00
Lin Clark
92c289047a Bug 1305788 - Part 2: Remove mocha unit testing of actions. r=me
MozReview-Commit-ID: AGCvvLdztDc
2016-10-02 15:16:48 -07:00
Lin Clark
071543fff5 Bug 1305788 - Part 1: Sync changed filter prefs back to system. r=bgrins
MozReview-Commit-ID: C9CMgjiXGSl
2016-10-02 15:16:48 -07:00
Phil Ringnalda
cc4fd28b8e Backed out changeset d64bcb6d78e5 (bug 1205371) for browser_animation_pseudo_elements.js and browser_markup_dragdrop_invalidNodes.js failures 2016-10-02 11:41:47 -07:00
Phil Ringnalda
c2d51243de Merge m-c to m-i
MozReview-Commit-ID: EDdoYQ8zdUw
2016-10-03 20:35:14 -07:00
Wellington Cordeiro
d4e50cd70b Bug 1307250 - Add dir attribute to index.html. r=jlongster
--HG--
extra : rebase_source : af38f1c056e1bba147ca3d73a83230d697103d30
2016-10-03 14:10:00 -04:00
Julian Descottes
61c6c5d259 Bug 1153292 - part5: create ServiceWorkerActor;r=janx
MozReview-Commit-ID: CdlqUHHW1O1

--HG--
extra : rebase_source : d27c8063dd690aded44ef3e9bf7ed4ddba838a89
2016-09-27 20:52:50 +02:00
Julian Descottes
1a25f252c3 Bug 1153292 - part4: aboutdebugging: display registering status for service workers;r=janx
MozReview-Commit-ID: DuE46jPSDvR

--HG--
extra : rebase_source : 83bcd044a79b616b202f87cc9a93182fc12b4c24
2016-09-15 15:12:06 +02:00
Fred Lin
10d8429620 Bug 1292592 - Convert sourceeditor to use key shortcuts module;r=ochameau
MozReview-Commit-ID: 2hFtanHPuyr

--HG--
extra : rebase_source : 1c9d6cf406070107ad66a7eb42f0c4e50695f7c5
2016-09-23 15:12:17 +08:00
Fred Lin
8ef5bc864b Bug 1292592 - isolate xul dependency in sourceeditor and theme-switching;r=bgrins
MozReview-Commit-ID: 95ylSC8MpwM

--HG--
extra : rebase_source : 74790b334bc188fb78569af606c7382e899fe8ee
2016-09-20 14:20:46 +08:00
Fred Lin
016e5cab9a Bug 1292592 - load sourceeditor in inspector without iframe;r=bgrins
MozReview-Commit-ID: K3ptp0g4RP8

--HG--
extra : rebase_source : d314455dc616bdad2f90f3696048c5825a8af348
2016-09-20 13:40:18 +08:00
Stone Shih
7b63299a94 Bug 1292063 - Part 2: Add composed argument to getEventTargetChainFor and refine test cases. r=smaug
--HG--
extra : rebase_source : 221e1bd75cfa3ab1c8ef435e8e87c5a6f56b82aa
2016-09-13 17:29:08 +08:00
Sebastian Hengst
c8ce2a4abd Bug 1306397 - Remove B2G event 'network-active-changed' and consumers from non-B2G/Gonk files: devtools. r=jryans
MozReview-Commit-ID: 2qoD29sZvSQ

--HG--
extra : rebase_source : 9e21705eea692996c6fd73085450ad9569f5e252
2016-09-29 19:53:44 +02:00
Julian Descottes
e81e249ac0 Bug 1303611 - cache value on attribute container to avoid redrawing unchanged attributes;r=pbro
MozReview-Commit-ID: 55cR17diVT5

--HG--
extra : rebase_source : 5796112c3f799d17068376a6a79dc12c8c96396d
2016-10-01 01:36:26 +02:00
Axel Hecht
a26fa481de bug 1305206, add an l10n.ini for external references to devtools/client, r=jwalker
This is in support of SeaMonkey using devtools/client, and bug 1301940.

MozReview-Commit-ID: 21Cf0nzKxNB

--HG--
extra : rebase_source : 16187fb02bc20d77b86278f05f1b8bdacfb6eadb
2016-09-24 11:08:03 +05:30
Julian Descottes
83f50d7b52 Bug 1153292 - part2: aboutdebugging: fix service worker layout if buttons are not displayed;r=janx
MozReview-Commit-ID: cGzVVcNyNv

--HG--
extra : rebase_source : bd35e5e913583d4235435c106aeee79a8a478534
2016-08-11 19:44:12 +02:00
Julian Descottes
403cba1f39 Bug 1153292 - part1: display serviceworker status RUNNING/STOPPPED in aboutdebugging;r=janx
MozReview-Commit-ID: FvXM7QvB0Pn

--HG--
extra : rebase_source : caca55e0004d2479cd2fb5358cf45fa9455493b1
extra : source : 43475a195115054bf6fab64f7266133575b25b18
2016-09-15 17:54:43 +02:00
Julian Descottes
801e39b347 Bug 1153292 - part0: aboutdebugging: titles on target-name components;r=janx
MozReview-Commit-ID: GkBCcjuLU6R

--HG--
extra : rebase_source : 26f30041f37eb870bf2fc94bdcbb58287c326673
2016-08-16 16:33:34 +02:00
Phil Ringnalda
f3a11c5cdb Merge f-t to m-c, a=merge 2016-09-30 23:25:36 -07:00
Sebastian Hengst
36b8971f57 Backed out changeset 364027ef5feb (bug 1301342) for timing out in devtools/client/shared/test/browser_html_tooltip-03.js. r=backout 2016-10-01 00:11:03 +02:00
Gabriel Luong
c065a72456 Bug 1301342 - Set noautohide for the HTMLTooltip panel and hide the overridden property search when editing a rule r=jdescottes 2016-09-30 15:46:08 -04:00