Граф коммитов

118 Коммитов

Автор SHA1 Сообщение Дата
Jiten Thakkar c77efb58c1 Bug 683245 - Make navigator.buildID and navigator.version work in content processes. r=bsmedberg 2011-10-04 16:31:00 -04:00
Phil Ringnalda bacaaeb56b Back out 68b6b149d652 (bug 683245) for xpcshell timeouts in test_content_annotation.js 2011-10-03 15:17:21 -07:00
Jiten Thakkar 5702665462 Bug 683245 - Allow retrieving navigator.buildID and navigator.version in content processes. r=bsmedberg 2011-10-03 13:08:00 -04:00
Josh Matthews 9e0c52e51a Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent 2011-06-23 19:31:58 -04:00
Josh Matthews 03205986fb Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
Michael Wu d2b70213ac 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
Ed Morley 743e65d21d Bug 605174 - Fix a number of build warnings in dom/ (based on patch by Ms2ger <ms2ger@gmail.com>); r=peterv 2011-09-18 20:02:27 +01:00
Jiten eb64d2be1c Bug 655647 - Allow per-process GC/CC from about:memory. r=dougt 2011-09-13 19:53:51 +02:00
Chris Jones 3bb2a7384c Bug 683063, part 1: Don't delete ContentParent out from under the cleanup process. r=jdm 2011-08-30 21:11:25 -07:00
Benjamin Stover 5f522bf736 Bug 674615 Remove nsPermissionManager's GetSingleton r=dwitte 2011-08-30 10:45:09 -07:00
Benjamin Smedberg 75ebf12f44 Merge the electrolysis branch to mozilla-central. 2011-08-19 10:15:52 -04:00
Olli Pettay 2fecadd5dd Bug 669640 - Fix the message manager API to work with multiple content processes, r=bsmedberg
--HG--
extra : rebase_source : bdb66e3f1a9a956d80b2e01869a7ed15b3710c0e
2011-08-02 15:57:48 -04:00
Benjamin Smedberg 3ad781c193 Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one. 2011-08-02 15:35:42 -04:00
Alex Pakhotin 8d812655b7 Bug 673969 - System preference for "visible passwords" not followed. r=blassey 2011-07-26 18:14:52 -07:00
Evan Shaw 15507c6529 Bug 635658 - Add missing interface to ContentParent. r=jdm 2011-07-22 02:19:00 -07:00
Chris Jones 6033ee3875 Bug 648484, part 1: Fix some warning spam. r=roc 2011-08-09 12:38:26 -07:00
Alexander Surkov f53f9f8752 Bug 671510 - make sure accessible tree is created for content processes, r=jones.chris.g, sr=Olli.Pettay, f=felipc 2011-07-21 13:37:32 +09:00
Chris Jones bd33e7e43e Back out bug 648484 2011-07-15 11:35:55 -07:00
Chris Jones 0369ff5024 Bug 648484, part 1: Fix some warning spam. r=roc 2011-07-13 22:43:43 -07:00
Alex Pakhotin a4e884d4db Bug 674646 - Do not kill child process when AndroidBridge is not available. r=blassey 2011-07-27 17:34:47 -07:00
Josh Matthews 5d3b32a652 Back out bug 581341 due to too many intermittent failures. 2011-06-29 23:44:28 -04:00
Josh Matthews a49d27e02f Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
--HG--
extra : rebase_source : e83bc87174fda4af83300e563d5d62b331ac26e2
2011-06-29 15:29:52 -04:00
Josh Matthews 85b4ae86c3 Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
--HG--
extra : rebase_source : b0c73c5d539a7c1d579722fb1e67db1e0c9a44b1
2011-06-08 15:56:31 -04:00
Josh Matthews ec2f30bcb7 Back out bug 581341. 2011-06-29 15:13:17 -04:00
Josh Matthews dc3df0dd7c Bug 581341 - Part 6: Nits. r=bent 2011-06-29 13:20:43 -04:00
Josh Matthews 4560199bc4 Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent 2011-06-23 19:31:58 -04:00
Josh Matthews d7cc923829 Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones 2011-06-08 15:56:31 -04:00
Justin Lebar 5daed65b45 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
Alex Pakhotin b154c7b9b0 Bug 649381 - implement moz-icon android support. r=blassey 2011-06-13 14:02:13 -07:00
Doug Turner 12569c1c97 Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
2011-06-19 22:36:17 -07:00
Mounir Lamouri 63b38baddf Merging mozilla-central with mozilla-inbound. 2011-06-17 15:26:17 +02:00
Gian-Carlo Pascutto 1d4ff1c480 Bug 663970 - Disable nice on systems that have multiple CPUs Part 1 of 2. r=dougt 2011-06-16 19:59:00 -07:00
Doug Turner b6db6d5dae Backout of 35a679df430b due to bustage 2011-06-16 12:47:37 -07:00
Gian-Carlo Pascutto 96a74c5f3c Bug 663970 - Disable nice on systems that have multiple CPUs Part 1 of 2. r=dougt
--HG--
extra : rebase_source : 01a26264c473fcccd641925854752a7207c9dae2
2011-06-16 11:50:00 -07:00
Nicholas Nethercote df04be1f66 Bug 656773 - Separate the process and the path in nsIMemoryReporter so that about:memory works in private browsing mode. r=sdwilsh, sr=roc. 2011-06-06 11:22:45 +10:00
Jim Mathies 0ee788c243 Bug 651093 - Don't let the file picker on Windows add to the recent doc list when in privacy mode. Also expose a prop on the interface that gives devs control over 'add to recent docs' behavior. r=dougt, sr=gavin a=mak 2011-05-24 07:28:19 -05:00
Nicholas Nethercote e942f8f50a Bug 657327 - about:memory: merge the "mapped" and "heap used" trees, and make the resulting tree flatter. r=sdwilsh,Jesse, sr=roc. 2011-05-22 19:49:56 -07:00
Alex Pakhotin 6779c1dd57 Bug 641906 - Use system theme colors in nsLookAndFeel on Android. r=blassey 2011-03-30 11:04:41 -07:00
Daniel Holbert 825e8cd0d1 Bug 653564: Use signed int for iterating through nsCOMArray in ContentParent::SetChildMemoryReporters, to fix compile warning. r=dougt 2011-04-29 16:55:04 -07:00
Alon Zakai 3c5959f2f9 Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey 2011-04-29 16:49:20 -07:00
Alon Zakai 0c39bea133 Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle 2011-04-29 16:46:20 -07:00
Chris Jones 31aa2c4e77 Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
2011-04-29 14:21:57 -05:00
Cameron McCormack 9a488f5a7e Bug 653310 - Always put a dumpID property on ipc:content-shutdown notification property bags. r=cjones 2011-04-29 10:03:40 +12:00
Ms2ger 6e6f32223d Bug 639956 - Unused variable in ContentParent::Observe; r=cjones 2011-03-30 13:40:48 -04:00
Josh Matthews 851a28003d Bug 645359 - Need to call Init after there's a global ContentParent available for use in observers. r=startup-bustage 2011-03-26 16:16:45 -04:00
Josh Matthews 317b2b6b5d Bug 621453 - Clean up ContentParent cruft. r=bsmedberg 2010-12-26 15:03:52 -05:00
Chris Double 44d9284430 Bug 626229 - fix trunk compilation with --disable-ogg,wave,webm - r=kinetik
--HG--
extra : rebase_source : b3baaca255dbfa2eef1a0fa4d9b400470a902f0b
2011-03-24 16:23:33 +13:00
Doug Turner 087439bb24 Bug 633305 - about:memory should display memory reporters that live in the child process r=cjones a=blocking-fennec 2011-02-16 10:43:23 -08:00
Brad Lassey abe793bee6 bug 636666 - paste option doesn't appear in context menu for text boxes in content on android r=dougt a=blocking-fennec 2011-03-01 00:36:43 -05:00
Doug Turner 72e34e0acb backout of 74a64df4f758 a=build-bustage 2011-02-24 11:21:17 -08:00