Commit Graph

3892 Commits

Author SHA1 Message Date
Ryan VanderMeulen
dd8705ee02 Merge fx-team to m-c. a=merge 2014-11-07 13:35:28 -05:00
Michael Ratcliffe
e2616dda10 Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Mark Goodwin
7c89f36242 Bug 1068949 - Some tests to ensure warnings are displayed appropriately. r=past 2014-11-07 00:12:00 -05:00
Mark Goodwin
af168a4de0 Bug 1068949 - Send SHA-1 deprecation warnings in to the web console. r=mcmanus 2014-11-04 13:25:00 -05:00
Michael Ratcliffe
a6e62701b4 Backed out changeset 3500854d791b for test log breakage 2014-11-07 13:32:09 +00:00
Michael Ratcliffe
484d278c48 Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Wes Kocher
7ec75772bd Merge fx-team to m-c a=merge 2014-11-06 18:26:36 -08:00
James Long
41cd3158e4 Bug 1093349 - Add prettyPrinting and blackBoxing traits and hide buttons in debugger conditionally. r=past, a=me 2014-11-05 10:16:00 -05:00
Carsten "Tomcat" Book
380779c7e2 Merge mozilla-central to mozilla-inbound 2014-11-06 13:53:27 +01: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
Victor Porof
be0670c340 Bug 1074205 - Enable devtools/netmonitor tests with e10s, r=ejpbruel 2014-11-05 16:52:56 -05:00
Victor Porof
5be0882642 Bug 1091612 - [e10s] browser_net_resend.js disabled because actors for the new request channels don't correspond to the ones sent in network event updates, r=ejpbruel 2014-11-05 16:52:53 -05:00
Victor Porof
9d583c0c0f Bug 1091603 - [e10s] browser_net_filter-01.js disabled because nsIXMLHttpRequest doesn't correctly determine whether or not a request is XHR in e10s, r=ejpbruel 2014-11-05 16:52:50 -05:00
Victor Porof
075c2a91aa Bug 1091596 - [e10s] browser_net_copy_as_curl.js disabled because waitForClipboard doesn't seem to work properly on e10s, r=ejpbruel 2014-11-05 16:52:46 -05:00
Victor Porof
21b87ba21f Bug 1058898 - Enable profiler tests for e10s, r=ejpbruel 2014-11-05 16:52:44 -05:00
Eddy Bruël
c8a0c2acf8 Bug 1090929 - Enable the pretty-print tests;r=mratcliffe 2014-11-06 10:27:45 +01:00
Eddy Bruël
62fc2f138d Bug 1090929 - Enable the break-on-dom-tests;r=mratcliffe 2014-11-06 10:18:10 +01:00
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
Patrick Brosset
6a6ebbfcea Bug 985597 - Fix layout-view tests after highlighter changes & make them more robust; r=miker
--HG--
rename : browser/devtools/layoutview/test/browser_editablemodel.js => browser/devtools/layoutview/test/browser_layoutview_editablemodel.js
rename : browser/devtools/layoutview/test/browser_editablemodel_allproperties.js => browser/devtools/layoutview/test/browser_layoutview_editablemodel_allproperties.js
rename : browser/devtools/layoutview/test/browser_editablemodel_border.js => browser/devtools/layoutview/test/browser_layoutview_editablemodel_border.js
rename : browser/devtools/layoutview/test/browser_editablemodel_stylerules.js => browser/devtools/layoutview/test/browser_layoutview_editablemodel_stylerules.js
2014-11-06 13:04:51 +01:00
Patrick Brosset
fb314af007 Bug 985597 - Tests for the new highlighter implementation using the AnonymousContent API; r=miker r=jwalker
--HG--
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_01.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_01.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_02.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_02.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_03.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_03.js
rename : browser/devtools/inspector/test/browser_inspector_highlight_after_transition.html => browser/devtools/inspector/test/doc_inspector_highlight_after_transition.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_01.html => browser/devtools/inspector/test/doc_inspector_infobar_01.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_02.html => browser/devtools/inspector/test/doc_inspector_infobar_02.html
2014-11-06 13:04:37 +01:00
Patrick Brosset
aa41f7bb39 Bug 985597 - Filter useless highlighter updates & and use requestAnimationFrame for updates; r=miker 2014-11-06 13:04:28 +01:00
Mahdi Dibaiee
f3ac30c02c Bug 684096 - "The webconsole should display column numbers in addition to line numbers". c=mdibaiee 2014-11-05 05:43:00 +01: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
Carsten "Tomcat" Book
d049eeaaff Backed out changeset 4206d18e42c0 (bug 684096) for test bustage 2014-11-05 12:34:42 +01:00
Sebastian Zartner
faf6332bbf Bug 1068381 - Use an icon for the prettyprint button instead of a label. r=bgrins 2014-10-31 10:57:00 +01:00
Paul Rouget
2370e9d5d3 Bug 1063206 - better toolbox button for webide. r=jryans 2014-11-04 08:54:00 +01:00
Mahdi Dibaiee
e3f7986ae4 Bug 684096 - "The webconsole should display column numbers in addition to line numbers". r=past 2014-11-04 08:36:00 +01: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
Eddy Bruël
2d24623402 Bug 1090929 - Enable the source-mapping tests;r=mratcliffe 2014-11-06 19:56:49 +01: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
J. Ryan Stinnett
f93d3699b0 Bug 1091586 - Rename Manage Add-ons to Extra Components. r=paul 2014-11-03 15:16:00 +01:00
Michael Ratcliffe
339c2097ec Bug 1072181 part 3 - New Aurora channel prefs r=paul
--HG--
extra : rebase_source : 9998025d99157cb150e87a47e18fe145b38ecbc2
2014-10-31 12:47:28 +00:00
Ryan VanderMeulen
e7353cb4a6 Merge fx-team to m-c. a=merge 2014-10-31 16:16:38 -04:00
David Rajchenbach-Teller
0b22cd2596 Bug 1083989 - Adapting Devtools tests that expect Promise.jsm in the scope. r=paul 2014-10-27 22:45:03 +01:00
Carsten "Tomcat" Book
740aa05af6 Merge mozilla-central to fx-team 2014-10-31 14:28:54 +01:00
Jordan Santell
5b4e6a378c Bug 1077447 - Hook up recording UI to the new performance tool. r=victorporof 2014-10-30 12:35:00 +01: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
Jordan Santell
e77ddd6c8b Bug 1058879 - enable browser_canvas-actor-test-10.js for e10s. r=vp 2014-10-29 13:03:00 +01:00
Paul Rouget
225e1e77f9 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Ryan VanderMeulen
d19a8ac7d7 Merge inbound to m-c. a=merge 2014-10-29 16:49:04 -04:00
Eddy Bruël
12d1136282 Bug 1090929 - Enable the blackboxing tests for e10s;r=mikeratcliffe 2014-10-29 17:05:44 +01:00
James Long
338b843a08 Bug 1088247 - A developer tool should only be enabled when appropriate actors exist. r=jryans 2014-10-27 14:28:00 -04:00
Christian Pommranz
988aa835db Bug 1080911 - Sort frames by samples instead of duration in the call tree. r=vp 2014-10-28 05:21:00 -04: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
edeff29eb1 Bug 1077442 - Create a pseudo-PerformanceFront, r=vp 2014-10-23 12:47:00 +02:00
Jordan Santell
303bccd79d Bug 1069674 - Disable web audio tools on unsupported platforms. r=jryans 2014-10-27 12:49:00 +01:00
Carsten "Tomcat" Book
9b9adb1962 merge fx-team to mozilla-central a=merge 2014-10-27 15:56:31 +01:00