Ryan VanderMeulen
|
bee8ae28a0
|
Merge m-c to inbound.
|
2014-06-23 10:57:40 -04:00 |
|
Ryan VanderMeulen
|
adb70139cc
|
Merge inbound to m-c. a=merge
|
2014-06-23 10:42:32 -04:00 |
|
Justin Dolske
|
00a37a577b
|
Bug 499649: trivial followup to remove temporary dump() logging.
|
2014-06-22 14:03:26 -07:00 |
|
Pin Zhang
|
9d3971b7fc
|
Bug 1023767 - Fix bug: HashCompleterRequest.notifyFailure doesn't work. r=mmc
|
2014-06-11 02:04:00 +02:00 |
|
Tim Taubert
|
8f55df4319
|
merge m-c to fx-team
|
2014-06-20 18:49:23 +02:00 |
|
Masayuki Nakano
|
50701692ed
|
Bug 1026986 Allow to build InstallX11ErrorHandler() at building Qt-build r=karlt
|
2014-06-20 14:41:32 +09:00 |
|
Wes Kocher
|
af6ad08f86
|
Merge inbound to m-c a=merge
|
2014-06-19 18:07:43 -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 |
|
David Rajchenbach-Teller
|
44fd50ee30
|
Bug 1027033 - AsyncShutdown errors should cause test failures but should not break AsyncShutdown. r=froydnj
|
2014-06-18 05:40:00 -04:00 |
|
Ryan VanderMeulen
|
ad8fba4501
|
Merge m-c to fx-team. a=merge
|
2014-06-18 16:17:58 -04:00 |
|
Ryan VanderMeulen
|
a16e68c38a
|
Merge fx-team to m-c. a=merge
|
2014-06-18 16:15:32 -04:00 |
|
Ryan VanderMeulen
|
e82c0b9a23
|
Merge b2g-inbound to m-c. a=merge
|
2014-06-18 15:59:37 -04:00 |
|
Sam Penrose
|
e2da20da48
|
Bug 1025309 - Fire FxA onlogout for RPs such as FMD. r=jedp
|
2014-06-17 11:28:25 -07:00 |
|
David Rajchenbach-Teller
|
24fcd57abd
|
Bug 1008944 - Expose AsyncShutdown barriers for OS.File. r=froydnj
|
2014-06-17 15:11: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 |
|
Carsten "Tomcat" Book
|
99e2346f06
|
Merge mozilla-central to fx-team
|
2014-06-18 14:42:45 +02:00 |
|
Jeremy Poulin
|
7df04cd9fc
|
Bug 1024639 - Added telemetry tracking for used, total, and unused telemetry connections. r=hurley
|
2014-06-17 13:35:25 -07:00 |
|
Birunthan Mohanathas
|
bc0233fe47
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
|
Birunthan Mohanathas
|
51ba75d135
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07: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 |
|
Vikneshwar
|
e04edf028e
|
Bug 1027622 - Removed obsolete .toolbar-holder CSS rule. r=dao
|
2014-06-20 14:50:20 +02: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
|
387f8bb39f
|
Merge m-c to fx-team
|
2014-06-19 18:33:19 -07: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 |
|
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 |
|
Yury Delendik
|
e07f1703db
|
Bug 1026256 - Add additional telemetry values for pdf.js. r=yury
|
2014-06-16 22:17:22 -05: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 |
|
Bill McCloskey
|
a03e45288d
|
Bug 1024761 - Don't try to send XUL element over message manager channel (r=felipe)
|
2014-06-17 11:21:12 -07:00 |
|
James Long
|
3554c40a60
|
Bug 1024574 - Make xpcshell tests show RDP logs. r=past
|
2014-06-12 09:59:00 -04:00 |
|
Carsten "Tomcat" Book
|
e6b190e7a8
|
merge fx-team to mozilla-central a=merge
|
2014-06-17 14:09:46 +02: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 |
|
Nick Fitzgerald
|
02b9c20dcb
|
Bug 1021263 - Remove ThreadClient.prototype._doInterrupted. r=past
|
2014-06-05 14:22:00 -04:00 |
|
aceman
|
29acbb866c
|
Bug 1025340 - Declare encType variable in toolkit/components/storage-mozStorage.js. r=MattN
|
2014-06-13 16:37:00 -04:00 |
|
Martin Stransky
|
f242029fed
|
Bug 968196 - Use GDK error handler for X window error events. r=karlt
|
2014-06-16 04:54:00 -04:00 |
|
Birunthan Mohanathas
|
80f6064e45
|
Bug 1026535 - Disable C4099 warning in 3rd party code. r=ehsan
|
2014-06-19 14:42:00 -04:00 |
|