Gregory Szorc
afdb724edf
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Honza Bambas
efab360be6
Bug 969365 - Do ShouldCheckAppCache with AppID and InBrowser in HttpChannelParent, r=jduell
2014-02-07 22:15:25 +01:00
Honza Bambas
75624f2f6a
Bug 969160 - disable test_cache2-12-evict-disk.js on android, r=jduell
2014-02-07 22:15:24 +01:00
Honza Bambas
76d4ebed1e
Bug 965031 - Improve usage of levels of nsHttp log module, r=mcmanus
2014-02-07 22:15:24 +01:00
Simone Carletti
3237cf6f7a
Bug 966197 - Make sure all suffixes in PSL are lower-case. r=gerv
2014-02-07 15:32:41 -05:00
Jacek Caban
1ec9adfc3b
Bug 444328 - Cross compilation fix.
2014-02-07 12:51:08 +01:00
Jacek Caban
c4f95d623b
Bug 968772 - Don't use pragma for wintrust.lib linkage. r=glandium
2014-02-07 12:50:20 +01:00
Nicholas Hurley
aa8098b9a3
Bug 964563 - Remove custom node binary. r=ted
2014-02-06 15:00:19 -08:00
Ryan VanderMeulen
c38a20a8ce
Merge m-c to inbound on a CLOSED TREE.
2014-02-06 16:29:41 -05:00
Honza Bambas
6bb83b5c94
Bug 968860 - Disable test_cache2-07-visit-memory.js on Android 2.2 Armv6, r=jduell
2014-02-06 19:30:21 +01:00
Carsten "Tomcat" Book
b9788c5190
merge fx-team to mozilla-central
2014-02-06 12:51:21 +01:00
Phil Ringnalda
33ffca7f1b
Back out 285204b60e94 and f401b820cd6a (bug 967693) to turn HTTP cache v2 off to investigate the effect on the influx of failed tests
...
CLOSED TREE
2014-02-05 22:58:37 -08:00
Ryan VanderMeulen
014a0b23af
Merge m-c to fx-team.
2014-02-05 16:14:03 -05:00
Steve Workman
121f9e83ae
Bug 444328 - Enable TCP Keepalive for short and long-lived HTTP Connections (exc. SPDY, WebSockets) r=mcmanus
2014-02-06 11:51:38 -08:00
Steve Workman
9b9ae0b4f1
Bug 444328 - Add support for TCP keepalive in the Socket Transport Service r=mcmanus
2014-02-06 11:51:38 -08:00
Steve Workman
230ba19414
Bug 444328 - Suppress spurious warnings in PRFileDescAutoLock constructor r=mcmanus
2014-02-06 11:51:38 -08:00
Ethan Tseng
524ca36ead
Bug 966627 - Fix typos in ARTSPConnection::receiveRTSPReponse/postReceiveReponseEvent. r=sworkman
2014-02-01 20:47:53 +08:00
Eugen Sawin
7c322b5634
Bug 968212 - Add MIDI file extension to MIME type mapping. r=snorp
2014-02-05 16:09:08 +01:00
Monica Chew
55632d760b
Bug 928536: Use WinVerifyTrust to get certificate information on downloaded binaries (r=paolo,keeler,sr=mossop)
2014-01-27 12:38:35 -08:00
Nathan Froyd
07d49fa905
Bug 965783 - part 1 - convert {Min,Max}Int uses in mozTXTToHTMLConv.cpp to std::{min,max}; r=jduell
2014-01-30 09:55:50 -05:00
Patrick McManus
b6275dd517
bug 625383 - optimize http chunked decoder memmoves r=hurley
2014-01-31 22:00:20 -05:00
Honza Bambas
723ab5aff0
Bug 913820 - Base for size limit preferences in HTTP cache v2, r=michal
2014-02-04 01:53:00 +01:00
Honza Bambas
eb9c03b9e5
Bug 949175 - Remove possibility to un-persist a cache entry after it has been opened, r=michal
2014-02-04 01:52:59 +01:00
Honza Bambas
7c5fc076d8
Bug 965899 - Ensure properties are loaded before CacheFileIOManager::OnProfile call, r=michal
2014-02-04 01:52:58 +01:00
Honza Bambas
1b47f55e7d
Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking
2014-02-04 01:52:57 +01:00
Randell Jesup
a295012da8
Bug 892630: Fix for SendBlob() IO thread races and event loop spinning r=smaug,ekr
2014-02-01 08:09:00 -05:00
Jonathan Kew
d6be5bb981
Backed out changeset a9930b656941 (bug 892630) due to crashtest orange
2014-02-01 14:49:26 +00:00
Randell Jesup
fd572c46eb
Bug 892630: Fix for SendBlob() IO thread races and event loop spinning r=smaug
2014-02-01 08:09:00 -05:00
Patrick McManus
f0d11b753b
bug 965348 - control SocketTransportService::Poll tick during spdy idle r=hurley
2014-01-30 02:29:20 -05:00
Jon Coppeard
50bf59a96c
Bug 965904 - Fix some rooting hazards in the browser r=terrence
2014-01-31 09:56:40 +00:00
Jim Chen
859948f7a3
Bug 959218 - Avoid race condition when shutting down nsDeleteDir thread. r=mnovotny
2014-01-30 16:43:00 -05:00
Simone Carletti
2e107e3204
Bug 965744 - PSL changes for Google private domains. r=gerv
2014-01-30 11:32:08 -05:00
Simone Carletti
4799fe01c3
Bug 965740 - Add Microsoft azure to PSL. r=gerv
2014-01-30 11:17:11 -05:00
Ethan Tseng
c1082ab70e
Bug 951188 - [RTSP][V1.3] No error notification when the RTSP link fails to load. r=sworkman
2014-01-30 10:00:53 +08:00
Shih-Chiang Chien
267e4c10f0
Bug 948725 - Invoke |QuitPumpingEvent| after response packet is received. r=jduell
2014-01-30 10:59:15 -05:00
Nicholas Hurley
15ca033083
Bug 959333 - HTTP/2 should say so in the status line. r=mcmanus
2014-01-29 13:42:19 -08:00
Nicholas Hurley
cec4290744
Bug 951293 - Fix speculative connection limiting. r=mcmanus
2014-01-29 13:39:30 -08:00
Gregor Wagner
be32d0687d
Bug 959391 - Remove hard to debug assert. r=jdm
2014-01-28 17:15:29 -05:00
Ryan VanderMeulen
3cd00d5594
Merge b2g-inbound to m-c.
2014-01-28 16:12:29 -05:00
Honza Bambas
7cdb98db06
Bug 963703 - Don't use LoadUnblocked flag as cache priority load indication, r=michal
2014-01-28 17:21:21 +01:00
Jim Chen
12ab2e2ac9
Bug 963592 - Perform replacements for updated UA overrides. r=fabrice
2014-01-28 09:04:39 -05:00
Peiyong Lin
1edcf07508
Bug 966870 - Use fallible allocation at nsStreamLoader::OnStartRequest. r=bsmedberg
2014-02-05 17:46:05 -05:00
Honza Bambas
cd0099adac
Bug 967693 - Temporarily turn on HTTP cache v2, alternative pref to not lose early adopters, r=jduell
2014-02-05 23:36:56 +01:00
Ryan VanderMeulen
d4bc412934
Merge m-c to inbound on a CLOSED TREE.
2014-02-05 15:54:37 -05:00
Honza Bambas
97ca7571c8
Bug 967862 - HTTP cache v2: fix xpcshell tests to be independent on difference between use-new-cache in CacheObserver and in preferences, r=michal
2014-01-09 00:27:29 +01:00
Honza Bambas
c5f606dd7b
Bug 964898 - Auto delete unused cache version data on demand, r=jduell
2014-02-05 20:29:54 +01:00
Phil Ringnalda
bbae79c349
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
8fa4fdef64
Bug 928536: Use WinVerifyTrust to get certificate information on downloaded binaries (r=paolo,keeler,sr=mossop)
2014-01-27 12:38:35 -08:00
Nathan Froyd
d9998bc1b6
Bug 907812 - define kProxyType_FOO as char[] rather than char*; r=jduell
2013-08-21 13:21:40 -04:00
James Kitchener
3e8a969a0d
Bug 964239 - Give selected channels awareness of srcdoc base URI. r=bz
2014-02-06 09:46:29 -05:00