Commit Graph

3462 Commits

Author SHA1 Message Date
Jordan Santell
b5bd9291e9 Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp 2014-06-20 12:05:00 -04:00
Gabriel Luong
17c242ecef Bug 803831 - GCLI Command to open Profile Directory. r=jwalker 2014-06-15 22:57:00 -04:00
Ed Morley
cedcb46dc6 Backed out changeset 00681f1336d5 (bug 1024932) for failures in test_bug455906.js 2014-06-23 16:31:38 +01:00
Brian Grinstead
369999f127 Bug 1027537 - Project Editor: allow scrolling in the file list;r=paul 2014-06-23 10:29:11 -05:00
Patrick Brosset
4e4a2cd2aa Bug 1023116 - Always briefly highlight nodes upon selection in the markup-view; r=bgrins 2014-06-23 17:20:01 +02:00
Paul Rouget
b7b8e32f50 Bug 1028482 - Quitting inside WebIDE should actually quit. r=jryans 2014-06-23 17:02:08 +02:00
Patrick Brosset
5aa17d3e78 Bug 1024932 - Removes unneeded originalValue handling in swatch-based tooltips; r=miker 2014-06-23 16:04:25 +02:00
Victor Porof
dc11e1c5e2 Bug 1027755 - Add a method that gets the canvas graphs selection mapped to the source data range, r=pbrosset 2014-06-23 08:52:24 -04:00
Paul Rouget
566db30172 Bug 1028014 - webide should be named webide, not app manager. r=dcamp 2014-06-23 17:36:11 +08:00
Michael Ratcliffe
72b35ceb5e Bug 1003569 - Hide node infobar when it is outside the viewport r=jwalker 2014-06-20 12:25:09 +01:00
Michael Ratcliffe
1220898967 Bug 1020984 - Fix highlighter when transforms have width & height of 0 r=pbrosset 2014-06-20 13:32:32 +01:00
Brian Grinstead
e03d30f926 Bug 1025057 - DevTools themes: thin toolbar button follow up - part 2;r=harth 2014-06-20 06:52:48 -05:00
Brian Grinstead
d50ebe0403 Bug 1025057 - DevTools themes: thin toolbar button follow up - part 1;r=vporof 2014-06-20 06:51:42 -05:00
Victor Porof
07c1c7574a Bug 1027792 - The linkAnimation and linkSelection methods in CanvasGraphUtils should first check if graphs are actually available, r=pbrosset 2014-06-20 05:47:56 -04:00
Victor Porof
eb14389bce Bug 1027781 - Emit mousedown, moseup and scroll events from the canvas graphs, r=pbrosset 2014-06-20 05:47:50 -04:00
Victor Porof
7844b40024 Bug 1027752 - The setData method in canvas graphs should yield until the graphs are ready, r=pbrosset 2014-06-20 05:47:43 -04:00
Wes Kocher
5e65930bcd Backed out changeset 332504a9d638 (bug 980506) for devtools bustage 2014-06-19 16:22:08 -07:00
Jordan Santell
e53c1975d2 Bug 980506 - Implement GC listeners for AudioNodes in the WebAudioActor. r=vp
From f5f7afd0e7ff794caae1f8fb1e298f0f57fb014f Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  2 +
 .../test/browser_webaudio-actor-destroy-node.js    | 41 ++++++++++++++++++
 .../webaudioeditor/test/doc_destroy-nodes.html     | 32 ++++++++++++++
 browser/devtools/webaudioeditor/test/head.js       | 10 +++++
 toolkit/devtools/server/actors/call-watcher.js     |  9 ++--
 toolkit/devtools/server/actors/webaudio.js         | 49 ++++++++++++++++++++++
 6 files changed, 140 insertions(+), 3 deletions(-)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_webaudio-actor-destroy-node.js
 create mode 100644 browser/devtools/webaudioeditor/test/doc_destroy-nodes.html
2014-06-17 13:04:37 -07:00
Heather Arthur
8fed2e7fd8 Bug 1025693 - Resize all sidebars r=bgrins 2014-06-19 15:03:41 -07:00
Jordan Santell
8657f221cc Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp
From fe7f1f72bdb00e0ad2d687d40548138de506a4d6 Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  2 +
 .../test/browser_wa_properties-view-media-nodes.js | 45 ++++++++++++++++++++++
 .../test/doc_media-node-creation.html              | 29 ++++++++++++++
 browser/devtools/webaudioeditor/test/head.js       | 16 ++++++++
 toolkit/devtools/server/actors/webaudio.js         |  7 +++-
 5 files changed, 98 insertions(+), 1 deletion(-)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_wa_properties-view-media-nodes.js
 create mode 100644 browser/devtools/webaudioeditor/test/doc_media-node-creation.html
