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 |
|
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 |
|
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 |
|
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
|
6d69b6f3da
|
Bug 669105 - Leak-until-shutdown with deviceorientation and unload listeners. r=smaug
|
2011-07-06 22:56:32 -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 |
|