Martin Stransky
|
03a912b269
|
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
|
006f4eb749
|
Bug 838279 - Add isWow64 field to system info and to telemetry. r=bsmedberg
|
2013-02-11 20:49:33 -05:00 |
Chris Double
|
47e9ce6db5
|
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
|
155f0a90fc
|
Bug 799228 - Clean up shellVersion and shellName and their users. r=blassey
|
2012-10-10 17:10:39 +02:00 |
Gian-Carlo Pascutto
|
f6aac7713a
|
Bug 799228 - Send Android version as OS version for Telemetry. r=blassey
|
2012-10-10 17:10:39 +02:00 |
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 |
Gian-Carlo Pascutto
|
1099676e48
|
Bug 779687 - Add detection for ARMv7 CPUs. r=dougt
|
2012-08-21 13:20:46 +02:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Martin Stransky
|
2e3eaebbc4
|
Bug 627699 - Port GTK2 to GTK3, xpcom patch; r=bsmedberg
|
2012-06-16 18:05:00 +12:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Oleg Romashin
|
98f9df6c9e
|
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
|
3c93531706
|
Bug 739108 - Set android_sdk_version on gonk, r=cjones
|
2012-03-25 18:52:03 -07:00 |
Mark Finkle
|
bc2e11a2c4
|
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
|
d8de16e6ab
|
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
|
43fd2dc37f
|
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
|
50e8ffcb33
|
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
|
ba42ee3f6e
|
Bug 694325 - Backout of bfb56029f4bd due to crashes on android tablets. r=sworkman
|
2011-11-22 14:58:25 -08:00 |
Steve Workman
|
e80c212d1f
|
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
|
5dd6a67845
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
Ed Morley
|
0e555c3378
|
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
|
4dd5d6ba50
|
Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt
|
2011-11-07 15:03:53 -08: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
|
c6a047f193
|
Really fix the redness from bug 693469. r=red
|
2011-10-12 12:02:08 -07:00 |
Jeff Walden
|
4b3f2af05a
|
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
|
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 |
Brad Lassey
|
3b89b06f44
|
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
|
2011-10-10 10:40:27 -04:00 |
Matt Brubeck
|
605f836e6c
|
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
|
60a64b5e80
|
merge
|
2011-10-10 10:40:57 -04:00 |
Brad Lassey
|
bf25d94f50
|
Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367
|
2011-10-10 10:40:27 -04:00 |
Michael Edwards
|
cd0c00f8f2
|
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
|
1c81e94b72
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2011-10-07 11:37:04 +01:00 |
Nathan Froyd
|
7dbff998b7
|
Bug 684038 - Report cpuid in telemetry. r=dougt
--HG--
extra : rebase_source : 5cff4221baddabb01a31cdb847d1371d0574e48f
|
2011-10-06 11:35:46 -04:00 |
Brad Lassey
|
4b4150a43d
|
bug 635814 - add shellName and shellVersion to nsSystemInfo r=dougt a=2.0+
|
2011-03-01 19:32:32 -05:00 |
Brad Lassey
|
2ff0d3238a
|
bug 635814 - add shellName and shellVersion to nsSystemInfo r=dougt a=2.0+
|
2011-02-28 11:32:05 -05:00 |
Oleg Romashin
|
d31038374c
|
Bug 621232 - reference to deprecated /proc/component_version r=dougt a=approval2.0
|
2011-01-05 15:48:19 +02:00 |
Doug Turner
|
058559bb71
|
[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
|
6d6a3d5612
|
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
|
fe3717a7aa
|
[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
|
2a08941b3d
|
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
|
a484089327
|
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
|
7892aabac9
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
Marco Bonardo
|
86d4f8bdcf
|
Bug 525245 - system-info should expose hardware specs to JS consumers, r=bsmedberg
|
2009-11-04 15:41:37 +01:00 |
Doug Turner
|
52dff7931b
|
Bug 524339 - Close file after reading system info. r=blassey
|
2009-10-25 20:29:35 -07:00 |
Doug Turner
|
52cb1d3edc
|
Expose device type in user agent. r=vlad
|
2009-10-24 23:09:46 -07:00 |
reed@reedloden.com
|
17bf692bc0
|
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
|
fedafe097c
|
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
|
66fe91f8ce
|
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 |
sspitzer%mozilla.org
|
7ce269136a
|
fix for bug #341190
Software update should forward information about specific operating system version.
r=darin
|
2006-07-06 06:32:03 +00:00 |
bryner%brianryner.com
|
9cd047f172
|
removing some old dead (or never alive) files. not part of the build.
|
2004-01-09 08:49:01 +00:00 |