2014-06-17 15:54:53 -07:00
Wes Kocher
4c297ef8c0 Merge m-c to inbound a=merge 2014-06-23 18:59:54 -07:00
David Burns
805a4ef5ac Correct test assert in dev tools test from Bug 1024642 r=bustage CLOSED TREE 2014-06-23 22:15:45 +01:00
David Burns
7c74403f7c Bug 1024642: Update devtools source editor and test to add rebeccapurple; r=jwalker 2014-06-23 10:24:17 +01:00
Brian Grinstead
a11d610e0a Bug 1011031 - Itchpad: Reload file that has already been opened when changed on disk. r=harth 2014-06-21 09:30:00 -04:00
Michael Ratcliffe
f116c9391a Bug 1028609 - Fix this._elementStyle.rules is undefined in rule-view.js r=pbrosset 2014-06-24 10:54:50 +01:00
Joe Walker
0e06175e6e Bug 1028234 - Allow command buttons to use target; r=bgrins 2014-06-25 11:21:07 +01:00
Joe Walker
19227363e4 Bug 1023233 - Add getSpec to union type; f=gl, r=mratcliffe 2014-06-25 11:21:02 +01:00
Victor Porof
f68a8d7ae4 Bug 1029540 - ViewHelpers.L10N.numberWithDecimals doesn't properly handle NaN and numbers that can't be localized, r=bgrins 2014-06-24 21:45:52 -04:00
Victor Porof
285f9c80c1 Bug 1029097 - ViewHelpers.Prefs should have a way of clearing the cached preferences, r=rcampbell 2014-06-24 21:45:47 -04:00
Brian Grinstead
4398aaa1d6 Bug 1014046 - Project Editor: Re-enable tests on Windows. r=harth 2014-06-20 16:26:00 -04:00
James Long
1df6353542 Bug 1008372 - Don't specify column when moving a breakpoint so it's stored correctly. r=fitzgen 2014-06-23 12:54:00 -04:00
Jordan Santell
41fe39f8f6 Bug 994263 - Destroy GC'd nodes in the web audio editor views. r=vp 2014-06-24 09:20:00 -04:00
Sid Stamm
322d6278ca Bug 949533 - Remove files that test only x-csp (pre-spec-compliant) CSP implementation. r=grobinson
--HG--
extra : rebase_source : 54222391dd28863512cc0b6b0052904162a43180
2014-06-25 12:07:37 -07:00
Sid Stamm
b34ba073a6 Bug 949533 - Remove uses of x-content-security-policy and pre-spec-compliant parsing/enforcement (file changes). r=jst,grobinson
--HG--
extra : rebase_source : 0be7ad6dc09ef5b6c273748af87503b7c0d19d5b
2014-06-25 12:07:37 -07:00
Ed Morley
901a1e2acc Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Ed Morley
6703cfdbb0 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
Paul Rouget
91205e32cb Bug 1027202 - Update the template URL. r=jryans 2014-06-19 05:19:57 +08:00
Paul Rouget
116c1bd804 Bug 1025000 - move runtime details and permissions table inside webide. r=jryans 2014-06-19 05:19:56 +08:00
Paul Rouget
a479270d5c Bug 1012760 - build a webide-specific addon manager. r=ochameau 2014-06-19 05:19:56 +08:00
Brian Grinstead
5ffac867f9 Bug 1026560 - Make clicking the [docs] link in the type information popup in Scratchpad open the MDN page in a new window. r=past 2014-06-18 07:14:00 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Patrick Brosset
a3a33074ec Bug 1020291 - Rework the way tooltips and highlighters are added to the style inspector; r=harth 2014-06-18 10:25:40 +02:00
Heather Arthur
f71d7dd1a1 Bug 1025521 - Only update @media rule list once per update. r=bgrins 2014-06-15 16:30:00 +02:00
Panos Astithas
ca81c6224e Remove closed connection targets from scratchpad and request a new one on evaluation (bug 949262). r=fitzgen
--HG--
extra : rebase_source : e507386dca54759499fdf7c8c70ec23732d261fc
2014-06-17 19:49:23 +03:00
Wes Kocher
a12074887f merge fx-team to m-c a=merge 2014-06-17 18:50:12 -07:00
Jordan Santell
7ba7d04215 Bug 1025950 - Add hooks into telemetry for the shader editor. r=vp, r=miker 2014-06-16 15:41:00 -04:00
Ryan VanderMeulen
7cfa54147d Merge m-c to mozilla-inbound. a=merge 2014-06-17 15:43:06 -04:00
Boris Zbarsky
3a5702d71d Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop 2014-06-17 15:01:47 -04:00
Patrick Brosset
10e671ad1a Bug 1025880 - Avoid highlighting the default selection when the page is reloaded or when the inspector is opened; r=miker 2014-06-17 13:50:41 +02:00
Joe Walker
2e4f3861ec Bug 1016285 - Add more unit tests for css coverage; r=harth 2014-06-17 09:12:16 +01:00
Joe Walker
992e55c041 Bug 1014223 - Use unique identifier for <style> elements; r=harth 2014-06-17 09:12:16 +01:00
Vikneshwar
62897f47c5 Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen 2014-06-14 06:49:00 -04:00
Brian Grinstead
1034d0503d Bug 1022780 - Cmd+H triggers 'hide markup', should only be triggered by H. r=pbrosset 2014-06-16 07:43:00 -04:00
Paul Rouget
42cfa0db73 Bug 1021475 - [appmgr v2] update app header in projectEditor. r=bgrins 2014-06-16 12:12:30 -07:00
Jordan Santell
566497d684 Bug 1025310 - Add telemetry to the web audio editor. r=vp,miker
From 1e28c92f25088f7279686c1a2af68ea03a050d9c Mon Sep 17 00:00:00 2001
---
 browser/devtools/shared/telemetry.js               |   5 +
 browser/devtools/shared/test/browser.ini           |   1 +
 ...browser_telemetry_toolboxtabs_webaudioeditor.js | 118 +++++++++++++++++++++
 .../webaudioeditor/webaudioeditor-controller.js    |   4 +
 toolkit/components/telemetry/Histograms.json       |  17 +++
 5 files changed, 145 insertions(+)
 create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_webaudioeditor.js
