Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Doug Turner
|
5dc544505a
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Martin Stransky
|
572a55316c
|
Bug 877626 - Port GTK2 to GTK3 - build config - xpcom, toolkit, accessible, xulrunner dirs. r=ted, r=karlt
|
2013-06-10 08:36:26 -04:00 |
|
Aaron Klotz
|
b9a9678922
|
Bug 838279 - Add isWow64 field to system info and to telemetry. r=bsmedberg
|
2013-02-11 20:49:33 -05:00 |
|
Chris Double
|
8be8e9e5f0
|
Bug 787228 - Part7: Add Android OS Release version to nsSystemInfo - r=doug.turner
--HG--
extra : rebase_source : 6d3efadfc03ce2035a9f534e1853cec8527a9a52
|
2012-11-30 15:38:09 +13:00 |
|
Gian-Carlo Pascutto
|
3cdc718d84
|
Bug 799228 - Clean up shellVersion and shellName and their users. r=blassey
|
2012-10-10 17:10:39 +02:00 |
|
Gian-Carlo Pascutto
|
0620d31654
|
Bug 799228 - Send Android version as OS version for Telemetry. r=blassey
|
2012-10-10 17:10:39 +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 |
|
Gian-Carlo Pascutto
|
9b64357c0e
|
Bug 779687 - Add detection for ARMv7 CPUs. r=dougt
|
2012-08-21 13:20:46 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Martin Stransky
|
ecf5be87bb
|
Bug 627699 - Port GTK2 to GTK3, xpcom patch; r=bsmedberg
|
2012-06-16 18:05:00 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Oleg Romashin
|
5afbe4e354
|
Bug 756384 - Maemo/Meego builds should have the "Mobile" token in the UA string. r=mfinkle
|
2012-05-19 11:31:17 -04:00 |
|
Michael Wu
|
06ae9366ee
|
Bug 739108 - Set android_sdk_version on gonk, r=cjones
|
2012-03-25 18:52:03 -07:00 |
|
Mark Finkle
|
cff188cc80
|
Bug 671634 - Fennec UA changes. Useragent should be different between phones and tablets. r=me sr=bz a=gerv
Please read http://groups.google.com/group/mozilla.dev.platform/msg/8133920a2ccf4d5b for the details.
Also see https://wiki.mozilla.org/Fennec/User_Agent for Gerv's accepted proposal.
|
2012-01-31 20:04:23 -08:00 |
|
Makoto Kato
|
44fd37413d
|
bug 693280 - Android DNS lookup port is incorrect usage for external function defines. r=glandium
|
2011-12-22 10:13:31 +09:00 |
|
Matt Brubeck
|
cf63d241d6
|
Bug 708772 - (2/3) Add tablet flag to jar manifest parser and nsSystemInfo [r=bsmedberg]
|
2011-12-14 13:53:38 -08:00 |
|
Steve Workman
|
3c3d8d69b7
|
Bug 694325: Add files for DNS Multithreading on Android; avoid undefined, unexposed libc symbols r=mwu
|
2011-12-05 10:41:11 -08:00 |
|
Doug Turner
|
2277a616c3
|
Bug 694325 - Backout of bfb56029f4bd due to crashes on android tablets. r=sworkman
|
2011-11-22 14:58:25 -08:00 |
|
Steve Workman
|
714af1c1e6
|
Bug 694325: Add threadsafe getaddrinfo to libmozutils; restore multi-threading to nsHostResolver for DNS requests. r=mwu
|
2011-11-21 18:21:21 -08:00 |
|
Michael Wu
|
34d5f356e4
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
|
Ed Morley
|
01f7bdf1f4
|
Backout 31d345404c98 (bug 671634) due to missing privacy review and necko peer review; a=dao
|
2011-11-08 10:43:36 +00:00 |
|
Wes Johnston
|
78c00de613
|
Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt
|
2011-11-07 15:03:53 -08:00 |
|
Jeff Walden
|
b7753477cf
|
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
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0015843458
|
Really fix the redness from bug 693469. r=red
|
2011-10-12 12:02:08 -07:00 |
|
Jeff Walden
|
e19cd18cea
|
Followup fix to ArrayLength stuff for bug 693469 -- ISO C++98 forbids templates declaring on local types. Boo-urns! r=red
--HG--
extra : rebase_source : f0e398168239c0be1274079e8260ff363198beee
|
2011-10-12 11:42:55 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
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 |
|
Brad Lassey
|
d174ebedad
|
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
|
2011-10-10 10:40:27 -04:00 |
|
Matt Brubeck
|
eb9465f1a3
|
Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE
|
2011-10-10 09:47:27 -07:00 |
|
Brad Lassey
|
ab723a6a51
|
merge
|
2011-10-10 10:40:57 -04:00 |
|
Brad Lassey
|
4528a38462
|
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
|
2011-10-10 10:40:27 -04:00 |
|
Michael Edwards
|
8d268b37aa
|
Bug 687367 - Make bionic domain name functions thread-safe on pre-3.0 Android, r=dougt
|
2011-10-06 20:55:50 -07:00 |
|
Ed Morley
|
43c08e27c3
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2011-10-07 11:37:04 +01:00 |
|
Nathan Froyd
|
df7bb4249e
|
Bug 684038 - Report cpuid in telemetry. r=dougt
--HG--
extra : rebase_source : 5cff4221baddabb01a31cdb847d1371d0574e48f
|
2011-10-06 11:35:46 -04:00 |
|
Brad Lassey
|
4852cd6f0e
|
bug 635814 - add shellName and shellVersion to nsSystemInfo r=dougt a=2.0+
|
2011-03-01 19:32:32 -05:00 |
|
Brad Lassey
|
0379152ea0
|
bug 635814 - add shellName and shellVersion to nsSystemInfo r=dougt a=2.0+
|
2011-02-28 11:32:05 -05:00 |
|
Oleg Romashin
|
4dfd0bb775
|
Bug 621232 - reference to deprecated /proc/component_version r=dougt a=approval2.0
|
2011-01-05 15:48:19 +02:00 |
|
Doug Turner
|
4f7e00379d
|
[Bug 604712] Add device information to nsISystemInfo for use by crash reporting and feedback addon. r=blassey a=blocking-fennec
|
2010-11-17 12:52:59 -08:00 |
|
Stuart Parmenter
|
664a22366c
|
Bug 613321. Backing out bug 604712 (rev 6cfd43067a07) to fix hang on Galaxy S phones. a=blocking-fennec
|
2010-11-20 01:02:55 -08:00 |
|
Doug Turner
|
fc9adeac4a
|
[Bug 604712] Add device information to nsISystemInfo for use by crash reporting and feedback addon. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 1a58215923ced152b82852b0cbd9194bde885561
|
2010-11-17 12:52:59 -08:00 |
|
Matt Brubeck
|
6de30bb9c8
|
Bug 580050 - Get the hardware model name on Android. r=mwu, a=blocking-fennec
|
2010-09-11 06:20:20 -07:00 |
|
timeless@mozdev.org
|
7da2840114
|
Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom
r=bsmedberg
a=bsmedberg
a=sheriff for landing
|
2010-07-11 16:00:19 +03:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Marco Bonardo
|
b6e2e48df0
|
Bug 525245 - system-info should expose hardware specs to JS consumers, r=bsmedberg
|
2009-11-04 15:41:37 +01:00 |
|
Doug Turner
|
a116a29917
|
Bug 524339 - Close file after reading system info. r=blassey
|
2009-10-25 20:29:35 -07:00 |
|
Doug Turner
|
195c21873d
|
Expose device type in user agent. r=vlad
|
2009-10-24 23:09:46 -07:00 |
|
reed@reedloden.com
|
81da6fcc0b
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-14 08:42:34 -07:00 |
|
reed@reedloden.com
|
003ad09a44
|
Back out Ventron's patch from bug 418131 due to build failures on debug machines.
|
2008-03-05 03:36:37 -08:00 |
|
reed@reedloden.com
|
8af233fc81
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-05 02:30:30 -08:00 |
|