Sinker Li
|
8f1268b090
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-02-05 19:51:06 +00:00 |
Ed Morley
|
037482422c
|
Backout 90f7f032757f, 6695904a4a70, 50e98f67df1b & d26e8631514c (bug 697641) for native Android failures and 20289eb83e51 (bug 712378) because it conflicted with the backout CLOSED TREE
|
2012-02-02 10:09:40 +00:00 |
Sinker Li
|
96e9c3da6e
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-02-01 22:47:53 -08:00 |
Daniel Holbert
|
aa9aad2d24
|
Bug 722424: Reorder SyncChannel init list to fix build warning. r=jmathies
|
2012-01-30 13:06:33 -08:00 |
Jeff Muizelaar
|
56a70e119b
|
Bug 721069. Remove default case from filter switch statement. r=cjones
This fixes a clang warning and allows us to get warnings when a new enumeration is added to the enum.
|
2012-01-25 22:15:22 -05:00 |
Makoto Kato
|
76e587b46a
|
Bug 718382 - IPCMessageUtils.h(70) : warning C4099: 'base::FileDescriptor' : type name first seen using 'struct' now seen using 'class'. r=cjones
|
2012-01-18 11:01:51 +09:00 |
Marco Bonardo
|
952f1e7bea
|
Backout 789f244f34f8, 1bea53f2d067, 577cba6021d2, 4191fe602648 (bug 697641) for win build bustage
|
2012-01-16 15:43:46 +01:00 |
Sinker Li
|
ed1ae9857a
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-01-16 14:37:44 +01:00 |
Jacek Caban
|
8af4fe1872
|
Bug 717220 - Tons of 'comma at end of enumerator list' warnings r=jones.chris.g
|
2012-01-12 12:07:50 +01:00 |
Jim Mathies
|
bd9988f866
|
Bug 679240 - Split total channel timeout into two discrete wait periods. Avoids aborting children after system sleep. r=bsmedberg
|
2012-01-06 12:17:03 -06:00 |
Mike Hommey
|
57e926e01f
|
Bug 711144 - Prepend LD_LIBRARY_PATH instead of appending to it when starting plugin-container. r=bsmedberg
|
2011-12-28 08:23:42 +01:00 |
Niko Matsakis
|
23f22f43be
|
Bug 699319 - Part 2: Create threaded version of the Link class. r=cjones
|
2011-11-30 08:26:16 -08:00 |
Niko Matsakis
|
17e63f23c0
|
Bug 699319 - Part 1: Abstract out the mTransport and I/O thread into the Link abstraction. r=cjones
|
2011-11-30 08:24:46 -08:00 |
Makoto Kato
|
af1f6a8d40
|
Bug 696049 - Battery API: Windows backend. r=mounir,jimm
|
2011-12-05 19:34:27 +09:00 |
Niko Matsakis
|
eeb3be75f8
|
Bug 698075 - Use nsAutoptr<> to guarantee msg is freed; r=cjones
|
2011-11-30 13:19:49 +00:00 |
Mounir Lamouri
|
799eb9e97f
|
Bug 674725 - Part N - Receiving SMS: IPC handling. r=cjones
|
2011-11-24 12:45:55 +01:00 |
Jeff Walden
|
dd6d340250
|
Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
--HG--
extra : rebase_source : d95a3b3e726f810f299314358ba8c5e23557698e
|
2011-11-20 22:21:16 -08:00 |
Michael Wu
|
1a784cecd2
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
Ehsan Akhgari
|
1deb9f1504
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Jeff Walden
|
1bb2d1626a
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Jeremy Huddleston
|
38ef5a48bf
|
Bug 691138 - ipc: fails to build darwin/x11. r=smichaud
|
2011-10-14 16:54:46 +09:00 |
Jim Mathies
|
69ac900ce9
|
Bug 693890 - Build fix for disable-accessibility link errors post the landing of bug 677883. r=davidb
|
2011-10-12 11:50:31 -05:00 |
Jim Mathies
|
666f605d3f
|
Bug 677883 - Bypass deferred message processing for accessible tab windows. Fixes occasional wm_getobject query failures, which must be responded to. r=davidb
|
2011-10-11 11:11:35 -05:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Josh Aas
|
8483b15865
|
Bug 669036: Fix bad path to child process binary that caused assertions. r=bsmedberg
|
2011-09-07 00:51:38 -04:00 |
Makoto Kato
|
282fadc505
|
Bug 657129 - Flash x64 Crash on GMail. r=cjones
|
2011-08-26 09:59:57 +09:00 |
Chris Jones
|
ef494be5fb
|
Bug 648484, parts 3, 3.1, and 3.2: Allow passing a "backend hint" to GetLayerManager() to request a non-default layer manager backend. Deal with failure to hook up shadow layers. sr=roc
|
2011-08-09 12:38:26 -07:00 |
Chris Jones
|
e32f6e9a10
|
Bug 648484, part 2: Add various helpers, refactor ContainerLayer::SetSpecificAttributes. r=roc
|
2011-08-09 12:38:26 -07:00 |
Jim Mathies
|
e117d4c5a8
|
Bug 626975 - Trap Google Earth out-of-process messages destined for plugin instances. Prevents spurious incalls on the browser which violate our rpc rules. r=bent
|
2011-07-27 17:15:25 -05:00 |
Alexander Surkov
|
7a173a74d0
|
Bug 671550 - provide correct parent HWND for content process window, r=jones.chris.g, davidb
|
2011-07-22 09:49:35 +09:00 |
Mike Hommey
|
c484fca159
|
Bug 573958 - Extend LD_LIBRARY_PATH instead of replacing it during plugin-container initialization. r=bsmedberg
|
2011-07-21 09:53:29 +02:00 |
Chris Jones
|
f146a2e9a6
|
Back out bug 648484
|
2011-07-15 11:35:55 -07:00 |
Chris Jones
|
304ad17b82
|
Bug 648484, part 3 and part 3.1: Allow passing a "backend hint" to GetLayerManager() to request a non-default layer manager backend. Deal with failure to hook up shadow layers. sr=roc
|
2011-07-13 22:43:43 -07:00 |
Chris Jones
|
3cc7620e43
|
Bug 648484, part 2: Add various helpers, refactor ContainerLayer::SetSpecificAttributes. r=roc
|
2011-07-13 22:43:43 -07:00 |
Chris Jones
|
7b4da397be
|
Bug 671189: Unblock for error replies to sync messages. r=bent
|
2011-07-13 22:43:43 -07:00 |
Nicholas Nethercote
|
cb94321141
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
Justin Lebar
|
23ca7dc3e9
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
Kyle Huey
|
eebd6b1515
|
Merge b-s to m-c
|
2011-06-25 10:13:14 -07:00 |
Kyle Huey
|
2fc5075f47
|
Bug 543061: Serialize nsID. r=cjones,bent
|
2011-06-24 07:19:56 -07:00 |
Neil Rashbrook
|
10dec1a5aa
|
Bug 660535 Remove useless use of PromiseFlatCString r=cjones
|
2011-06-09 21:15:10 +01:00 |
Chris Jones
|
31050ce931
|
Bug 613442, part 4: Library support of |opens| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
121a4a5e0f
|
Bug 613442, part 3: Add AsyncChannel::Echo() to allow sending a message back to the originating endpoint. r=bent
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
25c0bfd345
|
Bug 564086, part p: Library support of |bridge| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
1119618a20
|
Bug 564086, part o: Use the existing IPC::Channel typedef in AsyncChannel. r=bent
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
97e365a32c
|
Bug 564086, part n: Build new Transport code. r=bsmedberg
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
0d20a72fb7
|
Bug 564086, part m: Windows impl of Transport API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
cf84e4352f
|
Bug 564086, part l: POSIX impl of Transport API. r=bsmedberg
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
6bcbf309f0
|
Bug 564086, part k: API for creating new IPC "Transport" not tied to a ProcessHost. sr=bsmedberg
|
2011-06-03 13:33:56 -05:00 |
Chris Jones
|
86013e5fb3
|
Bug 564086, part i: Add an (IPDL-private) interface for getting the underlying AsyncChannel from a top-level actor. r=bsmedberg
|
2011-06-03 13:33:55 -05:00 |
Chris Jones
|
3dd101704a
|
Bug 564086, part g: Allow opening an AsyncChannel with an explicit parent/child "side" so that Transport::Connect can be called for parent-side channels that need it. r=bent
|
2011-06-03 13:33:55 -05:00 |