Commit Graph

20066 Commits

Author SHA1 Message Date
Phil Ringnalda
17e6ef5703 Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions 2014-02-10 19:09:23 -08:00
Eric Chou
fff01c4303 Bug 962310 - Support in-process bt file transfer, f=bent, r=gyeh
Currently if an app which lives in chrome process calls SendFile()
to send a file via Bluetooth, it would crash.
2014-02-11 10:07:23 +08:00
Mike Habicher
dc323719b7 Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
* * *
Debugging the rotation issue with new camera.js
* * *
Fix the occasionally-invalid MOZ_ASSERT on GonkCameraControl.cpp:844
2014-02-10 17:53:19 -05:00
Ryan VanderMeulen
afbec0e4a9 Merge inbound to m-c. 2014-02-10 15:42:58 -05:00
Jon Coppeard
50cb1ea9e3 Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence 2014-02-10 16:42:27 +00:00
Ehsan Akhgari
fb23854e8f Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps 2014-02-10 09:03:53 -05:00
Albert Crespell
0f3a536af8 Bug 965319 - Part 2: Update tests. r=gene 2014-02-09 12:43:49 +01:00
Albert Crespell
e667edcc6a Bug 965319 - Part 1: Wrong quota calculation for network alarms. r=gene, r=jshih 2014-02-10 09:14:45 +01:00
Carsten "Tomcat" Book
fdd1afb70a merge b2g-inbound to mozilla-central 2014-02-10 12:52:16 +01:00
Vicamo Yang
fdbcbdbad9 Bug 969109: fix racing condition in test_dom_BluetoothManager_enabled.js. r=echou, f=jaliu 2014-02-10 12:03:43 +08:00
Phil Ringnalda
5e655b57db Merge b-i to m-c 2014-02-09 18:36:38 -08:00
Chris Peterson
c87e8bfa46 Bug 952785 - RawDBusConnection::SendWithReply() returns bool, not nsresult. r=echou 2014-02-09 12:44:05 -08:00
Alfredo Yang
bbd218f9fe Bug 853356 - gUM video prompt for Contact API prompt. r=fabrice 2014-02-09 15:34:43 -05:00
Alfredo Yang
3a4bbe0a0b Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
Ms2ger
5111aca8f0 Merge m-i to m-c. 2014-02-09 10:31:55 +01:00
Ms2ger
923912957b Bug 969030 - Remove support for calling document.all; r=bz 2014-02-09 09:04:40 +01:00
Ms2ger
b27251ab25 Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz 2014-02-09 09:04:39 +01:00
Ms2ger
8037366650 Bug 967206 - Remove !mDoc->EventHandlingSuppressed() assertion in ~nsGlobalWindow; r=mrbkap 2014-02-09 09:04:39 +01:00
Ms2ger
85f6a882eb Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug 2014-02-09 09:04:39 +01:00
Ms2ger
b7e0f1f514 Bug 969331 - Part b: Remove the nsresult return value from nsEventTargetChainItem::HandleEvent; r=smaug 2014-02-09 09:04:39 +01:00
Ms2ger
9d2ceb6c11 Bug 969331 - Part a: Remove the nsresult return value from nsEventTargetChainItem::PreHandleEvent; r=smaug
No caller actually looks at the return value.
2014-02-09 09:04:38 +01:00
Jan Varga
ef4a47e1ee Bug 953425 - Part d: Add DOMFileRequest::Create(); r=Ms2ger 2014-02-09 09:04:37 +01:00
Ms2ger
fbc9cc6ecc Bug 953425 - Part c: Use DOMFileRequest in LockedFile; r=janv 2014-02-09 09:04:37 +01:00
Ms2ger
d7fe09563d Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst 2014-02-09 09:02:45 +01:00
Phil Ringnalda
bb201bc924 Merge b-i to m-c 2014-02-08 19:27:54 -08:00
Ehsan Akhgari
96a8226f5a Bug 969868 - Use fallible allocations in some places in our plugin code; r=bsmedberg
It seems like the sizes for these data structures can be controlled from
Web content, and we are already prepared to deal with OOM conditions,
except that we are using infallible allocations by mistake.
2014-02-08 16:04:09 -05:00
Robert Longson
3da1b52f83 Backout Bug 964200 part 3c 2014-02-08 21:02:30 +00:00
Robert Longson
429e5866b8 Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter. r=mstange 2014-02-08 20:16:22 +00:00
Robert Longson
8b21c82f7c Bug 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-08 16:49:46 +00:00
Phil Ringnalda
e8a25536e3 Merge m-c to m-i 2014-02-09 18:49:43 -08:00
Bill McCloskey
ab1717c10c Bug 966467 - Proxy clipboard service in content process (r=vlad) 2014-02-09 16:13:10 -08:00
Phil Ringnalda
ccc12a1098 Merge m-c to m-i 2014-02-08 19:32:35 -08:00
Kyle Huey
3f4210dd86 Bug 968542 - Prevent IPC blobs from entraining ContentParent objects. r=bent 2014-02-07 16:14:59 -08:00
Nathan Froyd
b32b109033 Bug 969022 - remove s*_ids static constructors by explicitly tracking id initialization state; r=bz 2014-02-06 15:05:30 -05:00
Doug Sherk
ffbaa8e658 Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats 2014-02-07 18:13:50 +01:00
Edgar Chen
ea4ce35995 Bug 968093 - Fix JavaScript error: "this._processNextMessage is not a function". r=hsinyi 2014-02-06 11:32:27 +08:00
Edgar Chen
f994622a0b Bug 964974 - Part 2: Marionette test for radio off during active voice call. r=hsinyi 2014-02-06 18:50:25 +08:00
Edgar Chen
03533e5515 Bug 964974 - Part 1: Dropping all active voice call when power off radio. r=hsinyi 2014-02-06 12:31:53 +08:00
Ehsan Akhgari
6e4f3de1d5 Bug 969908 - Stop checking the return value of nsTArray::SetLength in MobileConnectionArray; r=khuey 2014-02-09 09:00:49 -05:00
Robert Longson
e7f708a1fd Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange 2014-02-09 09:46:16 +00:00
Robert Longson
7f13cbd133 Bug 964200 (Part 3b fix test) - Implement Filter Effects Module feDropShadow filter r=hsivonen 2014-02-09 09:46:11 +00:00
Phil Ringnalda
ef3a438040 Back out ed6e04e6fc0c (bug 968642) for breaking Windows plugin tests
CLOSED TREE
2014-02-07 21:26:02 -08:00
Ehsan Akhgari
e506f7f137 Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps 2014-02-07 23:22:31 -05:00
Boris Zbarsky
9ba0ae8d76 Bug 956806 part 2. Share generic getters/setters/methods across all bindings. r=peterv 2014-02-07 15:56:14 -05:00
Boris Zbarsky
2292f3d2fe Bug 956806 part 1. Output a list of prototype names in PrototypeList.cpp. r=peterv 2014-02-07 15:50:23 -05:00
Wes Kocher
16659fa898 Backed out changeset 9add9f9ed1fd (bug 950266) for m3 failures to help clean up this CLOSED TREE 2014-02-07 16:01:21 -08:00
Ryan VanderMeulen
b674035d7c Bug 950266 - Re-enable the WebRTC tests that should have only been disabled on B2G. 2014-02-07 17:29:17 -05:00
Bob Owen
a2c97ca724 Bug 624883 - Treat view-source as an unrecognised scheme if not top-level. r=bz 2014-01-23 16:02:33 +00:00
Andrea Marchesini
dc5e27836a Bug 968919 - Navigator::HasDataStoreSupport should not use IsCallerChrome(), r=bz 2014-02-07 19:39:45 +00:00
Ryan VanderMeulen
e77e2b92b7 Merge inbound to m-c. 2014-02-07 14:22:17 -05:00