Commit Graph

56 Commits

Author SHA1 Message Date
Mark Banner
18642c515f Bug 693949 - Drop nsCStringArray. r=bsmedberg 2011-10-28 08:35:45 +01:00
Ehsan Akhgari
92064e6d3f Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
b5e57820bf Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Jeff Walden
d0532c3e95 Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail 2011-10-12 12:21:53 -07:00
Jeff Walden
0f30b277bf Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Peter Van der Beken
9fe2ac6cc5 Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
2011-10-03 21:11:31 +02:00
Kyle Huey
000b7433d3 Bug 687332: Fix up geolocation. r=dougt 2011-09-29 12:06:36 -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
Doug Turner
93532c8e29 Bug 689252 - cleanup/remove geo.wifi.* preferences. r=jdm 2011-09-27 07:23:49 -07:00
Josh Matthews
d0611645a8 Bug 684599 - Avoid null dereference when chacking if a window's in the background. r=smaug 2011-09-04 14:53:39 -04:00
Doug Turner
1effc134d0 Bug 681562 - Restrict DeviceMotion to the active document. r=smaug 2011-08-31 19:39:49 -07:00
Oleg Romashin
34f33d2226 Bug 680488 - QFeedBack include is not needed for geolocation provider file; r=dougt 2011-08-23 17:45:10 +01:00
Matt Brubeck
eb3dcefecf Merge last green changeset from mozilla-central to mozilla-inbound 2011-08-19 16:26:25 -07:00
Marco Bonardo
83f600a726 Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-19 11:39:42 +02:00
Oleg Romashin
366192a7ee Bug 673395 - Support Haptic of MeeGo/Maemo 6. r=dholbert 2011-08-16 09:27:01 -07:00
Oleg Romashin
4c4fa57f0a Bug 679283 - Implement DeviceMotion deviceOrientation for Qt port r=dougt 2011-08-19 13:09:26 +02:00
Doug Turner
52301a13c0 Bug 677256 - Migrate to Google Location Service v2. r=stover
--HG--
extra : rebase_source : ffd978d72ce3100db4f3fb6db8c26745fe2a5eb8
2011-08-09 13:02:39 -07:00
Oleg Romashin
849713fe34 Bug 679236 Add Maemo6 geolocation provider (Qt Mobility based). r=dougt 2011-08-15 20:25:43 -04:00
Ehsan Akhgari
523ebb7851 Bug 677661 - Remove nsTPtrArray and add a SafeElementAt(index_type) API to nsTArray when it's instantiated with a pointer type; r=sicking 2011-08-10 01:36:00 -04:00
Josh Matthews
87e24db4cf Bug 676316 - Reverse the device motion listener removal early return logic. r=dougt 2011-08-05 10:33:06 -04:00
Doug Turner
baab248d05 Bug 675126 - Logic error in AddWindowListener which prevents all window listeners from being added r=dougt 2011-07-28 20:26:20 -07:00
Josh Matthews
7a234fdee5 Bug 673472 - Avoid adding multiple copies of device motion listeners. r=dougt 2011-07-26 12:27:11 -04:00
Doug Turner
3a94e08884 Bug 632342 - mSensor should be deleted on startup failure. r=blassey 2011-07-17 13:01:05 -07:00
Ms2ger
88be868bd6 Backout 206148a18467 for windows M3 oranges 2011-07-17 12:06:28 +02:00
Doug Turner
fb4cf54bd7 Bug 632342 - mSensor should be deleted on startup failure. r=blassey 2011-07-16 22:15:30 -07:00
Doug Turner
6a2d061254 Bug 632341 - Fix bogus assertion in the case where there is no sensor.dll. ASSERTION: Shutdown called when mLibrary is null. r=blassey 2011-07-16 22:15:21 -07:00
Doug Turner
35f2d7dae2 Bug 648585 - nsIHapticFeedback not defined on desktop build of fennec. r=smaug 2011-05-24 18:24:49 -07:00
Doug Turner
6d69b6f3da Bug 669105 - Leak-until-shutdown with deviceorientation and unload listeners. r=smaug 2011-07-06 22:56:32 -07:00
Doug Turner
437ac9e96a Bug 662678 - Follow to address renaming issues. r=ventnor 2011-06-20 09:40:52 -07:00
Doug Turner
67e94cfd28 Backing out 98334d656ac4 - linux build bustage. r=me 2011-06-20 09:20:39 -07:00
Doug Turner
cf51cca845 Bug 662678 - Follow to address renaming issues. r=ventnor 2011-06-20 08:51:07 -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
Peter Van der Beken
5cc319391d Fix for bug 658632 (Provide easy way to add non-leaky classinfo to JS components). r=gavin.
--HG--
extra : rebase_source : 8463c6f8ba1f969278d4e33bfa08495fa3e36071
2011-05-25 10:46:51 +02:00
Doug Turner
8e10a6f050 Bug 654154 - GPSD not being used for Geolocation. r=blassey 2011-05-24 18:05:54 -07:00
Ms2ger
c911ae13be Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug 2011-05-23 18:46:36 +02:00
Alon Zakai
3c5959f2f9 Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey 2011-04-29 16:49:20 -07:00
Ed Morley
d1593c3361 Bug 651657 - Remove WinCE & Windows Mobile code from dom/* ; r=jst,dolske 2011-04-29 15:50:53 +02:00
Ed Morley
ef500accd4 Bug 648508 - Remove the Windows CE code for accelerometer support (follow up); r=jst 2011-04-08 13:33:53 +01:00
Luca
81db9abb2a Bug 584015 - gpsd has changed protocol, GPSDGeolocationProvider is broken; r=dougt 2010-09-06 05:38:00 -04:00
Ehsan Akhgari
8365f63a45 Bug 644743 - Remove the Windows CE code for accelerometer support; r=jst 2011-03-27 15:10:14 -04:00
Doug Turner
cda0e3385d Bug 632900 - "Disable NetworkGeolocationProvider on Android." [r=ted.mielczarek] 2011-02-09 11:05:00 -08:00
Doug Turner
e1faba741a Bug 632900 - Backing out disabling NetworkGeolocationProvider on Android. The built in one doesn't do everything ours can. r=me a=blocking-fennec
--HG--
extra : rebase_source : 61cc18cbd49becbdedee5c918b89c212f0a255a1
2011-02-23 17:34:24 -08:00
Doug Turner
ec364ebcae Bug 632900 - Disable NetworkGeolocationProvider on Android. r=ted a=blassey 2011-02-14 10:07:46 -08:00
Jeremias Bosch
1e59044c42 Bug 625686 - Restrict include of mce/dbus-names.h in dom/system/unix/nsHapticFeedback.cpp to maemo 5. r=romaxa a=approval2.0 2011-02-01 21:11:08 +02:00
Alon Zakai
5376351e5e Bug 615940 - "Using Device Orientation events starts an immortal rapid timer" [r=azakai] a=blocking-fennec
--HG--
extra : rebase_source : 87bd154d3afb25f0cd6c8ab9114a707a61dc2078
2011-01-03 17:52:00 -08:00
Oleg Romashin
5e5e5dfc40 Bug 614751 - can't compile nsHapticFeedback.cpp on maemo6 r=blassey.bugs a=npodb 2010-11-29 09:33:34 +02:00
Brad Lassey
a06016f1d8 bug 518266 - Implement mechanism to provide haptic feed back, maemo r=dougt a=blocking-fennec
--HG--
extra : rebase_source : d71dd2a0cb525af145126f8b783daf2bd9ee562b
2010-11-22 16:23:40 -05:00
Brad Lassey
ce1ec10d0b bug 518266 - Implement mechanism to provide haptic feed back, android r=dougt a=blocking-fennec 2010-11-22 11:38:02 -05: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
9920c230f8 bug 603336 - e10s & MozOrientation, content crash r=dougt a=blocking-fennec 2010-10-19 14:35:31 -04:00