Jeff Muizelaar
5be51a1b3a
Bug 854795. Add support for -moz-samplesize. r=seth
...
-moz-samplesize allows decoding at a lower resolution.
This is valuable for saving memory when we know that
we don't need a large version of the image.
--HG--
extra : rebase_source : 0373c23bd4a8b5963329ea1ccf13f075c1264909
2014-02-28 16:43:14 -05:00
Ryan VanderMeulen
136d9870b7
Merge m-c to inbound.
2014-02-27 17:33:47 -05:00
Thomas Zimmermann
0cc8039e5a
Bug 970271: Fix inaccessible base class nsIStreamListener, r=jduell.mcbugs
...
GCC warns about an inaccessible base class nsIStreamListener in
class RtspChannel. Using protected inheritance in nsBaseChannel
fixes this.
2014-02-27 10:18:34 +01:00
Andrew McCreight
537eb6fa81
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
2014-02-27 10:04:09 -08:00
Oleg Romashin
e5c33da3e3
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Patrick McManus
85cba94330
bug 967341 - uri management r=honzab
2014-02-04 11:55:02 -05:00
Luke Wagner
4625ba957c
Bug 971845 - Don't uninline in JS_GetArrayBufferData, add JS_GetStableArrayBufferData and use that when necessary (r=sfink)
2014-02-13 11:17:41 -06:00
Jon Coppeard
8136579d75
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
2014-02-13 15:33:04 +00:00
Landry Breuil
987894f07a
Bug 970550: Fix build on OpenBSD (no TCP_KEEP* setsockopt() available) after bug 444328 r=sworkman
2014-02-13 13:19:39 +01:00
Jon Coppeard
60baf94ae8
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
2014-02-11 10:59:16 +00:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Jon Coppeard
50cb1ea9e3
Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence
2014-02-10 16:42:27 +00:00
Jacek Caban
e530aeeb4b
Bug 444328 - Cross compilation fix.
2014-02-07 12:51:08 +01:00
Jacek Caban
e2c118d828
Bug 968772 - Don't use pragma for wintrust.lib linkage. r=glandium
2014-02-07 12:50:20 +01:00
Steve Workman
30dfd93169
Bug 444328 - Add support for TCP keepalive in the Socket Transport Service r=mcmanus
2014-02-06 11:51:38 -08:00
Steve Workman
ca1b3f572b
Bug 444328 - Suppress spurious warnings in PRFileDescAutoLock constructor r=mcmanus
2014-02-06 11:51:38 -08:00
Nathan Froyd
e288cdf3e6
Bug 907812 - define kProxyType_FOO as char[] rather than char*; r=jduell
2013-08-21 13:21:40 -04:00
James Kitchener
5abf783d0c
Bug 964239 - Give selected channels awareness of srcdoc base URI. r=bz
2014-02-06 09:46:29 -05:00
Monica Chew
5615e3ca03
Bug 928536: Use WinVerifyTrust to get certificate information on downloaded binaries (r=paolo,keeler,sr=mossop)
2014-01-27 12:38:35 -08:00
Peiyong Lin
da555542a0
Bug 966870 - Use fallible allocation at nsStreamLoader::OnStartRequest. r=bsmedberg
2014-02-05 17:46:05 -05:00
Phil Ringnalda
68432f3df0
Backed out 3 changesets (bug 928536) for build bustage
...
CLOSED TREE
Backed out changeset 750054102e68 (bug 928536)
Backed out changeset baa309383864 (bug 928536)
Backed out changeset 1ff2aed7f76f (bug 928536)
2014-02-05 08:29:17 -08:00
Monica Chew
601c6dd164
Bug 928536: Use WinVerifyTrust to get certificate information on downloaded binaries (r=paolo,keeler,sr=mossop)
2014-01-27 12:38:35 -08:00
Honza Bambas
e9a11b99f8
Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking
2014-02-04 01:52:57 +01:00
Patrick McManus
015263fe87
bug 965348 - control SocketTransportService::Poll tick during spdy idle r=hurley
2014-01-30 02:29:20 -05:00
Jon Coppeard
20b4926e22
Bug 965904 - Fix some rooting hazards in the browser r=terrence
2014-01-31 09:56:40 +00:00
Nicholas Hurley
7be9c5f30c
Bug 959333 - HTTP/2 should say so in the status line. r=mcmanus
2014-01-29 13:42:19 -08:00
Nicholas Hurley
1966bd11ff
Bug 961860 - Protect against null deref of mIOThread in Seer. r=mcmanus
2014-01-22 16:46:17 -08:00
Jim Chen
57092e14bb
Bug 959237 - Add AndroidBridge::HasEnv checks; r=blassey
...
For certain tests, the AndroidBridge is not initialized, but some GeckoAppShell functions are still called indirectly. For now, this patch adds checks to skip these calls if there's no AndroidBridge. However, in the future, most of the affected code should be refactored to not require these checks.
2014-01-17 23:32:24 -06:00
Nicholas Hurley
a8ebf194a9
Bug 948448 - Free up disk space after clearing seer data. r=honzab
2014-01-17 17:45:50 -08:00
Nicholas Hurley
2674a1f7ec
Bug 947745 - Clean up the seer database when it gets too big. r=honzab
2014-01-17 17:45:48 -08:00
Nicholas Hurley
0819be2b4b
Bug 945779 - Use transactions to batch up Seer I/O. r=honzab
2014-01-17 17:45:46 -08:00
Patrick McManus
eed1f67347
Bug 890994: ALPN support for Gecko, r=briansmith
2014-01-14 15:34:23 -05:00
Terrence Cole
422649470f
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 1; r=sfink,Ms2ger
...
--HG--
extra : rebase_source : 0e0e75028f12db9cc4cf612a9205525669b70267
2014-01-14 12:41:22 -08:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
David Keeler
dc049e658e
bug 957368 - standardize and simplify nsNSSShutDownObject implementations r=cviecco r=briansmith
2014-01-14 09:28:43 -08:00
Nicholas Hurley
f03fecf6c1
Bug 948205 - Rename seer.sqlite (and fixup schema in the process). r=mcmanus r=vladan
2014-01-13 17:57:46 -08:00
Patrick McManus
9af4381ba2
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
2013-10-09 17:21:49 -07:00
Craig MacKenzie
7e405c6737
Bug 952570 - Added an IID to the tickler
2014-01-09 17:04:00 -05:00
Andrea Marchesini
26c45f5a92
Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab
2014-01-04 20:42:42 +00:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
John Shih
c7c4b1e5c3
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
2013-11-22 10:42:11 +08:00
Nicholas Hurley
359b23e46f
Bug 948757 - Don't flood servers with bunches of speculative connections. r=mcmanus
2013-12-17 10:45:46 -08:00
Steve Workman
b2f2fcadde
Bug 444328 - Add PRFileDescAutoLock and LockedPRFileDesc to automate and enforce calls to Get|ReleaseFD_Locked r=mcmanus
2013-12-16 16:46:09 -08:00
Trevor Saunders
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Makoto Kato
799032a258
Bug 948837 - Remove workaround of Bug 617115. r=blassey
2013-12-12 16:32:20 +09:00
Alessio Placitelli
92adedf291
Bug 943511 - Remove allocator parameters from methods using nsSegmentedBuffer. r=bsmedberg
2013-12-11 14:14:56 -05:00
Ben Turner
5e46d041d5
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
...
--HG--
extra : transplant_source : %5E%80p%D6%C6A%23%0AZ%06%23%16%155%DB%CE%F5%5CEx
2013-10-23 05:01:20 -07:00
Jeff Walden
519b8ce8cd
Bug 945533 - Convert various server sockets to mozilla/Endian.h. r=sworkman
...
--HG--
extra : rebase_source : 9f0df49ac2341c8553dd4a585ec0500d3a32083f
2013-05-04 22:22:55 -07:00
Ryan VanderMeulen
ca386608b9
Merge b2g-inbound to m-c.
2013-12-09 17:26:11 -05:00
Birunthan Mohanathas
759ab69b0a
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00