2014-06-13 16:19:26 -07:00
Jordan Santell
b8bdba9c9c Bug 1025311 - Add telemetry for canvas debugger. r=vp,miker
From eb3ed1cf3ff07a530297c74976a1d96ca8b5bd79 Mon Sep 17 00:00:00 2001
---
 browser/devtools/canvasdebugger/canvasdebugger.js  |   4 +
 browser/devtools/shared/telemetry.js               |   5 +
 browser/devtools/shared/test/browser.ini           |   1 +
 ...browser_telemetry_toolboxtabs_canvasdebugger.js | 117 +++++++++++++++++++++
 toolkit/components/telemetry/Histograms.json       |  17 +++
 5 files changed, 144 insertions(+)
 create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_canvasdebugger.js
2014-06-13 16:48:30 -07:00
Victor Porof
d9f4e4b1de Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset 2014-06-16 09:04:27 -04:00
Victor Porof
b4300f866c Bug 1025023 - Prevent redrawing the canvas graph on window resize if the graph dimensions haven't changed, r=pbrosset
--HG--
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10a.js
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10b.js
2014-06-16 08:59:36 -04:00
Victor Porof
1a04655381 Bug 1024633 - Add a way of specifying a fixed width or height for canvas graphs, r=pbrosset 2014-06-16 08:59:36 -04:00
Victor Porof
497e088be5 Bug 1007460 - Create a calls minimap, r=pbrosset 2014-06-16 08:59:36 -04:00
Jordan Santell
08f1f645c8 Bug 1024787 - Fix uncaught promise rejections in devtools/framework. r=jryans 2014-06-12 18:17:00 +02:00
Jordan Santell
a89979d405 Bug 991075 - Fix unhandled promise errors. r=jryans 2014-06-12 18:03:00 +02:00
Benoit Girard
beb4fd14be Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan 2014-06-06 17:53:42 -04:00
Brian Grinstead
ef8f3b3489 Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
a19e1a048f Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time 2014-06-13 18:45:27 +01:00
Patrick Brosset
677b579626 Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins 2014-06-13 16:27:10 +02:00
Brian Grinstead
5303f3531b Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof 2014-06-13 09:11:32 -05:00
Gabriel Luong
9383fd04bf Bug 1024585 - Remove testcase in browser_cmd_inject.js that connects to ajax.googleapis.com. r=jwalker 2014-06-12 11:09:00 -04:00
Brian Grinstead
088243d9ff Bug 1023666 - Condition text labels in @media sidebar should wrap. r=harth 2014-06-11 18:10:00 -04:00
Heather Arthur
e7109befe2 Bug 984051 - Make reload action more prominent when first opening the network panel. r=vporof 2014-06-10 13:46:00 -04:00
Victor Porof
52b6a6d9c9 Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
848356e329 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
ac0a685723 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
b158940d17 Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp 2014-06-12 12:16:58 -04:00
Sami Jaktholm
f808c19728 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
f46ca62b60 Bug 1007913 - SVG in web audio editor should always be full size. r=vp 2014-06-11 10:58:00 -04:00
Jordan Santell
1d5b94387c 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
5e592ad7fa Bug 1007057 - add logs to test in case of orange. r=pbrosset 2014-06-12 14:47:36 +08:00
Paul Rouget
7ee35374fb Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-12 14:47:35 +08:00
Wes Kocher
e8bddeb342 Merge m-c to fx-team 2014-06-11 18:52:12 -07:00
Wes Kocher
42ab217b5b Merge inbound to m-c a=merge 2014-06-11 18:46:34 -07:00
Bobby Holley
7e0a351dcf 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
a471e91cb3 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
f07cc886a3 Bug 1022084 - Project Editor: turn on auto completion for JS & CSS files;r=harth 2014-06-11 13:14:56 -07:00
Heather Arthur
b7cfaf03f1 Bug 1021202 - Turn @media sidebar on by default; r=bgrins 2014-06-11 13:14:52 -07:00
Tim Nguyen
36c894c553 Bug 949462 - Use the theme-twisty class for devtools variables view twisties. r=bgrins 2014-06-10 16:44:11 -07:00
Paul Rouget
578e75aaa6 Bug 1022492 - Listen to project-is-running earlier. r=jryans 2014-06-09 00:02:00 -04:00
Patrick Brosset
202878a0bd 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
8edc5892c9 Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset 2014-06-10 11:01:50 -04:00
Victor Porof
1c83c5ed8f 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
6144e90848 Bug 1023020 - Add a "ready" promise to canvas graphs, r=pbrosset 2014-06-10 10:55:32 -04:00
Victor Porof
1bf902d8ce 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
6511b8c4c7 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
bb287a8929 Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe 2014-06-09 15:16:26 +01:00
Brian Grinstead
3faeb6a2ed Bug 1018955: Get rid of pause/resume button flicker when setting breakpoint;r=fitzgen 2014-06-09 08:04:18 -05:00
Patrick Brosset
11e106151c Bug 1009322 - Disabled intermittent browser_editablemodel_allproperties.js test; r=me 2014-06-09 11:11:23 +02:00
Joe Walker
5aafe344ad 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
01ae75ca88 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
52d3bc7564 Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
CLOSED TREE
2014-06-07 01:16:08 -04:00
Brian Grinstead
1bb9dabc3f 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
f372893a39 Bug 1005909 - Make URLs in console strings clickable. r=rcampbell 2014-06-05 16:12:00 -04:00
Brian Grinstead
adac7a105e Bug 1018955 - Fix pause/resume button flicker when debugger first loads. r=fitzgen 2014-06-05 17:03:00 +02:00
Heather Arthur
15bd529d3e Bug 1017248 - Show @media sidebar for original sources in style editor; r=bgrins 2014-06-05 23:02:23 -07:00
Paul Rouget
2ef8b4324a Bug 1021504 - add a very simple template. r=dcamp 2014-06-06 12:46:44 +08:00
Paul Rouget
b7bf28a4e9 Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-06 12:01:52 +08:00
Paul Rouget
e4378488b1 Bug 1020972 - validate project if icon & name are unknown. r=dcamp 2014-06-06 12:01:51 +08:00
Wes Kocher
216b247057 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Brian Grinstead
a9161a7362 Bug 966242 - Get rid of flicker when rule view is refreshed;r=pbrosset 2014-06-05 07:53:45 -05:00
Patrick Brosset
1f23d32af8 Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-05 14:50:03 +02:00
Michael Ratcliffe
527e49066e Bug 885806 - Add automatic regex creation to GCLI appcache command tests r=pbrosset 2014-05-02 16:59:38 +01:00
Michael Ratcliffe
9c7405a58d Bug 981758 - Fix GCLI appcache validate for * in network section 2014-05-02 14:39:44 +01:00
Michael Ratcliffe
5f4eae7fb9 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
4d06595070 Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker 2014-06-04 16:38:41 +01:00
Michael Ratcliffe
d0790a9e97 Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset 2014-06-03 13:12:55 +01:00
Heather Arthur
5995cc6809 Bug 1016528 - Add settings menu to style editor tool. r=pbrosset 2014-06-03 11:47:00 +02:00
Carsten "Tomcat" Book
4880eab9f5 Backed out changeset 52068b669c2a (bug 911209) for causing type errors in tests 2014-06-05 08:55:26 +02:00
Patrick Brosset
a4b4d2d11e Bug 911209 - Display hidden nodes differently in the markup-view; r=miker 2014-06-04 21:42:16 +02:00
Ryan VanderMeulen
fa7faedb1a Merge m-c to fx-team. 2014-06-03 17:50:44 -04:00
Ryan VanderMeulen
39c94cfe0c Merge inbound to m-c. 2014-06-03 15:21:43 -04:00
Joel Maher
08a5fa35e7 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
Brian Grinstead
572a88d8c4 Bug 1019669 - Flatten project editor plugin folder structure;r=harth
--HG--
rename : browser/devtools/projecteditor/lib/plugins/app-manager/lib/app-project-editor.js => browser/devtools/projecteditor/lib/plugins/app-manager/app-project-editor.js
rename : browser/devtools/projecteditor/lib/plugins/app-manager/lib/plugin.js => browser/devtools/projecteditor/lib/plugins/app-manager/plugin.js
rename : browser/devtools/projecteditor/lib/plugins/delete/lib/delete.js => browser/devtools/projecteditor/lib/plugins/delete/delete.js
rename : browser/devtools/projecteditor/lib/plugins/dirty/lib/dirty.js => browser/devtools/projecteditor/lib/plugins/dirty/dirty.js
rename : browser/devtools/projecteditor/lib/plugins/image-view/lib/image-editor.js => browser/devtools/projecteditor/lib/plugins/image-view/image-editor.js
rename : browser/devtools/projecteditor/lib/plugins/image-view/lib/plugin.js => browser/devtools/projecteditor/lib/plugins/image-view/plugin.js
rename : browser/devtools/projecteditor/lib/plugins/logging/lib/logging.js => browser/devtools/projecteditor/lib/plugins/logging/logging.js
rename : browser/devtools/projecteditor/lib/plugins/new/lib/new.js => browser/devtools/projecteditor/lib/plugins/new/new.js
rename : browser/devtools/projecteditor/lib/plugins/save/lib/save.js => browser/devtools/projecteditor/lib/plugins/save/save.js
rename : browser/devtools/projecteditor/lib/plugins/status-bar/lib/plugin.js => browser/devtools/projecteditor/lib/plugins/status-bar/plugin.js
2014-06-03 14:05:13 -05:00
Patrick Brosset
edc963261f Bug 1007021 - The ReflowActor observes iframes and works after page navigations; r=bgrins r=ochameau 2014-06-03 09:51:55 +02:00
Ryan VanderMeulen
55a54dc336 Bug 918507 - Re-enable browser_dbg_chrome-create.js on all platforms. r=past
--HG--
extra : rebase_source : 44c91142f9806589b012e750111d9703104f08b6
2014-05-30 19:18:16 +03:00
Honza Bambas
4b98e16e4c Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
006487470f Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
995070a4f7 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
anaran
caeeab8a56 Bug 1005471 - Scratchpad "Jump to line" should preset input value based on current selection, handle LINE:COLUMN as well;r+=bgrins
---
 browser/devtools/scratchpad/test/browser.ini       |    2 +
 .../browser_scratchpad_pprint_error_goto_line.js   |   66 ++++++++++
 .../test/browser_scratchpad_run_error_goto_line.js |   49 ++++++++
 browser/devtools/sourceeditor/editor.js            |   29 ++++-
 browser/devtools/sourceeditor/test/browser.ini     |    1 +
 .../sourceeditor/test/browser_editor_goto_line.js  |  130 ++++++++++++++++++++
 6 files changed, 276 insertions(+), 1 deletions(-)
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_run_error_goto_line.js
 create mode 100644 browser/devtools/sourceeditor/test/browser_editor_goto_line.js
