Commit Graph

3999 Commits

Author SHA1 Message Date
Victor Porof
84ccf938fa Bug 1106137 - Make canvas debugger faster by avoiding a double-copy operation when deserializing image data, r=pbrosset 2014-12-09 10:57:53 -05:00
Brian Grinstead
9bcbf844bd Bug 1093730 - Use getPanelWhenReady for debugger state in browser toolbox. r=jryans 2014-12-08 16:20:00 +01:00
Brian Grinstead
419a2c0c05 Bug 1093730 - Add DevTools toolbox API for getPanelWhenReady. r=jryans 2014-12-08 16:19:00 +01:00
Phil Ringnalda
95ca321b54 Back out eb203c9db11d (bug 1107541) for e10s dt bustage
CLOSED TREE
2014-12-08 20:24:52 -08:00
James Long
7ced063c80 Bug 1107541 - display eval scripts with a sourceURL pragma correctly in the debugger r=fitzgen 2014-12-08 15:49:34 -08:00
J. Ryan Stinnett
e966106d94 Bug 1107013 - Clear Browser Toolbox cache for local builds. r=bgrins 2014-12-08 16:26:09 -06:00
Victor Porof
aa4d9dead9 Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell 2014-12-08 13:09:25 -05:00
Victor Porof
907780c2f8 Bug 1107947 - Small reorg of the files in the new performance tool, r=jsantell
--HG--
rename : browser/devtools/performance/controller.js => browser/devtools/performance/performance-controller.js
rename : browser/devtools/performance/views/main.js => browser/devtools/performance/performance-view.js
rename : browser/devtools/performance/views/call-tree.js => browser/devtools/performance/views/details-call-tree.js
rename : browser/devtools/performance/views/waterfall.js => browser/devtools/performance/views/details-waterfall.js
2014-12-06 12:08:10 -05:00
Victor Porof
37b2cf1f80 Bug 1107943 - The maker sidebar has some annoying text spacing, r=jsantell 2014-12-06 12:08:10 -05:00
Victor Porof
a4c4b22a94 Bug 1106409 - Avoid overlap by hiding the 'max' framerate tooltip when the min/max difference is too small, r=jsantell 2014-12-06 12:08:10 -05:00
J. Ryan Stinnett
7b8ec10eed Bug 1098555 - Fix Connect page in e10s. r=ochameau 2014-12-05 00:48:00 -08:00
Victor Porof
60c7790014 Bug 1106416 - Small UI fixes for the new performance tool, r=jsantell 2014-12-05 10:54:47 -05:00
Heather Arthur
fafacc7fc1 Bug 1105808 - Use ttf fonts in browser_fontinspector.js test. r=bgrins 2014-12-04 12:51:00 +01:00
Tim P.
d413eb7ba6 Bug 1090874 - Avoid always re-creating the node when editing a tagname in the markup-view; r=pbrosset 2014-12-04 16:34:47 -08:00
Jordan Santell
0ff15d35ae Bug 1077458 - Implement marker's waterfall view in new performance tool, with details view toggling between waterfall and call tree views. r=vp 2014-12-03 16:36:00 +01:00
Brian Grinstead
1abc9635a8 Bug 1104798 - Hide Disable JS checkbox when target.activeTab is undefined;r=mratcliffe 2014-11-25 08:47:00 +01:00
J. Ryan Stinnett
fe3b52b03e Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
cc631c64d8 Bug 1058997 - Part 1: Extract socket connect and listen. r=past
Relocate the debugger client's connect and server's listen functionality in a
separate file.  This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
Tooru Fujisawa
fa20ba5ed5 Bug 1101704 - Use non-iterable object in browser_console_addonsdk_loader_exception.js. m=msucan 2014-11-29 14:04:25 +09:00
Patrick Brosset
30dce5a4e4 Bug 1106079 - Avoid highlighter excpetions on XUL windows to break the style-editor; r=past 2014-11-28 17:57:19 +01:00
Justin Obara
ab05e7e7fb Bug 956231 - Implemented right click to open the context menu on the filter buttons of the web console. r=past
--HG--
extra : rebase_source : 98051f65fce5e645d2a513d0ec38c73d90c71835
2014-11-11 15:32:00 -05:00
Jan Keromnes
ebc0fda013 Bug 1090949 - In WebIDE, register simulators by name not by version. r=ochameau 2014-11-26 18:34:00 +01:00
Brian Grinstead
588091934f Bug 1031404 - Browser Toolbox: Open on last used panel by default;r=jryans,r=Gijs 2014-11-26 15:40:00 -08:00
Brian Grinstead
e343a157bd Bug 1083657 - Fix intermittent 'this.editor is null' in projecteditor;r=paul 2014-11-24 11:46:00 -08:00
Ryan VanderMeulen
b3ebe654a9 Merge b2g-inbound to m-c. a=merge 2014-11-26 21:39:08 -05:00
Ryan VanderMeulen
05536d8139 Merge fx-team to m-c. a=merge 2014-11-26 21:08:54 -05:00
Alexandre Poirot
9b02c5402d Bug 1097814 - Fix fake hardware buttons in mulet. r=paul, r=vingtetun 2014-11-20 10:48:00 -05:00
Patrick Brosset
9a01cdb256 Bug 1103993 - part 2 - Clean-up some of the style-inspector's code; r=bgrins 2014-11-26 10:18:12 +01:00
Patrick Brosset
1228075d81 Bug 1103993 - part 1 - Rename the style-inspector's highlight methods; r=bgrins 2014-11-26 10:18:07 +01:00
Heather Arthur
4ad91dab46 Bug 886041 - Make the font inspector remotable; r=bgrins 2014-11-25 07:36:44 -08:00
Jordan Santell
5030d409ca Bug 1104973 - Fix browser_perf-data-samples.js with having atleast one assertion called. r=vp 2014-11-25 13:30:00 +01:00
Jordan Santell
4d4ab99a03 Bug 1077455 - Link the details and overview views together in the new performance tool. r=vp 2014-11-25 15:01:00 +01:00
Daniel Holbert
a03d3e37d5 Bug 1093316 part 1: Backout changeset aece7f9f944c (i.e. backout bug 1032922 part 2), to reflect CSSWG removing "flex-basis: main-size" from the flexbox spec. 2014-11-25 11:28:15 -08:00
Ryan VanderMeulen
b719233c6a Bug 1104908 - Disable the Style Inspector tests on Linux e10s.
CLOSED TREE

