Commit Graph

488 Commits

Author SHA1 Message Date
Tim Nguyen
8067376af0 Bug 1165576 - Netmonitor theme refresh. r=bgrins,vporof 2015-06-02 00:29:08 -07:00
Tim Nguyen
fa46011620 Bug 938290 - Add a proper shader editor icon. r=bgrins 2015-05-27 22:15:00 -04:00
Gabriel Luong
176e823267 Bug 1139058 - Part 1: Allow unmatched rules to be added to the rule view r=pbrosset 2015-05-27 17:36:17 -07:00
Victor Porof
182e8d34ea Bug 1168125 - Replace the waterfall view with a tree, r=jsantell 2015-05-27 17:23:53 -04:00
Victor Porof
569c3bebf6 Bug 1158982 - Using up/down keys moves overview graphs, r=jsantell 2015-05-27 15:23:44 -04:00
Victor Porof
5286595628 Bug 1168125 - Fixed regression where the content panel wouldn't stretch to fill the entire availalbe space on non-e10s, r=bgrins 2015-05-27 01:04:38 -04:00
Victor Porof
f98e752356 Bug 1168125 - Performance notice messages should use display: intial, not display: auto, r=regression 2015-05-26 15:42:34 -04:00
Victor Porof
3c52f8016b Bug 1168125 - Cleanup performance xul and css, r=jsantell 2015-05-26 14:55:45 -04:00
Jordan Santell
25cc5e6509 Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp 2015-05-24 00:18:08 -07:00
Jordan Santell
2b2ceb5753 Revert "Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp"
This reverts commit 411adbfe0ea2
2015-05-22 13:47:18 -07:00
Jordan Santell
7506e259a1 Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp 2015-05-22 11:26:51 -07:00
Tim Nguyen
af0a1ed440 Bug 1164784 - Eliminate CSS duplication with perf tool record button. r=jsantell 2015-05-21 13:27:00 -04:00
Sami Jaktholm
ba28755b0a Bug 1158634 - Restore support for editing previews in Font Inspector. r=pbrosset
An input box similar to those in rule and computed views (without the search
symbol) is added to the font-inspector panel which can be used to control the
preview text. The updates are throttled to avoid unnecessary updates while the
text is being edited.

