Robert O'Callahan
945784894e
Bug 804387. Part 7.5: Make Web Audio tests context-rate-independent (disabling some decodeAudioData tests). r=ehsan
...
--HG--
extra : rebase_source : c625c50a08da1871e79851c2a824b0e3ea170eba
2013-02-05 10:57:36 +13:00
Robert O'Callahan
7654ac0348
Bug 804387. Part 7.2: Let BiquadFilterNode use the actual context sample rate. r=ehsan
...
--HG--
rename : content/media/MediaStreamGraph.cpp => content/media/MediaStreamGraphImpl.h
extra : rebase_source : 3d50af2ff2dff9fa047d59d0f3c815dec5cc686c
2013-02-05 10:55:50 +13:00
Robert O'Callahan
edc4fc64a2
Bug 804387. Part 7: Use a static_cast instead of dynamic check when processing ProcessedMediaStream message. r=jesup
...
--HG--
extra : rebase_source : 3eb9264b706e19ac19ebf2377a33871be4cbe981
2013-02-04 23:04:26 +13:00
Robert O'Callahan
e24fa5a4c9
Bug 804387. Part 6: ChangeExplicitBlockerCountImpl takes a GraphTime, not a StreamTime. r=jesup
...
--HG--
rename : content/media/MediaStreamGraph.cpp => content/media/MediaStreamGraphImpl.h
extra : rebase_source : c51cb893c9b6121e00a38f105f2efd2e8d70094d
2013-02-04 23:04:26 +13:00
Robert O'Callahan
32ddb352da
Bug 804387. Part 5: Add MediaStream::GraphTimeToStreamTimeOptimistic and MediaStream::StreamTimeToGraphTime. r=jesup
...
--HG--
rename : content/media/MediaStreamGraph.cpp => content/media/MediaStreamGraphImpl.h
extra : rebase_source : 0e08f9bb0c544b44ab4953a0f00cae233cd488c7
2013-02-04 23:04:26 +13:00
Robert O'Callahan
a83ff07d2b
Bug 804387. Part 4: Move MediaStreamGraphImpl to its own header file. r=jesup
...
--HG--
rename : content/media/MediaStreamGraph.cpp => content/media/MediaStreamGraphImpl.h
extra : rebase_source : 3413667aa3a11c634f703db4031e3c2b0b1e018e
2013-02-04 23:04:25 +13:00
Robert O'Callahan
2785a28dd0
Bug 804387. Part 3: When a global underrun happens, don't insert blocked time, just cut that time out of the entire MediaStreamGraph timeline instead. r=jesup
...
--HG--
extra : rebase_source : 94f166e66f5401130b27867dd2b5ca039c704f14
2013-02-04 23:04:25 +13:00
Robert O'Callahan
07374ef1bf
Bug 804387. Part 2: Fix misleading parameter name; these are NOT exactly microseconds. r=jesup
...
--HG--
extra : rebase_source : da23d4a4e5a9804b3c3ca19183ae048bf6012152
2013-02-04 23:04:25 +13:00
Robert O'Callahan
1a0f7249d1
Bug 804387. Part 1.5: Clean up main-thread MediaStream event listeners. r=jesup
...
There is no need for these to be independent objects in general and we
don't need to addref/release them. We can just require the caller to
remove them before they die.
We can also save some refcount churn by having
DispatchToMainThreadAfterStreamStateUpdate take already_AddRefed.
--HG--
extra : rebase_source : 751114a1befd73b405dff3ee986496efb6f76201
2013-02-04 23:04:24 +13:00
Robert O'Callahan
96c21b198b
Bug 804387. Part 1: Make AllocateInputPort addref the returned port. r=jesup
...
--HG--
extra : rebase_source : a0e4d7889598577a540f132f4190225ecf12fdfb
2012-11-23 11:25:05 +13:00
Ehsan Akhgari
e5256119e3
Bug 804387 - Part 0: Handle the possible Java exception in AudioTrack.stop() while destroying an audio stream; r=snorp
...
--HG--
extra : rebase_source : f3695b94c3b8eee5b41cc80a7d67a4e0ce2f6b5d
2013-02-05 10:29:24 -05:00
James Willcox
c503bdbafe
backout caf13c3365f3 for Windows bustage CLOSED TREE
2013-02-05 12:38:02 -05:00
Mats Palmgren
b58e10d4e0
Bug 813442 - Remove useless do_QueryFrames and null checks. r=roc
2013-02-05 18:19:15 +01:00
Mats Palmgren
661fe30617
Bug 813442 - CaptureRollupEvents(false) before calling anything that can destroy us. r=roc
2013-02-05 18:19:15 +01:00
Mats Palmgren
70c16dfff3
Bug 813442 - Do the DestroyWidget() synchronously with a strong ref on the widget so that it's not deleted, drop the ref asynchronously later. r=roc
2013-02-05 18:19:15 +01:00
James Willcox
3b3c4f2d6e
Bug 837687 - Use a case-insensitive comparison for OpenGL extension names r=jgilbert
...
--HG--
extra : rebase_source : 465e1c9ca5491a32432f4fb85eb96de473598348
2013-02-05 11:45:31 -05:00
Kyle Huey
f48dd5d0a9
Bug 776800: Keep track of transaction dependencies explicitly to improve performance. r=bent
2013-02-05 17:01:07 +00:00
Brian Hackett
8be677bc40
Bug 836705 - Fix bogus assert when loading from definitely-double arrays, r=jandem.
2013-02-05 09:48:55 -07:00
Brian Hackett
e62502b424
Bug 832670 - Don't verify barriers when unwinding frames that finished in JM, r=billm.
2013-02-05 09:44:52 -07:00
David Rajchenbach-Teller
84fbd821c3
Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert
2013-02-05 11:40:48 -05:00
Daniel Holbert
bc12a9354e
Bug 837903: Mark embedding/components/find/src/ as FAIL_ON_WARNINGS. r=mats
2013-02-05 08:30:28 -08:00
Daniel Holbert
6c99d38095
Bug 837955: In builds without PR_LOGGING, define away the already-neutered logging macros in nsSHistory.cpp. r=smaug
2013-02-05 08:18:47 -08:00
Andres Hernandez
bd267d239c
Bug 739217 - Part 7: Browser sanitize replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 15:08:51 -06:00
Andres Hernandez
af271cd9c3
Bug 739217 - Part 6: Browser social replacements of synchronous isVisited with asynchronous isURIVisited. r=mak, r=jaws
2013-02-04 17:14:47 -06:00
Andres Hernandez
f7e8b249ba
Bug 739217 - Part 5: Toolkit replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 10:58:54 -06:00
Andres Hernandez
9ffe7c08a6
Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 16:12:19 -06:00
Andres Hernandez
25b05a23c8
Bug 739217 - Part 2: docshell replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
...
--HG--
rename : docshell/test/bug94514-postpage.html => toolkit/components/places/tests/mochitest/bug94514-postpage.html
rename : docshell/test/test_bug94514.html => toolkit/components/places/tests/mochitest/test_bug_94514.html
2013-02-01 10:36:28 -06:00
Andres Hernandez
6cdc6d3572
Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-28 11:09:33 -06:00
Asaf Romano
d012077386
Bug 836211 - Give focus to the downloads view if the previous view had focus.
...
r=mak
2013-02-05 15:56:35 +01:00
Joel Maher
54d973cc7b
Bug 834737 - 2 text reftests fail while running unitests on ubuntu 12.04 on ec2 VMs. r=bz
2013-02-05 08:57:40 -05:00
Mark Finkle
d26a0d064d
Bug 837142 - Regression: about:home promo banner swaps on device rotation r=wesj
2013-02-05 08:52:57 -05:00
Mark Finkle
2820602555
Bug 835399 - Remove use of promises in WebAppRT r=bnicholson
2013-02-05 08:48:15 -05:00
Mark Finkle
5a2bf508fe
Bug 835399 - Rename isAppUpdate to startupStatus r=bnicholson
2013-02-05 08:48:13 -05:00
Gene Lian
0725c5f798
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
...
--HG--
rename : dom/sms/interfaces/nsISmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIMobileMessageDatabaseService.idl
rename : dom/sms/interfaces/nsIRilSmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIRilMobileMessageDatabaseService.idl
rename : dom/sms/src/android/SmsDatabaseService.cpp => dom/mobilemessage/src/android/MobileMessageDatabaseService.cpp
rename : dom/sms/src/android/SmsDatabaseService.h => dom/mobilemessage/src/android/MobileMessageDatabaseService.h
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.h
rename : dom/sms/src/ril/SmsDatabaseService.js => dom/mobilemessage/src/ril/MobileMessageDatabaseService.js
rename : dom/sms/src/ril/SmsDatabaseService.manifest => dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest
2013-02-05 19:39:44 +08:00
Gene Lian
3899d458e7
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 1, s/SmsDatabaseService/MobileMessageDatabaseService). r=vicamo
2013-02-05 19:10:39 +08:00
Andrea Marchesini
ad06a4d453
Bug 838124 - Convert BatteryManager to WebIDL. r=peterv
2013-02-05 07:54:49 -05:00
Ryan VanderMeulen
6710d4e443
Backed out changeset 2861ef67390a (bug 837566) for Linux32 mochitest-other shutdown hangs.
2013-02-05 07:54:49 -05:00
Ryan VanderMeulen
50e539221b
Merge m-c to inbound.
2013-02-05 07:54:46 -05:00
Eric Chou
3bbf333646
Bug 838089 - Blacklisted AT commands: AT+XAPL/AT+XEVENT, r=gyeh
2013-02-05 19:19:15 +08:00
Olli Pettay
2b1cca33db
Bug 836875 - Background is no longer painted in Print output/Print preview, r=roc
2013-02-05 10:10:40 +00:00
Ryan VanderMeulen
b6ed567abc
Backed out changeset 31268d71c33c (bug 833143) due to bug 837843.
2013-02-04 19:25:09 -05:00
Ryan VanderMeulen
5b3b18443a
Merge m-c to inbound.
2013-02-04 14:54:36 -05:00
Alexandre Poirot
dbd572a4f0
Bug 836506 - Set the version on mozilla-central/master to 2.0.0.0-prerelease. r=fabrice
2013-02-04 14:48:14 -05:00
Tim Taubert
454a8e381c
merge m-c to fx-team
2013-02-04 20:12:29 +01:00
Julien Wajsberg
805b871ccd
Bug 834618 - Catch any error thrown from resolveFromOrigin. r=fabrice
2013-02-04 14:59:32 +01:00
Ryan VanderMeulen
151b748420
Merge the last PGO-green inbound changeset to m-c.
2013-02-04 06:51:57 -05:00
Paul Rouget
42d0cc65db
Bug 826685 - Web Console and Inspector font is (much) larger than Debugger and StyleEditor font (sourceeditor). r=msucan
2013-02-04 11:48:24 +01:00
Raymond Lee
9ba4883ad2
Bug 834492 - Drop livemarks support from FUEL. r=mak
2013-02-04 13:53:48 +08:00
Jonathan Griffin
619bdafc99
Bug 834266 - Use XPCNativeWrapper to compare elements, r=mdas
2013-02-04 11:40:51 -08:00
Benoit Girard
de78f0320c
Backed out changeset 3c4205be7191 (bug 823236) for M2 failures
2013-02-04 14:11:02 -05:00