Commit Graph

1803 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
686a6af75b Merge mozilla-central to mozilla-inbound 2016-04-06 12:06:30 +02:00
Carsten "Tomcat" Book
dddbd2f44f merge fx-team to mozilla-central a=merge 2016-04-06 11:59:25 +02:00
Nick Fitzgerald
a114a69977 Bug 1253803 - Ensure that we maintain the focused node state when changing labels in the dominators view; r=jsantell 2016-04-04 17:36:00 +02:00
Matteo Ferretti
d5459ac316 Bug 1239461 - Screenshot button for taking a screenshot of the current viewport; r=jryans
MozReview-Commit-ID: AMbzmf1uO0P

--HG--
rename : devtools/client/responsive.html/components/utils/l10n.js => devtools/client/responsive.html/utils/l10n.js
rename : devtools/client/responsive.html/components/utils/moz.build => devtools/client/responsive.html/utils/moz.build
extra : transplant_source : A%97_%C1d%AC%09%7C%E3%7F%0D%BCWl%8C%92V%09%1E%03
2016-03-30 22:31:37 +02:00
Nick Fitzgerald
c6425cbdee Bug 1221384 - Scroll the Tree component when focusing new items with the arrow keys; r=jsantell 2016-04-04 16:54:00 +02:00
Tim Huang
56de47bf11 Bug 1237915 - Fix devtools storage interface to use the correct user context id when opening indexdb connections. r=mratcliffe
MozReview-Commit-ID: LRGx44VWjQG
2016-04-01 18:05:00 +02:00
Alexandre Poirot
5e0c919d13 Bug 1258987 - Stop generating useless xul:command and xul:broadcaster. r=jryans 2016-04-05 07:16:48 -07:00
Alexandre Poirot
e6645862ac Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker 2016-04-05 07:16:48 -07:00
Alexandre Poirot
d85fa6d2c0 Bug 1258985 - Remove menuitem and pref related to the "Error Console". r=jryans 2016-04-05 07:16:48 -07:00
Patrick Brosset
1dbefe5a91 Bug 1260680 - Filter out unwanted data in getProperties to reduce protocol traffic; r=miker
MozReview-Commit-ID: 9Gybp724gja

--HG--
extra : rebase_source : 98076280c8bc3d3ce7ff642f6ab2dba03c3bb716
2016-03-30 12:12:36 +02:00
Lin Clark
138ee96c6c Bug 1260864 - Add docs on getting data from Redux stores. r=jlong 2016-04-01 07:17:00 +02:00
Ryan VanderMeulen
8f64ef0960 Merge m-c to fx-team. a=merge 2016-04-04 23:37:40 -04:00
Ryan VanderMeulen
26094430c0 Merge inbound to m-c. a=merge 2016-04-04 23:34:14 -04:00
Chris Manchester
f7a1b3fb60 Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.

MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Julian Descottes
fca7582834 Bug 1261827 - inplace-editor: copyTextStyles should not copy line-height property;r=pbro
Only text styles should be copied between the replaced element and the input.
Other styles are still copied between the input and the measurement element.

MozReview-Commit-ID: 7YSWtjLgH2z

--HG--
extra : rebase_source : 568ac2a70b6b70e3df97bcb9ab2e55cc693a51b6
2016-04-04 16:26:37 +02:00
Alexandre Poirot
f00cc1a08a Bug 1261860 - Prevent exception in debugger UI when processing script with jar: URLs. r=jlongster 2016-04-04 11:51:38 -07:00
Alexandre Poirot
ab8eee675a Bug 1259398 - Make devtools file-watcher module more generic to watch any directory. r=jlongster 2016-04-04 11:51:38 -07:00
Jarda Snajdr
fa77abb20d Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
MozReview-Commit-ID: AWgZDbQ22ec
2016-04-04 07:56:00 +02:00
Julian Descottes
4976840785 Bug 1261687 - Don't update devtools title if tabNavigated.isFrameSwitching;r=jryans
Check the "isFrameSwitching" property of the tabNavigated event before
updating the devtools title. If frameSwitching is true, the event is a
fake event generated by the webbrowser actor when switching the frame
context in the devtools.

Added another mochitest to verify this.

MozReview-Commit-ID: LDycPcf0tLv

--HG--
extra : rebase_source : 5b8070a72d081490c5c3c366ee71753d99707dfa
2016-04-03 18:49:40 +02:00
Carsten "Tomcat" Book
9b0388886d Backed out changeset 43360777775c (bug 1231437) for test failures in browser_misused_characters_in_strings.js 2016-04-04 16:07:03 +02:00
Jarda Snajdr
7cefe9760c Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
--HG--
extra : rebase_source : d510dd4986817f8f97896d64dd377b3affcf916a
2016-04-04 03:42:00 +02:00
Ryan VanderMeulen
9a90e77971 Merge inbound to m-c. a=merge 2016-04-03 21:39:40 -04:00
Ryan VanderMeulen
5e7b5cb82f Merge m-c to fx-team. a=merge 2016-04-02 14:00:14 -04:00
Ryan VanderMeulen
1bb567e688 Merge fx-team to m-c. a=merge 2016-04-02 13:34:45 -04:00
Jared Wein
8955f79d9b Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 10:50:50 +02:00
Sebastian Hengst
370ca8535c Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout 2016-04-02 10:45:08 +02:00
Jared Wein
3177c699b8 Bug 1259859 - followup, fix some quotes that snuck in. r=me
MozReview-Commit-ID: 2WqhK8SFofe
2016-04-02 04:42:09 -04:00
Jared Wein
4dbcfae693 Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 02:27:36 -04:00
Nick Fitzgerald
9260975b8f Bug 1261505 - Use consistent syntax for prototype methods; r=jsantell
All the other methods use the style

  {
    myMethod() { ... }
  }

