Gabriel Luong
44c8b16ca6
Backed out changeset aa1f2a978a64
2015-06-25 16:04:40 -07:00
Tim Nguyen
cf3d165b3d
Bug 1165122 - Show Add New Rule button by default. r=bgrins
2015-06-25 16:00:29 -07:00
Gabriel Luong
25fdca5e38
Bug 1166959 - Allow the selector editor to advance the focus with tab, shift-tab and enter r=pbrosset
2015-06-25 15:51:52 -07:00
Jennifer Fong
0d0ec20be3
Bug 1177134 - ESLint cleanup for tests. r=pbro
2015-06-25 07:30:00 -04:00
Veeti Paananen
101fcb8539
Bug 1170035 - Always show protocol version in network monitor. r=vp
2015-06-02 02:30:00 -04:00
Sami Jaktholm
c68c8a4a40
Bug 1138976 - Leave the toolbox destruction to the head.js cleanup method when running markup view event tooltip tests. r=pbrosset
2015-06-20 14:28:49 +03:00
Patrick Brosset
e684ff6c4b
Bug 1177463 - Temporarily hide the toolbox minimize button; r=bgrins
...
--HG--
extra : rebase_source : 059ef9add87d342940bc9334589e4e4a3308fab4
2015-06-25 12:28:47 -07:00
Gabriel Luong
35881771d4
Bug 1084525 - Part 13: Add test for asserting the Promise allocation stack in chrome debugging r=fitzgen
2015-06-25 12:32:23 -07:00
Gabriel Luong
571e712e1f
Bug 1084525 - Part 10: Implement getAllocationStack method in ObjectClient r=fitzgen
2015-06-25 12:32:15 -07:00
Brian Grinstead
6d5f09dd35
Bug 1175637 - Make sure browserWin.BrowserViewSourceOfDocument exists before attempting to call it. r=jryans
...
This handles the case when there is a syntax error in browser.js that shows up in the
Browser Console, and you try to click the link to the source. Without this, an exception
is thrown but with it the source opens in a new window.
2015-06-19 17:16:00 -04:00
Eddy Bruël
125e0a3d1a
Bug 1171967 - Emit newSource events on ThreadClient instead of DebuggerClient;r=pbrosset
2015-06-22 15:17:12 +02:00
Carsten "Tomcat" Book
f9f82df89d
Merge mozilla-central to fx-team
2015-06-22 14:46:50 +02:00
Carsten "Tomcat" Book
87e3154dff
merge mozilla-inbound to mozilla-central a=merge
2015-06-22 14:03:17 +02:00
Florent Fayolle
2cc20c56c0
Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster
2015-06-20 08:47:00 +02:00
Patrick Brosset
dff0290b38
Bug 938188 - Make highlighter capable of highlighting only one region, fading out others. r=bgrins
...
Introduced a new highlighter option that makes each region <path> element in the highlighter only
cover the actual area of the corresponding region, excluding the area of nested regions.
This is useful when used with the existing showOnly region because it lets users see exactly where
a given region is.
This patch makes the layout-view use this new option, so that when users hover over the various
regions in the layout-view, only the corresponding regions are highlighted.
2015-06-20 14:51:50 +02:00
Jordan Santell
1c67b2bbec
Bug 1176331 - Create a system module to consolidate usage of fetching device/system/os/constant information. r=jryans
2015-06-19 13:56:59 -07:00
Michael Ratcliffe
80a4f4bd4f
Bug 1049888 - [e10s] Make the storage actor work in e10s and Firefox OS r=past
2015-06-20 17:39:22 +01:00
Jordan Santell
99e8c9180d
Bug 1150295 pt2: fix rebase error on renaming optimization hint. a=kwierso
2015-06-19 17:47:13 -07:00
Victor Porof
1ea216a994
Bug 1174264 - Stacked Mountain Chart Widget, r=jsantell, a=Mossop
2015-06-19 19:26:27 -04:00
Victor Porof
d9ec99ad77
Bug 1175686 - Pull line and bar graph widgets outside of Graphs.js into their own files, r=jsantell, a=Mossop
2015-06-19 11:00:25 -04:00
Victor Porof
948448d82a
Merge fx-team with local clone
2015-06-19 19:25:07 -04:00
Victor Porof
6371dd1f82
Bug 1161817 - Add more logging for browser_timeline-waterfall-sidebar.js and similar tests, r=me
2015-06-19 08:54:33 -04:00
Victor Porof
8fb7c7ff30
Bug 1172120 - Add more logging for browser_perf-marker-details-01.js and similar tests, r=me
2015-06-18 15:29:51 -04:00
Jordan Santell
27921a0d16
Bug 1150295 - Display an icon next to frames in the call tree that contain viewable optimization data. r=vp,a=kwierso
2015-06-17 14:31:15 -07:00
Eddy Bruël
eb27501324
Bug 1169343 - Implement DebuggerView.Workers;r=jlong
2015-06-19 13:51:37 +02:00
Jordan Santell
de10fc5ce6
Bug 1175650 - skeleton view for JIT Optimizations in the performance tool. r=vp
...
--HG--
rename : browser/devtools/performance/views/jit-optimizations.js => browser/devtools/performance/views/optimizations-list.js
2015-06-18 12:59:46 -07:00
Jordan Santell
871646d7b0
Bug 1162385 - Intermittent fix: be less strict about profiler buffer status in recording model test. r=me
2015-06-19 14:37:07 -07:00
Jan Odvarko
4dd11bd0e9
Bug 1167080 - Use WebConsoleClient.getString. r=jryans
2015-06-18 09:44:43 +02:00
Jan Odvarko
f7489d4ccb
Bug 1167080 - HAR export automation. r=jryans
2015-06-17 14:34:45 +02:00
Ryan VanderMeulen
765befbf2b
Backed out 3 changesets (bug 1175686) for browser_graphs-11b.js failures.
...
Backed out changeset 21126200b02f (bug 1175686)
Backed out changeset fc161a706ebf (bug 1175686)
Backed out changeset 8c6b76badad2 (bug 1175686)
CLOSED TREE
2015-06-18 14:38:57 -04:00
Ryan VanderMeulen
3559edfe6f
Bug 1172120 - Skip browser_perf-marker-details-01.js on Linux for frequent failures.
...
CLOSED TREE
2015-06-18 14:14:33 -04:00
Victor Porof
24654fa0f9
Bug 1175686 - Fix oranges caused by the previous two commits, r=me on a CLOSED TREE
2015-06-18 13:34:10 -04:00
Ryan VanderMeulen
9990f0a43e
Backed out changeset df3415259fd5 (bug 1050691) for browser_dbg_WorkerActor.attachThread.js timeouts.
...
CLOSED TREE
2015-06-18 12:46:55 -04:00
Gabriel Luong
410a2bf7c6
Bug 1175661 - Adding a new rule should use classList instead of splitting the className r=pbrosset
2015-06-18 09:06:56 -07:00
Victor Porof
c0177d6ae3
Bug 1175686 - Pull BarGraphWidget into its own file, r=jsantell
2015-06-18 11:39:06 -04:00
Victor Porof
d56b0f7a2b
Bug 1175686 - Pull LineGraphWidget into its own file, r=jsantell
2015-06-18 11:39:06 -04:00
Patrick Brosset
e76d21130d
Bug 1174407 - Collapse pseudo-elements section in rule-view by default; r=miker
...
This changes the default value for the devtools.inspector.show_pseudo_elements pref
to false so that the pseudo-elements section in the rule-view is collapsed by
default.
This section may now contain a lot more rules, especially when showing browser styles
and so it's better to have it collapsed by default.
This required to fix 2 tests that assumed the section was expanded by default.
browser_ruleview_pseudo-element_01.js was also cleaned up a bit to be more compliant
with our eslint rules.
--HG--
extra : rebase_source : 7b096a33d5f485760b2a6138cee0618f81e55e84
extra : histedit_source : e581601164303609176a7519192eb8ec925a9f5d
2015-06-18 10:10:53 +02:00
Florent Fayolle
1c7eb5ac99
Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster
2015-06-17 10:44:00 -04:00
Gabriel Luong
df467ff0d5
Bug 1173005 - Fixed margin with the pseduoclass panel and left align the pseduoclass options. r=bgrins
2015-06-14 02:16:00 -04:00
Jordan Santell
65d41d9d74
Bug 1174829 - Remove vestigial PerformanceActorsConnection references in comments. r=vp
2015-06-15 11:38:39 -07:00
Jordan Santell
deed4b2c2f
Bug 1173695 - When extra threads are in a profile of a nested profile, stringified, handle that gracefully for older recordings. r=vp
2015-06-11 18:45:21 -07:00
Jordan Santell
baeb955941
Bug 1175705 - Make enable-jit-optimizations a recording-feature rather than a toggleable display feature. r=vp
2015-06-17 14:57:45 -07:00
Jordan Santell
980618b980
Bug 1174889 - Record optimization tiers over time in FrameNodes, and create a utility function for converting the tier data to plottable points in a stacked mountain graph.
2015-06-16 17:25:21 -07:00
Jordan Santell
2593c16981
Bug 1174013 - Move JIT model tests to xpcshell tests. r=shu
...
--HG--
rename : browser/devtools/performance/test/browser_perf-jit-model-01.js => browser/devtools/performance/test/unit/test_jit-model-01.js
rename : browser/devtools/performance/test/browser_perf-jit-model-02.js => browser/devtools/performance/test/unit/test_jit-model-02.js
2015-06-11 16:13:14 -07:00
Victor Porof
af7ea47287
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
...
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-06-17 16:05:52 -04:00
Ryan VanderMeulen
c3ff518ee6
Merge fx-team to m-c. a=merge
2015-06-17 15:01:24 -04:00
Ryan VanderMeulen
bfad686249
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-06-17 12:10:37 -04:00
Eddy Bruël
a58cc6de68
Bug 1164564 - Implement WorkerActor.attachThread;r=jlong
2015-06-17 10:56:58 +02:00
Edoardo Putti
d06369c85e
Bug 1121896 - Show when animations are running on the compositor in the animation panel. r=pbro
...
--HG--
extra : rebase_source : b64325cb65d0413d8802cde86285424267849de3
2015-06-17 01:40:00 -04:00
Sami Jaktholm
6821ffaba9
Bug 1173196
- Ignore 'transitionend' events for unrelated properties when minimizing or maximizing the toolbox. r=pbrosset
...
--HG--
extra : rebase_source : 0340587c4492c1b423346de7840c1f4cade5496f
2015-06-17 16:24:25 +03:00