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

2310 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher 419e80ad06 Merge m-c to inbound, a=merge 2016-05-06 15:58:32 -07:00
Julian Descottes c00e9f4fa4 Bug 1260419 - part1: ruleview shows more CSS suggestions, with better sorting;r=pbro
Usability changes to the ruleview autocomplete:
- max suggestions is now capped to 500 to make sure as many suggestions as possible
  as possible are displayed
- vendor-prefixed properties are moved to the end of the list
- !important is no longer the first suggested item

MozReview-Commit-ID: AOfHyqS3n8s

--HG--
extra : rebase_source : 5a4842974672bebc7427a546b4e4014201147465
extra : histedit_source : 0c008a8e7aedb60c2df0774977e54074702d555d
2016-04-07 00:43:30 +02:00
"Helen V. Holmes" f90d2f6327 Bug 1246313 - Change the devtools syntax highlighting colors to be higher contrast;r=bgrins
MozReview-Commit-ID: FEYhP6Oq5Sn
2016-03-17 08:58:32 -04:00
Brian Grinstead fb02b7fa44 Bug 1205330 - Fixup border color for devtool inputs;r=helenvholmes
MozReview-Commit-ID: Iw4j3rqVe8v
2016-05-04 11:19:35 -07:00
"Helen V. Holmes" 5fededb359 Bug 1205330 - Changes to the devtools/devedition dark theme colors;r=bgrins
MozReview-Commit-ID: 7gOuqTPBFcf
2016-05-02 09:38:44 -04:00
Eddy Bruel 53f074e796 Bug 1268461 - Decouple MediaRuleFront from MediaRuleActor;r=jryans 2016-05-04 16:46:41 +02:00
Tom Tromey 08f3ad3f7b Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
MozReview-Commit-ID: HzbnNvTc5db
2016-05-04 08:02:03 -06:00
Tom Tromey 71073210e9 Bug 1268974 - make css-parsing-utils eslint-clean; r=pbro
MozReview-Commit-ID: 4iPN37XMbIy
2016-05-04 07:57:33 -06:00
Carsten "Tomcat" Book 0ca90753b9 Backed out changeset 0c860fab34ea (bug 1263404) for causing test failures in browser_jsonview_filter.js 2016-05-04 12:28:03 +02:00
Carsten "Tomcat" Book b64ae72562 Backed out changeset f54c4f5fd0ed (bug 1265787) 2016-05-04 12:27:37 +02:00
Carsten "Tomcat" Book 3db7c01bb7 Merge mozilla-central to fx-team 2016-05-04 12:01:17 +02:00
Carsten "Tomcat" Book ad9214381b merge mozilla-inbound to mozilla-central a=merge 2016-05-04 11:54:42 +02:00
Brian Grinstead f1f118fd67 Bug 1269763 - Convert instances of toolbox.frame.contentWindow to toolbox.win;r=jdescottes
MozReview-Commit-ID: 2jPa6K6io40
2016-05-03 15:46:24 -07:00
Eddy Bruel 957da1ca53 Bug 1268461 - Decouple OriginalSourceFront from OriginalSourceActor;r=jryans 2016-05-03 18:31:00 +02:00
Alexandre Poirot dca4ae52c4 Bug 1266128 - Show tabs in about:debugging. r=janx
--HG--
rename : devtools/client/aboutdebugging/components/moz.build => devtools/client/aboutdebugging/components/tabs/moz.build
2016-05-03 09:06:32 -07:00
Alexandre Poirot 5e23dabcd8 Bug 1266128 - Send tabListChanged messages when tab title changes. r=jryans 2016-05-03 09:06:31 -07:00
Alexandre Poirot 4355049b47 Bug 1266128 - Rename about debugging Tab(s) to Panel(s). r=janx
--HG--
rename : devtools/client/aboutdebugging/components/addons-controls.js => devtools/client/aboutdebugging/components/addons/controls.js
rename : devtools/client/aboutdebugging/components/addons-install-error.js => devtools/client/aboutdebugging/components/addons/install-error.js
rename : devtools/client/aboutdebugging/components/addons-tab.js => devtools/client/aboutdebugging/components/addons/panel.js
rename : devtools/client/aboutdebugging/components/addon-target.js => devtools/client/aboutdebugging/components/addons/target.js
rename : devtools/client/aboutdebugging/components/tab-header.js => devtools/client/aboutdebugging/components/panel-header.js
rename : devtools/client/aboutdebugging/components/tab-menu-entry.js => devtools/client/aboutdebugging/components/panel-menu-entry.js
rename : devtools/client/aboutdebugging/components/tab-menu.js => devtools/client/aboutdebugging/components/panel-menu.js
rename : devtools/client/aboutdebugging/components/workers-tab.js => devtools/client/aboutdebugging/components/workers/panel.js
rename : devtools/client/aboutdebugging/components/service-worker-target.js => devtools/client/aboutdebugging/components/workers/service-worker-target.js
rename : devtools/client/aboutdebugging/components/worker-target.js => devtools/client/aboutdebugging/components/workers/target.js
2016-05-03 09:06:31 -07:00
Alexandre Poirot 8cbb062041 Bug 1265599 - Fix gcli toolbox button status when toolbox goes on and off. r=jwalker 2016-05-03 09:06:30 -07:00
Brian Grinstead 234d71531a Bug 1269497 - eslint fixes for Menu API;r=jdescottes
MozReview-Commit-ID: 9iSJgWUBRbp
2016-05-03 07:42:20 -07:00
Brian Grinstead c77eeb7c73 Bug 1269497 - Provide toolbox.win getter to make lines shorter in tests;r=jdescottes
MozReview-Commit-ID: 9KuWzsyHQGF
2016-05-03 07:41:20 -07:00
Brian Grinstead 847bb23a7f Bug 1269497 - Add 'visible' support to MenuItem API;r=jdescottes
MozReview-Commit-ID: Fl3OO3kCNxQ
2016-05-03 07:40:33 -07:00
Michael Kohler 0dace514c4 Bug 1256854 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_618078_network_exceptions.js r=linclark 2016-05-02 12:28:00 +02:00
Michael Kohler 7eac34a913 Bug 1256863 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_646025_console_file_location.js r=linclark 2016-05-02 12:28:00 +02:00
Jarda Snajdr 929a8d5d40 Bug 1268806 - The SyntaxTreeVisitor in Parser.jsm fails to process computed names for object properties. r=nfitzgerald 2016-04-29 02:08:00 +02:00
Tom Tromey 8a9f366080 Bug 1266842 - replace rgbToColorName, colorToRGBA, isValidCSSColor in devtools; r=pbro
MozReview-Commit-ID: G5Zly0HPJuv