while these two methods use

  {
    myMethod: function () { ... }
  }

For consistency, we should use the common style here.

MozReview-Commit-ID: 5rg8uPoULyN
2016-04-01 19:03:47 -07:00
Greg Tatum
bffbcbb869 Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof 2016-04-01 10:56:00 -04:00
Nicolas Chevobbe
4fdd179921 Bug 1260714 - Fix intermittent browser_computed_search-filter_clear.js. r=jdescottes
The test used to time out, mainly because we were checking 'Browser styles' on the
computed properties panel, which is quite slow. As the 'Browser styles' checkbox
is already tested in its own test, we can remove it from here, and adapt this test
to take this into account.

MozReview-Commit-ID: CR94qfg73DR

--HG--
extra : transplant_source : I/%A6ZG%D6%C1%12%19%A18%5E%09%83%7D%8B%BA5%C4Q
2016-04-01 17:47:43 +02:00
Tobias Schneider
6c7272d154 Bug 1209273 - Part 3: Make CSS autocompletion tests pass. r=gl 2016-04-01 22:37:49 -07:00
Nick Fitzgerald
af75ceece1 Bug 1258172 - Use C-style for loops instead of for/of to cut down on the number of CCWs when using the Tree component. r=jimb 2016-03-23 14:54:00 -04:00
Michael Ratcliffe
7449be197e Bug 1261311 - Fix storage inspector promise rejection syntax error r=mratcliffe
Should have been a catch.

--HG--
extra : rebase_source : 936da669f5947820788bfa3b7431a866dc38a523
extra : amend_source : 6a11eb98ec399f925fa0c4c15955d08f235f1b1a
2016-04-01 16:32:35 +01:00
Carsten "Tomcat" Book
174dee8f80 Backed out changeset 64f6fc285131 (bug 1231437) for test failures in browser_storage_cookies_edit.js
--HG--
extra : rebase_source : ecb08214d01f5743a84316ae03529a9c73b4e40f
2016-04-01 15:53:12 +02:00
Carsten "Tomcat" Book
0d6f0416e0 Backed out changeset 64550b75f51b (bug 1231437)
--HG--
extra : rebase_source : e6fe6507ef0b35ce3c9d35f44e95d992b2ccde0d
2016-04-01 15:52:53 +02:00
Michael Ratcliffe
485193ddde Bug 1261311 - Fix storage inspector promise rejections r=mratcliffe
Hide the errors for now.

MozReview-Commit-ID: Fj1wYvZ4UFx

--HG--
extra : rebase_source : 7824fb919b581c944d46565cc12b46b3432d0fc6
2016-04-01 11:00:06 +01:00
Alexandre Poirot
277aab4dec Bug 1259024 - Fix developer toolbox close and toolbar toggle button tooltips. r=jwalker 2016-04-01 05:49:00 -07:00
Alexandre Poirot
b43b7d0b70 Bug 1248603 - Update connect access key to prevent conflict with Browser toolbox. r=flod 2016-04-01 05:49:00 -07:00
Alexandre Poirot
b681b08e4a Bug 1248603 - Register devtools menuitems dynamically. r=gijs,jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
979ddf67e7 Bug 1248603 - Toggle developer toolbar via the menuitem in tests. r=jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
0f47f0397f Bug 1248603 - Remove support of the appmenu from devtools. r=jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
7700017247 Bug 1248603 - Factor out menu and shortcut creation to dedicated module. r=jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
d9d1c96eef Bug 1247203 - Cleanup relations between main client module and devtools-browser. r=jryans 2016-04-01 05:48:59 -07:00
Alexandre Poirot
13a3f79026 Bug 1261272 - Fix Cm.isCIDRegistered is undefined exception. r=jryans
--HG--
extra : rebase_source : 67e69466182d69fa641247c1ad6cf85d2be1547b
2016-04-01 05:57:00 -04:00
Jason Laster
c484e0ff0d Bug 1258821 - Cannot open the expression panel of conditional breakpoint. r=jlong
--HG--
extra : rebase_source : bf83a412e950fcad9c2240a49511ff359717794d
2016-03-30 07:46:00 +02:00
Jarda Snajdr
b2e88457b1 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item (part 2: tests) r=mratcliffe
--HG--
extra : rebase_source : 7a8a10209654d730faf5131e69a974c17c2309c1
2016-03-29 07:37:00 +02:00
Jarda Snajdr
cc61dccc0d Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
--HG--
extra : rebase_source : 9fa5cccee28309f9da368275f6cb80f684aaa39f
2016-04-01 05:11:00 +02:00
J. Ryan Stinnett
33f188faf9 Bug 1240804 - Disabling / whitelisting more tests with promise rejections. r=me
MozReview-Commit-ID: ISHRSPrywv5
2016-04-01 06:52:43 -05:00
Julian Descottes
7f0d26fa31 Bug 1143742 - part5: fix eslint error in inspector ruleview test;r=bustage
MozReview-Commit-ID: 1W2xTQdlkaS

--HG--
extra : rebase_source : 86931078b22f249fc240b092340cd2696dc619eb
2016-04-01 12:12:21 +02:00