Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
R Kent James
9d2752314f
Bug 698730 - Add username to connection cache hash so NTLM gets correct connection, r=mcmanus
2014-04-26 12:01:39 -07:00
Honza Bambas
5418308b9c
Bug 999383 - optimize Open and Read inter-thread calls in CacheFileIOManager, r=michal
2014-04-26 18:42:07 +02:00
Honza Bambas
ffa0366ff3
Bug 913810 - make nsHttpChannel properly react to FILE_NOT_FOUND from the cache, r=michal
2014-04-26 18:42:07 +02:00
Camilo Viecco
80ec7bb1fa
Bug 915930 - Make mozilla::pkix the default certificate verifier for all (not just desktop) r=briansmith
...
--HG--
extra : rebase_source : 56402e60078298dc64cf5476afda7c95671a7092
2014-04-25 13:22:30 -07:00
Honza Bambas
cdad589b58
Bug 1001361 - HTTP Cache directory created inside Cache directory, r=michal
2014-04-25 13:02:36 +02:00
Honza Bambas
f52f871f89
Bug 998445 - Unable to see disk cache size, 'Calculating web content cache size' stays forever, r=michal
2014-04-24 18:50:46 +02:00
Honza Bambas
f0d512f25e
Bug 992974 - Improve logs at CacheStorageService::AddStorageEntry, r=michal
2014-04-24 18:50:45 +02:00
Valentin Gosu
ff4fa43bdb
Bug 991116 - Intermittent test_ping_aboutnetworking.js. r=mcmanus
...
Use nsMainThreadPtrHandle<NetDashboardCallback> for JS objects.
Remove pointles code that clears the JS callback.
Fix test using out of scope variable.
2014-04-23 23:45:10 +03:00
Valentin Gosu
e621efc2fa
Bug 996055 - Prevent url.hostname from clearing the hostname. r=mcmanus
2014-04-23 17:45:58 +03:00
Chris Peterson
17761be1a4
Bug 999717 - Fix gcc -Wlogical-op warnings in netwerk. r=sworkman
2014-04-22 14:38:05 -07:00
Martin Thomson
00ed9d62ef
Bug 907770 - Part 2: Test changes for https support on b2g/android. r=jmaher
2014-03-14 11:25:48 -07:00
Ryan VanderMeulen
e2cbddca2e
Merge m-c to inbound.
2014-04-22 13:07:17 -07:00
Ryan VanderMeulen
e4daf0a0d5
Merge b2g-inbound to m-c.
2014-04-22 12:50:29 -07:00
Ethan Tseng
f2d1f8c08a
Bug 992568 - Part 2: Refactor RtspChannel to support redirection. r=sworkman
2014-04-03 19:08:34 +08:00
Makoto Kato
d20c2455e3
Bug 26767 - FTP client detects UTF-8 if server returns UTF8 on FEAT. r=michal.novotny
2014-04-23 01:12:58 +09:00
Valentin Gosu
bd28245b1f
Bug 822480 - Fix e10s bits of Resource Timing implementation. r=bz, r=honzab
...
* Move nsITimedChannel to HttpBaseChannel which is inherited by HttpChannelChild
* Return mZeroTime instead of 0 in nsPerformanceTiming
* Pass redirect count from parent to child channel
2014-04-21 09:34:33 -04:00
Adrian Lungu
864ffca9e7
Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst
2013-10-15 18:35:44 -07:00
Masatoshi Kimura
55d6620bf7
Bug 997519 - Ensure that an valid encoding will be passed to nsTextToSubURI::UnEscapeAndConvert(). r=neil
2014-04-18 07:25:58 +09:00
Patrick McManus
50536a02af
Bug 997686 - SocketTransportService infaliible malloc cleanup r=sworkman
2014-04-15 22:41:06 -04:00
Patrick McManus
b94179a938
Bug 997688 - nsSocketTransport should track SocketTransportService via smart ptr r=sworkman
2014-04-15 23:00:39 -04:00
Nicholas Hurley
14305fa2c4
Bug 997166 - Avoid starting up the seer service if we don't have to. r=mcmanus
2014-04-17 10:41:17 -07:00
Patrick McManus
759b8bc24f
Bug 997690 - nsHttpConnection::IdleTimeout default can be set internally r=hurley
2014-04-16 12:34:56 -04:00
Ben Kelly
ed231bac61
Bug 993591: Eagerly free nsStreamLoader data. r=mcmanus
2014-04-17 10:59:54 -04:00
Ethan Tseng
1531ef0eaf
Bug 996688 - Prevent potential crash in RtspConnectionHandler::parsePlayResponse. r=sworkman
2014-04-16 00:59:30 +08:00
Jon Coppeard
173bd25321
Bug 993413 - Remove use of JS_Add/Remove*Root in favour of JS::PersistentRooted where possible r=terrence r=bz r=bholley
2014-04-16 09:47:53 +01:00
Georg Koppen
ef52c3bbf9
Bug 971153 - Write a test for bug 751465. r=mcmanus
...
This patch adds a) a test for the fixed proxy bypass in bug 751465 and
makes b) some underlying changes to the nsDNSService to be able to write
that test in the first place.
2014-04-15 22:13:00 +02:00
Kyle Huey
f8ac50b15d
Bug 995405: Don't pass around references to the observer service off the main thread. r=michal
...
--HG--
extra : rebase_source : 14baedc2f8e0d9f63b30be9c3c9eb373ba432ec5
2014-04-14 12:04:26 -07:00
Doug Turner
8fa43a4630
Bug 995070 - Add preference to send 'Prefer: Safe' header as defined by draft-nottingham-safe-hint-01. r=mcmanus
2014-04-13 21:39:13 -07:00
Ryan VanderMeulen
60427a8b97
Backed out 2 changesets (bug 993734, bug 995405) for Windows bustage on a CLOSED TREE.
...
Backed out changeset 3797f7c91ed2 (bug 993734)
Backed out changeset 9d4032c2f237 (bug 995405)
2014-04-14 15:39:28 -04:00
Kyle Huey
d6377e31fc
Bug 995405: Don't pass around references to the observer service off the main thread. r=michal
2014-04-14 12:04:26 -07:00
Nicholas Hurley
4b1d12aa02
Bug 994344 - Prevent access of null mDB in seer. r=mcmanus
2014-04-11 22:52:58 -04:00
Valentin Gosu
cf4f80d9e4
Bug 991471 - Fix offset when setting host on URL. r=mcmanus
2014-04-10 10:23:04 -04:00
Michal Novotny
b748353443
Bug 994574 - HTTP cache v2: CacheFileMetadata::ParseMetadata() fails to parse any entry, r=honzab
2014-04-10 14:29:46 +02:00
Michal Novotny
993f02b514
Bug 977766 - HTTP cache v2: selective deletion of data (by load context info), r=honzab, michal
2014-04-10 12:47:20 +02:00
David Rajchenbach-Teller
6800ad98e4
Bug 928340 - Tests for nsIAsyncStreamCopier2. r=mayhemer
2014-04-10 10:00:08 +02:00
David Rajchenbach-Teller
301344549d
Bug 928340 - Using nsIAsyncStreamCopier2 instead of nsIAsyncStreamCopier in NetUtil.asyncCopy. r=mayhemer
2014-04-09 02:27:00 +02:00
David Rajchenbach-Teller
b12935d64a
Bug 928340 - nsIAsyncStreamCopier2 and implementation. r=mayhemer
2014-04-09 02:26:00 +02:00
Michal Novotny
7f7612b2d2
Bug 920573 - HTTP cache v2: Remove all cache files during shutdown when "Clear history when Firefox closes" + "Cache" setting is checked, r=honzab
2014-04-09 10:06:59 +02:00
Aaron Klotz
025fed58f4
Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj
2014-04-08 22:57:52 -06:00
John Shih
4059919385
Bug 949956 - Move duplicated code to NetStatistics.h. r=mcmanus
2014-01-14 17:55:29 +08:00
Ben Turner
b75b16fbf9
Bug 993080 - 'MOZ_CRASH(nsStandardURL not thread-safe) in RemoteOpenFileChild::~RemoteOpenFileChild'. r=khuey.
2014-04-07 16:39:42 -07:00
Honza Bambas
11890cf418
Bug 941698 - HTTP cache v2: add version information to cache entries, r=michal
2014-04-07 22:07:43 +02:00
Michal Novotny
3b8a819410
Bug 988186 - HTTP cache v2: store all fields in CacheFileMetadata in network order on disk, r=honzab
2014-04-07 22:07:38 +02:00
Honza Bambas
8371acf5d5
Bug 988318 - HTTP cache v2: enlarge chunk size, r=michal
2014-04-06 20:45:49 +02:00
Honza Bambas
b4dd4d8955
Bug 986179 - Rework cache2 memory pool, r=michal
2014-04-06 20:45:18 +02:00
Honza Bambas
8f792746f0
Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin
2014-04-06 20:44:40 +02:00
Honza Bambas
e0dd661ad6
Bug 968593 - HTTP cache v2: Make load context key (a.k.a key prefix) safely parsable, r=michal
2014-04-06 20:44:40 +02:00
Nicholas Hurley
aaa81fae5e
Bug 987248 - Prevent divide-by-zero in seer. r=mcmanus
2014-04-07 12:45:45 -07:00
Steve Workman
852d079189
Bug 990268 - Send FTPChannelParent::mStatus in IPDL messages to FTPChannelChild r=mayhemer
2014-04-07 11:26:22 -07:00