David Zbarsky
|
ec220ba4cf
|
Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell
|
2013-08-21 02:49:43 -04:00 |
|
David Zbarsky
|
d5f27e312b
|
Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell
|
2013-08-21 02:49:42 -04:00 |
|
David Zbarsky
|
3abf6dfd92
|
Bug 890570 - PCookieService doesn't need PBrowser r=jduell
|
2013-08-21 02:49:41 -04:00 |
|
Patrick McManus
|
cb9d1ba8c6
|
bug 900322 dont nsithread->shutdown() from dtor r=karlt
|
2013-08-20 16:49:22 -04:00 |
|
Patrick McManus
|
0574ab39dd
|
[mq]: 905398
bug 905398 - set connectionInfo bits only once and before http speculative connect r=jduell
|
2013-08-19 11:45:45 -04:00 |
|
Patrick McManus
|
9ecfdc0da3
|
bug 905460 - make http objects use smart pointers r=sworkman
|
2013-08-14 21:05:47 -04:00 |
|
Christian Holler
|
f6d838a501
|
Bug 905636 - Disable a netwerk xpcshell test under ASan. r=jduell
|
2013-08-15 18:18:39 +02:00 |
|
Mihnea Dobrescu-Balaur
|
ec3e649c64
|
Bug 906106 - Make test_file_protocol.js use do_get_tempdir. r=ted
|
2013-08-16 10:43:46 -07:00 |
|
Adrian Lungu
|
b3b751a66e
|
Bug 882516 - Use AF_UNSPEC cached entries for AF_INET and AF_INET6 DNS requests, if possible. r=sworkman
|
2013-08-16 11:49:57 -07:00 |
|
Trevor Saunders
|
bddf017039
|
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
|
2013-08-12 05:51:49 -04:00 |
|
Honza Bambas
|
3a8aa0ccdf
|
Bug 877562 - protect appcache hash tables with a mutex, r=jduell
|
2013-08-15 12:42:02 +02:00 |
|
Phil Ringnalda
|
f2fb548fce
|
Back out cb68113d5052 (bug 901195) for xpcshell bustage
CLOSED TREE
|
2013-08-14 21:07:19 -07:00 |
|
Simone Carletti
|
8b74818e51
|
Bug 902785 - add cloudcontrol.com to PSL. r=gerv. DONTBUILD.
|
2013-08-15 02:25:38 +01:00 |
|
Simone Carletti
|
618656a126
|
Bug 901195 - update .sv and .om in PSL. r=gerv.
|
2013-08-15 02:23:47 +01:00 |
|
Simone Carletti
|
5d57f750a2
|
Bug 901193 - Add ro.com to PSL. r=gerv.
|
2013-08-15 02:22:57 +01:00 |
|
Patrick McManus
|
3e0e99e7ca
|
bug 902170 - don't log data: PAC URIs to JS console r=jduell
|
2013-08-12 17:07:38 -04:00 |
|
Gregory Szorc
|
c089ae373d
|
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
|
2013-08-14 08:40:25 -07:00 |
|
Ryan VanderMeulen
|
64b2bc7dd9
|
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
|
2013-08-14 15:12:20 -04:00 |
|
Brian O'Keefe
|
3a92f0ae7c
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Gregory Szorc
|
9f99cee9a1
|
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
|
2013-08-14 08:40:25 -07:00 |
|
Ms2ger
|
a04009b5b7
|
Merge latest PGO-green inbounc changeset to m-c.
|
2013-08-14 14:45:47 +02:00 |
|
Ms2ger
|
6d567ab3cc
|
Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo
|
2013-08-14 09:00:52 +02:00 |
|
Ms2ger
|
93933b0de8
|
Bug 897909 - Cleanup some SIMPLE_PROGRAMS; r=gps
* * *
FOLD
|
2013-08-14 09:00:13 +02:00 |
|
Ms2ger
|
20752c581e
|
Bug 901063 - Remove HB_DONT_DEFINE_STDINT defines; r=gps
These defines have been unnecessary since we removed mozilla/StandardInteger.h.
The upstream code will default to stdint.h typedefs without them.
|
2013-08-14 08:57:22 +02:00 |
|
Ms2ger
|
df8525f77d
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Jan-Ivar Bruaroey
|
ec7e8fbbfa
|
Bug 903803 - Set ordered flag correctly in DataChannel constructor. r=jesup
|
2013-08-12 16:27:14 -04:00 |
|
Patrick McManus
|
fc56698acc
|
bug 897503 - part 3 several nsHttpHandler nsCOMPtrs need to be nsMainThreadPtrHandle r=sworkman
|
2013-08-13 15:36:59 -04:00 |
|
Patrick McManus
|
5c56bcd614
|
bug 897503 - part 2 use smart pointers for nsHttpHandler references r=sworkman
|
2013-08-13 15:36:58 -04:00 |
|
Patrick McManus
|
8fe5f89fa7
|
bug 897503 - part 1 - HttpChannelParent reference count bug of nsHttpHandler r=sworkman
|
2013-08-13 15:36:56 -04:00 |
|
Steve Workman
|
05f8d03829
|
Bug 897904 - Set nsInputStreamPump::mStatus only if EnsureWaiting fails
|
2013-08-12 11:13:23 -07:00 |
|
Phil Ringnalda
|
9675382cca
|
Back out f99521bfd197:38657fcd2d1a (bug 890570) for Linux xpcshell failures
CLOSED TREE
|
2013-08-10 17:23:05 -07:00 |
|
David Zbarsky
|
334c5685e9
|
Bug 890570: Stop using PBrowser for all other protocols r=jduell
|
2013-08-10 11:18:12 -04:00 |
|
David Zbarsky
|
440481c20c
|
Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell
|
2013-08-10 11:18:12 -04:00 |
|
David Zbarsky
|
bc524bec99
|
Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell
|
2013-08-10 11:18:12 -04:00 |
|
David Zbarsky
|
59c7bf7d2b
|
Bug 890570 - PCookieService doesn't need PBrowser r=jduell
|
2013-08-10 11:18:11 -04:00 |
|
Trevor Saunders
|
7da524d402
|
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
|
2013-08-08 20:12:37 -04:00 |
|
Nicholas Nethercote
|
b756f6b258
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07:00 |
|
Robert Bindar
|
e7bfe04984
|
bug 835357 - Add telemetry to measure whether DNT is used or not. r=jduell
|
2013-08-08 08:49:14 -07:00 |
|
Ehsan Akhgari
|
a49a17302a
|
Bug 902082 - Forward-declare PSpdyPush3 in nsILoadGroup.h; r=mcmanus
|
2013-08-07 15:01:40 -04:00 |
|
Nicholas Nethercote
|
ba723f1034
|
Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
|
2013-08-02 00:41:57 -07:00 |
|
David Keeler
|
f9040f2187
|
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
|
2013-08-02 16:23:18 -07:00 |
|
David Keeler
|
9cbdeb8d74
|
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
|
2013-08-02 15:48:37 -07:00 |
|
Ryan VanderMeulen
|
f5e9dc8c73
|
Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
--HG--
rename : netwerk/base/public/nsISiteSecurityService.idl => netwerk/base/public/nsIStrictTransportSecurityService.idl
rename : security/manager/boot/src/nsSiteSecurityService.cpp => security/manager/boot/src/nsStrictTransportSecurityService.cpp
rename : security/manager/boot/src/nsSiteSecurityService.h => security/manager/boot/src/nsStrictTransportSecurityService.h
|
2013-08-05 16:18:06 -04:00 |
|
David Keeler
|
aa164754ac
|
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
|
2013-07-01 10:49:40 -07:00 |
|
David Keeler
|
2333ac300d
|
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
|
2013-07-01 09:30:11 -07:00 |
|
Catalin Iordache
|
73c7627572
|
Bug 890513 - Diagnostic tool: DNS Lookup implementation. r=valentin.gosu
|
2013-08-02 12:42:45 -04:00 |
|
Ms2ger
|
5c2b63d2c7
|
Merge m-c to inbound.
|
2013-08-02 11:07:57 +02:00 |
|
Ms2ger
|
061d88874c
|
Bug 897921 - Remove some dead assignments in makefiles; r=mshal
|
2013-08-02 09:03:55 +02:00 |
|
Bobby Holley
|
f7c06c0933
|
Bug 897322 - Allow callers to manually fire OnNewGlobalObject when bootstrapping is complete. r=luke
|
2013-08-01 18:38:47 -07:00 |
|
Dão Gottwald
|
ece0e613e4
|
Bug 728773 - Always freeze the build ID in the UA string at 20100101. r=bz sr=gerv
|
2013-08-02 00:50:45 +02:00 |
|