.. |
AsyncChannel.cpp
|
Bug 699319 - Part 2: Create threaded version of the Link class. r=cjones
|
2011-11-30 08:26:16 -08:00 |
AsyncChannel.h
|
Bug 717220 - Tons of 'comma at end of enumerator list' warnings r=jones.chris.g
|
2012-01-12 12:07:50 +01:00 |
BrowserProcessSubThread.cpp
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
BrowserProcessSubThread.h
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
|
2010-02-03 17:17:09 -05:00 |
GeckoChildProcessHost.cpp
|
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 |
GeckoChildProcessHost.h
|
Bug 556214, part 3: IPC code wants to be using non-reentrant Monitor. r=bent
|
2011-04-29 14:21:57 -05:00 |
IOThreadChild.h
|
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
|
2010-05-10 23:18:00 -05:00 |
IPCMessageUtils.h
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
|
2012-02-05 19:51:06 +00:00 |
Makefile.in
|
Bug 564086, part p: Library support of |bridge| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
MessagePump.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
MessagePump.h
|
Bug 588216: Avoid race between IO-thread loop->PostTask() and main-thread loop->SetNestableTasksAllowed() that led to Tasks being ignored. r=bent
|
2010-08-19 15:31:47 -05:00 |
ProcessChild.cpp
|
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
|
2010-05-10 23:18:00 -05:00 |
ProcessChild.h
|
Bug 528146: Run plug-in code on the thread that starts in main(). r=cjones
|
2010-05-10 23:18:00 -05:00 |
ProtocolUtils.cpp
|
Bug 613442, part 4: Library support of |opens| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
ProtocolUtils.h
|
Bug 717220 - Tons of 'comma at end of enumerator list' warnings r=jones.chris.g
|
2012-01-12 12:07:50 +01:00 |
RPCChannel.cpp
|
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 |
RPCChannel.h
|
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 |
ScopedXREEmbed.cpp
|
Bug 625060: Only plugin-container needs to walk out of plugin-container.app/Content/MacOS to find the real GRE dir. r=bent
|
2011-02-01 13:53:53 -06:00 |
ScopedXREEmbed.h
|
|
|
SharedMemory_posix.cpp
|
bug 523174: add a higher-level Shmem class that implements exclusive access rights between parent/child actors and does over/underflow checking. (Also adds a stop-gap lower-level SharedMemory class in lieu of bug 523172.) r=joedrew
|
2009-12-04 12:45:15 -06:00 |
SharedMemory_windows.cpp
|
bug 523174: add a higher-level Shmem class that implements exclusive access rights between parent/child actors and does over/underflow checking. (Also adds a stop-gap lower-level SharedMemory class in lieu of bug 523172.) r=joedrew
|
2009-12-04 12:45:15 -06:00 |
SharedMemory.cpp
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
SharedMemory.h
|
Change a comment in a patch for bug 605362, so I can add a=blocking-fennec
|
2010-11-05 02:21:30 -05:00 |
SharedMemoryBasic_android.cpp
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
SharedMemoryBasic_android.h
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
SharedMemoryBasic_chromium.h
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
SharedMemoryBasic.h
|
Bug 594878, part 2: Add a SharedMemoryBasic impl that uses /dev/ashmem on android. r=mwu
|
2010-09-10 16:45:59 -05:00 |
SharedMemorySysV.h
|
Bug 605362, part 5: Centralize more of the accounting. r=joe
|
2010-11-05 02:17:07 -05:00 |
Shmem.cpp
|
Bug 657129 - Flash x64 Crash on GMail. r=cjones
|
2011-08-26 09:59:57 +09:00 |
Shmem.h
|
Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
|
2011-11-20 22:21:16 -08:00 |
StringUtil.cpp
|
Bug 605146 part 1 - Don't implement in StringUtil.cpp functions implemented in sys_string_conversion_win.cpp. r=ted,a=bsmedberg
|
2010-11-07 09:20:50 +01:00 |
SyncChannel.cpp
|
Bug 722424: Reorder SyncChannel init list to fix build warning. r=jmathies
|
2012-01-30 13:06:33 -08:00 |
SyncChannel.h
|
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 |
Transport_posix.cpp
|
Bug 564086, part p: Library support of |bridge| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Transport_posix.h
|
Bug 564086, part l: POSIX impl of Transport API. r=bsmedberg
|
2011-06-03 13:33:56 -05:00 |
Transport_win.cpp
|
Bug 564086, part p: Library support of |bridge| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Transport_win.h
|
Bug 564086, part m: Windows impl of Transport API. r=bent
|
2011-06-03 13:33:56 -05:00 |
Transport.h
|
Bug 564086, part p: Library support of |bridge| API. r=bent
|
2011-06-03 13:33:56 -05:00 |
WindowsMessageLoop.cpp
|
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 |
WindowsMessageLoop.h
|
Bug 648935 - When paint events are deferred in WindowsMessageLoop, temporarily validate the plugin until painting can occur. r=bent.
|
2011-05-18 06:57:08 -05:00 |