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
Cykesiopka
eb30e6e4e1
Bug 1124649 - Part 1 - Add specific error messages for various types of STS and PKP header failures. r=keeler,hurley
2015-08-05 07:51:00 +02:00
Wes Kocher
a183d75efd
Merge m-c to inbound, a=merge
2015-08-05 16:47:52 -07:00
Wes Kocher
34351583f5
Merge b2ginbound to central, a=merge
2015-08-05 16:45:41 -07:00
Ehsan Akhgari
006a0e5932
Bug 1191144 - Remove CACHE_SERVICE_LOCK_WAIT_MAINTHREAD_NSCACHESERVICE_LEAVEPRIVATEBROWSING; r=michal
2015-08-05 11:42:21 -04:00
Patrick McManus
9d4fd83116
Bug 1191291 - convert nsHttpChannel::RetargetDeliveryTo warning to log r=michal.novotny
2015-08-05 09:09:48 -04:00
Carsten "Tomcat" Book
bab4897aec
Merge mozilla-central to b2g-inbound
2015-08-05 13:40:29 +02:00
Liang-Heng Chen
63711789ff
Bug 1175387 - close file descriptor after detached from STS. r=mcmanus
2015-08-04 20:01:00 +02:00
Patrick McManus
a0738754cd
bug 1189692 - add telem for quic advertisements r=hurley
2015-07-31 05:43:24 -04:00
Patrick McManus
38acce4a2d
bug 1189645 - remove spdy telem r=hurley
2015-07-31 04:07:07 -04:00
Nicholas Nethercote
7b49cfdff7
Bug 1182961 (part 5) - Use nsTHashtable::Iterator in nsCookieService. r=michal.
2015-07-26 23:40:51 -07:00
Nicholas Nethercote
3a124c7d83
Bug 1182961 (part 4) - Use nsTHashtable::Iterator in CacheFileHandles. r=michal.
2015-07-26 23:31:22 -07:00
Nicholas Nethercote
3369fe25e4
Bug 1182961 (part 3) - Use nsTHashtable::Iterator in CacheIndex. r=michal.
2015-07-26 20:35:31 -07:00
Nicholas Nethercote
be073fb3d1
Bug 1182961 (part 2) - Use nsTHashtable::Iterator in CacheIndex. r=michal.
2015-07-26 20:15:36 -07:00
Nicholas Nethercote
6b10b70e43
Bug 1182961 (part 1) - Use nsTHashtable::Iterator in CacheIndex. r=michal.
2015-07-28 21:14:39 -07:00
Birunthan Mohanathas
9b6236a10a
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
...
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Ehsan Akhgari
17dea0172b
Bug 1185982 - Remove the unused NotifyNetworkActivity::mObs member; r=bagder
2015-08-04 18:29:58 -04:00
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
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