Commit Graph

1291 Commits

Author SHA1 Message Date
Morgan Phillips
f623d2f931 Bug 1246215 - Console prevents let re-declaration even when first was an error; r=jryans,shu 2016-02-24 12:16:16 -06:00
Carsten "Tomcat" Book
edaf22574c Merge mozilla-central to mozilla-inbound 2016-02-24 12:21:22 +01:00
Hiroyuki Ikezoe
60940553fa Bug 1235723 - Part 2: Check that the short animation is surely finished before proceeding test. r=pbrosset
MozReview-Commit-ID: FJS8HaWPgSe
2016-02-23 10:55:25 +09:00
Hiroyuki Ikezoe
47b5d6c5ba Bug 1235723 - Part 1: Use longer duration to avoid finishing animations at some point. r=pbrosset
MozReview-Commit-ID: 22IjzWqcgNs
2016-02-23 10:55:25 +09:00
Nick Fitzgerald
5321bf4faa Bug 1149385 - Render retaining paths in the dominators view; r=jsantell
This commit extends the devtools' memory panel's dominators view with a sidebar
that displays the 5 shortest retaining paths from the GC roots for the selected
node in the dominator tree.
2016-02-23 15:38:29 -08:00
Nick Fitzgerald
aa97278bd1 Bug 1249147 - Add a resizable split pane component to devtools/client/shared/components; r=jsantell,linclark
This commit adds HSplitBox which gives two panes aligned horizontally and a
splitter between them to resize their relative widths as needed.
2016-02-23 15:38:29 -08:00
Nick Fitzgerald
abf496a650 Bug 1250307 - Add the by: "bucket" breakdown option; r=jimb
This commit introduces `{ by: "bucket" }` breakdown type. Similar to `by:
"count"`, this breakdown type is a leaf and doesn't further categorize or filter
nodes that it counts. Instead, it accumulates them in a bucket and reports them
as a array of node IDs.

MozReview-Commit-ID: EeyWlrj9ujf
2016-02-23 14:15:51 -08:00
malayaleecoder
f0b1555fa9 Bug 1247723 - Disable the Font Panel; r=pbro
MozReview-Commit-ID: 1x6Fi0SvPpr
2016-02-20 01:38:57 +05:30
Nick Fitzgerald
b90c1cbe3f Bug 1249453 - Add arrows from parent to children in census trees; r=jsantell
MozReview-Commit-ID: LFo4jJot2Sr
2016-02-23 14:14:37 -08:00
Jordan Santell
571f05a66c Bug 1246555 - Abort infinite loop when a marker has a recursive stack trace in the marker details view. r=vp
MozReview-Commit-ID: KLBXHfNF7EB
2016-02-23 14:13:56 -08:00
Jan Odvarko
d12e2a32f8 Bug 1247434 - fix eslint, add comments and remove Locale; r=jryans, pbrosset
MozReview-Commit-ID: LDYftQOw35M
2016-02-19 16:17:50 +01:00
Jan Odvarko
093ef4a421 Bug 1247434 - Move all rep component into shared directory; r=jryans
MozReview-Commit-ID: 9G6TpiJhCPd
2016-02-18 12:58:51 +01:00
Julian Descottes
721fda2887 Bug 1227137 - aboutdebugging: addons debugging enabled only if remote dbg is true;r=ochameau
MozReview-Commit-ID: 8NmLIM87bcb
2016-02-16 12:12:38 +01:00
Patrick Brosset
c2218cb8f2 Bug 1250205 - Clean remaining eslint warnings in devtools/client/inspector/markup/markup.js; r=miker
MozReview-Commit-ID: 1EOSQWWItaO
2016-02-22 19:23:28 +01:00
Jan Odvarko
4bfab29401 Bug 1249627 - Eslint: allow unused arguments; r=pbrosset
MozReview-Commit-ID: AjNppE9zLWL
2016-02-19 16:30:29 +01:00
Carsten "Tomcat" Book
c7adc23ebe merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
J. Ryan Stinnett
0901ab6264 Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Gabriel Luong
512ebe716c Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Nick Fitzgerald
33233f0cbd Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
This commit does the following:

- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Gabriel Luong
c628f82572 Bug 1246807 - Implement Editable width / height inputs r=jryans 2016-02-22 13:15:26 -05:00
Wes Kocher
ad7a8d19d6 Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures 2016-02-22 09:27:04 -08:00
Julian Descottes
f292534868 Bug 1249585 - Rename about:debugging components s/Component//g. r=janx
MozReview-Commit-ID: KETabxbUXhE
2016-02-21 22:59:12 +01:00
Julian Descottes
d87e0d7bdc Bug 1245029 - aboutdebugging full react refactor part2;r=janx,ochameau
MozReview-Commit-ID: 64V5vGn2889
2016-02-18 19:49:59 +01:00
Julian Descottes
7b05d48fa8 Bug 1245029 - aboutdebugging full react refactor part1;r=janx,ochameau
React refactor part1 : refactor addons and workers panels as react components

MozReview-Commit-ID: GYabZqMyX4L
2016-02-04 21:58:02 +01:00
Alexandre Poirot
ef4e720f4e Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans 2016-02-22 06:57:15 -08:00
Patrick Brosset
13751dff43 Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins
Extracted a shared helper to open the browser context menu and choose
the 'inspect element' item. This helper works with e10s.
Adapted it a little bit so it waits for the right events in order to
make sure the inspector is ready.

This also involved modifying inspectNode in nsContextMenu.js to make it
wait until the node was selected and the node was ready.

Used this in browser_inspector_initialization.js,
browser_rules_content_02.js and browser_markup_keybindings_04.js

