Alon Zakai
|
087b428334
|
Bug 600880 - Fix screen.width and screen.height on Android. r=cjones a=blocking-fennec
|
2010-11-24 10:22:40 -08:00 |
Ted Mielczarek
|
5c5a52f2d8
|
bug 605832 - Remote AddLibraryMapping from the child process, and use the results for child process minidump generation. r=cjones a=blocking-fennec
|
2010-11-24 09:15:03 -05:00 |
Josh Matthews
|
eda6aba407
|
Bug 584946 - e10s: localStorage, r=honzab, a=blocking-fennec2.0b3+
|
2010-11-18 20:15:23 -05:00 |
Wesley Johnston
|
a3fed762cd
|
Bug 517889 - Add referrer to PExternalHelperApp. r=dwitte,bz a=blocking-fennec
|
2010-11-21 11:21:59 -08:00 |
Doug Turner
|
87144c00a0
|
Bug 599089 - Remote Audio to parent process. r=kinetik a=blocking-fennec
--HG--
extra : rebase_source : 8552e45188f1e62a56d5e93b551ec9fb0d4faaca
|
2010-11-16 20:14:19 -08:00 |
Chris Jones
|
920bb1a253
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
Brad Lassey
|
06e9afac31
|
bug 605341 - remote orientation api for android r=dougt a=blocking-fennec
|
2010-11-05 13:43:13 -04:00 |
Mike Kristoffersen
|
3a55459851
|
Bug 599545 - Investigate remote-prefs serialization performance. r=dwitte, a=blocking-fennec2.0b2+
|
2010-10-19 22:35:08 +02:00 |
Alon Zakai
|
0d542df678
|
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
|
2010-10-09 11:07:38 -07:00 |
Doug Turner
|
c21f7e81e4
|
Bug 602292 - removed dead code in ContentChild r=dwitte
--HG--
extra : rebase_source : fcf20ba992aa48a38a199e46f135ea2566ee7a22
|
2010-10-08 14:29:51 -07:00 |
Josh Matthews
|
9ab9e11ec5
|
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 |
Doug Turner
|
185cf7eb7b
|
Bug 600110 - Pref follow up patch. Remove dead code, fix observers. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : dd0861639f346b0c0f6103c25586f6136aa125f3
|
2010-09-28 10:02:37 -07:00 |
Doug Turner
|
ed0f977878
|
Bug 587414 - e10s: Geolocation needs to set pref from content process. r=jdm a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
Chris Jones
|
f81a476433
|
Merge m-c --> cedar
|
2010-09-15 18:28:06 -05:00 |
Brian Crowder
|
66ccf70144
|
Bug 567267 - move management of ExternalHelperApp protocols to PContent, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |
Chris Jones
|
a8f1311915
|
Merge m-c --> cedar
|
2010-09-15 16:44:30 -05:00 |
Doug Turner
|
13c6c5d731
|
Bug 596498 - E10: remote AlertsService r=jdm a=mfinkle
--HG--
extra : rebase_source : df0818cde7e9813120a14731d9afb3543adce2bf
|
2010-09-15 09:44:57 -07:00 |
Oleg Romashin
|
9d606b2136
|
Merged m-c: 51d17027ff45 -> cedar
|
2010-09-01 09:36:29 -07:00 |
Olli Pettay
|
24fb81c794
|
Bug 585173 - Process message manager. r=dougt a=blocking-fennec
|
2010-08-31 11:58:35 -07:00 |
Chris Jones
|
330ebb8398
|
Bug 540097: Fix content processeses to (i) _exit(0) from ActorDestroy() in release builds; (ii) _exit(0) on send-on-closed-channel; and (iii) abort on other processing errors. r=bsmedberg
|
2010-08-20 18:24:40 -05:00 |
Doug Turner
|
223acf49ec
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
--HG--
extra : rebase_source : bb818d7c563451232e7729f49c4fd2276dd47dd0
|
2010-07-02 08:50:41 -07:00 |
Kyle Huey
|
a019d3c9b3
|
Backed out changeset ca5a1f26565f
|
2010-07-27 16:51:15 -07:00 |
Doug Turner
|
43dfc85f51
|
Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
|
2010-07-02 08:50:41 -07:00 |
Chris Jones
|
31102494fd
|
Bug 579236: Fix shutdown crash and lesser bugs with remote pref observers. r=dwitte
--HG--
extra : rebase_source : 9028bde53425eeaa4d1c4432f489bdb902c42f1c
|
2010-07-21 13:42:32 -05:00 |
Chris Jones
|
794b785d59
|
Bug 559534: Forward nsIXULWindow.chromeFlags to remote tabs. sr=bsmedberg
|
2010-07-19 13:33:33 -05:00 |
Chris Jones
|
6bd3515680
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |