Commit Graph

22986 Commits

Author SHA1 Message Date
Benoit Jacob
757acc5d48 Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel 2014-01-30 17:58:51 -05:00
Benoit Jacob
684ce17489 Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
2014-01-30 17:58:49 -05:00
Ryan VanderMeulen
3c59d309e4 Merge m-c to inbound. 2014-01-30 16:36:04 -05:00
Ryan VanderMeulen
23aef59aa2 Merge fx-team to m-c. 2014-01-30 16:23:01 -05:00
Nikhil Marathe
2c4b2bff93 Bug 918806 - Add Promise to test_interfaces.html on all builds. r=bz
--HG--
extra : rebase_source : dc56e8959919796783698b15864c88a27e49dbfc
2014-01-30 13:14:07 -08:00
Nikhil Marathe
5f05b80e02 Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Nikhil Marathe
16a3c5ed8b Bug 918806 - Enable DOM Promises. sr=bz
--HG--
extra : rebase_source : dbc7ef836fe7c2a71f38fedda004d7f988361a85
2014-01-30 13:14:00 -08:00
Andrea Marchesini
7c745b83df Bug 964293 - Implement Cu.cloneInto() method, r=bholley 2014-01-30 04:45:48 -08:00
Carsten "Tomcat" Book
6ed80db29e Merge mozilla-central to mozilla-inbound 2014-01-30 12:08:09 +01:00
Masatoshi Kimura
02870ebbdd Bug 964964 - Remove window.pkcs11. r=bz 2014-01-30 20:00:01 +09:00
Carsten "Tomcat" Book
6d78047748 merge b2g-inbound to mozilla-central 2014-01-30 10:59:15 +01:00
Hsin-Yi Tsai
162544b956 Bug 963813 - make sure no another outgoing call when there's already one. r=aknow 2014-01-29 14:27:22 +08:00
Kyle Huey
502ccb79bd Bug 965498 - Don't lose an already_AddRefed<T> and leak blobs in bluetooth. r=qdot 2014-01-29 17:03:51 -05:00
Ryan VanderMeulen
aa8ede1cff Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures. 2014-01-30 14:46:36 -05:00
Andrea Marchesini
a1787b5d9b Bug 965751 - Deprecate ObjectWrapper.jsm, r=bholley, f=fabrice 2014-01-30 11:39:46 -08:00
Tim Taubert
5bbad614c9 Bug 965468 - Make LoadStartDetectionRunnable wait for loadstart r=bent 2014-01-29 12:32:50 -08:00
Eric Faust
e131d468b7 Bug 924720 - Part 8: Remove BaseProxyHandler::isOuterWindow(). (r=bholley) 2014-01-29 17:20:16 -08:00
Eric Faust
78eb6b8a3e Bug 924720 - Part 7: Move and rename OuterWindowProxyObject::class_. (r=bholley) 2014-01-29 17:20:16 -08:00
Siddartha Pothapragada
dc061fa45e Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh 2014-01-15 15:42:49 -08:00
Siddartha Pothapragada
213e2bb4a5 Bug 959437 - Part 1: Add new interfaces 'notifyUserAcceptedP2P' and 'notifySendFileStatus' to MozNfcManager DOM. r+sr=smaug 2014-01-17 18:38:26 -08:00
Reuben Morais
db2232203f Bug 955906 - Use app origin instead of manifest URL to get the app principal. r=sicking 2014-01-29 17:03:50 -05:00
Ryan VanderMeulen
b1a8bf2257 Merge b2g-inbound to m-c on a CLOSED TREE. 2014-01-29 15:37:19 -05:00
Jessica Jong
f3cfdeaac5 Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi 2014-01-28 02:45:00 +08:00
Jessica Jong
d79595d613 Bug 963516 - Part 3: ril implementation to support matchMvno(). f=edgar r=hsinyi 2014-01-28 02:22:00 +08:00
Jessica Jong
6f0f9ab2b7 Bug 963516 - Part 2: dom changes to support matchMvno(). f=hsinyi,edgar r=smaug 2014-01-28 18:58:00 +08:00
Jessica Jong
516d851d27 Bug 963516 - Part 1: interface changes to support matchMvno(). f=edgar r=hsinyi 2014-01-29 07:15:00 +08:00
Reuben Morais
dd066d6108 Bug 963274 - Allow removing contacts by ID. r=gwagner 2014-01-29 08:20:40 -05:00
Jessica Jong
1a92335312 Bug 931348 - Part 3: Use allDataDisconnected() instead of anyDataConnected(). r=hsinyi 2014-01-29 08:20:26 -05:00
Jessica Jong
277efbd18f Bug 931348 - Part 2: Defer setup of apn settings after data calls are cleared. r=vicamo 2014-01-29 08:20:10 -05:00
Jessica Jong
935058f756 Bug 931348 - Part 1: Split updateApnSettings() into two parts. r=vicamo 2014-01-29 08:19:55 -05:00
Dimi Lee
9f240876a9 Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang 2014-01-29 19:38:50 +08:00
Ed Morley
22c5f3a959 Merge mozilla-central and b2g-inbound 2014-01-29 10:37:41 +00:00
Ed Morley
65824f4564 Merge latest green b2g-inbound changeset and mozilla-central 2014-01-29 10:33:43 +00:00
Olli Pettay
173f386c40 Bug 959585, clear capturing content before entering modal state, r=mrbkap, f=enn
--HG--
extra : rebase_source : 31d6fa26fbabd6cdded638fa24d946f9f9d97a13
2014-01-28 09:15:47 -08:00
Nikhil Marathe
2c39f323ee Bug 945766 - DOM Promise should pass Promise/A+ tests. r=bz
--HG--
extra : rebase_source : efd56968e490fcde3ede6535002864104511a1d1
2014-01-28 10:14:57 -08:00
Doug Sherk
90d3ebe5fd Bug 937343: Use out event instead of immutable event for wheel events in TabParent r=kats 2014-01-27 18:03:30 +00:00
Doug Sherk
931a473345 Bug 937343: Remove unchanged touches from touch event sent to RenderFrameParent r=kats 2014-01-27 17:41:12 +00:00
Henry Chang
f9681366c1 Bug 811635 - Part 6: DOM API test. r=mrbkap, r=bz 2014-01-27 11:22:15 +08:00
Henry Chang
c87ecb6359 Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang 2014-01-27 15:49:22 +08:00
Edgar Chen
404b590377 Bug 962522 - Part 2: Refactor test_mobile_{voice|data}_state.js and add more tests for data roaming status. r=hsinyi 2014-01-24 16:44:11 +08:00
Tim Taubert
d9443a7dfa Bug 956284 r=khuey 2014-01-28 09:51:44 -08:00
Ryan VanderMeulen
fc156abc94 Merge inbound to m-c. 2014-01-28 16:25:05 -05:00
Gabriele Svelto
156bdefe5c Bug 963475 - Reverse the order of retrieval of message threads. r=gene 2014-01-27 19:52:11 +01:00
Albert Crespell
bc0d73a278 Bug 961162 - Fix intermittent failures in test_networkstats_service_proxy.js. r=gene 2014-01-27 13:16:01 +01:00
Carsten "Tomcat" Book
a9396c386d Merge mozilla-central to b2g-inbound 2014-01-28 14:22:14 +01:00
Carsten "Tomcat" Book
2e078c3cd2 merge b2g-inbound to mozilla-central 2014-01-28 13:46:41 +01:00
Vivien Nicolas
ee9dd904f4 Bug 964261 - Declare a widget to events created by TabParent::InjectTouchEvent. r=kats 2014-01-28 12:42:44 +01:00
Gene Lian
e001a1fb17 Bug 945647 - [DSDS][MMS] When change primary outgoing data SIM during MMS attachment downloading, it should stop downloading process. r=vicamo,bevis a=v1.3+ 2014-01-27 11:22:18 +08:00
Phil Ringnalda
8db8554d51 Merge m-c to m-i 2014-01-27 14:32:21 -08:00
Phil Ringnalda
79956ed1bc Bug 962029 - Skip test_bug746272-2.html because it depends on where the mochitest chunks are split 2014-01-27 14:28:37 -08:00