Commit Graph

366 Commits

Author SHA1 Message Date
Jordan Santell
c05416ed8b Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans 2014-10-22 17:18:31 -07:00
Ryan VanderMeulen
8421d8e779 Backout revision 224f20dce9d0 (bug 1078539) 2014-11-06 16:18:32 -05:00
Matthew Noorenberghe
93910d7feb Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
--HG--
extra : rebase_source : 561016578d5a23c769090faf6c735b3060d4e741
2014-11-05 13:56:17 -08:00
Jordan Santell
5c8b20b408 Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans 2014-10-22 17:18:31 -07:00
Wes Kocher
8872f8c5bb Backed out changeset ec34b5a1552c (bug 1091260) for bc1 orange 2014-11-04 19:06:45 -08:00
Matthew Noorenberghe
7126ef3bf7 Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
--HG--
extra : rebase_source : 3ea5114858053c862564a1efea2004406e0863d9
2014-11-04 16:44:41 -08:00
Alexandre Poirot
7e096caac9 Bug 1092451 - Ensure waiting for frames button update before resolving toolbox.open. r=past 2014-11-03 13:52:00 -05:00
Ryan VanderMeulen
d18b779a40 Merge m-c to inbound. a=merge
--HG--
rename : dom/tv/test/file_app.sjs => dom/tv/test/mochitest/file_app.sjs
rename : dom/tv/test/file_app.template.webapp => dom/tv/test/mochitest/file_app.template.webapp
rename : dom/tv/test/file_tv_non_permitted_app.html => dom/tv/test/mochitest/file_tv_non_permitted_app.html
rename : dom/tv/test/mochitest.ini => dom/tv/test/mochitest/mochitest.ini
rename : dom/tv/test/test_tv_non_permitted_app.html => dom/tv/test/mochitest/test_tv_non_permitted_app.html
extra : rebase_source : 43e1262bc9912ae6b97ec9302a1bc149e51c8e1e
2014-10-30 16:19:07 -04:00
Michael Ratcliffe
e8382d11a5 Bug 1086492 - Disable tilt for E10S r=victorporof,jwalker 2014-10-30 16:23:01 +00:00
Paul Rouget
225e1e77f9 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Jason Orendorff
26dfad38c3 Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
2014-07-01 21:01:21 -05:00
Eddy Bruël
06d15c0ebc Bug 1090340 - Disable failing tests on Linux Opt for E10S (Holly);r=me 2014-10-28 17:14:00 +01:00
Jordan Santell
c47033ee24 Bug 1069673 - Add support methods on devtool's Target, r=jryans 2014-10-22 13:33:00 +02:00
David Rajchenbach-Teller
157af6afe5 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
7917fa69ef Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures 2014-10-10 10:41:25 +02:00
David Rajchenbach-Teller
78201d5734 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Jan Odvarko
1fe5ea3f55 Bug 1078235 - Implement new 'destroy' panel event; r=bgrins 2014-10-06 19:40:59 +02:00
Jan Odvarko
5c9944fe58 Bug 1072208 - Implement new events for ToolSidebar. r=bgrins 2014-10-07 18:13:51 +02:00
Brian Grinstead
03ce1f7e86 Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_pseudo-element.js => browser/devtools/styleinspector/test/browser_ruleview_pseudo-element_01.js
2014-09-29 09:29:00 +02:00
J. Ryan Stinnett
1909c71a9e Bug 979536 - Part 1: Look for leftover fronts after toolbox close. r=ochameau 2014-09-24 19:59:00 +02:00
Mark Hammond
135698fbd3 Bug 1070839 - disable failing e10s devtools/framework tests. r=past/billm 2014-09-23 09:25:56 +10:00
Mark Hammond
ec3949dcc0 Bug 1070835 - allow browser_toolbox_window_reload_target.js to work with e10s enabled. r=past 2014-09-23 09:22:06 +10:00
Mark Hammond
487ec582b6 Bug 1069033 - Make devtool's TabTarget be e10s friendly. r=past 2014-09-23 09:18:00 +10:00
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Shu-yu Guo
285e8aa396 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Brian Grinstead
fa4c57c117 Bug 1060945 - Make it possible to enable/disable a devtools panel even if its visibilityswitch pref doesn't exist. r=pbrosset 2014-09-08 11:06:00 -04:00
Brian Grinstead
fb6e55d924 Bug 964819 - Be able to mark gcli commands as remote safe and let them show up as command buttons. r=jwalker 2014-09-09 05:55:00 -04:00
Jan Odvarko
5292673ade Bug 1059727 - Add API to fire a new Toolbox panel initialization events. r=bgrins 2014-09-08 13:23:11 +02:00
Panos Astithas
222b41fd2f Always complete the toolbox teardown path, even in the face of failures along the way (bug 1063926). r=paul
--HG--
extra : rebase_source : 514ace11185493879c560dad7a7fb7ad0fa48e91
2014-09-06 15:57:41 +03:00
Jan Odvarko
7e04ed37dd Bug 1055571 - Implement ToolSidebar.removeTab API. r=bgrins 2014-09-05 13:11:34 +02:00
Tomasz Kołodziejski
0b23b3e083 Bug 1060464 - Add Cr declaration; rs=Gijs 2014-09-04 13:53:00 +02:00
Tim Taubert
f8dd154b9a Bug 1060840 - Make the shutdown leak detector wait until toolboxes are destroyed r=vporof 2014-08-31 12:15:54 +02:00
Gijs Kruitbosch
95c77d2438 Bug 1060464 - fix the --jsdebugger flag when running tests, also fixes bug 1060493, r=dcamp,bsmedberg 2014-08-30 00:49:41 +01:00
Wes Kocher
6c0351ccd7 Backed out changeset c1319f301eb0 (bug 1060464) for devtools bustage 2014-09-02 18:02:01 -07:00
Gijs Kruitbosch
37a916b576 Bug 1060464 - fix the --jsdebugger flag when running tests, also fixes bug 1060493, r=dcamp,bsmedberg 2014-08-30 00:49:41 +01:00
Michael Ratcliffe
6c95cbba32 Bug 1060188 - [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul 2014-08-29 13:44:59 +01:00
Michael Ratcliffe
7984c16b55 Bug 1044932 - Add JQuery support to visual events r=pbrosset 2014-08-28 12:46:25 +01:00
Brian Grinstead
899705ddd4 Bug 1055333 - Prevent 'this.webconsolePanel is undefined' errors on styleeditor test shutdown in e10s. r=harth 2014-08-26 14:07:00 -04:00
Alexandre Poirot
e82236ce11 Bug 977043 - Add toolbox-level frame selection to change the currently targeted document. r=bgrins,past 2014-08-27 12:19:30 +02:00
Alexandre Poirot
7ae83e1914 Bug 1049103 - ensure closing only one child connection when closing a toolbox. r=jryans 2014-08-27 12:19:29 +02:00
Ryan VanderMeulen
655d07d1e0 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-20 16:23:04 -04:00
Jan Odvarko
563013a38a Bug 1038562 - Add API to register a new devtools theme. r=bgrins 2014-08-18 14:25:14 +02:00
Bill McCloskey
f1eb6211a4 Bug 1051017 - Stop using CPOWs for devtools (r=past) 2014-08-20 12:49:11 -07:00
J. Ryan Stinnett
998635ec53 Bug 1054006 - Set chrome prefs in Browser Toolbox. r=bgrins 2014-08-15 15:33:00 -04:00
J. Ryan Stinnett
d0a535ee7b Bug 1007059 - Enable WebIDE by default. r=paul 2014-08-13 15:10:00 -04:00
Brian Grinstead
7ddbbacb0e Bug 1050442 - If persisted, focus split console input when toolbox opens;r=jwalker 2014-08-15 07:52:08 -05:00
Brian Grinstead
a537346a65 Bug 1050439 - Focus should be restored to previously active element after split console is closed;r=jwalker 2014-08-15 07:50:43 -05:00
Alexandre Poirot
3605a12d02 Bug 1053164 - Ensure that exception during debuggerserver instanciation are displayed. r=jryans 2014-08-13 05:11:00 -04:00
Tim Taubert
a6a1832ae8 Bug 1052756 - Fix Toolbox.destroy() to properly clean up with add-on targets r=Mossop 2014-08-13 14:42:29 +02:00
Brian Grinstead
f575c4a697 Bug 1050857 - Options panel layout doesn't work well with translated text;r=mratcliffe 2014-08-12 07:09:33 -05:00