Gregory Szorc
|
e016eca62d
|
Bug 784841 - Part 18ν: Convert /xpcom; f=Ms2ger rs=ted
|
2013-02-25 13:20:02 -08:00 |
|
Ehsan Akhgari
|
9ee27cbe92
|
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
|
2012-12-06 21:13:15 -05:00 |
|
Josh Matthews
|
7d1a5cd87b
|
Backed out changeset 7c45205a61a0 (bug 769285)
|
2012-11-28 11:51:42 -05:00 |
|
Josh Matthews
|
b39d6a3977
|
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
|
2012-11-28 11:20:20 -05:00 |
|
Mook
|
664647cf94
|
bug 782549 - check if the window has device sensor listeners, instead of global listener count (r=dougt)
|
2012-10-20 21:40:56 -07:00 |
|
Landry Breuil
|
d4d6157146
|
Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan
|
2012-08-30 09:10:35 +02:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ted Mielczarek
|
a56fd7229b
|
bug 761909 - crash reporter plumbing for gonk. r=bsmedberg
|
2012-07-16 19:50:52 -04:00 |
|
David Keeler
|
679f55960f
|
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
|
2012-07-11 08:56:34 -07:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Doug Turner
|
a67548c064
|
Bug 759989 - Add test to ensure device sensors are shutdown when listeners are removed. r=smaug
|
2012-06-07 10:58:33 -07:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Gavin Sharp
|
93b13a294b
|
Bug 747990 followup: rev nsIXULAppInfo IID
|
2012-05-17 10:12:35 -07:00 |
|
Gavin Sharp
|
b9ece23533
|
Bug 747990: Add ability to specify the "application name" used in the user agent in application.ini, r=bsmedberg
--HG--
extra : rebase_source : fbaaa2e94c2bbaf74e001147ec014b1ffdf3502f
|
2012-04-23 16:09:23 -04:00 |
|
Doug Turner
|
9eaa2d7486
|
Bug 738465 - implement device light sensor. r=smaug
|
2012-05-02 09:43:45 -07:00 |
|
Doug Turner
|
d24b5a906e
|
Bug 734855 - Rename DeviceMotion to DeviceSensors. r=mwu
--HG--
rename : dom/system/nsDeviceMotion.cpp => dom/system/nsDeviceSensors.cpp
rename : dom/system/nsDeviceMotion.h => dom/system/nsDeviceSensors.h
rename : xpcom/system/nsIDeviceMotion.idl => xpcom/system/nsIDeviceSensors.idl
|
2012-03-24 17:29:57 -07:00 |
|
Doug Turner
|
46f2d3abe9
|
Bug 734855 - Device Orientation - Make EnableDeviceMotion finer grain. r=mwu
|
2012-03-24 17:29:49 -07:00 |
|
Josh Dhaliwal
|
5062750d82
|
Bug 735011 - geolocation - support enableHighAccuracy position option. r=dougt
|
2012-03-21 10:52:35 -07:00 |
|
Doug Turner
|
e9b99834bc
|
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
|
bb974fd0d2
|
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
|
cb66f15674
|
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 |
|
Doug Turner
|
99adfcf041
|
Bug 734324 - implement device motion - rotation rate and acceleration. r=jdm
|
2012-03-13 16:57:51 -07:00 |
|
Doug Turner
|
cb5e3dd11b
|
Bug 734325 - implement compassneedscalibration event. r=jdm
|
2012-03-13 16:57:09 -07:00 |
|
Ed Morley
|
72b4537851
|
Backout 8b74d5ae78c3 & c619bbb2951f (bug 734391), 772c994fa869 (bug 734324), fd23ff0f9dd1 (bug 734325), d1e037a9390e (bug 733653), 3a7bf79b5b2d (bug 733650) & 9d9392fce538 (bug 733652) for OS X M1 & M3 orange
|
2012-03-13 22:29:29 +00:00 |
|
Doug Turner
|
dd357ccffe
|
Bug 734324 - implement device motion - rotation rate and acceleration. r=jdm
|
2012-03-13 10:00:02 -07:00 |
|
Doug Turner
|
968cf06489
|
Bug 734325 - implement compassneedscalibration event. r=jdm
|
2012-03-13 09:59:24 -07:00 |
|
Matthew Noorenberghe
|
7095f29b54
|
Bug 726043 - Rev uuids for bug 294260 and add NS_ENSURE_ARG_POINTER. r=Mossop
--HG--
extra : rebase_source : 6dd8139b7efd86fe55668de56494d43e4726a1b6
|
2012-02-10 12:07:19 -08:00 |
|
Matthew Noorenberghe
|
fde3087a8e
|
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
|
2011-11-07 21:20:42 -08:00 |
|
Ms2ger
|
5f5ed0e186
|
Bug 711838 - Remove the jetpack service; r=bsmedberg
Change to toolkit-makefiles.sh r=edmorley
|
2011-12-24 09:25:52 +01:00 |
|
jhorak@redhat.com
|
786f158c3b
|
Bug 682832 - Don't ignore Gnome 3 proxy settings. r=karlt
|
2011-12-05 15:45:54 +01:00 |
|
Doug Turner
|
529ac05c54
|
Bug 669105 - Leak-until-shutdown with deviceorientation and unload listeners. r=smaug
|
2011-07-06 22:56:32 -07:00 |
|
Bill McCloskey
|
1e28f2359f
|
Bug 662646 - Tests for new crash report API (r=ted)
|
2011-07-07 17:31:11 -07:00 |
|
Doug Turner
|
104a8914c7
|
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 |
|
Hernán Rodriguez Colmeiro ext:(%2C%20Mehdi%20Mulani%20%3Cmars.martian%2Bbugmail%40gmail.com%3E)
|
a8eb84d118
|
Bug 406026: Point users to a specific page for each blocklisted item. r=dtownsend
|
2011-05-25 14:31:56 -07:00 |
|
Chris Coulson
|
ea11341c5b
|
b=611953 Add nsIGSettingsService to support GSettings r=karlt
--HG--
extra : rebase_source : 01cee722e375c8acc82cb6169a096d73026030aa
|
2011-05-12 20:14:55 +12:00 |
|
Alon Zakai
|
ba1bdecf39
|
Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey
|
2011-04-29 16:49:20 -07:00 |
|
Chris Coulson
|
6b646698e9
|
Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt
|
2011-04-12 16:11:20 -04:00 |
|
Brad Lassey
|
e5c1ab6e92
|
bug 518266 - Implement mechanism to provide haptic feed back, idl r=dougt a=blocking-fennec
|
2010-11-22 11:37:59 -05:00 |
|
Brad Lassey
|
6cc4d04d67
|
bug 605341 - remote orientation api for android r=dougt a=blocking-fennec
|
2010-11-05 13:43:13 -04:00 |
|
Wesley Johnston
|
3fb432cc3e
|
Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec]
|
2010-09-01 21:35:06 -04:00 |
|
Doug Turner
|
9c89882ec5
|
Bug 582032 - Part 1 - Adds a start method to nsIXULRuntime. r=cjones
--HG--
extra : rebase_source : 6e4e6dde727ecfc37393dbd73c3233e6c3c80a2e
|
2010-07-30 11:43:56 -07:00 |
|
Mike Kristoffersen
|
c2044b5b23
|
Bug 569680 - Move the platform specific geolocation files. r=dougt
--HG--
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => dom/interfaces/geolocation/nsIGeolocationPrompt.idl
rename : dom/src/geolocation/GPSDGeolocationProvider.js => dom/system/GPSDGeolocationProvider.js
rename : dom/src/geolocation/GPSDGeolocationProvider.manifest => dom/system/GPSDGeolocationProvider.manifest
rename : dom/src/geolocation/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.js
rename : dom/src/geolocation/NetworkGeolocationProvider.manifest => dom/system/NetworkGeolocationProvider.manifest
rename : dom/src/geolocation/AndroidLocationProvider.cpp => dom/system/android/AndroidLocationProvider.cpp
rename : dom/src/geolocation/AndroidLocationProvider.h => dom/system/android/AndroidLocationProvider.h
rename : dom/src/geolocation/MaemoLocationProvider.cpp => dom/system/unix/MaemoLocationProvider.cpp
rename : dom/src/geolocation/MaemoLocationProvider.h => dom/system/unix/MaemoLocationProvider.h
rename : dom/src/geolocation/WinMobileLocationProvider.cpp => dom/system/windows/WinMobileLocationProvider.cpp
rename : dom/src/geolocation/WinMobileLocationProvider.h => dom/system/windows/WinMobileLocationProvider.h
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => xpcom/system/nsIGeolocationProvider.idl
|
2010-07-14 19:09:25 +02:00 |
|
Mitchell Field
|
eb1e793da7
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
|
2010-07-02 10:27:06 -04:00 |
|
Ben Newman
|
713e822c3c
|
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
|
2010-06-25 08:00:35 -07:00 |
|
Mike Kristoffersen ext:(%3E)
|
2831befe3b
|
Bug 562181 - Add support for MozOrientation on Qt. r=dougt
--HG--
rename : widget/src/android/nsAccelerometerAndroid.cpp => dom/system/android/nsAccelerometerSystem.cpp
rename : widget/src/android/nsAccelerometerAndroid.h => dom/system/android/nsAccelerometerSystem.h
rename : widget/src/cocoa/nsAccelerometerX.h => dom/system/cocoa/nsAccelerometerSystem.h
rename : widget/src/cocoa/nsAccelerometerX.mm => dom/system/cocoa/nsAccelerometerSystem.mm
rename : widget/src/xpwidgets/nsAccelerometer.cpp => dom/system/nsAccelerometer.cpp
rename : widget/src/xpwidgets/nsAccelerometer.h => dom/system/nsAccelerometer.h
rename : widget/src/gtk2/nsAccelerometerUnix.cpp => dom/system/unix/nsAccelerometerSystem.cpp
rename : widget/src/gtk2/nsAccelerometerUnix.h => dom/system/unix/nsAccelerometerSystem.h
rename : widget/src/windows/nsAccelerometerWin.cpp => dom/system/windows/nsAccelerometerSystem.cpp
rename : widget/src/windows/nsAccelerometerWin.h => dom/system/windows/nsAccelerometerSystem.h
rename : widget/public/nsIAccelerometer.idl => xpcom/system/nsIAccelerometer.idl
extra : rebase_source : f9c352566a6d4088e8d448587214fb87402a4dc3
|
2010-06-25 14:25:31 +02:00 |
|
Justin Dolske
|
0763c9dd9f
|
Bug 540532 - allow setting report submission preference via XPCOM. r=gavin, r=ted
|
2010-02-09 17:05:31 -08:00 |
|
Benjamin Smedberg
|
17cf638aac
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
|