Brad Lassey
|
43154cb1ff
|
bug 749352 - Firefox fails to connect when a proxy is used r=mfinkle,mossop
|
2012-11-13 11:25:18 -08:00 |
|
Paul Adenot
|
68480ab3da
|
Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong
|
2012-08-26 22:36:44 -07:00 |
|
Paul Adenot
|
e7bc4ed19b
|
Backed out changeset 98f9d1044e54 because r= bit is missing in commit message.
|
2012-11-07 10:30:49 +01:00 |
|
Paul Adenot
|
94beb6cbcf
|
Bug 779997 - Import SoundTouch Library in the tree. r=
|
2012-08-26 22:36:44 -07:00 |
|
Jim Mathies
|
8f7bd9439b
|
Bug 807593 - toolkit/library/makefile widget_winrt lib changes from elm. r=bbondy
|
2012-11-04 07:48:46 -06:00 |
|
Justin Lebar
|
f58e936cc4
|
Back out 37e8ef1c7353 (bug 803684) due to Windows red.
|
2012-10-24 13:38:35 -04:00 |
|
Justin Lebar
|
795f0612c8
|
Bug 803684 - Add a memory reporter for in-memory file data. r=khuey,njn
|
2012-10-24 12:40:35 -04:00 |
|
Phil Ringnalda
|
9fa89a9b33
|
Back out 46e58a7ec55e and 597981ef2ef5 (bug 777122) for Windows build failures
|
2012-10-24 07:38:20 -07:00 |
|
Rafael Ávila de Espíndola
|
cf86f4fd7e
|
Bug 777122 - Add telemetry reporting of late writes. r=jlebar.
Record late writes to disk and unique them with sha1.
|
2012-10-24 09:27:49 -04:00 |
|
Mike Hommey
|
6830da41a2
|
Bug 799441 - Build GIO module in libxul. r=ted
|
2012-10-18 14:47:10 +02:00 |
|
Anant Narayanan
|
bd75c41446
|
Bug 694807: Implement PeerConnection C++ module; r=jst,jesup,ekr
|
2012-10-07 01:34:30 -04:00 |
|
Randell Jesup
|
f01c1a34da
|
Bug 797671: cleanup from importing webrtc.org update r=ted,glandium (Part is bug 778801 r=derf)
|
2012-10-04 12:09:35 -04:00 |
|
Inder Kumar
|
a0524f3362
|
Bug 776062: Add support for recording video on gonk. r=cjones,double,ikumar,mikeh sr=sicking
|
2012-09-28 22:30:52 -07:00 |
|
Edwin Flores
|
b0e6a619aa
|
Bug 759506 - Build changes for B2G zero-copy OMX hardware decoding r=cjones
|
2012-09-27 16:33:42 +12:00 |
|
Kyle Machulis
|
215a8023d6
|
Bug 776182: Patch 3 - Socket I/O for ipc unix sockets; r=cjones r=echou
|
2012-09-25 13:13:15 -07:00 |
|
Michael Wu
|
f4448b5691
|
Bug 791269 - dlopen opensl library, r=kinetik
|
2012-09-15 15:52:34 -04:00 |
|
Kyle Machulis
|
167d3ddf2c
|
Bug 756299: Patch 1 - IPC Socket Functions; r=mrbkap
|
2012-09-05 20:06:06 -07:00 |
|
Paul Adenot
|
26ac74e89c
|
Bug 567077 - Sniff types of media files that are served with no Content-Type. r=cpearce
|
2012-09-04 16:22:34 -07:00 |
|
Ryan VanderMeulen
|
4acaf88d13
|
Backout bug 567077 for bustage.
|
2012-09-05 18:36:38 -04:00 |
|
Paul Adenot
|
03749951dc
|
Bug 567077 - Sniff types of media files that are served with no Content-Type. r=cpearce
|
2012-09-04 16:22:34 -07:00 |
|
Michael Wu
|
4695094ad2
|
Bug 694484 - OpenSL backend for libcubeb, r=kinetik
|
2012-09-04 17:45:08 -03:00 |
|
Vincent Chang
|
8967fa33da
|
Bug 735547 - Support Wifi/USB Tethering, Part 1: netd IPC. r=bent
|
2012-08-30 04:35:53 +08:00 |
|
Martin Husemann
|
363a00a937
|
Bug 753046 - Add IPC support for BSDs, build glue. r=khuey,cjones
|
2012-08-28 23:16:51 +02:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
8afd0f60ef
|
Bug 770215 - [OS.File] Utilities for strings - Companion makefile. r=yoric
|
2012-08-10 11:52:56 -04:00 |
|
Ed Morley
|
12f8d64a48
|
Backout ec46cfa51bf8, 4a54f06efee8, de811fbd27b0 & 67ea1314c777 (bug 567077) for causing bug 781141
|
2012-08-08 13:11:34 +01:00 |
|
Paul Adenot
|
b2954cdea4
|
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
|
5e1a742f89
|
Bug 780432 - Add experimental --enable-pulseaudio configure option. r=kinetik,khuey
|
2012-08-08 10:26:04 +12:00 |
|
Karl Tomlinson
|
0c391ab37d
|
b=772883 replace MOZ_ENABLE_GTK with MOZ_WIDGET_GTK to restore nsUnixProxyModule r=roc
|
2012-08-06 12:59:44 +12:00 |
|
Mike Hommey
|
0f9f294ea0
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Nathan Froyd
|
a9843c8779
|
Bug 778234 - remove wildcard calls from toolkit/library/'s Makefile; r=glandium
|
2012-07-27 14:49:20 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jim Mathies
|
9a06e63ba4
|
Bug 776918 - msvc nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy
|
2012-07-25 04:22:28 -05:00 |
|
Jim Mathies
|
61d5d0e8c4
|
backout d89dd346ed8c CLOSED TREE
|
2012-07-24 17:00:43 -05:00 |
|
Jim Mathies
|
b178cb5b7f
|
Bug 776918 - vc11 nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
|
Jim Mathies
|
da224ab0df
|
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
|
a03ff8520e
|
Bug 773624 - Catch invalid vccorlib GetProcAddress calls when running on the desktop. r=ehsan
|
2012-07-13 11:10:49 -05:00 |
|
Mike Hommey
|
0604ced649
|
Bug 763651 - Link the javascript engine against zlib. r=khuey
|
2012-07-12 08:30:59 +02:00 |
|
Jed Parsons
|
e5774392b3
|
Bug 753238 - Identity (BrowserID) module. r=dolske,rrelyea
|
2012-07-03 14:53:37 -07:00 |
|
Randell Jesup
|
1858ebd2f9
|
Bug 757637: Rollup makesystem changes for webrtc r=khuey r=ted f=glandium
|
2012-06-20 07:27:43 -04:00 |
|
Mike Hommey
|
53ce86a6ed
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Mike Hommey
|
07c4136cd2
|
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
|
2012-06-20 10:55:59 +02:00 |
|
Mike Hommey
|
ed93e4e617
|
Bug 763987 - Normalize autoconf.mk.in. r=ted
|
2012-06-20 09:00:48 +02:00 |
|
Martin Stransky
|
f251e19d8a
|
Bug 627699 - Port GTK2 to GTK3, toolkit part, r=karlt
|
2012-06-16 18:06:10 +12:00 |
|
Masatoshi Kimura
|
00b2bc2f93
|
Bug 563169 - Use WinInet function instead of reading registry. r=jmathies
|
2012-06-13 21:12:36 -04:00 |
|
Landry Breuil
|
ab259470b2
|
Bug 757034 - Import openbsd cubeb sndio backend. r=kinetik
|
2012-06-02 19:10:42 +12:00 |
|
Takanori MATSUURA
|
69243bcdd7
|
Bug 751521 - Separate pixman detection from cairo. r=glandium
|
2012-05-26 08:44:00 +02:00 |
|
Jim Mathies
|
14391c0dac
|
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
|
23aa77c418
|
Bug 754329 - Crash with cairo mutexes enabled. r=joe
|
2012-05-11 23:21:41 +02:00 |
|
Nicholas Cameron
|
6f11b88414
|
Bug 751431. Rip out Skia from libxul. r=khuey
|
2012-05-03 17:15:20 +12:00 |
|