gecko/dom/ipc
Olli Pettay 039dfaaa3a Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz
--HG--
extra : rebase_source : a0254eecb59adabb94737f1ca12803b712698903
2011-10-10 13:38:14 +03:00
..
tests Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
AudioChild.cpp Bug 689432 - Disambiguate use of "samples" by introducing "frames" in a number of places. r=doublec 2011-09-27 16:31:18 +13:00
AudioChild.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
AudioParent.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
AudioParent.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
ContentChild.cpp Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
ContentChild.h Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
ContentParent.cpp Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
ContentParent.h Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
ContentProcess.cpp Bug 548904 - Remote console messages from content to chrome via a listener. r=bzbarsky a=blocking-fennec 2010-09-23 21:39:32 -04:00
ContentProcess.h Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg 2010-07-19 13:33:33 -05:00
CrashReporterChild.cpp Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
CrashReporterChild.h Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
CrashReporterParent.cpp Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
CrashReporterParent.h Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
ipdl.mk backout of 74a64df4f758 a=build-bustage 2011-02-24 11:21:17 -08:00
jar.mn Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
Makefile.in Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
PAudio.ipdl Bug 689432 - Disambiguate use of "samples" by introducing "frames" in a number of places. r=doublec 2011-09-27 16:31:18 +13:00
PBrowser.ipdl Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
PCOMContentPermissionRequestChild.h Bug 595456 - E10: Remote desktop notification prompt. r=cjones a=mfinkle 2010-09-13 13:44:53 -07:00
PContent.ipdl Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc 2011-10-05 15:15:45 -07:00
PContentDialog.ipdl Bug 582057, part k: Gut platform widgets from content processes. sr=bsmedberg 2010-08-20 18:24:40 -05:00
PContentPermissionRequest.ipdl Bug 594261 - IPC part - Factor out geolocation prompt into something that can be reused. r=chris jones, a=stuart 2010-09-09 22:00:08 -07:00
PCrashReporter.ipdl Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
PDocumentRenderer.ipdl Bug 606279, part 2: Use more concise types in PDocumentRenderer. r=joe 2010-10-26 17:20:53 -05:00
PMemoryReportRequest.ipdl Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz 2011-06-16 14:34:09 -04:00
remote-test.js Bug 585173 - Process message manager. r=dougt a=blocking-fennec 2010-08-31 11:58:35 -07:00
TabChild.cpp Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz 2011-10-10 13:38:14 +03:00
TabChild.h Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz 2011-10-10 13:38:14 +03:00
TabMessageUtils.cpp Electrolysis-plugin-only bookkeeping commit. 2009-12-15 20:33:05 -05:00
TabMessageUtils.h Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
TabParent.cpp Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
TabParent.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
test.xul Bug 669640 - Fix the message manager API to work with multiple content processes, r=bsmedberg 2011-08-02 15:57:48 -04:00