Boris Zbarsky
|
9d5d30d8a1
|
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
|
2013-07-17 23:23:52 -04:00 |
|
Brian O'Keefe
|
f4815f2203
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Mike Hommey
|
7ef932ec49
|
Bug 887483 - Remove some more useless FORCE_STATIC_LIB and leftover comments from previous removal. r=mshal
|
2013-07-15 18:48:40 +09:00 |
|
Trevor Saunders
|
f33ade0d68
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Doug Turner
|
56ec59c248
|
Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan
|
2013-06-12 19:20:07 -07:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
CODeRUS
|
c9b18bcf85
|
Bug 845350 - QtGeolocation provider does not work due "using namespace QtMobility;" in cpp, not header. r=romaxa
|
2013-03-06 13:06:23 -05:00 |
|
Gregory Szorc
|
a0e24e2250
|
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
|
2013-02-25 12:47:20 -08:00 |
|
Oleg Romashin
|
17ad417d60
|
Bug 823825 - Qt Firefox does not build on meego due to changed API. r=romaxa DONTBUILD
|
2012-12-25 13:27:00 -08:00 |
|
Oleg Romashin
|
544de2de55
|
Bug 815047 - Qt Geolocation does not compile on mer sdk QtMobility namespace missing. r=romaxa DONTBUILD NPODB
|
2012-11-25 22:48:35 -08:00 |
|
Matt Joras
|
da70d3f085
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|
Ryan VanderMeulen
|
30d168a3da
|
Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage.
|
2012-11-10 11:52:15 -05:00 |
|
Matt Joras
|
80ff2e8190
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
|
Ms2ger
|
4052485701
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
|
Koosha Khajeh Moogahi
|
dcf81f4fb0
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Oleg Romashin
|
009069d755
|
Bug 770754 - Allow build Qt mobility without maemo define. r=dougt
|
2012-07-09 20:53:17 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Olli Pettay
|
a575c4db0b
|
Bug 731875 - Geolocation doorhanger might cause a zombie compartment, GeoPositionOptions part, r=dougt
|
2012-04-16 22:08:48 +03:00 |
|
Masayuki Nakano
|
0ce6ee8924
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Oleg Romashin
|
94055121c4
|
Bug 738416 - SetHighAccuracy method is missing in Qt Location provider. r=dougt
|
2012-03-22 13:24:51 -07: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 |
|
Doug Turner
|
f564b11cf6
|
Bug 734391 - coalesce the device motion events. r=jdm
|
2012-03-09 10:40:43 -08:00 |
|
Doug Turner
|
277d8e613f
|
Bug 733653 - use 100ms as the default sensor poll hint. Ensuring that our sensors are polled allows us to conform to the DeviceOrientation Event Specification. See DeviceMotionEvent.interval. r=jdm
|
2012-03-13 16:57:09 -07:00 |
|
Ed Morley
|
1f10388ce3
|
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
|
49f687955e
|
Bug 734391 - coalesce the device motion events. r=jdm
|
2012-03-09 10:40:43 -08:00 |
|
Doug Turner
|
491131ccdd
|
Bug 733653 - use 100ms as the default sensor poll hint. Ensuring that our sensors are polled allows us to conform to the DeviceOrientation Event Specification. See DeviceMotionEvent.interval. r=jdm
|
2012-03-13 09:59:24 -07:00 |
|
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 |
|
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 |
|
Oleg Romashin
|
34f33d2226
|
Bug 680488 - QFeedBack include is not needed for geolocation provider file; r=dougt
|
2011-08-23 17:45:10 +01:00 |
|
Oleg Romashin
|
4c4fa57f0a
|
Bug 679283 - Implement DeviceMotion deviceOrientation for Qt port r=dougt
|
2011-08-19 13:09:26 +02:00 |
|
Oleg Romashin
|
849713fe34
|
Bug 679236 Add Maemo6 geolocation provider (Qt Mobility based). r=dougt
|
2011-08-15 20:25:43 -04:00 |
|
Oleg Romashin
|
366192a7ee
|
Bug 673395 - Support Haptic of MeeGo/Maemo 6. r=dholbert
|
2011-08-16 09:27:01 -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
|
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 |
|