Honza Bambas
162eb32023
Bug 1017636 - Remove all conditional request headers when cache entry's sec-info or input fails to open, r=mcmanus, a=ryanvm on a CLOSED TREE
2014-05-29 19:42:33 +02:00
David Keeler
4434286b6b
bug 1006710 - add class of PSM errors to SEC and SSL errors r=briansmith
2014-05-28 15:28:03 -07:00
Doug Turner
da491f36e8
Bug 995430 - send header when user is signed into a children\'s account. r=mcmanus
2014-05-05 14:30:42 -07:00
Nils Ohlmeier [:drno]
24c7206622
Bug 1014304 - Remove onconnection and onclosedconnection from RTCPeerConnection. r=jib, r=jesup, r=smaug
2014-05-28 09:36:00 -04:00
Jeff Walden
96e2ce765d
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff
2014-05-27 14:32:41 -07:00
Patrick McManus
3ad35f2407
bug 1014589 - problem with https proxying and http pipelines r=hurley
...
--HG--
extra : rebase_source : 7c4f9f80d37102baa8951961d54b6ff842a19afb
2014-05-22 17:49:04 -04:00
Ryan VanderMeulen
095b86b386
Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
...
CLOSED TREE
2014-05-27 14:08:30 -04:00
Jeff Walden
06f73fbe81
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent
2014-05-27 09:56:43 -07:00
Neil Rashbrook
ef8d375d0b
Bug 869836 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
Relading with correct bug number so DONTBUILD.
--HG--
extra : amend_source : 6e05de7729c27761564124212b7d4cbe3318e482
2014-05-26 21:54:10 +03:00
Birunthan Mohanathas
7ed88d413a
Backout 8b8bbe7aa1cc due to wrong bug number
2014-05-27 14:42:13 +03:00
Birunthan Mohanathas
085f40aff8
Bug 869836 - Part 11: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Birunthan Mohanathas
cfd62b35ad
Bug 869836 - Part 10: Use Truncate instead of AssignLiteral("")
. r=ehsan
...
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Neil Rashbrook
71828ecc1c
Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
--HG--
extra : rebase_source : d2d3d611c06a2a7ec930fb11576d7c8335c0a6e2
2014-05-26 21:54:10 +03:00
Carsten "Tomcat" Book
5f4bdd154a
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Ethan Tseng
a4ff778249
Bug 1009497
- Crash happened while device plays MP3 stream over RTSP. r=sworkman
2014-05-23 11:37:18 +08:00
Vincent Chang
331930e1bd
Bug 1006484 - [RTSP][V2.0] Cannot replay RTSP streaming. r=sworkman
2014-05-22 10:11:38 +08:00
Carsten "Tomcat" Book
2b06f4758f
merge b2g-inbound to mozilla-central
2014-05-22 15:21:43 +02:00
Wes Kocher
d8940fe139
Merge m-c to b2g-inbound
2014-05-21 20:38:07 -07:00
Birunthan Mohanathas
952b834c76
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
59b969f7f4
Bug 869836 - Part 8: Use Append('c')
instead of Append("c")
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
aea8617b92
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
58641805f1
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
f65339b9ff
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
189593520f
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
0e6f3a6562
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
19bebbc68d
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:50 +03:00
Birunthan Mohanathas
a5ab25c973
Bug 869836 - Part 1: Use EqualsLiteral instead of == NS_LITERAL_STRING(...)
. r=ehsan
2014-05-22 06:48:50 +03:00
Michal Novotny
069163af8b
Bug 1013333 - HTTP cache v2: do not allow preloading of chunks without input streams once the output stream is opened, r=honzab
2014-05-21 23:42:09 +02:00
Honza Bambas
76d3e0b447
Bug 779899 - Move nsHttpChannel::CreateNewURI to a different place in the file, r=mcmanus
2014-05-21 23:42:08 +02:00
Patrick McManus
4a968470a6
bug 1013934 - NS_ERROR_CORRUPTED_CONTENT should be a stream local error in http2 r=hurley
2014-05-21 14:09:48 -04:00
Patrick McManus
1e47ba1448
bug 1013623 - make nsHttpPipeline.mConnection a smart pointer r=hurley
2014-05-21 10:01:56 -04:00
Wes Kocher
4777505208
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Kyle Huey
8c5cca136c
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Vincent Chang
78dd44da11
Bug 951278 - [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second. r=sworkman
2014-03-18 14:30:51 +08:00
Patrick McManus
a127a1cf25
bug 1012853 - kill switch for https proxying r=hurley
2014-05-19 16:29:46 -04:00
Patrick McManus
eb93537c6c
bug 1012827 - release https proxy connect serialization earlier r=hurley
2014-05-19 15:37:58 -04:00
Patrick McManus
803055099a
bug 1012825 - https proxying over http/2 connect stream r=hurley
2014-05-19 15:37:35 -04:00
Trevor Saunders
42ad93c2a2
bug 1004746
- part 1 - Remove a bunch of usage of nsAutoPtr's copy ctor r=froydnj
2014-05-07 18:05:37 -04:00
Michal Novotny
2266d17f80
Bug 1007071 - Check cache entry size in CacheFileOutputStream::Write(), r=honzab
2014-05-19 14:21:18 +02:00
Honza Bambas
e72e80c669
Bug 1011150 - HTTP cache v2: reimplement AsyncDoomURI for appcache storage, r=michal
2014-05-18 20:03:57 +02:00
Honza Bambas
9cb543b9fe
Bug 1012331 - Let CacheFile::PreloadChunks use mPreloadChunkCount instead of prefs, r=michal
2014-05-18 20:03:57 +02:00
Honza Bambas
33f75366dc
Bug 1010783 - Base CacheFileInputStream::Read on ReadSegments - test, r=michal
2014-05-18 20:03:57 +02:00
Michal Novotny
281e13e756
Bug 1010783 - Base CacheFileInputStream::Read on ReadSegments, r=honzab
2014-05-18 09:31:38 +02:00
Honza Bambas
63bb0ff62c
Bug 998608 - Intermittent netwerk/test/unit/test_range_requests.js | request reports itself as not pending from onDataAvailable, r=michal
2014-05-17 15:38:50 +02:00
Honza Bambas
19ddd1b186
Bug 1011487 - HTTP cache v2: WalkCacheRunnable may release it's callback on a non-main thread, r=michal
2014-05-17 15:38:50 +02:00
Ryan VanderMeulen
7cac2ebe8e
Merge m-c to inbound.
2014-05-16 15:28:18 -04:00
Patrick McManus
fe0987759a
bug 378637 part 15 - pipeline::setconnection(nullptr) is never assertable r=hurley
...
--HG--
extra : rebase_source : e408216599be91fa3c33e84fa3ef41c0d93b8d7d
2014-05-16 11:46:13 -04:00
Patrick McManus
d52c2946ac
bug 378637 part 14 - https proxying for spdy31 and http2 r=hurley
...
--HG--
extra : rebase_source : 03a62d69b08f725c85f092b182a95de9c4eb7288
2014-05-16 11:46:13 -04:00
Patrick McManus
0a3b1e638a
bug 378637 part 13 - https proxying changes to casting and trans lifecycle r=hurley
...
--HG--
extra : rebase_source : 9ba1d5a5c97e6fb42956433dd6738cbec0e8e90c
2014-05-16 11:46:12 -04:00
Carsten "Tomcat" Book
d59003cabf
Merge mozilla-central to b2g-inbound
2014-05-16 14:35:35 +02:00
Ethan Tseng
cc73f37817
Bug 996765 - [RTSP] Support TCP-interleaved RTP transport. r=sworkman
2014-05-12 16:27:07 +08:00
Wes Kocher
738f9f9b41
Merge inbound to m-c
2014-05-15 15:59:45 -07:00
Honza Bambas
1b6004c6f1
Bug 1010221 - Let CacheFileInputStream::ReadSegments loop over all preloaded chunks, r=michal
2014-05-15 19:24:55 +02:00
John Shih
e23b619846
Bug 966625 - Make RTSP be tracked by NetworkActivityMonitor. r=sworkman
...
--HG--
extra : rebase_source : 526906c9e13236acb8356018c6994d5f357f3cdd
2014-05-13 16:51:58 +08:00
Daniel Stenberg
5f64f2d036
Bug 1007024 - CopyAsNetwork32 inserts 32bit network byte order values. r=mcmanus
...
CopyAsNetwork32 is a convenience function to make the PR_htonl() +
memcpy use in the code less repetitive.
2014-05-14 01:01:00 +02:00
Monica Chew
730c8da49a
Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler)
2014-05-13 13:50:13 -07:00
Patrick McManus
173d1dc1d2
bug 378637 part 12 - proxy over TLS (i.e. https proxying) r=hurley
...
--HG--
extra : rebase_source : 85b4f6b3eb1a3977ff888fa70214055a41f72da5
2014-04-16 09:52:43 -04:00
Patrick McManus
1b05a32805
bug 378637 part 11 - move MakeConnectString() to nsHttpHandler r=hurley
...
--HG--
extra : rebase_source : 683d8c5203a17d8869bbce0bbdaeee0dc683442a
2014-04-22 15:46:06 -04:00
Patrick McManus
b48b19cab3
bug 378637 part 10 - implement nsAHttpTransaction::ConnectionInfo r=hurley
...
--HG--
extra : rebase_source : b4b955c652b14e750013130428b71e2e308fead3
2014-04-20 12:01:35 -04:00
Patrick McManus
7df71d973e
bug 378637 part 9 - https proxy info added to connection info and reqeuest head r=hurley
...
--HG--
extra : rebase_source : 30bfa9973c18e2a53ece4ea5056b38c151f49cf0
2014-04-16 09:23:20 -04:00
Patrick McManus
28f052fe8a
bug 378637 part 8 - add https proxy info type r=hurley
...
--HG--
extra : rebase_source : 430a9a58793ccc4da04d93044cf802b72f4e41d3
2014-04-15 18:16:41 -04:00
Patrick McManus
4438318a70
bug 378637 part 7 - new spdysession() no longer takes first transaction r=hurley
...
--HG--
extra : rebase_source : af83fcffa83f1da4250b0a9528e148619f9e3838
2014-05-16 11:46:11 -04:00
Patrick McManus
f641c574a8
bug 378637 part 6 - implement nsAHttpTransaction::QueryHttpTransaction r=hurley
...
--HG--
extra : rebase_source : d2981bb9e47cf9a8f6d038a0c6db6a85f3170f97
2014-04-15 17:40:23 -04:00
Patrick McManus
d267633487
bug 378637 part 5 - move Spdy*::EnsureBuffer to nsHttp r=hurley
...
--HG--
extra : rebase_source : 147ffb4842069ac7531e99d7decb9362a2566556
2014-04-15 17:06:59 -04:00
Patrick McManus
6038b536dc
bug 378637 part 4 - more proactive failed to connect detection in nsHttpConnection r=hurley
...
--HG--
extra : rebase_source : 65004f57b9c464f03050a8597b28a678c6ca8f47
2014-04-02 17:26:58 -04:00
Patrick McManus
c72c71a34e
bug 378637 part 3 - fix http style: comments, whitespace, formatters r=hurley
...
--HG--
extra : rebase_source : 9d2b0692298fca2655023b3bc6295386a96625e6
2014-04-17 19:55:04 -04:00
Patrick McManus
23bd6d3e13
bug 378637 part 2 - change some stack nscstrings to spdystream* autocstring r=hurley
...
--HG--
extra : rebase_source : 9b88e9c875416576c8770e1b1f1d6de8b2402ac5
2014-04-25 16:01:23 -04:00
Patrick McManus
94cb48efb9
bug 378637 part 1 - add leak detection macros to http classes r=hurley
...
--HG--
extra : rebase_source : c846cba060509be22a2a3387929ffa724dba7f40
2014-04-21 08:54:07 -04:00
Ryan VanderMeulen
9e342ce37a
Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE.
2014-05-16 12:29:37 -04:00
Honza Bambas
e8ceeb1152
Bug 998608 - Intermittent netwerk/test/unit/test_range_requests.js | request reports itself as not pending from onDataAvailable!, r=michal
2014-05-16 17:13:04 +02:00
Honza Bambas
e282331a70
Bug 1011487 - HTTP cache v2: WalkCacheRunnable may release it's callback on a non-main thread, r=michal
2014-05-16 17:13:04 +02:00
Andrew McCreight
6b94f1bb01
Bug 971264 - Remove nsHashtable. r=bsmedberg
2014-05-15 09:52:57 -07:00
Shian-Yow Wu
29e21bb5f7
Bug 945152 - Part 3-1: New libjar APIs. r=aklotz
2014-05-16 13:34:43 +08:00
Honza Bambas
e38b016b3b
Bug 913806 - turn HTTP cache v2 on by default, r=jduell
2014-05-15 16:31:26 -07:00
Daniel Holbert
cd261492f3
Bug 1008286: Remove unused variable 'kProxyType_UNKNOWN' from nsProtocolProxyService.cpp to fix clang warning. r=jduell
2014-05-14 16:52:52 -07:00
Honza Bambas
0e677f5560
Bug 1010153 - CacheFileIOManager::ScheduleMetadataWrite called for memory only CacheFiles, r=michal
2014-05-14 23:12:39 +02:00
Honza Bambas
8e145138f5
Bug 1009500 - HTTP cache v2: respect OPEN_BYPASS_IF_BUSY, r=michal
2014-05-14 23:12:38 +02:00
Honza Bambas
1ce5b4714e
Bug 1006181 - HTTP cache v2 memory only storage area not freed on limit, fix purge condition, r=michal
2014-05-14 23:12:38 +02:00
Nicholas Hurley
4f66bb13b6
Bug 1006804 - Enforce TLS key type and size restrictions in HTTP/2. r=mcmanus.
2014-05-14 10:37:05 -07:00
Patrick McManus
1e673cbacc
bug 1006804 - psm interface for kea size and make kea available in preliminary handshake r=keeler r=honzab
2014-05-06 17:22:25 -04:00
Sylvestre Ledru
2c31abd95e
Bug 1003929: Remove some useless declarations in netwerk/protocol/ found by scan-build, the LLVM/Clang static analyzer. r=mcmanus
2014-05-13 17:18:20 +02:00
Sylvestre Ledru
add4694263
Bug 1003929: Remove some useless declarations in netwerk/srtp found by scan-build, the LLVM/Clang static analyzer. r=mcmanus
2014-05-13 17:01:19 +02:00
Sylvestre Ledru
ed8f0ee038
Bug 1003929: Remove some useless declarations in netwerk/sctp found by scan-build, the LLVM/Clang static analyzer. r=mcmanus
2014-05-13 17:01:15 +02:00
Benjamin Chen
fb4b9a800b
Bug 993598 - Don't move forward the mStartPos if the writer returns a failure value. r=roc
2014-05-13 15:26:40 +08:00
Ethan Tseng
9c5f6c7691
Bug 1007577 - [RTSP] Remove nsIInterfaceRequestor from RtspControllerParent. r=sworkman
2014-05-09 15:08:09 +08:00
Ethan Tseng
4b189402f3
Bug 1006530
- Closing a audio RTSP streaming via tab page causes system crash. r=sworkman
2014-05-08 16:16:11 +08:00
Carsten "Tomcat" Book
a3c8c6b85e
Merge mozilla-central to b2g-i
2014-05-09 14:20:02 +02:00
John Shih
09d8a647d2
Bug 996535 - Convert linux socket to NSPR/PRFileDesc. r=sworkman
2014-04-15 14:39:57 +08:00
Neil Rashbrook
5b1f7b4a77
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-05-08 20:08:38 +01:00
Michal Novotny
7d83d58356
Bug 1006217 - Assertion failure: mValidityMap.Length() == 0, at netwerk/cache2/CacheFileChunk.cpp:392, r=honzab
2014-05-08 16:15:24 +02:00
Nicholas Hurley
f1f1004123
Bug 1007850 - Don't reset seer if it's not enabled. r=mcmanus
2014-05-08 17:35:59 -07:00
Daniel Stenberg
9b3002ffb1
Bug 1007029 - GenerateGoAway: Remove pointless memset(). r=mcmanus
2014-05-08 09:27:00 -04:00
Nicholas Hurley
3069ed7bd9
Bug 1006091 - Seer test needs to make sure pref is true before running. r=mcmanus
2014-05-07 16:03:00 -04:00
Igor Kolupaev
89db128641
Bug 997141 - Remove the recur parameter from nsIFile::Contains(). r=bsmedberg
2014-05-07 23:03:41 +03:00
Henri Sivonen
34b67bca76
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00
Robert O'Callahan
7043c985ba
Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
...
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
2014-05-06 17:26:46 +12:00
Honza Bambas
960edf3f12
Bug 1006181 - Update frecency of Recreate()'ed entries to get them purged from memory, r=michal
2014-05-06 20:55:50 +02:00
Daniel Stenberg
620f55a660
Bug 1005821 - http2: store streamID on correct index within frame. r=hurley
...
Http2Session::GenerateGoAway() inserts the 'mOutgoingGoAwayID' at index
7 while the comment (and the current http2 spec draft-12) says it should
be at index 8.
2014-05-05 10:58:00 +02:00
Camilo Viecco
b529036d7c
Bug 1006107 - Disable pining by default, setup pinning for *.addons.mozilla.org. r=dkeeler
...
--HG--
extra : rebase_source : 93b1dbd5dc31490424060729a3941deffa8ee1d5
2014-05-05 13:59:32 -07:00
Nicholas Hurley
9280dfb477
Bug 1005958 - Disable seer. r=mcmanus
2014-05-05 13:21:17 -07:00