Masayuki Nakano
|
0ce6ee8924
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
Doug Turner
|
b1e4247d44
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 23:36:17 -07:00 |
Matt Brubeck
|
388850e1f0
|
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
--HG--
rename : hal/cocoa/smslib.h => dom/system/cocoa/smslib.h
rename : hal/cocoa/smslib.mm => dom/system/cocoa/smslib.mm
|
2012-03-20 16:59:24 -07:00 |
Doug Turner
|
075acfd9f5
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 14:46:14 -07:00 |
Andrew Quartey
|
15558a568d
|
Bug 613360 - Safe use of thread observers in ContentParent. f=josh r=bsemdberg
|
2011-12-02 13:33:05 +01:00 |
Mounir Lamouri
|
6c64cacfae
|
Bug 674725 - Part G - Add PSms IPDL sub-protocol. r=smaug sr=cjones
|
2011-11-20 23:40:53 +01:00 |
Neil Rashbrook
|
c160626ea3
|
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
|
2011-11-02 14:51:39 +00:00 |
Chris Jones
|
e427b8472f
|
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
--HG--
extra : rebase_source : bf3dc09f49d010ac4422150fc5300a41080af858
|
2011-10-05 15:15:45 -07: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 |
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 |
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 |
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 |
Josh Matthews
|
ec2f30bcb7
|
Back out bug 581341.
|
2011-06-29 15:13:17 -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 |
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 |
Alex Pakhotin
|
6779c1dd57
|
Bug 641906 - Use system theme colors in nsLookAndFeel on Android. r=blassey
|
2011-03-30 11:04:41 -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 |
Josh Matthews
|
317b2b6b5d
|
Bug 621453 - Clean up ContentParent cruft. r=bsmedberg
|
2010-12-26 15:03:52 -05: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 |
Doug Turner
|
56bc86a196
|
Bug 633305 - about:memory should display memory reporters that live in the child process r=cjones a=blocking-fennec
--HG--
extra : rebase_source : adf4e4f912ac6cab8c48b91da35e22a2b3ba0916
|
2011-02-16 10:43:23 -08:00 |
Brad Lassey
|
0312a750a6
|
bug 623136 - speed up font loading on android r=jdagget a=blocking-fennec
|
2011-01-12 23:04:42 -05:00 |
Josh Matthews
|
b42bd60fe4
|
Bug 618393 - Add StartupTime annotation to content crash reports. r=ted a2.0=dougt
|
2010-12-12 16:02:26 -05:00 |
Ted Mielczarek
|
99d03e6dc7
|
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 |
Benjamin Smedberg
|
b7b7f07536
|
Bug 581335 - Hook up crash reporting for content process by attaching a property bag to the global observer-service notification for them. r=mfinkle
--HG--
extra : rebase_source : 880e536710b8c02995a36fa08c49d098fb05f50f
|
2010-11-24 08:58:21 -05:00 |
Josh Matthews
|
d4ffb4ca8d
|
Bug 584946 - e10s: localStorage, r=honzab, a=blocking-fennec2.0b3+
|
2010-11-18 20:15:23 -05:00 |
Wesley Johnston
|
746e2665ee
|
Bug 517889 - Add referrer to PExternalHelperApp. r=dwitte,bz a=blocking-fennec
|
2010-11-21 11:21:59 -08:00 |
Doug Turner
|
56cee04483
|
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
|
339106b788
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
Brad Lassey
|
b33f6e7f97
|
bug 605341 - remote orientation api for android r=dougt a=blocking-fennec
|
2010-11-05 13:43:13 -04:00 |
Brad Lassey
|
2ab05693ce
|
bug 594368 - nsFilePicker is called directly from the child process in e10s r=jdm a=blocking-fennec
|
2010-10-20 11:19:24 -04:00 |
Mike Kristoffersen
|
a55ee59f45
|
Bug 599545 - Investigate remote-prefs serialization performance. r=dwitte, a=blocking-fennec2.0b2+
|
2010-10-19 22:35:08 +02:00 |
Alon Zakai
|
984b79bca9
|
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
|
2010-10-09 11:07:38 -07:00 |
Josh Matthews
|
470deb7b42
|
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
|
89e6cbef7c
|
Bug 589905 - Cache remote-preferences to improve performance. r=dwitte. a=blocking-fennec
--HG--
extra : rebase_source : 327ae1b240a0535c2ec61eb3bce15df302d83987
|
2010-09-27 14:23:35 -07:00 |
Brad Lassey
|
c6f55794a4
|
Bug 591047 - (1/7) Backing out Android a1 IME code from bug 581535 and bug 582644; r=blassey a=blocking-fennec
|
2010-09-23 23:28:15 -04:00 |
Doug Turner
|
117a0939c8
|
Bug 587414 - e10s: Geolocation needs to set pref from content process. r=jdm a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
Doug Turner
|
71eea0fe26
|
Bug 587414 - e10s: Geolocation needs to set pref from content process. r=jdm a=blocking-fennec
|
2010-09-20 21:16:37 -07:00 |
Brian Crowder
|
370cf86776
|
Bug 567267 - move management of ExternalHelperApp protocols to PContent, r=dwitte, blocking-fennec2.0b1=mfinkle
|
2010-09-15 15:55:08 -07:00 |