Commit Graph

3236 Commits

Author SHA1 Message Date
Victor Porof
a13ca31bd1 Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
442a09ccdc Bug 1004104 - Disable caching when running netmonitor tests to hopefully fix some timeouts, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
1c2571b777 Bug 985417 - Fix uncaught promise rejection when running browser_net_simple-request-data.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
88fe6fe0b3 Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp 2014-06-12 12:16:58 -04:00
Sami Jaktholm
0a5f0c5c2f Bug 1017515 - Add copy color item to context menu of CSS rule and computed views. r=pbrosset 2014-06-12 06:02:00 -04:00
Jordan Santell
a515db8686 Bug 1007913 - SVG in web audio editor should always be full size. r=vp 2014-06-11 10:58:00 -04:00
Jordan Santell
53cdc80b44 Bug 994257 - Web Audio Editor now supports both landscape and portrait host views. r=vp 2014-06-11 14:27:00 -04:00
Paul Rouget
69252e1edd Bug 1007057 - add logs to test in case of orange. r=pbrosset 2014-06-12 14:47:36 +08:00
Paul Rouget
3e67e4bd2c Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-12 14:47:35 +08:00
Wes Kocher
03b6cb112d Merge m-c to fx-team 2014-06-11 18:52:12 -07:00
Wes Kocher
62217765cf Merge inbound to m-c a=merge 2014-06-11 18:46:34 -07:00
Bobby Holley
713c6cebe7 Bug 1020609 - Fix up webconsole. r=past
The basic setup is that Object (and now Array) Xrays apply various heuristics
to try to filter out dangerous properties from the underlying object. This
includes accessor properties, shadowing properties, callables, and non-Xrayable
objects. We need to make various fixes on the devtools side to keep this stuff
working.

Also, it would be nice if the tests were designed in such a way that a failed
string match didn't cause the whole test to hang without a useful error message.
2014-06-11 15:16:06 -07:00
Patrick Brosset
63fcce3f5b Bug 1017115 - Fixes rule-view's highlight race condition to avoid duplicate headers; r=bgrins
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_content.js => browser/devtools/styleinspector/test/browser_ruleview_content_01.js
2014-06-11 15:54:45 +02:00
Brian Grinstead
c930d63cfc Bug 1022084 - Project Editor: turn on auto completion for JS & CSS files;r=harth 2014-06-11 13:14:56 -07:00
Heather Arthur
94217befb5 Bug 1021202 - Turn @media sidebar on by default; r=bgrins 2014-06-11 13:14:52 -07:00
Tim Nguyen
60589070ae Bug 949462 - Use the theme-twisty class for devtools variables view twisties. r=bgrins 2014-06-10 16:44:11 -07:00
Paul Rouget
c7a1e3b298 Bug 1022492 - Listen to project-is-running earlier. r=jryans 2014-06-09 00:02:00 -04:00
Patrick Brosset
e5a2798d4c Bug 1021571 - Stop sending mutations to the front when the walker is being destroyed. r=bgrins 2014-06-10 02:00:00 -04:00
Victor Porof
2947be7225 Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset 2014-06-10 11:01:50 -04:00
Victor Porof
56e38ba54b Bug 1023057 - Superfluous calculations for firstTick, lastTick and totalTicks in the line graph widget, r=pbrosset 2014-06-10 10:55:37 -04:00
Victor Porof
5ffbcbe798 Bug 1023020 - Add a "ready" promise to canvas graphs, r=pbrosset 2014-06-10 10:55:32 -04:00
Victor Porof
a689e8d79e Bug 1023019 - Make the canvas graphs plot the data underneath the selection, markers and cursor, r=pbrosset 2014-06-10 10:55:29 -04:00
Gabriel Luong
c74cc3cf11 Bug 1016578 - Enhancement: Easily inject jQuery, underscore, or other useful libraries into pages from devtools. r=jwalker 2014-06-09 10:40:00 -04:00
Joe Walker
ea84d98c38 Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe 2014-06-09 15:16:26 +01:00
Brian Grinstead
9b87a86a9b Bug 1018955: Get rid of pause/resume button flicker when setting breakpoint;r=fitzgen 2014-06-09 08:04:18 -05:00
Patrick Brosset
a412537192 Bug 1009322 - Disabled intermittent browser_editablemodel_allproperties.js test; r=me 2014-06-09 11:11:23 +02:00
Joe Walker
fba7aad469 Bug 1016330 - (Part 1) Make CSS Coverage work with B2G; r=paul
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c3
> prettifyCSS needs to be used client side or moved at the toolkit level.
Done

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c4
> Move the call to makeRemote to DeveloperToolbar.jsm
Not done. See https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c6

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c5
> We need to test first there's a cssusage actor.
> A toolbox might be debugging gecko < 32.
Done