--HG--
extra : rebase_source : 85e0afd02cd676a2a7e0855a0b4956b7b9a2ac36
2016-04-28 08:46:19 -06:00
Tom Tromey 3ab72b1e0f Bug 1266842 - move css-color.js to devtools/client/shared; r=pbro
MozReview-Commit-ID: 9zS1Y4Ape2u

--HG--
rename : devtools/shared/css-color.js => devtools/client/shared/css-color.js
rename : devtools/shared/tests/unit/test_cssColor.js => devtools/client/shared/test/unit/test_cssColor.js
extra : rebase_source : fb9efd824bd025af2208b9d860f44ec67ece3de2
2016-04-28 08:41:40 -06:00
Carsten "Tomcat" Book 779fe0a0a8 Backed out changeset e58df849e249 (bug 1268461) for bustage 2016-05-03 13:37:29 +02:00
Eddy Bruel 56aee50d78 Bug 1268461 - Decouple OriginalSourceFront from OriginalSourceActor;r=jryans 2016-05-03 13:14:52 +02:00
Eddy Bruel e083fbac8b Bug 1268461 - Change the order in which the stylesheet actors are defined;r=jryans 2016-05-03 11:46:58 +02:00
Nicolas Chevobbe c6eac9c8b5 Bug 1269034 - Fix getSuggestionForQuery in inspector actor for id queries. r=bgrins
Make sure that result node id is not empty before appending it to the results

MozReview-Commit-ID: 5SuTrNf4t8v

--HG--
extra : transplant_source : E%AF%D7%A9W%DC%C6u%8B%9F%FF%00%A7%FEY%1A%7E%CA%AE%95
2016-04-30 00:36:17 +02:00
Jarda Snajdr 9ae963b23e Bug 1265729 - Decouple fronts from actors in storage inspector. r=ejpbruel 2016-04-29 04:34:00 +02:00
Lin Clark 01bbefc9c1 Bug 1264700 - [rep tests] Add tests for undefined rep. r=Honza 2016-05-02 10:02:00 +02:00
Agustin Cautin 5a37523e25 Bug 1256912 - Fixed eslint errors browser_webconsole_output_regexp.js; r=linclark 2016-04-30 06:56:00 +02:00
Nicolas Chevobbe 40d57bef03 Bug 1245365 - Fix markup view search with attribute selector. r=pbro
Add an ATTRIBUTE search state to better handle attribute's search.
Edit test to make sure we handle it right

MozReview-Commit-ID: ADcIJRbhjO

--HG--
extra : transplant_source : %C7R%AC%EE%2A%BA%C1%FE%B4%E4%D3%B0%D6c%B1%AB%B5%04%C6%CB
2016-04-21 21:54:03 +02:00
Hiroyuki Ikezoe 88be285f6a Bug 1254408 - Part 3 - Use longer duration to avoid intermitent failures. r=pbro 2016-04-27 18:06:00 +02:00
Ryo Motozawa bd7fd252a0 Bug 1254408 - Part 2 - Modifing tests for animation property warnings. r=pbro
MozReview-Commit-ID: GVTiHhHbKlN
2016-04-22 20:18:02 +09:00
Ryo Motozawa be5a1aae1f Bug 1254408 - Part 1 - Expose animation performance information in DevTools. r=pbro
MozReview-Commit-ID: FHC41UoFEUl
2016-04-22 20:17:58 +09:00
Julian Descottes f41452912d Bug 1268466 - ruleview: create new rule <style> el in frame document;r=tromey
To create new rules, style elements are added to the content document.
For nodes located in an iframe, the style element should be added to the
ownerDocument of this particular node.

MozReview-Commit-ID: 7ynd7YU3WeL

--HG--
extra : rebase_source : 48e989e229b7972101c2761c881127244530273d
2016-04-30 16:41:54 +02:00
Brian Grinstead e3eb99f4b9 Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 6SRZPkKamhD
2016-04-29 13:18:00 -07:00
Nicolas Chevobbe f3f3ce693d Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 77qsML4CXlh

--HG--
rename : devtools/client/webconsole/new-console-output/output-wrapper-thingy.js => devtools/client/webconsole/new-console-output/new-console-output-wrapper.js
2016-04-29 13:18:00 -07:00
Lin Clark 4800071c32 Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
MozReview-Commit-ID: Kl0G7lEFatj
2016-04-29 13:17:00 -07:00
Nicolas Chevobbe 02fc0e20ae Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 9y4QgUsRLa2
2016-04-29 13:17:00 -07:00
Lin Clark 8322afabcf Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
MozReview-Commit-ID: JvM0xrK7rks
2016-04-29 13:17:00 -07:00
Lin Clark 9cbc113dbf Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
MozReview-Commit-ID: 54Tl5b5T2EJ

--HG--
rename : devtools/client/webconsole/new-console-output/dummy-child-component.js => devtools/client/webconsole/new-console-output/components/console-output.js
2016-04-29 13:16:00 -07:00
Brian Grinstead 3597ecef6e Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 2WL6rKpiKgz
2016-04-29 13:15:00 -07:00
Lin Clark 87d4a2d6ff Bug 1260283 - Implement new console output frontend behind a pref. r=bgrins
MozReview-Commit-ID: B23YqAOqvW5
2016-04-29 13:14:00 -07:00
Brian Grinstead dd1643d2e5 Bug 1260283 - Implement new console output frontend behind a pref. r=linclark
MozReview-Commit-ID: 7xr6Wm45LK5
2016-04-29 13:14:00 -07:00
moaazsidat 45963cc05d Bug 1211613 - Re-organized the inspector context menu; r=pbro
MozReview-Commit-ID: HkSv091hpfC
2016-05-01 18:15:00 +02:00
Carsten "Tomcat" Book a62a8252e6 Merge mozilla-central to fx-team 2016-05-02 11:39:08 +02:00
Carsten "Tomcat" Book 548d98c27e merge mozilla-inbound to mozilla-central a=merge 2016-05-02 11:25:32 +02:00
Brian Grinstead 3642cda1f9 Bug 1257613 - Add an API to open context menus from an HTML document;r=jdescottes
MozReview-Commit-ID: 4j9d5k3Ut1f
2016-05-01 17:01:47 -07:00
Aryeh Gregor 49d7e81abf Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
Wes Kocher 5a74f93dfd Merge m-c to inbound, a=merge
MozReview-Commit-ID: 8tbWzOpUAR8
2016-04-29 16:01:16 -07:00
Wes Kocher 7cac146323 Bug 1244265 followup ESLint fix
MozReview-Commit-ID: 6RfemDKbqlH
2016-04-28 15:35:41 -07:00
Christoph Kerschbaumer ddb9e493bf Bug 1241569 - Convert devtools/ to use channel.open2(). r=sicking 2016-04-28 21:00:22 +02:00
David Walsh 2c4851f151 Bug 1244265 - Show file picker when save button clicked within the JSONView component. r=Honza
MozReview-Commit-ID: 70q35AbSBgO

