Anant Narayanan
|
e61ba69837
|
Bug 694807: Implement PeerConnection C++ module; r=jst,jesup,ekr
|
2012-10-07 01:34:30 -04:00 |
Randell Jesup
|
61f2eb940e
|
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 ext:(%20and%20Mike%20Habicher%20%3Cmhabicher%40mozilla.com%3E)
|
6d9d08d1fd
|
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
|
10f459ae75
|
Bug 759506 - Build changes for B2G zero-copy OMX hardware decoding r=cjones
|
2012-09-27 16:33:42 +12:00 |
Kyle Machulis
|
f87fb81b3d
|
Bug 776182: Patch 3 - Socket I/O for ipc unix sockets; r=cjones r=echou
--HG--
rename : ipc/socket/Makefile.in => ipc/unixsocket/Makefile.in
rename : ipc/socket/Socket.cpp => ipc/unixsocket/UnixSocket.cpp
rename : ipc/socket/Socket.h => ipc/unixsocket/UnixSocket.h
extra : rebase_source : 18f401b047424a187863c9fbe8943364330d1f4d
|
2012-09-25 13:13:15 -07:00 |
Michael Wu
|
74b74d66d7
|
Bug 791269 - dlopen opensl library, r=kinetik
|
2012-09-15 15:52:34 -04:00 |
Kyle Machulis
|
d403f38686
|
Bug 756299: Patch 1 - IPC Socket Functions; r=mrbkap
|
2012-09-05 20:06:06 -07:00 |
Paul Adenot
|
5d61981f79
|
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
|
12c1c8ace2
|
Backout bug 567077 for bustage.
|
2012-09-05 18:36:38 -04:00 |
Paul Adenot
|
0836baba74
|
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
|
a2f4fba3b5
|
Bug 694484 - OpenSL backend for libcubeb, r=kinetik
|
2012-09-04 17:45:08 -03:00 |
Vincent Chang
|
5556c6f2eb
|
Bug 735547 - Support Wifi/USB Tethering, Part 1: netd IPC. r=bent
|
2012-08-30 04:35:53 +08:00 |
Martin Husemann
|
de9ae86824
|
Bug 753046 - Add IPC support for BSDs, build glue. r=khuey,cjones
|
2012-08-28 23:16:51 +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 |
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 |