Commit Graph

27138 Commits

Author SHA1 Message Date
Ting-Yu Chou
90479ea0d6 Bug 1050122 - Part 2 - Disable preallocate when proc loader is not initialized. r=khuey 2014-11-01 13:28:33 +08:00
Ting-Yu Lin
eea9d67b6b Bug 1029943 - Part 3 - Double timeout for test_collapse.html and test_extend.html. r=Ms2ger 2014-11-02 06:05:00 +01:00
Morris Tseng
485f0e3bac Bug 1029943 - Part 1 - Hide selection carets when blurred. r=roc 2014-10-31 09:12:00 +01:00
JW Wang
f601386d86 Bug 1021794 - Fix and re-enable test_played.html. r=cpearce 2014-10-30 20:51:00 +01:00
Ted Clancy
ba48994bc6 Bug 1000313 - Adding homescreen-webapps-manage permission. r=sicking 2014-11-02 14:04:08 -05:00
Gina Yeh
a09ad1a0f0 Bug 989198, Patch 6: No need to forward KeyboardEvents in BrowserElementChildPreload.js, r=kchen. 2014-11-03 15:05:54 +08:00
Gina Yeh
c79737a224 Bug 989198, Patch 5: Mochitest for BeforeAfterKeyboardEvent, r=smaug. 2014-11-03 15:05:48 +08:00
Gina Yeh
0b6725a79b Bug 989198, Patch 4: Dispatch both chrome event and key event for hardward keys, and add new permission, r=fabrice. 2014-11-03 15:05:43 +08:00
Gina Yeh
abb76353f3 Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug 2014-11-03 15:05:38 +08:00
Gina Yeh
6b989e71ac Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki. 2014-11-03 15:05:32 +08:00
Ralph Giles
5281f82c2d Bug 1073805 - Apply ADTS header for Gonk. r=cpearce. 2014-10-30 17:01:00 -07:00
Ralph Giles
54fefa2ced Bug 1073805 - Add ADTS header for FFmpeg. r=cpearce.
Keep a reference to the AudioDecoderConfig so we can pass the
appropriate values to the Adts method from our Input method.
2014-10-30 16:26:00 -07:00
Ralph Giles
f2efc69e3e Bug 1073805 - Apply ADTS header for Android. r=cpearce. 2014-10-30 17:07:00 -07:00
Ralph Giles
d864351cac Bug 1073805 - Apply ADTS headers to AAC on MacOS. r=cpearce
Our AudioFileStream parser needs the headers to find the sample
boundaries.
2014-10-30 15:47:00 -07:00
Chris Pearce
c713e384a6 Bug 1073805 - Pass raw AAC to Windows PlatformDecoder. r=kinetik
This avoids problems creating an ADTS header for newer HE-AAC profiles.
2014-10-30 15:45:00 -07:00
Chris Peterson
8da7a7205b Bug 1092711 - Fix -Wunused-const-variable warning-as-error in non-unified dom/indexedDB. r=janv 2014-11-01 12:34:17 -07:00
Chris Pearce
49f76b6d44 Bug 1092860 - Fix GMPVideoFrameType and GMPSessionType serialization. r=jesup 2014-11-03 13:53:01 +13:00
Olli Pettay
c88f97a2e7 Bug 1087633, Filter out XPConnect wrapped input streams, r=bz 2014-11-02 22:01:55 +02:00
Phil Ringnalda
4b834bdafe Merge b-i to m-c, a=merge 2014-11-02 09:03:04 -08:00
Phil Ringnalda
8c2277312f Merge f-t to m-c, a=merge 2014-11-02 08:55:19 -08:00
Jonathan Watt
6b9386350c Bug 1077355 - Stop over inflating for stroke-miterlimit in nsSVGUtils::PathExtentsToMaxStrokeExtents. r=longsonr 2014-11-01 10:45:10 +00:00
Chris Peterson
c0ea89568d Bug 1092001 - Fix warnings in dom/tv and mark as FAIL_ON_WARNINGS. r=ehsan 2014-10-29 21:52:41 -07:00
Ryan VanderMeulen
672e933e71 Merge m-c to fx-team. a=merge 2014-10-31 19:18:48 -04:00
Ryan VanderMeulen
ebb5e3f804 Backed out changeset 3fde6fc99b0a (bug 1020368) for non-unified bustage. 2014-10-31 18:51:23 -04:00
Ryan VanderMeulen
142a2f5154 Merge m-c to fx-team. a=merge 2014-10-31 16:35:46 -04:00
Ryan VanderMeulen
611f869b4b Merge fx-team to m-c. a=merge 2014-10-31 16:16:38 -04:00
Ryan VanderMeulen
3377866b7d Merge inbound to m-c. a=merge 2014-10-31 16:09:15 -04:00
Dave Townsend
177512d024 Bug 1089230: Add a string overload to nsIDOMWindowUtils.loadSheet. r=bholley 2014-10-31 11:48:52 -07:00
Mike Habicher
15b3b98d6e Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz 2014-10-31 13:19:06 -04:00
Ryan VanderMeulen
313d97ee21 Bug 960762 - Disable test_notification_storage.html on Android for frequent failures. 2014-10-31 14:05:49 -04:00
Vaibhav Agrawal
3fcb206338 Bug 1089031 - Remove invalid mochitests and adding them to support-files in dom/encoding/test/mochitest.ini. r=jmaher 2014-10-31 05:35:00 -04:00
Ehsan Akhgari
26155926fc Bug 1091626 - Mark TVSourceListener as final; r=seanlin
This avoids compiler warnings when deleting this object since
its destructor is not virtual.
2014-10-31 10:42:29 -04:00
Ehsan Akhgari
05c732fdff Bug 1091628 - Remove TVProgram::mIsInterrupting since it is unused; r=seanlin 2014-10-31 10:42:02 -04:00
Krzysztof Mioduszewski
96a8f9b40e Bug 1003268 - [NFC] Implement onpeerfound. r=allstars.chh, r=smaug 2014-10-30 02:08:00 -04:00
Dimi Lee
fd57178eab Bug 1086209 - [NFC] Remove window parameter for NfcContentHelper API. r=allstars.chh 2014-10-30 18:46:41 +08:00
Carsten "Tomcat" Book
575a0a2a59 Merge mozilla-central to b2g-inbound 2014-10-31 14:26:06 +01:00
Carsten "Tomcat" Book
52411c0726 merge mozilla-inbound to mozilla-central a=merge 2014-10-31 14:07:48 +01:00
Shawn Ku
523fee0819 Bug 1091429 - B2G RIL: Correct UCS2 handling for EFPNN. r=Edgar. 2014-10-31 10:18:28 +08:00
Kan-Ru Chen (陳侃如)
19b7755ef1 Bug 978681 - Fix createNewTest.py to use mochitest.ini. r=smaug 2014-10-31 10:39:15 +08:00
Kan-Ru Chen (陳侃如)
f75b538f19 Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
Kan-Ru Chen (陳侃如)
089fc344f8 Bug 1090759 - Part 4. Use disabled in mochitest.ini. r=smaug 2014-10-31 10:39:14 +08:00
Kan-Ru Chen (陳侃如)
4d88634940 Bug 1090759 - Part 3. Fix tests broken by DOM Promise's asyncness r=smaug 2014-10-31 10:39:14 +08:00
Kan-Ru Chen (陳侃如)
696c407936 Bug 1090759 - Part 2. Use DOM Promise in browserElementTestHelpers.js. r=smaug 2014-10-31 10:39:14 +08:00
Kan-Ru Chen (陳侃如)
386b8d353b Bug 1090759 - Part 1. Use pushPermissions in browserElementTestHelpers.js. r=smaug 2014-10-31 10:39:13 +08:00
Wes Kocher
f060936900 Backed out 6 changesets (bug 1088228) for static analysis bustage
Backed out changeset 13ecff800114 (bug 1088228)
Backed out changeset de692c3335f2 (bug 1088228)
Backed out changeset 2d449a2b4e1c (bug 1088228)
Backed out changeset 49ac8f33ab70 (bug 1088228)
Backed out changeset 920d50e84a17 (bug 1088228)
Backed out changeset 55f4818378e4 (bug 1088228)
2014-10-30 16:24:02 -07:00
Blake Kaplan
cf259d89d5 Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
Fredrik Lanker
f6e6bfafd6 Bug 1091601 - Settings closes down when changing permissions for THA applications r=fabrice
Application kind is used in isExplicitInPermissionsTable for checking
the permissions in the permission table. When calling the function from
PermissionSettings, the app kind wasn't passed so the permission check
failed. This lead to Settings closing down when trying to change the
permissions in "App permissions", due to the assert in receiveMessage
(dom/permission/PermissionSettings.jsm).

---
 dom/permission/PermissionSettings.jsm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
2014-10-30 15:02:51 -07:00
Boris Zbarsky
1ca4d15575 Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv 2014-10-30 17:43:42 -04:00
Boris Zbarsky
46bca7404e Bug 1088228 part 5. Use the new CloneFunctionObject in XBL. r=peterv 2014-10-30 17:40:17 -04:00
Boris Zbarsky
19a45014f5 Bug 1088228 part 3. Use the new nsJSUtils API for event handlers. r=peterv 2014-10-30 17:40:13 -04:00