--HG--
extra : amend_source : a749a55a82bb220016ca682f594e65b0d372566f
extra : transplant_source : 6%D2%200%82%2CtN%F6%9E4%7B%91%16%0A%DFa%21%FEs
2016-04-26 11:26:22 -05:00
Jarda Snajdr f387cfc0da Bug 1259743 - Part 3: Remove the mustNotifyServiceWorkerRegistrationChanged check as it's dead code. r=janx 2016-04-28 03:55:00 -04:00
Jarda Snajdr 266d684430 Bug 1259743 - Part 2: Make devtools/server/actors/webbrowser.js eslint-clean. r=ochameau 2016-04-28 03:54:00 -04:00
Jarda Snajdr 12ed4a19f0 Bug 1259743 - Part 1: Inline sources in iframe stop being displayed after few reloads. r=ochameau 2016-04-28 03:53:00 -04:00
Gabriel Luong 115ecc4d9a Bug 1267750 - [ESLint] Fix ESLint issues in devtools/server/actors/inspector.js r=pbro 2016-04-28 11:56:19 -04:00
Carsten "Tomcat" Book efeedc62cb Merge mozilla-central to fx-team 2016-04-28 16:34:59 +02:00
Carsten "Tomcat" Book 2666074aa0 merge mozilla-inbound to mozilla-central a=merge 2016-04-28 16:30:24 +02:00
Eddy Bruel 1f2009e3aa Bug 1265429 - Refactor protocol.js to allow fronts to be decoupled from actors;r=jryans 2016-04-28 12:10:40 +02:00
David Walsh 55dee7085e Bug 1255837 - Add padding to right edge of JSON View JSON Tab. r=Honza
MozReview-Commit-ID: 9G71PrC9kcy

--HG--
extra : rebase_source : ca458065f7097b3a097af90799398791b9ed340a
2016-04-19 10:05:37 -05:00
David Walsh 784e22bcdc Bug 1244268 - Remove expand/collapse headings in JSONView Headers tab. r=honza
MozReview-Commit-ID: GB5wKTUy0Eg

--HG--
extra : rebase_source : 21b323c0bba53db4cdae620bcb8bb322837fb65c
2016-04-19 09:36:31 -05:00
Nicolas Chevobbe 8ac826b23f Bug 820926 - Hide void-element's closing tag if the page is an HTML page. r=pbro
Though, if the element has pseudo-elements, and thus can be expanded, show
the closing tag when the void element is expanded.

MozReview-Commit-ID: 7UMMlVjYqLX
2016-04-28 01:51:46 -07:00
Jan Odvarko d2e20fee1a Bug 1269445 - Include required test files; r=pbro 2016-05-02 20:56:32 +02:00
Tom Tromey 4383c1a8b1 Bug 1265787 - add javascript CSS lexer to devtools; r=pbro
MozReview-Commit-ID: BgbACHTTMtX

--HG--
extra : transplant_source : %A3iN%27%23%04g%91%06%2CsB%24%ABA%E9%81%D2%EA%8C
2016-04-29 11:21:22 -06:00
Jan Odvarko 099c9858d7 Bug 1263404 - Fix condition in hasChildren; r=jryans 2016-05-03 19:57:21 +02:00
Matthew Noorenberghe 8c8f2a8308 Bug 1267378 - Follow-up to fix devtools space-before-function-paren errors
MozReview-Commit-ID: DCCsgYbGxcr

--HG--
extra : rebase_source : 1aff679a2ae3759b695585cc6a2e69b830f76e54
2016-04-28 01:19:08 -07:00
Carsten "Tomcat" Book bba206d411 Backed out changeset 797e8190073f (bug 1265876) for memory leaks in browser_markup_mutation_02.js 2016-04-28 08:13:42 +02:00
Tom Tromey f16c510764 Bug 1267378 - fix eslint errors in css-color.js; r=miker
MozReview-Commit-ID: D1MM5Yk9IKv

--HG--
extra : amend_source : 9303a23cc67d4499567557140dacb9b74fa6da5d
2016-04-25 13:56:04 -06:00
Tom Tromey ed07ccffa3 Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
MozReview-Commit-ID: HzbnNvTc5db
2016-04-21 11:20:14 -06:00
Tom Tromey f13377234d Bug 1265772 - don't use Services.console or Console.jsm in devtools; r=bgrins
MozReview-Commit-ID: Ax4EwhRVE0R

--HG--
extra : amend_source : 11297b555f1175a0be506e3ab7e72592cd3c2cd2
2016-04-19 14:05:35 -06:00
Julian Descottes 82e45d4470 Bug 1178462 - Cancel inplace editor autocomplete on window blur;r=gl
MozReview-Commit-ID: BI9LHtUKta

--HG--
extra : rebase_source : 8321f9df764f5e2faddcaaae9597e0ac35e99020
2016-04-27 09:55:18 +02:00
Julian Descottes e14d5fdb1f Bug 1217769 - aboutdebugging: default to addons tab without navigating if hash is empty;r=janx
MozReview-Commit-ID: 8hlFDqrpKit

--HG--
extra : rebase_source : 2a5e39cc7bfeb458c44cc225f833ca65fa03aa80
2016-04-27 14:07:19 +02:00
Alexandre Poirot 7164e6284d Bug 1060732 - Load sources from page loaded via POST from cache in the debugger. r=ejpbruel 2016-04-27 09:43:59 -07:00
Jan Odvarko cf416c090e Bug 1266716 - Fix Firebug theme in the Storage inspector; r=ntim 2016-04-27 14:30:05 +02:00
Jan Odvarko b6a03a0310 Bug 1267998 - Firebug theme: better CSS for memory heap-tree. r=ntim 2016-04-27 16:16:37 +02:00
J. Ryan Stinnett 0b07b90aa6 Bug 1263258 - Require space before paren for anonymous functions. r=pbro
MozReview-Commit-ID: 2F0j45Vxn2I
2016-04-27 09:06:15 -05:00
Alexandre Poirot bf4a878a28 Bug 1264626 - Test the browser toolbox debugger. r=jryans,jlongster 2016-04-27 07:04:47 -07:00
Carsten "Tomcat" Book 05d6ba16fa merge mozilla-inbound to mozilla-central a=merge 2016-04-27 11:57:21 +02:00
Wes Kocher 77752786a4 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 3xgSmlsnSpk
2016-04-26 14:28:17 -07:00
Wes Kocher f20e8d0047 Merge inbound to central, a=merge
MozReview-Commit-ID: JIAGB82GtAS
2016-04-26 14:19:01 -07:00
Alexandre Poirot c0ae627a40 Bug 1263935 - Use AddonPathService.mapURIToAddonId instead of AddonManager.mapURIToAddonID. r=ejpbruel 2016-04-26 07:11:15 -07:00
Jan Odvarko be6d109116 Bug 1267274 - Firebug theme: fix position of the Inspector button; r=helenvholmes 2016-04-26 08:52:32 +02:00
Jan Odvarko 805383743a Bug 1266733 - Firebug theme: use white color for selected elements in the Inspector panel; r=bgrins 2016-04-25 17:27:17 +02:00
Jan Odvarko 913472a7fa Bug 1266310 - Firebug theme, fix row height in the Memory panel; r=fitzgen 2016-04-25 16:59:33 +02:00
Brian Grinstead ab9bb23b31 Bug 1254025 - Force the CodeMirror editor to always use a textarea. r=jdescottes
By default it switches to a contentEditable when a custom UA is applied, which
causes errors when trying to insert a controller.

