Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Kyle Huey
|
3be8fc6baf
|
Bug 994971: Don't export nsObserverService.h. r=bsmedberg
--HG--
extra : rebase_source : cd5aa136075086a10cfa03d937743d8a5471fd6c
|
2014-04-14 12:04:27 -07:00 |
|
Ryan VanderMeulen
|
1823db3230
|
Backed out changeset e2d5b2be4142 (bug 994971) for non-unified bustage.
CLOSED TREE
|
2014-04-14 18:27:52 -04:00 |
|
Kyle Huey
|
a50fb4de7c
|
Bug 994971: Don't export nsObserverService.h. r=bsmedberg
|
2014-04-14 12:04:27 -07:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ehsan Akhgari
|
660f31ccea
|
Bug 942334 - Build hal in unified mode; r=cjones
--HG--
extra : rebase_source : b3fae3b4456bfa8ef9920038668b403cc7c8accf
|
2013-11-25 14:57:18 -05:00 |
|
Nathan Froyd
|
b095d63d5d
|
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
|
2013-09-10 16:56:05 -04:00 |
|
Birunthan Mohanathas
|
c3a52a8631
|
Bug 784739 - Switch from NULL to nullptr in hal/. r=ehsan
|
2013-08-23 15:51:15 -04:00 |
|
Justin Lebar
|
893f1c9c71
|
No bug: Fix a modeline. DONTBUILD
|
2013-07-11 09:32:55 -04:00 |
|
Ted Mielczarek
|
6fee55f7ed
|
bug 860413 - Allow setting standard gamepad mapping. r=smaug
|
2013-04-09 08:43:25 -04:00 |
|
Jason Orendorff
|
c68b7c548b
|
Bug 604039 - Mac gamepad backend. r=smichaud
--HG--
extra : rebase_source : bd58cfd041c9d72a23798fa221bdfbdc3f33e862
|
2011-08-03 08:06:00 -04:00 |
|
Jorge Luis Mendez
|
246a565220
|
Bug 793728 - Implement OS X backend for the Ambient Light API. r=BenWa, r=dougt, r=bz
|
2013-02-22 00:39:42 -05:00 |
|
Doug Turner
|
8b81f97143
|
Bug 790503 - On Mac Mini, defaultCalibration reads outside of sensors[]. r=jruderman@gmail.com,blassey
|
2012-10-01 20:45:32 -07:00 |
|
Reuben Morais
|
a81853fb68
|
Bug 793418 - OS X Battery Backend: Report time to charge when available. r=mounir
|
2012-09-25 15:32:02 +01:00 |
|
Reuben Morais
|
14c7b302f8
|
Bug 696045 - Implement Mac backend for Battery API. r=BenWa,mounir
|
2012-09-21 23:36:14 -04:00 |
|
Ryan VanderMeulen
|
98691f1305
|
Backout 52120672ee11 due to OSX opt bustage.
|
2012-09-11 20:28:43 -04:00 |
|
Reuben Morais
|
5b651ba867
|
Bug 696045 - Implement Mac backend for Battery API. r=BenWa, mounir
|
2012-09-11 20:07:06 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mounir Lamouri
|
d418cd569b
|
Bug 772373 - Force warnings as errors in hal/. r=jlebar
|
2012-07-12 21:34:18 +02:00 |
|
Reuben Morais
|
f5a805349a
|
Bug 772524 - Fix "data argument not used by format string" warnings in smslib.mm. r=mounir
|
2012-07-10 18:31:04 -04:00 |
|
Reuben Morais
|
b75ec232b5
|
Bug 772351 - Fix deprecated writable strings warnings on smslib.mm. r=mounir
|
2012-07-10 18:31:04 -04:00 |
|
Doug Turner
|
b46b142894
|
Bug 738102 - devicemotion causes shutdown crash. r=jdm
|
2012-03-21 22:27:51 -07:00 |
|
Doug Turner
|
1707159de2
|
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
|
65e0765863
|
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
|
72f04d8a25
|
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 |
|