Ed Morley
d8e21cbea6
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-06-19 15:59:56 +01:00
Birunthan Mohanathas
c910458886
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Nick Fitzgerald
81aea40be5
Bug 1021263 - Remove ThreadClient.prototype._doInterrupted. r=past
2014-06-05 14:22:00 -04:00
Eddy Bruel
e2c5ee3bb7
Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past
2014-06-18 15:26:53 +02:00
Heather Arthur
8f256e8b72
Bug 1025521 - Only update @media rule list once per update. r=bgrins
2014-06-15 16:30:00 +02:00
Wes Kocher
7bbfdf0a7c
merge fx-team to m-c a=merge
2014-06-17 18:50:12 -07:00
J. Ryan Stinnett
188ce203c6
Bug 1021775 - Reply to bulk app install message. r=ochameau
2014-06-16 16:56:00 -04:00
Eddy Bruel
5869bdcb90
Bug 1016301 - Convert testactors.js to use native promises;r=past
2014-06-17 21:53:35 +02:00
Eddy Bruel
c549d1e528
Bug 1003095 - Clean up how we provide several APIs;r=past
2014-06-17 21:51:43 +02:00
Ryan VanderMeulen
469ca0e66b
Merge m-c to mozilla-inbound. a=merge
2014-06-17 15:43:06 -04:00
Boris Zbarsky
632d59fe2d
Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop
2014-06-17 15:01:47 -04:00
James Long
4642df0c83
Bug 1024574 - Make xpcshell tests show RDP logs. r=past
2014-06-12 09:59:00 -04:00
Joe Walker
d6c801c10e
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
7c4296515b
Bug 1023943 - Better wording for coverage command descriptions; r=harth
2014-06-17 09:12:17 +01:00
Joe Walker
e8add7dfd4
Bug 1016285 - Add more unit tests for css coverage; r=harth
2014-06-17 09:12:16 +01:00
Joe Walker
3a6b476d47
Bug 1014223 - Use unique identifier for <style> elements; r=harth
2014-06-17 09:12:16 +01:00
Vikneshwar
880745a0e3
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Jordan Santell
9595c4b11d
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
a1f942ae7d
Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn
2014-06-13 06:38:00 +02:00
Benoit Girard
729685e2ec
Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan
2014-06-06 17:53:42 -04:00
Benoit Girard
53c5b40d51
Bug 1021072 - Remove GetResponsivenessTimes. r=ehsan
2014-06-13 22:32:13 -04:00
Ryan VanderMeulen
dc16962c70
Backed out changeset ed1b57a5e627 (bug 1019964) for causing bug 1025118.
2014-06-13 16:15:31 -04:00
Patrick Brosset
f7fa4585a3
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Jordan Santell
be7f7beda6
Bug 1019964 - CallWatcherActor no longer holds strong references in FunctionCallActor. r=vp
2014-06-11 13:53:00 -04:00
Victor Porof
bbb070553c
Bug 1023441
- The framerate actor stops recording once the page navigates, r=pbrosset
2014-06-12 12:17:50 -04:00
Sami Jaktholm
dfd9bc0935
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
0b4273caa3
Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker
2014-06-11 08:54:00 -04:00
Wes Kocher
f0ebc18ca2
Merge m-c to fx-team
2014-06-11 18:52:12 -07:00
Bobby Holley
83475d1d2e
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
eb42a52af4
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
1ed487f084
Bug 1003095 - Refactor stepping tests to run against the worker loader;r=past
2014-06-10 20:37:40 +02:00
Eddy Bruel
7626924445
Bug 1003095 - Refactor object grips tests to run against the worker loader;r=past
2014-06-10 20:37:05 +02:00
Eddy Bruel
a840fc793e
Bug 1003095 - Refactor event-emitter.js to be worker friendly;r=past
2014-06-10 20:36:38 +02:00
Eddy Bruel
1ad5aa5b65
Bug 1003905 - Refactor DevToolsUtils.js to be worker friendly; r=past
2014-06-10 20:35:51 +02:00
Patrick Brosset
ffc519e501
Bug 1021571
- Stop sending mutations to the front when the walker is being destroyed. r=bgrins
2014-06-10 02:00:00 -04:00
J. Ryan Stinnett
7da8409467
Bug 1012869 - Allow STREAM_WOULD_BLOCK, close transport for others. r=paul
2014-06-09 13:21:00 -04:00
Victor Porof
82fdee4801
Bug 1023018 - Make the framerate actor take 'start' and 'end' params for specifying a range when retrieving the refresh driver ticks, r=pbrosset
2014-06-10 10:55:25 -04:00
Gabriel Luong
86687ec133
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
Sebastian Hengst
2ee688a5bb
Bug 906632 - Indentation size in gcli's JavaScript beautifier should follow devtools.editor.tabsize. r=mratcliffe
2014-06-09 09:03:35 +02:00
Joe Walker
af8ff00692
Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe
2014-06-09 15:16:26 +01:00
Joe Walker
a6bc285f73
Bug 989752 - Fix strings in GCLI help command; r=mratcliffe
2014-06-08 22:34:26 +01:00
Joe Walker
db7982e750
Bug 896256 - Fix l10n for a number of strings in the GCLI 'cmd' command; r=mratcliffe
2014-06-08 22:34:14 +01:00
Joe Walker
f0ea2a02ee
Bug 903418 - Remove unhelpful GCLI 'media reset' manual text; r=mratcliffe
2014-06-08 22:34:02 +01:00
Joe Walker
f9d16c16c0
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
1b9f6826d8
Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins
2014-05-09 17:41:43 -07:00
Brian Grinstead
74242afd1f
Bug 1021023 - Fix 'document is null' error in CssLogic_findCssSelector when inspecting <window> in XUL document. r=pbrosset
2014-06-05 08:40:00 -04:00
Alexandre Poirot
e0d2294003
Bug 1012988 - Remove heritage dependency to packets.js. r=jimb
2014-06-05 08:55:00 -04:00
Nick Fitzgerald
b70473e717
Bug 1020587 - Update pretty-fast to latest upstream. r=me
2014-06-04 14:03:00 -04:00
Patrick Brosset
a3b665620e
Bug 911209 - Display hidden nodes differently in the markup-view; r=miker
2014-06-05 14:50:03 +02:00
Michael Ratcliffe
0b314dcb2d
Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker
2014-06-04 16:38:41 +01:00