MozReview-Commit-ID: AdRUpO3NHNF

--HG--
extra : transplant_source : _%D9%CA.%2A%E2zW%F1%F6%C5a%D2%89%C5%84%B5%5E%FCD
2016-04-26 07:00:53 -07:00
Tom Tromey cc930b7621 Bug 1265840 - Remove uses of Services.tm from inspector. r=pbro
MozReview-Commit-ID: DQoXLeXKUn3

--HG--
extra : transplant_source : %97%E9%DF%0DD%D5wk0%B1%07Q%10%0BI%A45JH%A6
2016-04-19 13:33:54 -06:00
Ryan VanderMeulen 4d12b543f0 Bug 1267278 - Update the skip-if annotation for browser_menu_item_02.js for all e10s debug. 2016-04-26 14:59:38 -04:00
Gabriel Luong 5e75c0a867 Bug 1266267 - Upgrade to CodeMirror 5.14.2 r=bgrins 2016-04-26 11:44:18 -04:00
"Helen V. Holmes" c1f32120ba Bug 1262839 - instead of centering all the viewports, they align to the top now - Remove extra #root rules no longer need, r=gl 2016-04-25 09:45:00 +02:00
Michael Ratcliffe 98177632d6 Bug 1226548 - Event listeners tooltip breaks the syntax in popup if there's a comment before event handler in JS code. r=ochameau
--HG--
rename : devtools/client/inspector/markup/test/browser_markup_events.js => devtools/client/inspector/markup/test/browser_markup_events1.js
rename : devtools/client/inspector/markup/test/doc_markup_events.html => devtools/client/inspector/markup/test/doc_markup_events1.html
2016-04-26 13:37:47 +01:00
Carsten "Tomcat" Book 4b698b9d7c Backed out changeset ee2fff382352 (bug 1244268) for bustage 2016-04-26 14:59:13 +02:00
Carsten "Tomcat" Book fac9466993 Backed out changeset 0587870803e7 (bug 1244265) 2016-04-26 14:59:00 +02:00
Phil fcde8e479b Bug 1260912 Instead of generating background image in JS in drawGraphElementBackground, use CSS styling; r=pbro 2016-04-25 09:43:00 +02:00
Paul Adenot 28c7de82e0 Bug 1243857 - Use a fake track in devtools web audio tests. irc-r=jesup
MozReview-Commit-ID: HrPTyPwtuLD
2016-04-26 14:19:23 +02:00
Carsten "Tomcat" Book 3c5ee70a18 merge mozilla-inbound to mozilla-central a=merge 2016-04-26 13:44:45 +02:00
gasolin 6935908bcd Bug 1256772 - Fix ESLint issues in devtools/client/webconsole/jsterm.js; r=linclark
MozReview-Commit-ID: 4fS6PsBGORI

--HG--
extra : transplant_source : eY%E9%C2%E4%D6%D4h%04%F0%EEFbX%8F%06%3C%C8c%7E
2016-04-07 14:43:39 +08:00
David Walsh 2688a8e167 Bug 1244265 - Show file prompt upon save button click. r=Honza
MozReview-Commit-ID: LS053H3nbHI

--HG--
extra : transplant_source : Y%06%CBH%3B4%12%8Bv%B9C%A2%3B2%1B%28%7C0%02%E2
2016-04-18 12:27:41 -05:00
David Walsh 58496fb708 Bug 1244268 - Remove expand/collapse headings in JSONView Headers tab. r=honza
MozReview-Commit-ID: LJ3qmoDwt8k

--HG--
extra : transplant_source : %A8%D9%D8C6q%FBW%B8h%94P%11%B6%C9C%A1%07%FF%E0
2016-04-18 11:17:29 -05:00
Jarda Snajdr 1610f20362 Bug 1205123 - Part 4: 'Remove IndexedDB database' action in storage inspector - test. r=mratcliffe 2016-04-25 04:31:00 +02:00
Jarda Snajdr 2adf830807 Bug 1205123 - Part 3: 'Remove IndexedDB database' action in storage inspector - UI. r=mratcliffe 2016-04-25 04:31:00 +02:00
Jarda Snajdr ba42a6a32a Bug 1205123 - Part 2: TreeWidget.js - set 'empty' attribute to parent when last child is removed. r=mratcliffe 2016-04-25 04:31:00 +02:00
Jarda Snajdr 1276a6e464 Bug 1205123 - Part 1: 'Remove IndexedDB database' action in storage inspector - backend. r=mratcliffe 2016-04-25 06:01:00 +02:00
Jared Wein e889366796 Bug 1268159 - Use GreD in addition to XCurProcD for browser_misused_characters_in_strings.js to cover more string files. r=gijs
MozReview-Commit-ID: IlC170W0nlG
* * *
[mq]: temp

MozReview-Commit-ID: GF0k4zvONPD
2016-04-29 09:28:48 -04:00
Jan Odvarko 22e4925d1f Bug 1267293 - Turn the DOM panel off by default;r=bgrins
MozReview-Commit-ID: DOYF2vTUEqq
2016-04-25 18:04:47 +02:00
Matteo Ferretti 969b9bd63b Bug 1250084 - The 'Responsive Design View' button from the Menu is not checked while the RDM is opened; r=jryans
MozReview-Commit-ID: 9i9rYI48H4G
2016-04-25 17:28:49 +02:00
Julian Descottes 435717397c Bug 1266997 - fix test browser_rules_completion-new-property_multiline.js on winXP;r=pbro
MozReview-Commit-ID: FEpmTAPxb0a

