Kershaw Chang
aa2bd5ea05
Bug 1256595 - Add frameOuterWindowID in nsILoadInfo, r=billm
2016-06-27 02:42:00 +02:00
Christoph Kerschbaumer
c291d7493b
Bug 1278013
- Remove SEC_FORCE_INHERIT_PRINCIPAL from loadinfo within baseChannel::Redirect. r=bz
2016-06-22 17:15:06 +02:00
Nicholas Hurley
692067a4d1
Bug 1281505 - Only enable predictor prefetch by default on nightly. r=mayhemer
...
MozReview-Commit-ID: 3IPYGooiUSx
2016-06-23 07:59:45 -07:00
Daniel Stenberg
567324b59b
Bug 1281188 - Add network identification telemetry to Mac version, r=mcmanus
2016-06-21 10:08:00 +02:00
Daniel Stenberg
7fa126ed0a
Bug 1280861 - network identification telemetry for Windows, r=mcmanus
2016-06-20 10:30:00 +02:00
Honza Bambas
1998cc0732
Bug 1276930 - Bypass HTTP cache data read right after shutdown, r=michal
...
--HG--
extra : rebase_source : c0f568a3642c74eaad7f901c52f6dd67c6281217
2016-06-22 16:18:01 -07:00
Jan de Mooij
fb0436ba41
Bug 1279295 - Create the runtime's JSContext when we create the runtime. r=luke
2016-06-22 09:47:52 +02:00
Julian Seward
5f62e27fe9
Bug 1278502 - TSan: data races netwerk/cache2/CacheFileIOManager.{h,cpp} on CacheFileHandle::{mSpecialFile, mInvalid}. r=michal.novotny.
...
--HG--
extra : rebase_source : 0e81dc3ed261bf8d2e62c4f1ffaccc28e8ffcfa1
2016-06-21 14:48:48 +02:00
Valentin Gosu
82c499ccb7
Bug 1280643 - Remove telemetry for URLs ending in !//. r=mcmanus
...
MozReview-Commit-ID: HHQfMExQL76
2016-06-17 15:52:34 +01:00
Christoph Kerschbaumer
1b81dcec35
Bug 1271198 - Convert Websockets to use AsyncOpen2(). r=jduell
2016-05-17 12:04:11 +02:00
Nicholas Hurley
f0f573815e
Bug 1273882 - Don't prefetch on origin predictions. r=mayhemer
...
MozReview-Commit-ID: 13QQarCBaRr
2016-06-17 02:58:41 -07:00
Mark Goodwin
75745129ca
Bug 1120377
- Update preferences so TLS error reports are POSTed to the new data pipeline. r=keeler
...
MozReview-Commit-ID: K1xZp4RQjEo
2016-06-14 15:56:41 +01:00
Thomas Zimmermann
92207a5fd9
Bug 1276927: Remove Bionic dependencies from Necko, r=valentin
...
B2G builds now use the header files from Android NDKs. Bionic is
not supported by the build any longer and Bionic features can't be
used anymore. This patch removes Necko's dependencies on Bionic
in favor of the respective Android code.
MozReview-Commit-ID: HP6jC22fLGn
2016-06-16 08:43:51 +01:00
Thomas Nguyen
4b7ad0e2c5
Bug 1223838 - Fix wrong policy associated with empty string. r=fkiefer,hsivonen
...
MozReview-Commit-ID: 7kFH39cegmH
2016-05-30 15:17:45 +08:00
Sebastian Hengst
4efd79c329
Backed out changeset 2a18f4684bdd (bug 1276927)
2016-06-15 12:24:03 +02:00
Thomas Zimmermann
79eb391273
Bug 1276927: Remove Bionic dependencies from Necko, r=valentin
...
B2G builds now use the header files from Android NDKs. Bionic is
not supported by the build any longer and Bionic features can't be
used anymore. This patch removes Necko's dependencies on Bionic
in favor of the respective Android code.
MozReview-Commit-ID: HP6jC22fLGn
2016-06-15 10:59:48 +01:00
Valentin Gosu
582d30f214
Bug 1274886
- Don't send any more IPC messages after calling PHttpChannelParent::SendDeleteSelf() r=jduell
...
MozReview-Commit-ID: 4EE91hvErM7
2016-06-14 13:49:52 +01:00
Carsten "Tomcat" Book
7433982068
Backed out changeset 5038112b5f78 (bug 1277275) for bustage
2016-06-13 09:55:08 +02:00
Honza Bambas
ee7057c5e9
Bug 1277275 - Cache I/O queue length telemetry, r=michal
2016-06-09 09:00:00 +02:00
Ralph Giles
2635086221
Bug 1275744 - Reference MOZ_LOG in netwerk comments. r=erahm
...
NSPR_LOG_MODULES is deprecated.
Programs in the test directory still use PR_NewLogModule,
so NSPR_LOG_MODULES is accurate for them. Getting these
to link against libxul for LazyLogModule is still to do,
so leave those for now.
MozReview-Commit-ID: 3uMR3YPJyyi
--HG--
extra : rebase_source : a94c6392cb0de1b6d6324b192954f48f784e8cbe
2016-05-25 16:13:54 -07:00
Honza Bambas
0c62c74b9f
Bug 1273918 - Revalidate no-store responses even when offline, r=mcmanus
...
--HG--
extra : rebase_source : 1d2d2b336c78e3d7ac84d7173b75d5b615f25404
2016-06-08 05:25:00 +02:00
Valentin Gosu
f2f2201959
Bug 1278188 - Crash accessing local directory named <name>.desktop r=mcmanus
...
MozReview-Commit-ID: 1mchrs0mGGR
2016-06-10 00:51:35 +03:00
Andrea Marchesini
64734bf74c
Bug 1278838
- Remove separate worker binding for Performance API, r=smaug
...
--HG--
rename : dom/performance/nsPerformance.cpp => dom/performance/Performance.cpp
rename : dom/performance/nsPerformance.h => dom/performance/Performance.h
rename : dom/workers/Performance.cpp => dom/performance/PerformanceWorker.cpp
rename : dom/workers/Performance.h => dom/performance/PerformanceWorker.h
2016-06-09 19:04:42 +02:00
Honza Bambas
e7758d8a8c
Bug 1188387 - On failure of nsHttpChannel::ProcessNotModified redirect to reload from network, r=michal
...
--HG--
extra : rebase_source : f714c545a6a1b7fba0691ee5032257f291a558be
2016-06-08 04:24:00 +02:00
Andrew Sutherland
af016de2cb
Bug 1272436 - P0: Implement "only-if-cached" RequestCache mode. r=mayhemer, r=bkelly, r=bzbarsky for WebIDL change
...
The fetch spec has re-introduced "only-if-cached" mode which loads only from
the cache. There are privacy implications to this so for the time being it
is required that "same-origin" mode is used.
2016-06-08 12:10:15 -04:00
Christoph Kerschbaumer
f674644360
Bug 1278641 - Remove SEC_NORMAL from test_authentication.js. r=dd
2016-06-07 20:38:48 +02:00
Tim Huang
604ba53ead
Bug 1270678 - Part 1: Make the NS_GetOriginAttributes() acquires originAttributes from the loadInfo when loadContext is not available. r=valentin
2016-06-06 01:22:00 +02:00
Nicholas Nethercote
642d2ef877
Bug 1278452 - Avoid a possible null deref in netwerk/base/. r=valentin.
...
--HG--
extra : rebase_source : a538aeb4e261a1462fb276e8600481ab9e80339d
2016-06-07 15:07:54 +10:00
Jonas Sicking
add35a6bd8
Bug 1263991 part 6: Add e10s support for incoming websocket connections to FlyWebPublishedServer. r=baku,michal
2016-06-07 02:46:03 -07:00
Jan de Mooij
dad997a833
Bug 1277278 part 3 - Rename error reporter callback to warning reporter, assert it's only used for warnings. r=luke
...
--HG--
extra : rebase_source : ac1febc5220d649853f35c29de89a5e9ffb4fe98
2016-06-07 20:30:48 +02:00
Jan de Mooij
66faed38af
Bug 1277278 part 1 - Remove ContextOptions and make autoJSAPIOwnsErrorReporting the default. r=luke
...
--HG--
extra : rebase_source : aa1dcba100a3bb7a5057b07284cf4a99353afe5a
2016-06-07 20:30:48 +02:00
Masatoshi Kimura
dfb8d11072
Bug 1268728 - Remove ability to enable RC4. r=keeler
2016-06-07 22:17:43 +09:00
Masatoshi Kimura
d4872d9358
Bug 1278250 - Add a utility function to check if non-local connections are disabled. r=mcmanus,mrbkap
2016-06-07 22:17:42 +09:00
Andi-Bogdan Postelnicu
932e09d8e4
Bug 1278504 - fixed buffer not null terminated. r=valentin
...
MozReview-Commit-ID: 4V1YcK2thiF
--HG--
extra : rebase_source : d7b574f8a36de604d7d48c33ca8b920a5659dbb5
2016-06-07 15:44:11 +03:00
Carsten "Tomcat" Book
5a4b7e506f
Backed out changeset 64fb728c174a (bug 1263991)
2016-06-07 12:10:23 +02:00
Jonas Sicking
9835b04168
Bug 1263991 part 6: Add e10s support for incoming websocket connections to FlyWebPublishedServer. r=baku,michal
2016-06-07 02:46:03 -07:00
Thomas Zimmermann
a9cbc7e871
Bug 1277546: Build |nsNetworkInfoService| on b2g, r=nwgh
...
MozReview-Commit-ID: 5A2BO19wVp9
2016-06-07 11:23:30 +02:00
Christoph Kerschbaumer
0cfcbe16b4
Bug 1278271 - Use channel.asyncOpen2() within test_cache-control_request.js. r=honza
2016-06-06 17:21:17 +02:00
Kyle Huey
b42f297a3a
Bug 1273683: Purge any evidence that dougt could write code. r=dougt
2016-06-06 06:51:16 -07:00
Dragana Damjanovic
1de3e688ca
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
...
--HG--
rename : toolkit/components/prompts/test/test_bug625187.html => toolkit/components/prompts/test/test_subresources_prompts.html
2016-06-06 01:06:00 +02:00
Nicholas Nethercote
ec7a660ceb
Bug 1274148 (part 1, attempt 2) - Use MOZ_MUST_USE more in xpcom/io/Base64.h. r=erahm,bagder,mattwoodrow.
...
--HG--
extra : rebase_source : 3e4a861f4f9c4151ffbad110159ad541119278fa
2016-06-06 12:22:14 +10:00
Nicholas Nethercote
4f1d56df39
Backout 0ed86240bc77 for bustage.
2016-06-06 11:51:44 +10:00
Nicholas Nethercote
8bc7cd881e
Bug 1274148 (part 1) - Use MOZ_MUST_USE more in xpcom/io/Base64.h. r=erahm,bagder,mattwoodrow.
...
--HG--
extra : rebase_source : b468df852789a22e3d50a9580515bb6aa46784d5
2016-06-06 09:21:00 +10:00
Nicholas Nethercote
f22dbabefd
Bug 1277752 (part 2) - Check the return value of PR_Seek64() in nsTemporaryFileInputStream::ReadSegments(). r=valentin.
...
--HG--
extra : rebase_source : 95c7f010aa71b4c59cfe9a5a9cb774210b873cfa
2016-06-03 14:27:22 +10:00
Nicholas Nethercote
f5495086eb
Bug 1277752 (part 1) - Add a missing null check in Dashboard::GetDNSCacheEntries(). r=valentin.
...
The AppendElement() call is fallible, so its result must be null-checked.
--HG--
extra : rebase_source : 5662a9fe1f47a6968e7a147ea09559b7790e74c1
2016-06-03 14:24:00 +10:00
Carsten "Tomcat" Book
e8d8c705a1
Backed out changeset 490d3460a197 (bug 1230462) for test failures in test_modal_prompts.html
...
--HG--
rename : toolkit/components/prompts/test/test_subresources_prompts.html => toolkit/components/prompts/test/test_bug625187.html
2016-06-05 11:26:57 +02:00
Dragana Damjanovic
8d4a3a8b49
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
...
--HG--
rename : toolkit/components/prompts/test/test_bug625187.html => toolkit/components/prompts/test/test_subresources_prompts.html
extra : rebase_source : f37ed50a558040dee1958c215ccc5559637d2f84
2016-06-03 09:09:00 +02:00
Natanael Copa
6ffb5de597
Bug 1274732 - Avoid allocate 128k buffer on stack r=mcmanus
...
Move the 128k buffer for brotli decompression to the heap instead of stack.
This fixes crash with musl libc which provides 80k stack by default.
MozReview-Commit-ID: 9cDlFO5eoi1
--HG--
extra : rebase_source : 8f8e28e63da24cd4dde9ed585e8223cde2e5d9f1
2016-05-29 15:59:24 +02:00
Patrick McManus
c5691caef2
Bug 1277943 - atomic fix to sockettransport::debugautomutex r=hurley
2016-06-03 15:56:26 -04:00
Masatoshi Kimura
ee23c0a77c
Bug 975832 - Enable AES-256 variants of the AES-128 GCM cipher suites we have already enabled. r=keeler
2016-06-04 08:19:29 +09:00