Commit Graph

1249 Commits

Author SHA1 Message Date
Panos Astithas
0ed21309c9 Don't fail test_dbgsocket.js in case the socket connections time out (bug 931315); r=me
--HG--
extra : rebase_source : 4a5f043d5b324e31d7b571ec1db2d17bf7446381
2014-06-24 14:54:48 +03:00
Patrick Brosset
b9052af8a9 bug 971662 - part 0 - The BoxModelHighlighter has options for drawing regions and guides; r=miker 2014-06-24 10:09:30 +02:00
Gabriel Luong
aadccf40b2 Bug 966896 - [rule view] Editing rules' selectors for the current selection in the CSS rule-view r=pbrosset 2014-06-24 10:02:16 +02:00
James Long
060021d87e Bug 1026041 - make _clearSteppingHooks in ThreadActor check if the frame is live. r=fitzgen 2014-06-23 12:58:00 +02:00
Wes Kocher
fda21c3dd1 Merge fx-team to m-c a=merge 2014-06-23 17:56:11 -07:00
Nick Fitzgerald
98364a70c0 Bug 1000967 - Add source notes for |new| expression and function calls to improve source maps and debugging. r=ejpbruel 2014-06-20 13:09:00 -04:00
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
Michael Ratcliffe
581dcccc92 Bug 1016047 - Stop box model highlighter causing toolbox jumping on small screen r=bgrins 2014-06-11 16:05:22 +01: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
Patrick Brosset
3d303b45fd Bug 1028043 - Clean up unnecessary references to inspector in highlighter.js; r=bgrins 2014-06-20 13:45:05 +02: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
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
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
a479270d5c Bug 1012760 - build a webide-specific addon manager. r=ochameau 2014-06-19 05:19:56 +08:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Nick Fitzgerald
02b9c20dcb Bug 1021263 - Remove ThreadClient.prototype._doInterrupted. r=past 2014-06-05 14:22:00 -04:00
Eddy Bruel
fd8a3e341e Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past 2014-06-18 15:26:53 +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
Wes Kocher
a12074887f merge fx-team to m-c a=merge 2014-06-17 18:50:12 -07:00
J. Ryan Stinnett
154c12f7c5 Bug 1021775 - Reply to bulk app install message. r=ochameau 2014-06-16 16:56:00 -04:00
Eddy Bruel
fc08592611 Bug 1016301 - Convert testactors.js to use native promises;r=past 2014-06-17 21:53:35 +02:00
Eddy Bruel
08fc0aebce Bug 1003095 - Clean up how we provide several APIs;r=past 2014-06-17 21:51:43 +02: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
James Long
3554c40a60 Bug 1024574 - Make xpcshell tests show RDP logs. r=past 2014-06-12 09:59:00 -04:00
Joe Walker
fedfd377af Bug 1025017 - Fix l10n issues with the GCLI help command and sync with web GCLI; r=mratcliffe 2014-06-17 09:12:17 +01:00
Joe Walker
7f5f5169db Bug 1023943 - Better wording for coverage command descriptions; r=harth 2014-06-17 09:12:17 +01: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
Jordan Santell
4c906c2591 Bug 1019964 - Add an option to CallWatcher to only store weak references. r=vp
From 7a169cbcf6bc4dd42dffb871aa8ec72885a307ed Mon Sep 17 00:00:00 2001
---
 toolkit/devtools/server/actors/call-watcher.js | 36 +++++++++++++++++++++-----
 toolkit/devtools/server/actors/webaudio.js     |  3 ++-
 2 files changed, 32 insertions(+), 7 deletions(-)
2014-06-16 08:03:52 -07:00
Jan Keromnes
5afc74ea35 Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn 2014-06-13 06:38:00 +02:00
Benoit Girard
beb4fd14be Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan 2014-06-06 17:53:42 -04:00
Benoit Girard
57caba6f24 Bug 1021072 - Remove GetResponsivenessTimes. r=ehsan 2014-06-13 22:32:13 -04:00
Ryan VanderMeulen
c1d83dc5a5 Backed out changeset ed1b57a5e627 (bug 1019964) for causing bug 1025118. 2014-06-13 16:15:31 -04: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
Jordan Santell
684a546989 Bug 1019964 - CallWatcherActor no longer holds strong references in FunctionCallActor. r=vp 2014-06-11 13:53:00 -04:00
Victor Porof
89047b08c6 Bug 1023441 - The framerate actor stops recording once the page navigates, r=pbrosset 2014-06-12 12:17:50 -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
Gabriel Luong
3c64b70b09 Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker 2014-06-11 08:54:00 -04:00
Wes Kocher
e8bddeb342 Merge m-c to fx-team 2014-06-11 18:52:12 -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
Jordan Santell
2eae9dd675 Bug 1022917 - Do not store any strong references in the web audio editor. r=vp
---
 toolkit/devtools/server/actors/webaudio.js | 114 +++++++++++++++++++----------
 1 file changed, 77 insertions(+), 37 deletions(-)
2014-06-11 10:06:54 -07:00
Eddy Bruel
fce919831b Bug 1003095 - Refactor stepping tests to run against the worker loader;r=past 2014-06-10 20:37:40 +02:00
Eddy Bruel
928183b164 Bug 1003095 - Refactor object grips tests to run against the worker loader;r=past 2014-06-10 20:37:05 +02:00
Eddy Bruel
5b81663e30 Bug 1003095 - Refactor event-emitter.js to be worker friendly;r=past 2014-06-10 20:36:38 +02:00