https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c2
> Kill reference to this._tabActor.browser. This might create issues
> with sub documents ("load" is sent to browser even for inner documents.
> It's not the case with tabActor.window).
Future work.
2014-06-08 22:33:36 +01:00
David Caldwell
0a2da8c816 Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins 2014-05-09 17:41:43 -07:00
Ryan VanderMeulen
82493ad66d Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
CLOSED TREE
2014-06-07 01:16:08 -04:00
Brian Grinstead
58dd429b3d Bug 1019676 - Project editor: Allow app header to be updated and add gear icon / status indicator. r=harth 2014-06-05 13:38:00 -04:00
Connor Brem
32dc43b3b4 Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
Brian Grinstead
2fa7beebc3 Bug 1018955 - Fix pause/resume button flicker when debugger first loads. r=fitzgen 2014-06-05 17:03:00 +02:00
Heather Arthur
02a3968db8 Bug 1017248 - Show @media sidebar for original sources in style editor; r=bgrins 2014-06-05 23:02:23 -07:00
Paul Rouget
4f6959f6ee Bug 1021504 - add a very simple template. r=dcamp 2014-06-06 12:46:44 +08:00
Paul Rouget
0c0f8639c2 Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-06 12:01:52 +08:00
Paul Rouget
0bc3de8a0e Bug 1020972 - validate project if icon & name are unknown. r=dcamp 2014-06-06 12:01:51 +08:00
Wes Kocher
09667bf6a9 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Brian Grinstead
9006b9a6b9 Bug 966242 - Get rid of flicker when rule view is refreshed;r=pbrosset 2014-06-05 07:53:45 -05:00
Patrick Brosset
efc01eeb80 Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-05 14:50:03 +02:00
Michael Ratcliffe
a6758a45a9 Bug 885806 - Add automatic regex creation to GCLI appcache command tests r=pbrosset 2014-05-02 16:59:38 +01:00
Michael Ratcliffe
2de76f5ecd Bug 981758 - Fix GCLI appcache validate for * in network section 2014-05-02 14:39:44 +01:00
Michael Ratcliffe
5b28af8b83 Bug 983871 - Make appcache validate hit the right URI when patch starts with / r=pbrosset 2014-05-02 13:27:10 +01:00
Michael Ratcliffe
3fd9bfb519 Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker 2014-06-04 16:38:41 +01:00
Michael Ratcliffe
21bb0cc62f Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset 2014-06-03 13:12:55 +01:00
Heather Arthur
45a8068e5c Bug 1016528 - Add settings menu to style editor tool. r=pbrosset 2014-06-03 11:47:00 +02:00
Carsten "Tomcat" Book
369ae9d73c Backed out changeset 52068b669c2a (bug 911209) for causing type errors in tests 2014-06-05 08:55:26 +02:00
Patrick Brosset
ddcc616c4b Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-04 21:42:16 +02:00
Ryan VanderMeulen
1ee1433103 Merge m-c to fx-team. 2014-06-03 17:50:44 -04:00
Ryan VanderMeulen
9089fc4d86 Merge inbound to m-c. 2014-06-03 15:21:43 -04:00
Joel Maher
15b2b6128b Bug 992911 - (run-by-dir) add the ability to run mochitests per directory in a loop. r=ahal 2014-06-03 11:19:28 -04:00