Since the PageStyleActor has allowed clients to define the preview text for a
while now, this feature is also enabled for older targets too.
2015-05-21 19:18:18 +03:00
Miles Richardson
35889a9d01 Bug 1160771 - Clean unnecessary tags and properties from SVG files in browser/ and toolkit/. r=dao 2015-05-21 12:33:00 -04:00
Victor Porof
2db676cf7e Bug 1167459 - Skip rendering function name nodes if there's no name available (e.g. for C++ pseudoframes), r=jsantell 2015-05-22 09:39:25 -04:00
Brian Grinstead
7e332fca65 Bug 1122662 - Resize graphs when window resizes;r=vporof 2015-05-22 09:38:29 -04:00
Jordan Santell
3fddd6e20f Bug 1164552 - create new colors in light/dark themes for devtools specifically for rendering graphs in the performance tool. The highlight-* colors in light theme work well for text, less so for rendered blocks and appear very 'bold'. Most of the dark theme graph colors are the same as their highlight-* equivilents. r=vp 2015-05-20 13:15:28 -07:00
Victor Porof
44761121ef Bug 1166797 - Remove the old profiler, r=jsantell 2015-05-21 19:39:42 -04:00
Jordan Santell
8209ea5620 Bug 11663354 - A locked recording button should appear disabled in the performance tool. r=vp 2015-05-19 12:02:00 -07:00
Victor Porof
8fcc77b073 Bug 1149626 - Performance timeline legends should be dark with light text in dark theme in LineGraphs, r=jsantell 2015-05-19 14:56:28 -04:00
Gabriel Luong
3a0ba1ee11 Bug 1165380 - [rule view] Filter rules should also highlight stylesheet names. r=bgrins 2015-05-19 13:33:00 -04:00
Brian Grinstead
3ae3f604ae Bug 1166029 - Update SVG toolbar icon fill colors for devtools;r=jsantell 2015-05-19 10:06:02 -07:00
Jordan Santell
03e0602272 Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp 2015-05-18 17:44:49 -07:00
Jordan Santell
a0144d8f84 Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp 2015-05-12 18:18:23 -07:00
Tim Nguyen
1828ba4d5f Bug 1136101 - Add an "Add rule" button in the rules view toolbar. r=bgrins, ui-r=shorlander 2015-05-16 02:10:00 -04:00
Aaron Raimist
4c1acccd00 Bug 1154059 - Fix color swatches in ruleview.css and computedview.css. r=miker 2015-05-12 20:23:00 -04:00
Jordan Santell
12331b94eb Bug 1164598 - Remove legacy timeline tool from devtools source and its styles. r=vp 2015-05-13 12:23:18 -07:00
Jordan Santell
6d1a977772 Bug 1143004 - markers from console.timeStamp() should be rendered in the performance tool's timeline. r=vp 2015-03-18 13:55:42 -07:00
Shu-yu Guo
b0b1d4587b Bug 1160696 - Display MIRTypes in the JIT optimizations side pane as "Site : MIRType". (r=jsantell) 2015-05-11 14:16:44 -07:00
Jordan Santell
c28745c366 Bug 1160900 - Display buffer status while recording a profile. r=vp 2015-05-08 16:19:58 -07:00
Jordan Santell
c20c24df06 Bug 1082695 - Simplify the record start/stop time buttons, and more cleanly render the console.profile notifications during a console recording. r=vp 2015-05-09 13:23:16 -07:00
Jennifer Fong
802a2beccc Bug 1161132 - Allow user resizing for console.dir output. r=bgrins 2015-05-08 11:45:13 -07:00
Gabriel Luong
47d72104fa Bug 1157293 - Part 1: Filter styles highlight computed styles. r=bgrins 2015-05-06 16:23:00 +02:00
Patrick Brosset
155ece4ccc Bug 1107849 - Define a min/max width for the performance panel sidebar. r=vporof
This adds the devtools-main-content class to the waterfall panel in the
performance tab so that there's a min-width of 50px defined on it, and
also adds a min-width to the waterfall details sidebar of 50px so that
it can't be collapsed fully (which would make it impossible to resize).
2015-05-04 15:09:37 +02:00
Carsten "Tomcat" Book
d7d1ddac4a Backed out changeset 47a1d2e67785 (bug 1157293) for dt and dt3 test failures 2015-05-06 11:23:50 +02:00
Gabriel Luong
f03d3a0786 Bug 1157293 - Part 1: Filter styles highlight computed styles. r=bgrins 2015-05-02 23:39:00 +02:00
Patrick Brosset
b63112fcdc Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins
This adds a generic walker method that cna be used to retrieve AnimationPlayerActor's
target DOM nodes in a way that they can be highlighted/selected later in the inspector.
Making the AnimationPlayerActor return the nodeActor directly wouldn't fully work, as
the walker would have missed the missing parent nodeFronts updates.
On the UI, this adds a new component in each PlayerWidget that displays a preview of the
target DOM nodes, highlight them on hover, and select them on click.
2015-05-04 13:55:51 +02:00
Tim Nguyen
2a9ba0d247 Bug 1159437 - Add top green border for highlighted tabs in light theme. r=bgrins 2015-04-30 15:37:19 -07:00
Jordan Santell
0b446ebba1 Bug 1143027 - The performance tool tab highlights during a recording. r=vp 2015-04-27 15:59:22 -07:00
Jordan Santell
9326ecc3d7 Bug 1136945 - Convert GC events from memory actor to be emitted as pseudo-markers from the TimelineActor. Pull out the core of the MemoryActor into a bridge, so it does not have to be used over RDP. r=vp,fitzgen 2015-04-28 10:32:32 -07:00
Tim Nguyen
eb4b8ed17d Bug 1023546 - DevTools - Support HDPI resolutions for Windows. r=bgrins 2015-04-28 07:30:00 -04:00
Gabriel Luong
c7af9b6c47 Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander 2015-04-16 18:59:00 -04:00
James Long
d823f04140 Bug 764958 - Show cached network requests in the net monitor. r=jsantell 2015-04-24 14:57:00 -04:00
Patrick Brosset
f6460c2162 Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins 2015-04-23 10:34:01 +02:00
Chirag Bhatia
a1621ad60a Bug 1152281 - Playback rate in animations inspector panel is unreadable in dark theme. r=pbrosset 2015-04-16 09:52:00 +02:00
Gabriel Luong
89745d2251 Bug 1120616 - Part 3: Adjust the styles in the computed view's filter style search r=bgrins 2015-04-16 14:15:24 -04:00
Gabriel Luong
15db3e6067 Bug 1120616 - Part 1: Implement filter styles in rule view r=bgrins 2015-04-16 14:15:09 -04:00
Jordan Santell
11a3e3a081 Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset 2015-04-14 08:58:58 -07:00
Brian Grinstead
cd0d06ee90 Bug 969914 - Make developer toolbar match the light devtools theme when applied;r=jwalker,r=pbrosset 2015-04-15 08:12:49 -07:00
Jan Keromnes
16f083365e Bug 1141571 - Add a legend to the Box Model tool. r=bgrings 2015-04-14 08:58:00 +02:00