--HG--
extra : rebase_source : e09afad472c24fa112615383f57b3e176cda5a42
2016-04-25 10:10:25 +02:00
Carsten "Tomcat" Book 84eb46bafd merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : toolkit/components/prompts/test/test_bug861605.html => toolkit/components/prompts/test/test_dom_prompts.html
2016-04-25 11:55:12 +02:00
Kris Maglione 13c6073298 Bug 1238310: Follow-up: Fix some timing issues in tests. r=bustage
MozReview-Commit-ID: BjKiNO1T5yN

--HG--
extra : amend_source : ae884bd9cd629853d6d2998ef4e460bc46f67107
2016-04-23 23:56:28 -07:00
Michael Kohler b5c45cdf0a Bug 1255542 - markupView.more.showAll should use a proper plural form. r=pbro, r=flod 2016-03-15 14:25:00 +01:00
Jarda Snajdr 05675cffff Bug 1250138 - responsive.html viewport correctly resized by mouse: fixed horizontal vs vertical, better test. r=jryans 2016-04-30 00:00:00 +02:00
Carsten "Tomcat" Book 45a22b19a6 Merge mozilla-central to fx-team 2016-04-26 14:03:03 +02:00
Patrick Brosset 3b25491eef Bug 1069829 - 1 - Remove a usage of domUtils.cssPropertyIsValid in inplace-editor; r=tromey
cssPropertyIsValid was used only to find a compatible css unit when a number
was being incremented/decremented.
Because units are unlikely to be different between debuggees, a local DOM
node was used to validate the tested unit by applying and getting style on
the DOM node.

MozReview-Commit-ID: K0ldOgNRalg

--HG--
extra : rebase_source : e2ab2e0ad8db892da5cb7349de968d88a6c65d6b
2016-04-15 10:42:31 +02:00
Terrence Cole 38e696d22b Bug 1270774 - Fix devtool memory test limits to allow for more nursery slop; r=fitzgen 2016-05-06 12:18:11 -07:00
Carsten "Tomcat" Book 287246d38d Merge mozilla-central to mozilla-inbound 2016-04-27 13:55:39 +02:00
Yoshi Huang 1f2c27b68e Bug 1263496 - Part 1: fix for @mozilla.org/nullprincipal;1 r=bholley
This fixed the locations listed by
http://searchfox.org/mozilla-central/search?q=@mozilla.org/nullprincipal;1&redirect=true
2016-04-27 18:37:58 +08:00
Joe Walker 1b53fc8a37 Bug 1253221 - Sync changes from GCLI web project; r=jryans
Changes in this patch:
* GCLI gave up with testing via phantomjs a while ago, but the docs didn't keep
  up, so this fixes the docs.
* gcli/languages/command isn't used in Firefox, but on the web if a converter
  wrongly produces a null DOM node, then the UI just looks blank, so this change
  makes the error more obvious. However we don't use this in Firefox. I'd like to
  remove the module, but not in this patch.
* The delegate type (used when we want to defer the type of a parameter, e.g.
  with "pref set PREFNAME VALUE" where the type of value depends on PREFNAME)
  forced children to be prediction-less. This allows them to decide for themselves
* The file type assumed that the local filesystem was the same as the remote one
  which is clearly wrong. The change to gcli/types/file fixes that.
* Typo fix to gcli/util/util
* On very slow connections gcli/cli.js could get in a pickle where 2 changes
  happened out of order. We've planned for this, but got in wrong, so this just
  adds a bit of defensive programming.

MozReview-Commit-ID: H88W5UDCikM

--HG--
extra : rebase_source : b4e3da062881a841221c4f8cc9e64046756ed763
2016-03-03 12:42:52 +00:00
Joe Walker 380f7cdff7 Bug 1253225 - Remove GCLI commands not used in Firefox; r=jryans
MozReview-Commit-ID: 5TmpY0yYJ7M

--HG--
extra : rebase_source : 7f46ecc376bb0f0745ba628b621b63a73def8e22
2016-03-03 12:52:15 +00:00
Sebastian Hengst 5c939be951 Bug 1248988 - User-facing terminology for memory tool: Use apostroph and unicode ellipsis character. r=bc7-fix 2016-04-23 18:05:45 +02:00
Amod Narvekar 4e7342c40c Bug 1259892: Setting the defaultTab and checking whether tab is hidden, r=pbro
MozReview-Commit-ID: 4eThr8Q0CEJ
2016-04-22 08:57:00 +02:00
Greg Tatum 8a680307d3 Bug 1248988 - User-facing terminology for memory tool r=fitzgen
MozReview-Commit-ID: HQ4tNnLB5kO
2016-04-21 14:00:00 +02:00
Carsten "Tomcat" Book fe51d02578 Merge mozilla-central to fx-team 2016-04-22 15:58:35 +02:00
Jarda Snajdr 38b061900f Bug 1260380 - 'Parsed value' section gets duplicated when editing. r=mratcliffe
MozReview-Commit-ID: 22WzD9TOw5V
2016-04-21 05:10:00 +02:00
Jan Odvarko 99c846258d Bug 1201475 - Fix test failures; r=jryans
MozReview-Commit-ID: L2C6LdChJz8
2016-04-21 23:23:48 +02:00
Jan Odvarko 8c10d00064 Bug 1201475 - Refresh DOM panel only if selected; r=linclark
MozReview-Commit-ID: 3sr85QHQdjS
2016-04-18 17:12:10 +02:00
Jan Odvarko 3e720469c7 Bug 1201475 - Tests for DOM panel; r=linclark
MozReview-Commit-ID: AmFZNR3Tp7q
2016-04-12 19:56:52 +02:00
Chris Peterson 93583fc60f Bug 1160368 - Part 5: Clean up some confusing browser_storage_listings.js checks. r=jdm
Also fix a reference error about undeclared variable i.
2016-03-27 00:17:46 -07:00
Luca Greco 95b83b0c14 Bug 1261857 - [webext] add Devtools Debugger test case on WebExtensions ContentScript sources. r=ochameau
MozReview-Commit-ID: HAZy67Dwda0

--HG--
extra : transplant_source : %004%C2%27%17%90%A9%F9%0E%3F%D6%E1%EEc%02%DD%B0C%BFw
2016-04-16 13:37:33 +02:00
Luca Greco d8af205681 Bug 1261857 - [webext] Add existent WebExtensions ContentScript globals in the Tab DevTools debuggees. r=ochameau
MozReview-Commit-ID: K5YESAVRikO