Also removed a now useless inspector-updated event that was trigger from
the animation-inspector panel in some situation. This was left behind
from a long time ago but didn't serve any purpose anymore.

MozReview-Commit-ID: 5bFHxxrwxhL
2016-02-22 10:02:54 +01:00
Patrick Brosset
a8a1b848fd Bug 1249719 - Use promise.all instead of Promise.all to release player fronts; r=ochameau
MozReview-Commit-ID: 8VywPGlYaJd
2016-02-22 09:42:28 +01:00
Phil Ringnalda
e0422cdf9f Merge m-c to f-t 2016-02-21 19:55:36 -08:00
Brian Grinstead
f052a767e6 Bug 1248301 - Do not cause a horizontal scrollbar to appear in the console when it overflows vertically;r=vporof
MozReview-Commit-ID: DpHEycUVcTs
2016-02-21 18:39:53 -08:00
Brian Grinstead
cca363d7f7 Bug 1249715 - Split jsterm into different file than webconsole.js;r=linclark
MozReview-Commit-ID: GM1Y5NKXyir
2016-02-21 18:39:34 -08:00
Andreas Tolfsen
883b6ea4ef Bug 1245153 - Use EventUtils.js from mochikit; r=pbrosset
testing/marionette/EventUtils.js has been converted to a JS module in
testing/marionette/event.js and its API has changed.  It was originally
a copy of testing/mochitest/tests/SimpleTest/EventUtils.js, and it should
be fine to use the original instead.

MozReview-Commit-ID: Exi9d5rEeOz
2016-02-05 14:14:15 +00:00
Brian Grinstead
18e5574bc8 Bug 1249714 - Use jsterm.focus instead of inputNode.focus;r=linclark
MozReview-Commit-ID: 7LOW7S5rX5Y
2016-02-19 14:49:42 -08:00
Julian Descottes
79e21da9bc Bug 1245996 - inspector: fix xul scrollbars stealing focus;r=pbro
Apply -moz-user-focus: normal; only on direct descendants of inspector
tabpanels and not on tabpanels themselves. Avoids XUL scrollbars
from stealing the focus when clicked.

Test added, run only on windows and linux

MozReview-Commit-ID: KnZpJDxfzj2
2016-02-05 10:33:17 +01:00
Helen V. Holmes
d5ea4cb9d0 Bug 1242709 - refresh the light theme, r=bgrins 2016-02-18 17:37:00 +01:00
Julian Descottes
e1fd2880d3 Bug 1241732 - split browser_projecteditor_rename_file in 2 tests; r=bgrins 2016-02-15 01:01:55 +01:00
Nicolas Chevobbe
6026a7a80a Bug 1248381 - Inspector panel should display properly capitalized node name; r=miker
MozReview-Commit-ID: ESlN5Qp9xHj
2016-02-17 18:25:59 +01:00
Patrick Brosset
200d44d356 Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins
MozReview-Commit-ID: 9qImivhKhKf
2016-02-18 17:52:33 +01:00
Tanner Parker
870ff650d3 Bug 1210420 - Use correct background color for the network devtools panel. r=ntim
MozReview-Commit-ID: BZdY1EebYRS
2016-02-17 15:37:00 +01:00
Carsten "Tomcat" Book
7e40c87998 Backed out changeset b4a09e08d866 (bug 1242628) for test failures in test_List_01.html 2016-02-18 13:58:45 +01:00
Greg Tatum
9a1758ae73 Bug 1242628 - Add ability to remove a single snapshot from the list -r=fitzgen 2016-02-17 06:19:00 +01:00
Julian Descottes
22619dc7cb Bug 1237885 - fix add-rules_01 intermittent by splitting in two tests;r=gl
Intermittent test add-rules_01 has been split in two test. The original test
was checking trying to create a set of rules first using the "add rule" button
and then using the context menu.

add-rules_01 only tests using the "add rule" button now. The context-menu tests
have been moved to add-rules_05. Both tests are well under 45 seconds on Linux
debug.
2016-02-12 12:35:51 +01:00
Alexandre Poirot
ce33445cef Bug 1249049 - Fix gDevTools is undefined exception when debugging workers. r=ejpbruel 2016-02-18 02:30:12 -08:00
Michael Ratcliffe
19f8e208a9 Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset 2016-02-16 16:12:55 +00:00
Gabriel Luong
083c74d2ed Bug 1243598 - Make sure the inspector sidebar overflows correctly r=bgrins 2016-02-17 11:13:01 -05:00
Eddy Bruel
0de7385490 Bug 1247192 - Replace all usage of Services in TabSources with URL;r=fitzgen,jryans 2016-02-17 14:33:45 +01:00
J. Ryan Stinnett
82510e040c Bug 1240494 - Expand JSON Viewer paths to all shared. r=Honza
MozReview-Commit-ID: G0lCxW3JX6f
2016-02-17 07:00:09 -06:00
J. Ryan Stinnett
64753ac0cf Bug 1240494 - AMD support for DevTools loaders. r=jwalker,Honza
MozReview-Commit-ID: 7IemsaijHNc
2016-02-17 07:00:09 -06:00
Alexandre Poirot
eff4db15b7 Bug 1245615 - Just clear hostVsStores map as some async code may still use them. r=mratcliffe 2016-02-17 04:28:05 -08:00
Nick Fitzgerald
a1355bec7e Bug 1248829 - Fix number of characters reserved in memory table's cells; r=jsantell 2016-02-16 17:32:00 +01:00
Nick Fitzgerald
ff15f0549c Bug 1248085 - Compute shortest paths in the HeapAnalysesWorker; r=jimb 2016-02-12 15:23:00 +01:00