2014-06-02 15:33:20 -07:00
Alexandre Poirot
ac44075153 Bug 993498 - Hide browser tabs if target doesn't expose any. r=paul 2014-05-26 14:11:00 -04:00
Victor Porof
a372c6048d Bug 1018418 - Update the line graph data source format to match changes in bug 1016526, r=pbrosset 2014-06-02 07:22:38 -04:00
Victor Porof
f4c7f583ec Bug 1018354 - Allow the line graph widget to have a configurable minimum distance between points, r=pbrosset 2014-06-02 07:22:38 -04:00
Tim Nguyen
310d4249af Bug 1012139 - Add HDPI support for the remaining DevTools toolbox images. r=bgrins 2014-05-29 15:42:00 -04:00
Brian Grinstead
2b5370b8bf Bug 1017897 - Fix preprocessor build warning for toolbox.xul. r=pbrosset 2014-05-29 16:48:00 -04:00
Gabriel Luong
ea405c4c4d Bug 1014923 - TreeWidget should have an option for unsorted tree. r=bgrins 2014-05-29 08:26:00 -04:00
vikneshwar
7c83ccd692 Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset; 2014-05-30 10:47:49 +02:00
Sami Jaktholm
b29ff0a5e4 Bug 989629: Show class names of DOM elements in variables view. r=past
--HG--
extra : rebase_source : ec90d5954d005f8077180f6ff5f96b4736ad5030
2014-05-29 10:50:00 +03:00
Paul Rouget
b24ac64d15 Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau 2014-05-30 07:22:16 +02:00
Tim Nguyen
8f5481899c Bug 1015627 - Inspector markup preview doesn't match devtools theme. r=bgrins 2014-05-29 08:34:00 -04:00
Sami Jaktholm
364a4285f4 Bug 977500: Add NodeList to the list of classes whose keys should not be sorted in VariablesView. r=past
--HG--
extra : rebase_source : 4801e884d8b5fb8b4aecd1733439c2d63ccdf456
2014-05-28 23:27:00 +03:00
Victor Porof
91363cf86d Bug 1007202 - Create a framerate widget, r=pbrosset,rcampbell 2014-05-29 09:54:00 -04:00
Jordan Santell
8f2fb6c989 Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
Brian Grinstead
8e4af3603b Bug 935803 - Display browser styles in the rule view (UA style sheet rules);r=pbrosset 2014-05-29 07:02:26 -05:00
Paul Rouget
6c3fd165f1 Backed out changeset 2fb11b6f1dfe - fail in test_webappsActor.js 2014-05-29 13:40:35 +02:00
Paul Rouget
7941113e75 Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau 2014-05-29 12:37:27 +02:00
Paul Rouget
5ee18b1b48 Bug 1017029 - [appmgr v2] Validation is not triggered after the manifest file has changed. r=ochameau 2014-05-29 11:02:14 +02:00
Brian Grinstead
659fec896a Bug 991810 - Move the inspector button to the top left;r=vporof 2014-05-28 09:11:33 -05:00
Joe Walker
b144355550 Bug 1016820 - rename csscoverage.noMatch to reflect new content; r=pbrosset 2014-05-28 14:15:04 +01:00
Gabriel Luong
5acb30cc53 Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins 2014-05-27 18:55:00 +02:00
Jordan Santell
fea77157d9 Bug 1013544 - Highlight active node in web audio editor. r=vp 2014-05-26 11:32:00 -04:00
Jordan Santell
eedebf7f21 Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
Paul Rouget
23a48d232e Bug 1007218 - Ability to execute App Manager V2 commands from shell. r=ochameau 2014-05-27 22:50:27 +02:00
Ryan VanderMeulen
ca1ef1cf2f Merge m-c to fx-team. 2014-05-27 16:24:26 -04:00
Ryan VanderMeulen
5660fe6503 Bug 1005274 - Disable browser_dbg_addon-console.js on Windows. 2014-05-27 15:58:52 -04:00
Rob Campbell
ec00967f36 Bug 1010423 - disable browser_wa_properties-view-edit.js; a=sheriffs 2014-05-27 15:54:59 -04:00
Joe Walker
a4d498f63f Bug 1013887 - Fix typos in css coverage report; r=pbrosset 2014-05-27 12:07:04 +01:00
Joe Walker
cbc6b76c9a Bug 1013887 - Make CSS coverage should look nicer; r=harth 2014-05-26 19:57:58 +01:00
Joe Walker
0f9a0baf74 Bug 1013909 - Make CSS Coverage smarter in its handling of compressed style sheets; r=harth 2014-05-26 19:57:58 +01:00
Heather Arthur
68112e6bac Bug 1012806 - Add @media rules sidebar to style editor; r=jwalker 2014-05-26 13:52:24 -04:00
Gijs Kruitbosch
32f5951fd0 Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof
--HG--
extra : rebase_source : 09dc0b502417ceb3384689f6517a4b21c46ff9d3
2014-05-26 13:25:00 +01:00
Wes Kocher
76327fe133 merge inbound to m-c 2014-05-23 17:19:27 -07:00
Frederik Braun
bb4d024a4e Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
Joe Walker
d265e4d588 Bug 975522 - Add CSS coverage commands; r=harth 2014-05-22 11:04:47 +01:00
Patrick Brosset
2f97ac1d46 Backed out changeset 40f323c3c14e -- Style-editor completion broken 2014-05-22 10:44:35 +02:00
Manish Goregaokar
de4be8677c Bug 994134 - Warn first time users on pasting code into the console. r=bgrins
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_642615_autocomplete.js => browser/devtools/webconsole/test/browser_webconsole_autocomplete_and_selfxss.js
2014-05-22 00:34:00 +02:00
Paul Rouget
4316558bf0 Bug 1013872 - [appmgr v2] runtime button doesn't turn blue if not project is selected. r=janx r=ochameau 2014-05-22 09:16:13 +02:00
Paul Rouget
263196efad Bug 1011530 - [appmgr v2] Remove the logs from the main UI. r=janx r=ochameau 2014-05-22 09:14:54 +02:00
Gijs Kruitbosch
68b2c4e1f8 Bug 1013518 - include CSS linter test in mochitest-devtools, r=bgrins
--HG--
extra : rebase_source : 1bb0104e310d38c2b2265b351bda9230f306d28d
2014-05-22 00:35:53 +01:00
Joe Walker
0758da081a Bug 1007006 - Add Task.spawn support to GCLI commands. r=harth 2014-05-08 04:22:00 -04:00
Francesco Lodolo (:flod)
1f27f61f03 Bug 1006299 - Rename options.enablePersistentLogging.tooltip to reflect new string content. r=vp 2014-05-21 06:04:00 -04:00
Paul Rouget
1867171c2d Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans 2014-05-21 16:38:21 -05:00
Brian Grinstead
61a42080e8 Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul 2014-05-21 16:38:17 -05:00
Ed Morley
ae6eaeaeb5 Backed out changeset 9d2ca972053c (bug 987089) for intermittent failures 2014-05-21 15:55:58 +01:00
Ed Morley
1a8e15aa2c Backed out changeset b62cad86a3ad (bug 987089) 2014-05-21 15:53:27 +01:00
Ryan VanderMeulen
7e8c73f3e6 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
e64cd11ad7 merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
Jordan Santell
8e853f84e6 Bug 1011723 - Fix glitchy toolbar lag by making toolbar static width in web audio editor tool. r=vp 2014-05-19 16:02:00 -04:00
Jordan Santell
5f8bff3b97 Bug 1011436 - Update localization property names for the web audio tool. r=vp 2014-05-19 13:37:00 -04:00
Vikneshwar
eb3b688885 Bug 980910 - Removed oncommand attribute from XUL and added listener to JS. r=jryans 2014-05-20 12:55:00 +02:00
Girish Sharma
339756fa6e Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen 2014-05-21 03:49:41 +05:30
Girish Sharma
9e31f8e917 Bug 1001131 - Reduce devtools footprint at browser startup - XPI Provider part for browser toolbox. r=Unfocused 2014-05-21 03:47:03 +05:30
Wes Kocher
2dd3993d4d Bug 991797 - convert most of the debugger frontend to use Task.jsm and fix discovered async errors r=victorporof 2014-05-20 15:55:39 -07:00
Girish Sharma
a16344f302 Bug 993014 - Tree and table widgets for devtools, r=bgrins 2014-05-21 03:54:08 +05:30
Victor Porof
ccd4120eb8 Bug 1013304 - Search for function definition doesn't work, r=fitzgen 2014-05-20 15:15:16 -04:00
Paul Rouget
2d7aa94c81 Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans 2014-05-20 12:26:19 -05:00
Brian Grinstead
cc9c04dafe Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul 2014-05-20 12:25:16 -05:00
Jordan Santell
e2a3b14c3f Bug 1006875 - Better styles for graphs in web audio editor, r=vp 2014-05-20 12:50:00 +02:00
Tim Nguyen
e6aaae658c Bug 973691 - Make the code mirror find/go to line match the devtools theme. r=bgrins 2014-05-16 14:48:00 +02:00
Paul Rouget
19f1f1f91e Bug 1010387 - [appmgr v2] write tests and make good use of promises & tasks. r=janx r=jryans
---
 browser/devtools/app-manager/app-validator.js    |   2 +-
 browser/devtools/webide/content/newapp.js        |  30 +++-
 browser/devtools/webide/content/webide.js        | 180 +++++++++++++++--------
 browser/devtools/webide/modules/app-manager.js   |  27 +++-
 browser/devtools/webide/moz.build                |   1 +
 browser/devtools/webide/test/app.zip             | Bin 0 -> 480 bytes
 browser/devtools/webide/test/app/index.html      |   6 +
 browser/devtools/webide/test/app/manifest.webapp |   5 +
 browser/devtools/webide/test/chrome.ini          |  13 ++
 browser/devtools/webide/test/head.js             |  81 ++++++++++
 browser/devtools/webide/test/hosted_app.manifest |   3 +
 browser/devtools/webide/test/templates.json      |  14 ++
 browser/devtools/webide/test/test_basic.html     |  39 +++++
 browser/devtools/webide/test/test_import.html    |  65 ++++++++
 browser/devtools/webide/test/test_newapp.html    |  48 ++++++
 browser/devtools/webide/test/test_runtime.html   | 118 +++++++++++++++
 browser/devtools/webide/themes/details.css       |   1 -
 browser/devtools/webide/themes/newapp.css        |   4 -
 18 files changed, 558 insertions(+), 79 deletions(-)
 create mode 100644 browser/devtools/webide/test/app.zip
 create mode 100644 browser/devtools/webide/test/app/index.html
 create mode 100644 browser/devtools/webide/test/app/manifest.webapp
 create mode 100644 browser/devtools/webide/test/chrome.ini
 create mode 100644 browser/devtools/webide/test/head.js
 create mode 100644 browser/devtools/webide/test/hosted_app.manifest
 create mode 100644 browser/devtools/webide/test/templates.json
 create mode 100644 browser/devtools/webide/test/test_basic.html
 create mode 100644 browser/devtools/webide/test/test_import.html
 create mode 100644 browser/devtools/webide/test/test_newapp.html
 create mode 100644 browser/devtools/webide/test/test_runtime.html