--HG--
extra : transplant_source : %28k%D5%B2%1A%8A%91%B4%27%F2%FC%F7%0A%5D%22%9C%3AQ%0B%A5
2016-04-20 16:36:29 +02:00
Michael Ratcliffe bc2b9dd938 Bug 1264993 - Unable to list/edit certain cookies in GCLI r=jwalker
Simple patch to correct errors in cookie host matching:
  1. Match domains starting with a . in case this style was used e.g. .test.example.com
  2. Match localhost URLS.

MozReview-Commit-ID: 9qqnsNaW5oK

--HG--
extra : transplant_source : %EF1o%A1u%97%9F%9D%99%97%DF%E0%C2D%09%E8%AFH%B7%1B
2016-04-18 13:54:23 +01:00
Jarda Snajdr 3c10e618d1 Bug 1149497 - Wildcard domain cookies are not displayed. r=mratcliffe 2016-04-20 22:50:00 +02:00
Carsten "Tomcat" Book 9292556dcd Backed out changeset f80643f3c767 (bug 1201475) for test failures in dt1 tests on a CLOSED TREE
--HG--
extra : rebase_source : a9e9b15a33b443986220cc274134009a19013818
2016-04-21 14:26:57 +02:00
Carsten "Tomcat" Book 4193c6737d Backed out changeset b795087334cb (bug 1201475)
--HG--
extra : rebase_source : 4c4e29ff9e6dc8b421e18a7e61810e7bcf23da75
2016-04-21 14:24:12 +02:00
Carsten "Tomcat" Book e1c35dbbbf Backed out changeset 50e5abd1f981 (bug 1201475)
--HG--
extra : rebase_source : bf340c0efdd7a21f2f4ab94617043e57e42b8329
2016-04-21 14:24:10 +02:00
Carsten "Tomcat" Book 4a8a549f81 Backed out changeset 51135b23fb79 (bug 1201475)
--HG--
extra : rebase_source : cf3958ed6bb1c2eadf0aec8ed11e7564f3fbd04e
2016-04-21 14:24:08 +02:00
Julian Descottes 917fbc1044 Bug 1245776 - part3: import shared/test/head in styleeditor/test/head;r=gl
5 tests of the styleeditor suite are importing shared/test/head.
Now that this also includes shared-head.js, it conflicts with the existing
styleeditor head file.

For now, the import was moved to the head, so it's always imported.
The tests have been updated accordingly.

Should file a follow-up to split the inspector test suites head files in a
head.js + helpers.js (see commandline/test). It should be possible to
include helpers in other tests without impact on the test lifecycle.

MozReview-Commit-ID: BU3LiEr0UtZ

--HG--
extra : rebase_source : b0b232e25f387238b5c7256691992c7fcc7ff929
2016-04-20 15:53:50 +02:00
Julian Descottes 8e94f2fd48 Bug 1245776 - part2: remove custom openInspector methods;r=gl
shared/test/head had custom methods to open the Computed & Rule view.
They did not register any test actor and could be called several times
in the same test.

In order to reuse the openInspector method from inspector/test/head, the
tests have been modified.
We are moving from
openRuleView() -> do rule view tests -> openComputedView() -> do computed view tests
to
openInspector() -> select rule view -> do rule view tests -> select computed view -> do computed view tests

A bit more verbose for the tests themselves, but this will be useful when
migrating the shared tests to using the testActor.

MozReview-Commit-ID: 94cOqhPICyI

--HG--
extra : rebase_source : f7892af19b78ecdbb759fb21d17920f0f6e0f4c6
2016-04-20 15:47:22 +02:00
Julian Descottes fb695be31f Bug 1245776 - part1: include inspector/test/head in shared/test/head;r=gl
Include inspector/test/head in shared/test/head and remove the redundant functions.
Comparing with markup/test/head and computed/test/head, some functions were also
duplicated and have been moved up to inspector/test/head or shared-head.

Logic for opening the inspector will be moved in part2.

MozReview-Commit-ID: 5EIalpbf3cf

--HG--
extra : rebase_source : 83fced672cf2da515b32fa5f1f85b3b12a4ffe5c
2016-04-20 11:40:02 +02:00
Matteo Ferretti 739e3445b6 Bug 1262594 - Rebuild screenshot capturing after iframe mozbrowser; r=jryans
MozReview-Commit-ID: ASQujGzJa6s

--HG--
extra : transplant_source : %1A%F1%98%60%27%EB%DF/it%83K%97%27_m%F9K%C23
2016-04-19 00:18:26 +02:00
Gabriel Luong 7e67a6aa45 Bug 1241720 - Part 2: Fix eslint error with missing space after a generator star r=me 2016-04-20 17:57:35 -04:00
Wes Kocher 01944deab5 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: KI7vhcWCQxV
2016-04-20 14:19:46 -07:00
Wes Kocher 2afb08eb87 Merge fx-team to central, a=merge
MozReview-Commit-ID: FKKE7Ry6SbZ
2016-04-20 14:17:46 -07:00
Gabriel Luong f01f20a78a Bug 1241720 - Modal to promote devices from larger DB r=jyrans 2016-04-20 17:15:34 -04:00
Gabriel Luong 9979406b4a Bug 1266100 - [ESLint] Fix ESLint issues in devtools/client/shared/widgets/Spectrum.js r=tromey 2016-04-20 11:50:44 -04:00
Jan Odvarko cbc051ef5c Bug 1266021 - Remove bottom border for HTTP details tab. r=helenvholmes 2016-04-20 12:22:11 +02:00
Carsten "Tomcat" Book 9eb45808ae merge mozilla-inbound to mozilla-central a=merge 2016-04-20 11:50:29 +02:00
Jan Odvarko 7a5be1ae94 Bug 1244054 - New labels for devtools themes; r=helenvholmes
MozReview-Commit-ID: DNd4ITEwDZ1

--HG--
extra : rebase_source : 5d2fa1ca3773e62b3845c49e13dfe7d38592a8df
extra : histedit_source : 523fcd1c9d39d1c1e6b5d75fd196c83f4d48d4bb
2016-04-19 16:33:03 +02:00
Jan Odvarko ac09fb665e Bug 1264312 - DOM panel support for Firebug Theme; r=ntim
MozReview-Commit-ID: Cg2oSr4bbfP
2016-04-13 17:35:42 +02:00
Tim Nguyen cd0175f41d Bug 1201475 - Followup: clean up emoji-tool-dom.svg. r=me
MozReview-Commit-ID: FN3Q8mDzb5B
2016-04-20 19:37:02 +02:00
Jan Odvarko 038e5d34b7 Bug 1201475 - Refresh DOM panel only if selected; r=linclark
MozReview-Commit-ID: EKvF6WVMkrq
2016-04-18 17:12:10 +02:00
Christoph Kerschbaumer debbccb785 Bug 1257930 - Update NetUtil.asyncFetch() to use asyncOpen2(). r=sicking 2016-04-14 19:49:01 +02:00
Jan Odvarko 75990f56b7 Bug 1201475 - Tests for DOM panel; r=linclark
MozReview-Commit-ID: FcYby6OWFAM
2016-04-12 19:56:52 +02:00
Jan Odvarko 6bb5f58257 Bug 1244054 - Firebug Theme, tools; r=bgrins,ntim
MozReview-Commit-ID: 2hsODdK4bdL

