Ben Kelly
f574bcfb3a
Bug 1016746: Consistently send 'child-process-shutdown' from ContentParent destruction. r=khuey
2014-05-30 17:03:05 -04:00
Andrea Marchesini
31fa9a1a3d
Bug 957086 - patch 3 - DataStoreService in C++ for OOP, r=janv
2014-05-30 07:59:51 +01:00
Matt Woodrow
598b361ff8
Bug 854421 - Part 1: Add a transaction id number to DidComposite. r=nical
2014-05-29 09:42:14 +12:00
Botond Ballo
5e4ee6b555
Bug 1016682 - Make TabChild's initial zoom calculation consistent with APZ. r=kats
2014-05-29 13:20:02 -04:00
Ryan VanderMeulen
e7c6eb241d
Backed out changesets 083b9fb75e9a, 4cbc8cf0b619, and ef379607cff7 (bug 957086) for Win7/Win8 debug mochitest crashes.
...
--HG--
rename : dom/datastore/DataStoreImpl.js => dom/datastore/DataStoreImpl.jsm
2014-05-29 13:22:57 -04:00
Andrea Marchesini
06fb8e0295
Bug 957086 - patch 3 - DataStoreService in C++ OOP, r=janv
2014-05-29 16:35:03 +01:00
Carsten "Tomcat" Book
cdc26f1619
Merge mozilla-central to b2g-inbound
2014-05-28 14:57:27 +02:00
Jim Mathies
da95e59548
Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug
2014-05-27 20:12:29 -05:00
Alphan Chen
bd5af6e9fa
Bug 996996 - Correct indention in ContentChild.cpp and ContenParent.cpp. r=mrbkap
2014-05-28 11:04:23 +08:00
Ryan VanderMeulen
f2349a07bd
Merge inbound to m-c on a CLOSED TREE.
2014-05-27 16:23:41 -04:00
Kershaw Chang
8b90d9d66e
Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice
2014-05-27 18:01:01 +08:00
Kyle Huey
8a1ded0d50
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Mike Conley
3d1a60d674
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-23 10:36:50 -04:00
Fabrice Desré
0f9a20f3c0
Bug 1014267 - Use the correct pref to check the system app manifest url in ContentParent.cpp r=cyu
2014-05-22 11:33:59 -07:00
Birunthan Mohanathas
411a8639b4
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Botond Ballo
f035fcf2f8
Bug 998025 - Ignore touch events when in an overscrolled state. r=kats
...
--HG--
extra : rebase_source : c7b6928915d589773aa536cf002c70c9e26fd371
2014-05-22 14:49:43 -04:00
Alphan Chen
3a1fce7214
Bug 996996 - Move fopen into non-sanboxed process. r=mrbkap
2014-05-21 13:49:36 +08:00
Bas Schouten
1dc569ec06
Bug 1009616: Specify async video separately for content-processes. r=nical
2014-05-18 05:16:51 +02:00
Bill McCloskey
f080a0f66d
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
2014-05-16 16:40:37 -07:00
Bill McCloskey
ce0b3770fa
Bug 996785 - Move CPOW wrapper answering code (r=mrbkap)
2014-05-16 16:40:36 -07:00
Benoit Girard
12ed392042
backout 9ebe70d8a9b2 (Bug 1011225) for mochitest failures on a CLOSED TREE
2014-05-16 00:52:55 -04:00
Benoit Girard
54b3c2493e
Bug 1011225 - [e10s] Name mac content process. r=mstange
...
--HG--
extra : rebase_source : 0b1e31e9fed6ec6227c101c3ccd6b5401822778c
2014-05-15 16:52:30 -04:00
Patrick Wang (Chih-Kai Wang)
ea212b7516
Bug 1009398: Close preallocated process when Nuwa is dead. r=khuey
2014-05-15 11:04:32 +08:00
Cervantes Yu
2e61ca824a
Bug 988689: redirect pref updates to the frozen Nuwa process to its forked child. r=khuey
2014-05-09 19:30:42 +08:00
Dave Hylands
9f231b0a6c
Bug 1007053 - Pt1 - Fix shadowing of IsFake attribute in the Child Volume cache. r=qDot
2014-05-13 15:48:04 -07:00
Jed Davis
eb69e55005
Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
...
This has a few semi-interdependent pieces:
* Factoring out the file opening/closing/renaming from the GC/CC logging.
* Using IPC to have the child log to files that the parent opened.
* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
of child process logging (which was impossible before this, and which is
needed to have a meaningful test case).
* Changing about:memory to dump logs for child processes, matching the
behavior of the "Measure" button, because it can tell the user where
they are now.
* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
interface, not by clicking buttons and scraping the about:memory page,
but done as a chrome mochitest to start remote browsers); based on
test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
Drew Willcoxon
97246d948a
Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg
2014-05-12 11:58:18 -07:00
Neil Rashbrook
0b29793db8
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-05-11 10:47:11 +01:00
Olli Pettay
4c3debd8b0
Bug 1003041 - Merge PRenderFrame() and InitRenderFrame() to avoid extra sync child->parent messaging. r=billm
2014-05-08 16:04:00 +02:00
Benoit Jacob
2e1ef0025a
Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg
2014-05-08 21:03:35 -04:00
Bill McCloskey
a57b24343c
Bug 978892 - [e10s] Avoid racing when creating PJavaScript object (r=mrbkap)
2014-05-08 15:43:53 -07:00
Neil Rashbrook
a998ae77f6
Backout of bug 514280 changeset c738f7348dea for build failure on a CLOSED TREE
2014-05-08 20:35:09 +01:00
Neil Rashbrook
f9520ae677
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-05-08 20:08:38 +01:00
Ben Turner
cbfda3bd61
Bug 1007320 - Release canceled fd callbacks earlier, r=jduell.
2014-05-07 16:09:37 -07:00
Ben Turner
85f9068257
Bug 918595 - Close all cached file descriptors on TabChild shutdown, r=jduell.
2014-05-07 12:03:48 -07:00
Ben Kelly
a48cbf390d
Bug 1004630: Make TabChild inherit mRefCnt from TabChildBase to fix CC leak. r=smaug
2014-05-06 20:11:20 -04:00
Ryan VanderMeulen
45503e160d
Merge b2g-inbound to m-c.
2014-05-06 16:31:58 -04:00
Botond Ballo
98bebf3b13
Bug 1005378 - Have TabChild create a view ID for the document element if one doesn't already exist. r=kats
2014-05-05 15:06:28 -04:00
Ben Turner
d43c965184
Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku.
2014-04-29 13:02:41 -07:00
Bill McCloskey
921c69a653
Bug 990598 - [e10s] Disable CPOW timeouts (r=jimm)
2014-05-05 13:12:46 -07:00
Olli Pettay
a51cf37454
Bug 1005089, let touch.target be null, r=bz
2014-05-05 13:48:50 +03:00
Josh Aas
f00583cc36
Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
2014-05-02 13:44:13 -05:00
Gabriele Svelto
fc6736d66f
Bug 999327 - Consider the wake-locks held by the main process when computing priorities. r=fabrice
2014-05-01 15:47:26 +02:00
Benoit Girard
b1c12cd1d5
Bug 986160 - Add MozGtestFriend.h to deal with gtest in non test builds. r=glandium
2014-04-07 15:23:03 -04:00
chiajung hung
e92efaa365
Bug 959089 - Part 2: Use the new protocol to do buffer allocation. r=nical
2014-04-30 21:52:00 -04:00
Ting-Yu Chou
c4938d1cf0
Bug 1002527 - Fix not to initialize remote browser's ContentParent twice. r=bent
...
ContentParent::GetNewOrUsed() initialize the ContentParent always, even it is an
initialized one from PreallocatedProcessManager::Take(). Initialize twice makes
ContentParent to receive two the same observed event, and creates leak in both
observer list and itself.
2014-04-30 02:00:00 -04:00
Nathan Froyd
4c20a67b0d
Bug 1003306 - part 2 - use services::GetPermissionManager everywhere that's appropriate; r=ehsan
2014-04-29 13:27:26 -04:00
Botond Ballo
f322624106
Bug 993930 - Do not assume TabChild::mInnerSize being (0, 0) means it's never been initialized. r=kats
2014-04-25 11:40:23 -04:00
Birunthan Mohanathas
ff8ce9bd42
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
4de1915f30
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
2014-04-25 12:49:00 -04:00