2014-05-21 09:29:43 +02:00
Brandon Benvie
c166faa06c Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen 2014-04-16 13:49:28 -07:00
Paul Rouget
2a64ca7a73 Bug 1010712 - [appmgr v2] remove panels animation. r=jryans 2014-05-18 03:45:00 +02:00
Paul Rouget
358d9a21b0 Bug 1010271 - remove active attribute when toolbox iframe gets destroyed. r=jryans 2014-05-18 03:05:00 +02:00
Paul Rouget
ae263d1375 Bug 1010174 - [appmgr v2] update runningApps list on uninstall. r=jryans 2014-05-19 10:39:00 +02:00
Brian Grinstead
02ad0eb9fc Bug 1011652 - mochitest-devtools fails when shared and tilt folders are run together;r=paul 2014-05-19 08:07:42 -05:00
Tim Nguyen
41260fcd06 Bug 1009145 - HDPI support for Debugger icons. r=bgrins 2014-05-16 15:25:00 +02:00
Paul Rouget
1213a1957c Bug 1011464 - [appmgr v2] Move locales files in content. r=Pike 2014-05-16 09:08:00 -04:00
Alex Harris
b437af3b30 Bug 956044 - Add a checkered background to the inspector color swatches. r=bgrins 2014-05-15 14:14:00 -04:00
Patrick Brosset
d0896d9770 Bug 835896 - First word in selector-search also matches classes and ids; r=harth 2014-05-16 14:06:12 +02:00
Panos Astithas
0fec27ae48 Update browser_dbg_chrome-create.js according to the recent BrowserToolboxProcess refactoring (bug 918507). r=me
--HG--
extra : rebase_source : abb15c381e68687c80908b7a3393a5639f6ab704
2014-05-14 17:27:37 +03:00
James Long
45bdf8d8e1 Bug 986151 - Fix line number of breakpoints when added from context menu. r=past 2014-05-15 14:51:00 +02:00
Wes Kocher
d8b1ca184f Merge m-c to fx-team 2014-05-15 16:19:06 -07:00
Wes Kocher
738f9f9b41 Merge inbound to m-c 2014-05-15 15:59:45 -07:00