--HG--
extra : rebase_source : a432f1f6a0ab0c367329372d2c76ba45cd15e3a5
extra : histedit_source : fe000cd4d63ae095bf8a86701dfd7c114e472424
2016-04-06 17:32:18 +02:00
Jan Odvarko 0ddd07378a Bug 1244054 - Firebug Theme, registration and general styles; r=bgrins,ntim
MozReview-Commit-ID: DiLNMvP1scZ

--HG--
extra : rebase_source : d36daadf87f56f09c4dc5527b6510fc211d6331b
extra : histedit_source : 6c69e0e34d7943e33444d19a27ce25c5abce8692
2016-04-06 17:23:46 +02:00
Jan Odvarko 5108c4eca8 Bug 1244054 - Firebug Theme, images; r=bgrins,ntim
MozReview-Commit-ID: 5V7zYnnhERv

--HG--
extra : rebase_source : 40264223f0e8312514f649a5580b3172f2a0d963
extra : histedit_source : 73e49d8725b87ffd90ff0def9c6e5185a86a72a5
2016-04-06 17:32:13 +02:00
Jarda Snajdr 633e8d6be7 Bug 1250138 - The mouse cursor doesn't stick to the grippers while resizing the viewport. r=jryans 2016-04-19 09:52:00 +02:00
Jarda Snajdr e1bdab8fe7 Bug 1261785 - Part 4: fix the click offset in waitForContextMenu. r=jdescottes 2016-04-19 04:03:00 +02:00
Jarda Snajdr 97eb7d4c93 Bug 1261785 - Part 3: make affected JS files eslint-clean. r=mratcliffe 2016-04-19 01:44:00 +02:00
Jarda Snajdr 385638bb66 Bug 1261785 - Part 2: use shared-head.js for storage inspector tests. r=mratcliffe 2016-04-19 01:44:00 +02:00
Jarda Snajdr a926c39dee Bug 1261785 - Part 1: fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-19 01:43:00 +02:00
Jarda Snajdr 60441017e6 Bug 1254617 - browser_dbg_debugger-statement.js has unhandled promise rejections. r=ejpbruel 2016-04-14 07:58:00 +02:00
Greg Tatum 1740e43175 Bug 1263397 - The tree map should zoom at centering around the mouse pointer. r=fitzgen 2016-04-14 07:17:00 +02:00
Matteo Ferretti 3837790c7f Bug 1168113 - Anonymous custom content container should use absolute position. r=xidorn
MozReview-Commit-ID: JkfqzK6BsdE

--HG--
extra : rebase_source : 61a05f4ac4d030ecd266d44ea698a5fc1a9aac1a
2016-04-19 22:22:57 +08:00
Tom Tromey 8493b659d3 Bug 1266840 - Define XMLHttpRequest in devtools loader. r=jryans
MozReview-Commit-ID: 5F2UlTlzx1R

--HG--
extra : transplant_source : %A3%F20%C8%BE%3F%19%C1%F8%A2%A9%FFF3%BBr%8E%95%B0%F5
2016-05-12 13:51:51 -06:00
Jan Odvarko 5493538baa Bug 1201475 - Implement DOM Panel; r=linclark, bgrins, helenvholmes
MozReview-Commit-ID: IMYSW7ObOSh
2016-02-09 23:23:29 +01:00
Jarda Snajdr e3e7f277be Bug 1156720 - Firefox freezes when parsing large data in Storage Inspector. r=mratcliffe
MozReview-Commit-ID: CopXwMnhzxY
2016-04-21 08:52:00 +02:00
Tim Nguyen f9f09db5af Bug 1265985 - New icons for Firebug theme; r=Honza, helenvholmes
MozReview-Commit-ID: 9NHK9PJDDfM
2016-04-21 09:48:41 +02:00
Jan Odvarko 3dd29ed55b Bug 1201475 - Implement DOM Panel; r=linclark, bgrins, helenvholmes
MozReview-Commit-ID: rNpieyIVNt
2016-02-09 23:23:29 +01:00
J. Ryan Stinnett 3e38bea3d7 Bug 1225160 - Disable source maps for browser debugging. r=ejpbruel
MozReview-Commit-ID: KZiuW4c9rFJ
2016-04-20 11:42:53 -05:00
Gabriel Luong 5881be426c Bug 1265816 - Upgrade to CodeMirror 5.13.2 r=bgrins 2016-04-20 12:21:28 -04:00
Nicolas Chevobbe af21d42527 Bug 1232806 - Change mouse events' target to window in the markup view to keep track of the dragging even when the cursor is outside the window. r=jdescottes
Add some tests in the `mousemove` handler to keep the dragged node inside the markup panel.

MozReview-Commit-ID: LSlzTeJyc9D

--HG--
extra : transplant_source : %D0%08%CC4%CE%F5%14%3C%98%1F%9A%FF%1A%80%DDR%CA%C1%F9%C8
2016-04-13 13:16:00 +02:00
Luca Greco c50767b44e Bug 1211665 - Filter add-ons console messages based on addonId. r=ochameau
MozReview-Commit-ID: 2yEWhX6shkx

--HG--
rename : devtools/shared/tests/unit/test_consoleID.js => devtools/shared/tests/unit/test_console_filtering.js
extra : transplant_source : yQ%0C%EA%DE%C3%CB%1A%93%89%92e%A5%B8X%94%60K%81W
2016-03-29 17:40:39 +02:00
Jan Odvarko cb755d93ed Bug 1247064 - JSON Viewer: auto-expand tree view; r=jryans
--HG--
extra : rebase_source : 2505612cd6b08ce3ded4c9a26153fc7e0352d58c
2016-04-15 12:03:59 +02:00
Jarda Snajdr 6338be692e Bug 1263906 - When starting to edit a storage inspector field, it scrolls away from the view. r=mratcliffe 2016-04-18 04:22:00 +02:00
Brian Grinstead 7cbc7d8825 Bug 1264804 - Clean up tabs between tests in browser_webconsole_netlogging.js;r=pbro
Also adds a new closeTabAndToolbox helper function to shared-head.js

MozReview-Commit-ID: IIVOczLD3zS