--HG--
extra : rebase_source : 48f548c3da3cdf4e9c18b8e3604e6887ca64f612
2014-11-25 14:23:01 -05:00
Phil Ringnalda
1163f683ff Back out a5c944be6248 (bug 1031404) for mochitest-chrome bustage
CLOSED TREE
2014-11-24 19:58:57 -08:00
Brian Grinstead
fa891cc5b5 Bug 1031404 - Browser Toolbox: Open on last used panel by default;r=jryans,r=Gijs 2014-11-24 16:13:53 -08:00
Brian Grinstead
721d2dd930 Bug 1102084 - Add more contrast for the currently hovered node in the markup view;r=vporof 2014-11-24 13:59:46 -08:00
J. Ryan Stinnett
07bf2c83a6 Bug 1100944 - Nudge WebIDE timeout higher. r=paul
--HG--
extra : transplant_source : %B0%F4%14%AD%24%DF%AB%A0%26%1D%07%DE5%7D%A8.%2BN%FB%CF
2014-11-20 13:47:52 -06:00
J. Ryan Stinnett
77db20d32a Bug 1096310 - Show message after project list load error. r=paul
--HG--
extra : transplant_source : %07gE1%BDt%10%5B%F6G%84%E6r%05%07%BB%83%E6%C8%20
2014-11-18 15:32:49 -06:00
Carsten "Tomcat" Book
5969f2ac89 merge fx-team to mozilla-central a=merge 2014-11-24 14:06:00 +01:00
fayolle-florent@orange.fr
e47985cc67 Bug 1095521 - Implement more paste commands for the inspector panel. r=pbrosset
--HG--
rename : browser/devtools/inspector/test/browser_inspector_menu.js => browser/devtools/inspector/test/browser_inspector_menu-01.js
rename : browser/devtools/inspector/test/doc_inspector_menu.html => browser/devtools/inspector/test/doc_inspector_menu-01.html
2014-11-22 08:48:00 +01:00
Paul Rouget
2478fc4e36 Bug 1074106 - [timeline] marker sidebar. r=vporof 2014-11-24 05:55:25 +01:00
Tomasz Kołodziejski
115964f4a4 Bug 1094622 - Deleting node in inspector now selects previous sibling and not parent. r=bgrins
---
 browser/devtools/markupview/markup-view.js         | 15 +++++----
 .../test/browser_markupview_tag_edit_04.js         | 38 +++++++++++++++-------
 browser/devtools/markupview/test/head.js           |  2 +-
 toolkit/devtools/server/actors/inspector.js        | 14 +++++++-
 .../tests/mochitest/test_inspector-remove.html     | 23 +++++++++----
 5 files changed, 65 insertions(+), 27 deletions(-)
2014-11-21 12:48:04 -08:00
Patrick Brosset
0ddc1b9479 Bug 1084442 - Prevent highlighter from being zoomed in/out and incorrectly positioned when the page is zoomed; r=miker 2014-11-21 11:18:03 +01:00
Jordan Santell
8934c5cbb4 Bug 1077451 - Render profiler call tree in new performance tool. r=vp 2014-11-20 13:02:00 +01:00
Wes Kocher
87398db1ad Merge fx-team to m-c a=merge 2014-11-20 17:55:52 -08:00
Brian Grinstead
58df142cef Bug 1102308 - Refactor pref-changed emitting in toolbox-options.js;r=jryans 2014-11-20 14:11:34 -08:00
Brian Grinstead
ecad4235cb Bug 1102369 - Convert existing devtools colors to CSS variables - part 2;r=vporof 2014-11-20 12:10:32 -08:00
Vaibhav Agrawal
96309513f6 Bug 1102829 - Removing invalid mochitest and adding them as a support-file. r=jmaher 2014-11-25 15:02:45 -08:00
James Long
76f45fdfdb Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen 2014-11-25 15:02:39 -08:00