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 |
David Rajchenbach-Teller
|
880050ffc2
|
Bug 770215 - [OS.File] Utilities for strings - Companion makefile. r=yoric
|
2012-08-10 11:52:56 -04:00 |
Ed Morley
|
2c3082317d
|
Backout ec46cfa51bf8, 4a54f06efee8, de811fbd27b0 & 67ea1314c777 (bug 567077) for causing bug 781141
|
2012-08-08 13:11:34 +01:00 |
Paul Adenot
|
a769fb1ee2
|
Bug 567077 - Sniff types of media files that are served with no Content-Type r=cpearce
|
2012-08-07 15:54:30 -07:00 |
Jan Beich
|
d7bf07283f
|
Bug 780432 - Add experimental --enable-pulseaudio configure option. r=kinetik,khuey
--HG--
extra : rebase_source : 9bf00787997d4ed465427e6570c5d937c1cb9ff4
|
2012-08-08 10:26:04 +12:00 |
Karl Tomlinson
|
b7fd00caa9
|
b=772883 replace MOZ_ENABLE_GTK with MOZ_WIDGET_GTK to restore nsUnixProxyModule r=roc
--HG--
extra : transplant_source : %BAM%C8%EA4%AF%B34%BD%3Bl%B6%82%E5%FA%E1%D6%E2%C4.
|
2012-08-06 12:59:44 +12:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Nathan Froyd
|
6e8ee5afe4
|
Bug 778234 - remove wildcard calls from toolkit/library/'s Makefile; r=glandium
|
2012-07-27 14:49:20 -04:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Jim Mathies
|
30207935d3
|
Bug 776918 - msvc nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy
|
2012-07-25 04:22:28 -05:00 |
Jim Mathies
|
e8008cd15f
|
backout d89dd346ed8c CLOSED TREE
|
2012-07-24 17:00:43 -05:00 |
Jim Mathies
|
99222a4047
|
Bug 776918 - vc11 nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
Jim Mathies
|
0e1f71c136
|
Bug 775378 - Trap exception handling calls to __abi_FailFast made by winrt delegate wrapper code. r=ted
|
2012-07-23 16:11:45 -05:00 |
Jim Mathies
|
6bcbc3722e
|
Bug 773624 - Catch invalid vccorlib GetProcAddress calls when running on the desktop. r=ehsan
|
2012-07-13 11:10:49 -05:00 |
Mike Hommey
|
125aebf06d
|
Bug 763651 - Link the javascript engine against zlib. r=khuey
|
2012-07-12 08:30:59 +02:00 |
Jed Parsons
|
5a74dbe766
|
Bug 753238 - Identity (BrowserID) module. r=dolske,rrelyea
--HG--
extra : rebase_source : 33ff0f0248ef84f3f4c8154745e5988819f2b787
|
2012-07-03 14:53:37 -07:00 |
Randell Jesup
|
0edea6e242
|
Bug 757637: Rollup makesystem changes for webrtc r=khuey r=ted f=glandium
|
2012-06-20 07:27:43 -04:00 |
Mike Hommey
|
4e5eecb03d
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
Mike Hommey
|
a93eb5a48f
|
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
|
2012-06-20 10:55:59 +02:00 |
Mike Hommey
|
cd69374e33
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
Martin Stransky
|
b057ab26b1
|
Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt
|
2012-06-16 18:06:10 +12:00 |
Masatoshi Kimura
|
999bf7e271
|
Bug 563169 - Use WinInet function instead of reading registry. r=jmathies
|
2012-06-13 21:12:36 -04:00 |
Landry Breuil
|
4ba2f1c06a
|
Bug 757034 - Import openbsd cubeb sndio backend. r=kinetik
|
2012-06-02 19:10:42 +12:00 |
Takanori MATSUURA
|
92faf33a5c
|
Bug 751521 - Separate pixman detection from cairo. r=glandium
|
2012-05-26 08:44:00 +02:00 |
Jim Mathies
|
81bcae808c
|
Bug 750911 - Add a third 'flags' parameter to XRE_main and add support for WindowsEnvironmentType. r=bsmedberg
|
2012-05-25 05:01:29 -05:00 |
Marco Castelluccio
|
6dcdc8b048
|
Bug 754329 - Crash with cairo mutexes enabled. r=joe
--HG--
extra : rebase_source : d2ae2005ebe4b525f44bdf9951f4279af7b34f5e
|
2012-05-11 23:21:41 +02:00 |
Nicholas Cameron
|
782a88280f
|
Bug 751431. Rip out Skia from libxul. r=khuey
|
2012-05-03 17:15:20 +12:00 |
Jim Mathies
|
a0a357d0b6
|
Bug 751541 - Fix for VS11 C++/CX link issues: delay load vccorlib and the winrt standard libraries, and provide a dummy vccorlib on non-win8 platforms so xul lib can load. r=ehsan+khuey, sr=bsmedberg
|
2012-05-22 16:00:48 -05:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Oleg Romashin
|
7e6989adf6
|
Bug 754489 - Qt port does not need linking with glib. r=glandium
|
2012-05-14 10:15:26 +02:00 |
Jonathan Kew
|
61bad814cc
|
bug 751151 - move harfbuzz to gkmedias.dll on windows. r=khuey
|
2012-05-08 08:46:46 +01:00 |
Ryan VanderMeulen
|
9a0075da5b
|
Re-land the patch for bug 732639 after a b2g clobber.
|
2012-05-07 17:50:25 -04:00 |
Ryan VanderMeulen
|
835d66af27
|
Backout 7a8607523522 (bug 732639) due to bustage. r=Boot2Fail
|
2012-05-07 17:21:01 -04:00 |
Kyle Machulis
|
eda1d7b45b
|
Bug 732639: Create event loop thread for bluetooth dbus on gonk/linux; r=cjones
|
2012-05-07 14:04:59 -07:00 |
Bas Schouten
|
0f0ca8f00f
|
Bug 751463: Remove Azure from XUL. r=khuey
|
2012-05-03 21:21:52 +02:00 |
Ehsan Akhgari
|
52cd3e0168
|
Bug 751273 - Part 2: Rip out cairo and pixman from libxul; r=khuey
Landing on a CLOSED TREE
--HG--
extra : rebase_source : 92b945b90bb70a020609ad8ac0ffe633076bed10
|
2012-05-02 16:32:16 -04:00 |
Ehsan Akhgari
|
5d044656b7
|
Backed out changeset 27c51f14c3ed (bug 751273) because of build bustage on Linux on a CLOSED TREE
|
2012-05-02 16:46:25 -04:00 |
Ehsan Akhgari
|
28ecf2b61b
|
Bug 751273 - Part 2: Rip out cairo and pixman from libxul; r=ted
Landing on a CLOSED TREE
|
2012-05-02 16:32:16 -04:00 |
Ehsan Akhgari
|
43cc1f598f
|
Bug 751186 - Rip out qcms from libxul; r=khuey
Landed on a CLOSED TREE
|
2012-05-02 14:05:46 -04:00 |
Ehsan Akhgari
|
d834ad844c
|
Bug 750747 - Rip out libpng from libxul; r=khuey
Landing on a CLOSED TREE
|
2012-05-02 11:02:15 -04:00 |
Ehsan Akhgari
|
c40417ceb5
|
Backout changeset e58855b90cf6 (bug 750747) because of build bustage of a CLOSED TREE
|
2012-05-02 10:04:33 -04:00 |
Ehsan Akhgari
|
1a47114977
|
Bug 750867 - Rip out libjpeg from libxul; r=khuey
Landing on a CLOSED TREE
|
2012-05-02 09:28:52 -04:00 |
Ehsan Akhgari
|
407c4aad13
|
Bug 750747 - Rip out libpng from libxul; r=khuey
|
2012-05-02 09:28:29 -04:00 |
Jonathan Kew
|
809d68efea
|
bug 750728 - move graphite from libxul to libgkmedias on windows, to help with PGO problems. r=khuey a=ehsan to land on a CLOSED TREE
|
2012-05-01 20:00:35 +01:00 |
Makoto Kato
|
aac13b73c5
|
Bug 625664 - accelerometer support using Windows 7 Sensor API. r=dougt
|
2012-05-01 12:04:30 +09:00 |
Mike Hommey
|
4d48cbfae9
|
Bug 748739 - Link stdc++compat as a static library, and always link it when STDCXX_COMPAT is enabled. r=ted
--HG--
rename : build/stdc++compat.cpp => build/unix/stdc++compat/stdc++compat.cpp
|
2012-04-30 08:03:59 +02:00 |
Alessandro Decina
|
7280dac94a
|
Bug 422540 - GStreamer backend for audio/video decoding. r=cdouble, a=npotb
|
2012-04-18 18:33:13 -04:00 |
Cervantes Yu
|
5328b0650d
|
Bug 742226 - Create a uevent poller implementation. r=cjones
|
2012-04-13 12:02:33 +08:00 |
Ms2ger
|
673d991d89
|
Backed out changeset db5d4c1aece7 for B2g bustage.
|
2012-04-14 09:29:41 +02:00 |
Kyle Machulis
|
ca94ac726c
|
Bug 732639: DBus Thread Implementation for B2G Bluetooth r=cjones
--HG--
extra : rebase_source : 564ff82ed63cb02ab99204c572baad6a5e761376
|
2012-04-13 22:40:09 -07:00 |