--HG--
extra : transplant_source : %E8%F1.%A3%9C%2C7%CD%3B%7D%E7%90%0C%D5%F9%BF%0D%A3A%07
2016-03-30 18:24:06 -07:00
Carsten "Tomcat" Book 513366a363 Merge mozilla-central to fx-team 2016-04-18 15:08:55 +02:00
Carsten "Tomcat" Book 3689b59fae merge mozilla-inbound to mozilla-central a=merge 2016-04-18 14:39:45 +02:00
Carsten "Tomcat" Book 06ed529e31 Backed out changeset 4d5b0cdb72fe (bug 1258114) for m-oth test failures 2016-04-18 10:24:06 +02:00
Julian Descottes 93cda884fb Bug 1258114 - use invisible borders to drag devtools splitters on both sides;r=bgrins
Devtools splitters now have a clickable area on both sides of the splitter.
The previous layout provided a 3px clickable area (2px empty content + 1px
visible border).

The new layout uses invisible borders on both sides and a visible (clipped)
content. New draggable areas:
- side splitters : 1px left + 1px splitter + 4px right
- horizontal splitters : 2 px top + 1px splitter + 2px bottom

Variables are defined in splitters.css to adjust these settings.
Modified two test helpers opening context menus: the click should be
performed with a slight offset in order to avoid clicking on the splitter.

MozReview-Commit-ID: 94uFZoIBL7B

--HG--
extra : rebase_source : 8683e8700c83feae6bddc869cacda03b156a9f91
extra : amend_source : 10cdeed511c02a907e99b74295fe25a3ad623030
2016-04-15 12:36:17 +02:00
Sebastian Hengst 91cef3173a Backed out changeset ff8aa19ba327 (bug 1261785) for frequent failure in devtools test devtools/client/shared/test/browser_telemetry_toolboxtabs_storage.js. r=backout 2016-04-17 12:27:43 +02:00
Sebastian Hengst 9e4b410498 Backed out changeset 5d81dab28e18 (bug 1261785) 2016-04-17 12:27:33 +02:00
Sebastian Hengst 94a588ed0d Backed out changeset 735739a3a13a (bug 1261785) 2016-04-17 12:27:22 +02:00
Carsten "Tomcat" Book 63dd433e61 Merge mozilla-central to mozilla-inbound 2016-04-16 11:23:40 +02:00
Carsten "Tomcat" Book 558930f4e9 Backed out changeset e673dbc9848f (bug 1232686) for breaking VS2013 Builds 2016-04-16 10:57:53 +02:00
Wes Kocher 4f233d527d Merge fx-team to central, a=merge
MozReview-Commit-ID: J70qG3TcPFl
2016-04-15 15:36:39 -07:00
Julian Descottes aa3b208dcd Bug 1264101 - Force dom.animations-api.core.enabled pref to true before animation inspector tests. r=pbro
WebAnimations API is not enabled by default in all release channels yet.
It is behing the pref dom.animations-api.core.enabled.

Turn the preference on before any test of the animationinspector, and
clear it after the test.

MozReview-Commit-ID: K8UXEthLhnH

--HG--
extra : rebase_source : c20aad209c3bd47b4e76ba05f3ca675fc86ed92a
extra : histedit_source : b09656b90a57beb684d84e7571f16cd36d6d0f7b
2016-04-15 12:35:58 +02:00
Morgan Phillips 286ca684cf Bug 1264780 - Handle destructuring cases when forcing binding initialization; r=bgrins
--HG--
extra : rebase_source : 98cd72020897bb606ce1b7ce98ac9f7a368f293b
2016-04-15 19:01:09 -07:00
Wes Kocher 115c5a357a Merge m-c to inbound, a=merge
MozReview-Commit-ID: 2zwhun4JqPs
2016-04-15 15:39:25 -07:00
Jonas Sicking 9c521f30da Bug 1264706: Move nsILocalCertService, and implementation, to security/manager/ssl in order to alloow use w use elsewhere in gecko. r=dkeeler
--HG--
rename : devtools/shared/security/LocalCertService.cpp => security/manager/ssl/LocalCertService.cpp
rename : devtools/shared/security/LocalCertService.h => security/manager/ssl/LocalCertService.h
rename : devtools/shared/security/nsILocalCertService.idl => security/manager/ssl/nsILocalCertService.idl
rename : devtools/shared/security/tests/unit/test_cert.js => security/manager/ssl/tests/unit/test_local_cert.js
2016-04-15 14:52:13 -07:00
Carsten "Tomcat" Book 2b4e065b02 Merge mozilla-central to fx-team 2016-04-15 14:01:06 +02:00
Carsten "Tomcat" Book c4445ccd33 merge mozilla-inbound to mozilla-central a=merge 2016-04-15 11:41:41 +02:00
Carsten "Tomcat" Book 26fa2ff692 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : ad367ce5c609bdeabd41e252d379aae9bee81e04
2016-04-15 11:39:35 +02:00
Carsten "Tomcat" Book 56fa69434b Backed out changeset ff56abc1768b (bug 1255925) 2016-04-14 16:19:41 +02:00
Julian Descottes 44b0ec5883 Bug 1258114 - use invisible borders to drag devtools splitters on both sides;r=bgrins
Devtools splitters now have a clickable area on both sides of the splitter.
The previous layout provided a 3px clickable area (2px empty content + 1px
visible border).

The new layout uses invisible borders on both sides and a visible (clipped)
content. New draggable areas:
- side splitters : 1px left + 1px splitter + 4px right
- horizontal splitters : 2 px top + 1px splitter + 2px bottom

Variables are defined in splitters.css to adjust these settings.
Modified two test helpers opening context menus: the click should be
performed with a slight offset in order to avoid clicking on the splitter.

MozReview-Commit-ID: 94uFZoIBL7B

--HG--
extra : rebase_source : 55e6cb0f8f2ecbe1ae27ef9490925edfab7d62ce
extra : source : 4d5b0cdb72fe52f843c61a5df8f6b8ed35758be8
2016-04-15 12:36:17 +02:00
Tim Huang 9ee389d97d Bug 1262813 - Fix the getWindowFromHost to allow it gets correct window. r=mratcliffe
--HG--
extra : rebase_source : befdc75235c0cf139482db85434973cda3dfc90e
2016-04-15 19:02:00 +02:00
Greg Tatum 49395e2d34 Bug 1242628 - Add ability to remove a single snapshot from the list. r=fitzgen
--HG--
extra : rebase_source : 59021ac5bb294442180a064eaa4ad0ee7a65a3ec
2016-04-15 09:36:00 +02:00
Carsten "Tomcat" Book e70ce90d36 Merge mozilla-central to fx-team 2016-04-16 11:26:33 +02:00