Nicholas Hurley
9b18467d6c
Bug 1190985 - Fix data race in DebugMutexAutoLock r=mcmanus
2015-08-04 14:16:49 -07:00
Nicholas Nethercote
845b474b3c
Bug 1189156 (part 4) - Don't use enumeration style for nsBaseHashtable::SizeOf{In,Ex}cludingThis(). r=erahm,jfkthame.
...
After this change, we have ShallowSizeOf{In,Ex}cludingThis(), which don't do
anything to measure children. (They can be combined with iteration to measure
children.)
2015-07-30 21:19:57 -07:00
Nicholas Nethercote
f23a15f104
Bug 1189156 (part 2) - Don't use enumeration style for nsTHashtable::SizeOf{In,Ex}cludingThis(). r=erahm.
...
After this change, we have ShallowSizeOf{In,Ex}cludingThis(), which don't do
anything to measure children. (They can be combined with iteration to measure
children.)
And we still have the existing single-arg SizeOf{In,Ex}cluding() functions,
which work if the entry type itself defines SizeOfExcludingThis().
2015-07-29 01:50:52 -07:00
Nicholas Hurley
2a538e6b19
No bug - Remove extra printf left over from bug 1127618. r=smaug
2015-08-03 14:14:39 -07:00
Nicholas Hurley
8642eb435f
Bug 1127618 - make push caches work in e10s. r=mcmanus r=froydnj IGNORE IDL
2015-07-31 13:50:08 -07:00
Nicholas Hurley
c2f1ab6c42
Bug 1127618 (prereq) - Fix compile errors caused by files moving from one unified file to another. r=mcmanus
2015-07-31 13:48:26 -07:00
Valentin Gosu
1787b1a501
Bug 1189852 - link broken when a line break is part of the hash r=mcmanus
2015-08-03 21:00:16 +02:00
Nicholas Hurley
6eabc3c8fb
Bug 1152048 - Send wakeup notification asynchronously to avoid reentrancy issues. r=bagder
2015-07-31 13:39:48 -07:00
Nicholas Hurley
7130c90abc
Bug 1152048 - Make the RELEASE_ASSERT on the sts lock a DIAGNOSTIC_ASSERT. r=bagder
2015-07-31 13:33:48 -07:00
David Keeler
9db6074701
bug 1188100 - fold PSM's test_client_cert.js into necko's test_tls_server.js r=mcmanus
2015-07-29 14:27:54 -07:00
Muhsin Ali Steiman
f5da7292b5
Bug 1190069 - Fix uninitialized variable in MDNSResponderOperator.cpp. r=xeonchen
2015-08-01 11:26:00 -04:00
Carsten "Tomcat" Book
05d8bcb28a
Merge mozilla-central to fx-team
2015-08-07 13:21:30 +02:00
Liang-Heng Chen
a03cd54bd7
Bug 1188935 - Part 2: enable mDNS module on Android only if API level >= 21; r=mcmanus
2015-08-06 03:23:00 +02:00
Nicholas Nethercote
90c3d013d4
Backout bff74cecc67c, ffe0edb2aae7, b60b7c267cef, 6da154b43265, bcf6fd3ab9bb (bug 1182961 parts 1--5) for possible intermittent failures and performance problems.
...
a=bustage
2015-08-06 16:30:47 -07:00
Nate Hughes
9872157f6a
Bug 1188421 - Properly null memory reporter's compressor reference. r=hurley
2015-07-30 12:31:43 -07:00
Carsten "Tomcat" Book
95be8cfd85
Backed out changeset fb2a27db76bc (bug 1032254) for OS X Static Build Bustage on a CLOSED TREE
2015-07-31 07:57:50 +02:00
Michal Novotny
d6b0e24dad
Bug 1137008 - Implement missing parameters of WebSocket permessage compression extension, r=jduell
2015-07-31 07:12:53 +02:00
Nicholas Nethercote
d130e7465e
Bug 1189156 (part 1) - Don't use enumeration style for PLDHashTable::SizeOf{In,Ex}cludingThis(). r=froydnj.
...
After this change, we have PLDHashTable::ShallowSizeOf{In,Ex}cludingThis(),
which don't do anything to measure children. (They can be combined with
iteration to measure children.)
This patch also removes the PL_DHashTableSizeOf{In,Ex}cludingThis() functions.
They're not necessary because the methods can be used instead.
Finally, the patch deliberately converts some SizeOfExcludingThis() calls to
SizeOfIncludingThis(). These are all done on heap pointers so this change is
valid.
2015-07-29 22:28:20 -07:00
Valentin Gosu
7ee1294a35
Bug 1032254 - Provide a way to pin resources in the http cache r=honzab
2015-07-30 11:40:00 +02:00
Wes Kocher
ed691c7329
Backed out changeset 2bdaed564656 (bug 1125961) for b2g emulator mochitest-21 failures starting in test_fetch_event_client_postmessage.html
2015-07-30 14:53:38 -07:00
Gervase Markham
0aa452b61b
Bug 1182042 - Update PSL to latest version from Github. r=gerv
2015-07-30 09:48:00 -04:00
Ryan VanderMeulen
eea81fd1fa
Backed out changeset 0ad329ed192e for landing with the wrong bug number in the commit message.
2015-07-30 16:29:03 -04:00
Gervase Markham
8aad3c95d5
Bug 1107311 - Update PSL to latest version from Github. r=gerv
2015-07-30 09:48:00 -04:00
Ryan VanderMeulen
35257ce14a
Merge m-c to inbound. a=merge
2015-07-30 16:09:17 -04:00
Ryan VanderMeulen
5ec75e6c41
Merge inbound to m-c. a=merge
2015-07-30 16:08:21 -04:00
Shian-Yow Wu
da68acf71a
Bug 1069081 - Part 1: Always cache fd in JAR cache except Windows. r=mwu
2015-07-30 16:05:57 +08:00
Wes Kocher
13400e57d2
Merge b2ginbound to central, a=merge
2015-07-29 20:19:12 -07:00
Jessica Jong
f656b772a3
Bug 1167132 - Part 13: [NetworkManager] Move network information into a separate interface (Necko/NetStats). r=ethan
2015-07-29 02:14:00 -04:00
Josh Matthews
4eeb8b6066
Bug 1125961 - Allow sending null PBrowser actors when there's a triggering principal which can be used for security checks. r=bkelly,ddamjano
2015-06-03 15:07:42 -04:00
Nicholas Nethercote
b003fba482
Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj.
...
This makes it clearer that, unlike how SizeOf*() functions usually work, this
doesn't measure any children hanging off the array.
And do likewise for nsTObserverArray.
2015-07-28 23:24:24 -07:00
Bobby Holley
106e778c81
Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj
2015-07-29 10:44:59 -07:00
Bobby Holley
7492f57830
Bug 1186732 - Implement an about:blank page inside of moz-extension. r=billm
2015-07-28 17:18:05 -07:00
Bobby Holley
ea90ac6024
Bug 1186152 - Implement nsIProtocolHandlerWithDynamicFlags and use it for moz-extension. r=bz
2015-07-28 12:26:51 -07:00
Ehsan Akhgari
03166bf29d
Bug 1188205 - Fix more constructors in netwerk; r=mcmanus
2015-07-28 08:53:24 -04:00
Valentin Gosu
e5dcf8e4f1
Bug 1182487 - Add test for opening the channel with nsIRequest::INHIBIT_CACHING flag set. r=michal
2015-07-10 16:31:43 +02:00
Honza Bambas
d11786e1bf
Bug 1182487 - Don't try to write to HTTP cache entry in nsHttpChannel when entry is open for reading only. r=michal
2015-07-15 13:30:00 +02:00
Bobby Holley
87d592016e
Bug 1186155 - Use UNIFIED_SOURCES in netwerk/protocol/res. r=billm,sr=mcmanus
2015-07-27 16:30:43 -07:00
Ryan VanderMeulen
aaaf344ec6
Merge fx-team to m-c. a=merge
2015-07-27 10:39:37 -04:00
Jason Duell
28b7e8a9b5
Bug 1176073 - Missing mIPCClosed check in SendReportSecurityMessage. r=honza
2015-07-14 15:03:00 +02:00
Panos Astithas
e3084d3f15
Bug 1145503 - TP exceptions added while in Private Browsing mode persist beyond the Private Browsing session. r=ehsan
2015-07-26 13:23:12 +03:00
Blake Kaplan
fefbd6cb3d
Bug 1144631 - Make FTP with auth prompts work in e10s. r=billm/dragana
2015-07-21 17:15:00 +02:00
Nate Hughes
b12d6d89f1
Bug 986302 - Add memory reporting for HPACK tables r=hurley r=njn
2015-07-17 14:38:10 -07:00
Blake Kaplan
0aaf0ada51
Bug 1186920 - Fix b2g applications that use cookies. r=gwagner
2015-07-23 19:00:49 -07:00
Nicholas Hurley
687fcc56a9
Bug 1181258 - Limit URI length the predictor keeps. r=honzab
2015-07-23 12:21:59 -07:00
Eric Rahm
2e955093fe
Bug 1184275 - Remove warnings that URI is not a file URI. r=jduell
...
This error is handled properly and appears to happen due to legitimate usage.
The warnings are updated to just return the proper error code.
2015-07-23 11:03:25 -07:00
Valentin Gosu
beea81b4ee
Bug 1170837 - Provide way to update packaged apps r=honzab
2015-07-23 17:38:40 +02:00
Valentin Gosu
3cc3aa4723
Bug 1170837 - Add static GetPackageURI method to PackagedAppService r=honzab
2015-07-23 17:38:36 +02:00
Valentin Gosu
922ebfe6d5
Bug 1170837 - Make nsMultiMixedConv not return an error when served only a package's metadata from the cache r=honzab
...
Make the stream converter aware of the "application/package" mimetype.
2015-07-23 17:38:33 +02:00
Carsten "Tomcat" Book
46cc91f872
Backed out changeset 86b2cd28a91b (bug 1170837) for bustage on a CLOSED TREE
2015-07-23 14:37:22 +02:00
Carsten "Tomcat" Book
0571413928
Backed out changeset 35e4460b0194 (bug 1170837)
2015-07-23 14:30:12 +02:00
Carsten "Tomcat" Book
b71116aff0
Backed out changeset 396674528152 (bug 1170837)
2015-07-23 14:25:37 +02:00
Valentin Gosu
3c7b12f33b
Bug 1170837 - Provide way to update packaged apps r=honzab
2015-07-23 14:07:09 +02:00
Valentin Gosu
d3cb36b78f
Bug 1170837 - Add static GetPackageURI method to PackagedAppService r=honzab
2015-07-23 14:07:04 +02:00
Valentin Gosu
e44f2007c1
Bug 1170837 - Make nsMultiMixedConv not return an error when served only a package's metadata from the cache r=honzab
...
Make the stream converter aware of the "application/package" mimetype.
2015-07-23 14:07:00 +02:00
Carsten "Tomcat" Book
f1fda3e36e
merge mozilla-inbound to mozilla-central a=merge
2015-07-23 12:02:27 +02:00
Ryan VanderMeulen
52064e622b
Backed out changeset 60d045b1c1a6 (bug 1183781) for causing bug 1186435. a=me
2015-07-22 22:12:29 -04:00
Ryan VanderMeulen
17e59e21b1
Merge inbound to m-c. a=merge
2015-07-22 16:34:07 -04:00
Michal Novotny
4ef74fc900
Bug 1177278 - Large OOMs in CacheFileMetadata::WriteMetadata, r=honzab
2015-07-22 15:23:16 +02:00
Magnus Melin
0466f8b50e
Bug 1176612 - the browser.cache prefs must be set before the predictor is created. r=hurley
...
Was causing comm-central failures:
TEST-UNEXPECTED-TIMEOUT | netwerk/test/unit/test_predictor.js | Test timed out
TEST-UNEXPECTED-TIMEOUT | netwerk/test/unit_ipc/test_predictor_wrap.js | Test timed out
2015-07-21 23:20:20 +03:00
Bobby Holley
f694ec0a43
Bug 1161831 - Forbid mapping to anything but file:// and jar:// URIs. r=billm,sr=bz
2015-07-21 12:57:23 -07:00
Bobby Holley
511cc8c18f
Bug 1161831 - Implement moz-extension protocol. r=bz,r=billm,sr=mcmanus
...
The heavy lifting all happened in the previous patch, so this is easy now.
2015-07-21 12:57:22 -07:00
Bobby Holley
c9b2b450bb
Bug 1161831 - Factor the sharable bits out of nsIResProtocolHandler. r=billm
2015-07-21 12:57:21 -07:00
Bobby Holley
7c93dba236
Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm
...
As far as I can tell, this thing isn't threadsafe at all.
2015-07-21 12:57:21 -07:00
Dragana Damjanovic
78df4240e2
Bug 1182066 - Enforce defaultLoadFlags for all requests. r=mayhemer
2015-07-21 09:23:00 -04:00
Steven Michaud
67d9952134
Bug 1186042 - "Undeclared identifier" errors building nsAboutBloat.cpp. r=jduell
2015-07-21 13:04:47 -05:00
Ehsan Akhgari
ca66733e18
Bug 1185988 - Don't hold the observer service alive from nsHttpHandler; r=mcmanus
2015-07-21 13:40:33 -04:00
Michael Layzell
ea769d03ae
Bug 1184971 - Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICookieService. r=ehsan
2015-07-17 08:01:00 +02:00
Carsten "Tomcat" Book
946afe94d0
Backed out changeset 2f4b5acae553 (bug 1184971) for causing OS X Memory Leaks
2015-07-21 10:27:44 +02:00
Carsten "Tomcat" Book
c70f141ba4
Backed out changeset 8b90b21e0c64 (bug 986302) for static build failures
2015-07-21 08:53:37 +02:00
Franziskus Kiefer
5282901ef0
Bug 1174913 - remove unnecessary attribute parsing. r=bz
2015-07-13 18:04:42 -07:00
Carsten "Tomcat" Book
bb0928ae59
Merge mozilla-central to fx-team
2015-07-22 14:09:48 +02:00
Blake Kaplan
a0d50ea7d2
Bug 1139953 - Pass a dummy channel into the cookie service so that nsICookiePermission can compute private browsing mode correctly. r=jdm
2015-07-17 14:52:00 +02:00
Franziskus Kiefer
2c70bcc951
Bug 1174913 - anchor and area referrer attributes. r=ckerschb, r=bz
2015-06-05 15:25:24 -07:00
Michael Layzell
a0830685a4
Bug 1184971 - Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICookieService. r=ehsan
2015-07-17 08:01:00 +02:00
Nate Hughes
0e64d8f9c5
Bug 986302 - Add memory reporting for HPACK tables. r=hurley r=njn
2015-07-17 14:38:10 -07:00
Ehsan Akhgari
f42e7565ae
Bug 1185515 follow-up: Include nsProxyRelease.h in nsUDPSocket.h, landed on a CLOSED TREE
2015-07-20 18:17:54 -04:00
Ehsan Akhgari
3171e4a984
Bug 1185515 - Don't hold the observer service alive from nsDNSService; r=mcmanus
2015-07-20 17:51:33 -04:00
Christoph Kerschbaumer
f99130c81b
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - channel changes (r=mcmanus,sicking)
2015-05-15 13:21:20 -07:00
Christoph Kerschbaumer
c12c53450c
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - loadinfo changes (r=sicking,tanvi,sworkman)
2015-07-19 19:11:57 -07:00
Christoph Kerschbaumer
897b9bccb9
Bug 1175803 - Store redirect chain within loadInfo - part 3 e10s (r=mrbkap,mayhemer)
2015-07-19 19:11:38 -07:00
Christoph Kerschbaumer
e4978b4cc9
Bug 1175803 - Store redirect chain within loadInfo - part 2 (r=sicking,mayhemer)
2015-07-19 19:43:09 -07:00
Christoph Kerschbaumer
a1adafb4ba
Bug 1175803 - Store redirect chain within loadInfo - part 1 (r=sicking,mayhemer)
2015-07-19 19:11:03 -07:00
Ehsan Akhgari
82a433cdd6
Bug 1184395 - Remove nsCookieService::mObserverService; r=jdm
...
This is done to ensure that the cookie service cannot hold the observer
service alive.
2015-07-17 21:09:04 -04:00
Valentin Gosu
47295c09f9
Bug 1183781 - Fix leak in nsHostResolver r=sworkman
2015-07-18 00:22:45 +02:00
Ryan VanderMeulen
d15decc3a7
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-07-17 10:27:24 -04:00
Ryan VanderMeulen
078d2ab402
Merge inbound to m-c. a=merge
2015-07-17 10:26:22 -04:00
Valentin Gosu
5b77d96fef
Bug 1172233
- Allow web packaged apps to be served without a mimetype r=mcmanus
2015-07-17 14:25:43 +02:00
Valentin Gosu
273814e79e
Bug 1153929 - Add diagnostic asserts to check vtable is still present for mPipeOut r=mcmanus
2015-07-17 14:15:56 +02:00
Ryan VanderMeulen
4f75be6ece
Merge m-c to fx-team. a=merge
2015-07-16 16:23:27 -04:00
Benoit Girard
2e648924e7
Bug 1182516 - Add Chaos Mode environment variable MOZ_CHAOSMODE. r=roc
2015-07-14 17:29:23 -04:00
Francois Marier
0e3e4adfee
Bug 1180323 - Only look at TP table before cancelling speculative connections. r=gcp
2015-07-11 19:19:29 +02:00
Simon Montagu
9f32d87101
Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame
2015-07-15 05:55:24 -07:00
Liang-Heng Chen
a54f60519d
Bug 1158029 - Part 2: mDNS XPCOM module using NsdManager. r=mcmanus
2015-07-16 02:43:00 -04:00
Wes Kocher
d1fecb8032
Backed out 24 changesets (bug 1173523, bug 1172080, bug 817007, bug 1165263) for android reftest bustage CLOSED TREE
...
Backed out changeset 84fe04b2e7d1 (bug 1172080)
Backed out changeset 0ff004760a1f (bug 1172080)
Backed out changeset af147585ad55 (bug 1165263)
Backed out changeset c3af8ebb6db0 (bug 1165263)
Backed out changeset cd3f33a888fe (bug 1165263)
Backed out changeset e5db39044a1e (bug 1165263)
Backed out changeset c01c9ed77061 (bug 1165263)
Backed out changeset fb723aaa4267 (bug 1165263)
Backed out changeset f754e52e74dc (bug 1165263)
Backed out changeset c6bda3a0afd6 (bug 817007)
Backed out changeset bfa100253349 (bug 817007)
Backed out changeset b787b3f9aadc (bug 1173523)
Backed out changeset 4a0676b73f77 (bug 1173523)
Backed out changeset 82034a4560c5 (bug 1173523)
Backed out changeset 4bdb91114c7a (bug 1173523)
Backed out changeset 72406261eccc (bug 1173523)
Backed out changeset 541b6faf7196 (bug 1173523)
Backed out changeset 1caac4569616 (bug 1173523)
Backed out changeset 0d4f9f9e1b4e (bug 1173523)
Backed out changeset 2d5661eb966c (bug 1173523)
Backed out changeset 89833c0bb0cd (bug 1173523)
Backed out changeset ea64d70eacfe (bug 1173523)
Backed out changeset a8e4f1c0c445 (bug 1173523)
Backed out changeset cf498d466b85 (bug 1173523)
2015-07-14 14:00:32 -07:00
Ben Kelly
a8c12eb83d
Bug 1173934 Show a message if a docshell fails to load due to SW intercept failure. r=ehsan r=jdm
2015-07-14 13:11:26 -07:00
Michael Layzell
dc2a5d91c9
Bug 1173523 - Part 10: Update nsIPermission and nsIPermissionManager tests to use new API for nsIPermission, r=ehsan
2015-07-14 15:06:26 -04:00
Michael Layzell
a71129398e
Bug 1173523 - Part 1: Expose an nsIPrincipal from nsIPermission rather than a host string, appId, and isInBrowserElement, r=ehsan
2015-07-14 15:06:15 -04:00
Valentin Gosu
73d0b6340e
Bug 1182515 - Clear reference to captive portal service when observing xpcom-shutdown. r=mcmanus
2015-07-13 15:50:58 +02:00
Christoph Kerschbaumer
1a14842258
Bug 1180964 - Provide a C++ friendly version of LoadInfo on nsIChannel - IGNORE IDL (r=sicking,sworkman)
2015-07-13 22:50:34 -07:00
Christoph Kerschbaumer
52f20142b8
Bug 1179505 - Make LoadInfo arguments optional in ipdl (r=bent,sicking)
2015-07-13 22:43:13 -07:00
Wes Kocher
f1f60449ff
Merge m-c to fx-team, a=merge
2015-07-15 16:44:38 -07:00
Mike Taylor
2312f12263
Bug 1178760: Add ability to read ua-update.json from APK for Fennec. r=jchen
2015-07-15 12:17:29 -07:00
Ryan VanderMeulen
cea372feb9
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-07-22 16:46:24 -04:00
Dragana Damjanovic
b4dccf6745
Bug 1183579
- Inline some function needed purplexpcom. r=jduell
2015-07-14 04:02:00 +02:00
Ryan VanderMeulen
e25f29c619
Backed out changeset 00ec02ec876e (bug 1184395) for Android crashes.
...
CLOSED TREE
2015-07-16 15:18:35 -04:00
Michael Layzell
09303db7d4
Bug 1173523 - Part 10: Update nsIPermission and nsIPermissionManager tests to use new API for nsIPermission, r=ehsan
2015-07-16 14:49:39 -04:00
Michael Layzell
9795afcffe
Bug 1173523 - Part 1: Expose an nsIPrincipal from nsIPermission rather than a host string, appId, and isInBrowserElement, r=ehsan
2015-07-16 14:49:22 -04:00
Ehsan Akhgari
5d2efab883
Bug 1184395 - Release the observer service when the cookie service shuts down; r=jdm
2015-07-16 13:39:27 -04:00
Birunthan Mohanathas
e52329c788
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Valentin Gosu
d881889081
Bug 1179779 - Neither XRE_START_OFFLINE nor -offline work any more. r=mayhemer
2015-07-08 15:56:12 +02:00
ISHIKAWA, Chiaki
142ba44329
Bug 1170646 - Handle short read in (old) Cache code still used by C-C TB. r=michal
2015-07-07 11:34:00 -04:00
Michael Layzell
c1d10743ff
Bug 1180993 - Part 3: Correct use sites of functions which return already_AddRefed. r=ehsan
2015-07-10 08:36:00 -04:00
Michael Layzell
24f5535c05
Bug 1181319 - Correctly use NS_DECL_ISUPPORTS_INHERITED instead of NS_DECL_ISUPPORTS for DataChannelChild. r=mcmanus
2015-07-07 14:06:00 +02:00
Honza Bambas
1182a74615
Bug 572151 - Remove calls to SetCookies from HttpChannelChild. r=jduell
2015-03-05 11:05:00 +01:00
Wes Kocher
9c30d6953d
Backed out changeset adf95d1cd0aa (bug 1173934) for fetch-frame-resource.https.html WPT orange and test_synthesized_response.js S4 orange CLOSED TREE
2015-07-10 15:59:01 -07:00
Ben Kelly
6a200d95d9
Bug 1173934 Show a message if a docshell fails to load due to SW intercept failure. r=ehsan r=jdm
2015-07-10 14:28:32 -07:00
Christoph Kerschbaumer
1716e04b1e
Bug 1139297 - Implement CSP upgrade-insecure-requests directive - netwerk changes (r=sworkman)
2015-07-10 09:15:17 -07:00
Christoph Kerschbaumer
2a74f97730
Bug 1139297 - Implement CSP upgrade-insecure-requests directive - loadinfo changes (r=sicking,sworkman)
2015-07-10 13:57:55 -07:00
Ritu Kothari
8e158e83a7
Bug 1167410 - Removing an unused initialization. r=hurley
2015-06-26 15:33:00 +02:00
Randell Jesup
ab15650767
Bug 1155059: Patch 9 - Modify DataChannel.cpp to use updated API r=froydnj
2015-07-09 23:24:11 -04:00
Randell Jesup
37ad9bc8b6
Bug 1155059: Patch 1&2 - Convert Dispatch() and friends to already_AddRefed<> r=froydnj
...
Modify Dispatch IDL and code to deal with MSVC issues with overloaded templates r=froydnj
2015-07-09 23:21:46 -04:00
Ehsan Akhgari
0f240e312a
Bug 1155169 - Avoid restoring the same cookie twice if the previous version of the cookie is not stale; r=jdm
2015-07-09 08:54:25 -04:00
Julian Seward
be511c244c
Bug 1180195 - Uninitialised value use in Predictor::SpaceCleaner::OnMetaDataElement. r=hurley@todesschaf.org.
2015-07-09 00:18:54 +02:00
Nate Hughes
475f3612b1
Bug 1136727 - Validate pseudo-header fields in HTTP/2. r=hurley
2015-07-08 13:24:07 -07:00
Patrick McManus
0b9162dcb4
Bug 1178991 - smartptr for http converter r=hurley
2015-06-30 17:17:10 -04:00
Patrick McManus
31b1901b98
bug 1179560 - some 421 retries dont work r=hurley
2015-07-02 10:34:01 -04:00
Valentin Gosu
76371c9787
Bug 1177766 - Add logging to PackagedAppService r=honzab
2015-07-08 11:09:14 +02:00
Valentin Gosu
ca6fa67794
Bug 1180637 - Packaged Apps do not apply CSP r=honzab
2015-07-08 11:09:04 +02:00
Valentin Gosu
95f1f32c6b
Bug 1177465 - Web packaged app resources can't be loaded over https r=honzab
2015-07-08 11:08:51 +02:00
Dragana Damjanovic
7f67cdd44d
Bug 1152046 - add telemetry for time spent in connect/close. r=mayhemer
2015-07-07 11:13:00 +02:00
Nicholas Nethercote
24ab7bcdca
Bug 1179071 - Merge RemovingIterator into Iterator. r=froydnj.
...
The original motivation for the Iterator/RemovingIterator split was that
PLDHashTable Checker class would treat them differently. But that didn't end up
happening (see bug 1131308). So this patch merges them. This is a small code
size win now but it will become bigger when I add iterators to nsTHashTable and
nsBaseHashtable.
The only complication is that PLDHashTable::Iter() is now non-const, which is
a problem if you use it in a const method. So I added PLDHashTable::ConstIter()
which is used in just two places. It's a bit of a hack -- effectively a
const_cast -- but I don't think it's too bad.
2015-07-06 22:02:26 -07:00
Dragana Damjanovic
c7fc0a288e
Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell
2015-07-06 07:55:00 +02:00
Emanuel Hoogeveen
31c0c961cd
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
Dragana Damjanovic
80a5fa9c3e
Bug 905127 - Make some functions from nsNetUtil not inline. r=jduell
2015-05-20 04:48:00 +02:00
Carsten "Tomcat" Book
a19e987873
Backed out changeset f83eddcbebbc (bug 1170646) for bustage
2015-07-07 11:20:03 +02:00
ISHIKAWA, Chiaki
65f07df840
Bug 1170646 - Handle short read in (old) Cache code still used by C-C T.B. r=michal
2015-06-21 05:54:00 +02:00
Juan Gomez
21d73728f3
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-07-03 18:29:00 -07:00
Michael Layzell
c44c2cadd0
Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan
2015-07-03 17:12:17 -04:00
Ehsan Akhgari
c6abaf9f02
Backout bug 1170200 because of test failures on a CLOSED TREE
2015-07-03 16:43:47 -04:00
Michael Layzell
eb908c6aa5
Bug 1170200 - Part 1: Change the API for nsIPermissionManager::Remove() to accept a URI instead of a string; r=ehsan
2015-07-03 14:17:11 -04:00
Valentin Gosu
82b8743948
Bug 1177403 - Unable to load http package resources with fetch() or xhr r=mcmanus
2015-07-03 17:15:46 +02:00
Valentin Gosu
3a7fa0b6db
Bug 1048131 - Make some network events trigger a captive portal recheck r=mcmanus
2014-10-14 00:35:51 +03:00
Valentin Gosu
44bbf8da8c
Bug 1048131 - Implement CaptivePortalService using nsICaptivePortalDetector r=mcmanus
2014-10-14 00:34:03 +03:00
Carsten "Tomcat" Book
632b372728
Backed out changeset ddd6b2e3aead (bug 1048131)
2015-07-03 14:26:03 +02:00
Carsten "Tomcat" Book
92c4eafbda
Backed out changeset 49f72333b407 (bug 1048131)
2015-07-03 14:25:56 +02:00
Valentin Gosu
877227f9de
Bug 1048131 - Make some network events trigger a captive portal recheck r=mcmanus
2014-10-14 00:35:51 +03:00
Valentin Gosu
18bc502322
Bug 1048131 - Implement CaptivePortalService using nsICaptivePortalDetector r=mcmanus
2014-10-14 00:34:03 +03:00
Franziskus Kiefer
a71ec1e171
Bug 1166910 - Referrer attribute for img tag. r=ckerschb, r=hsivonen, r=bz
2015-06-05 15:25:24 -07:00
Dragana Damjanovic
bf311c8448
Bug 1177848 - Add telemetry to measure ipv6 miss and hits. r=mcmanus
2015-07-01 13:51:00 +02:00
Dragana Damjanovic
7cef3cbfe8
Bug 1170197 - Add test. r=mcmanus
2015-06-26 17:27:00 -04:00