Steve Workman
68b4073e57
Bug 990268 - Send FTPChannelParent::mStatus in IPDL messages to FTPChannelChild r=mayhemer
2014-04-07 11:26:22 -07:00
Eric Faust
fb1731f8f3
Bug 890686 - Implement JS_GlobalObjectTraceHook, and install it appropriately. (r=billm)
2014-04-04 16:58:08 -07:00
Ryan VanderMeulen
4be6b97fe2
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Benjamin Smedberg
4766f8c541
Bug 986582 - Get rid of the toolkit.telemetry.enabledPreRelease pref and make the toolkit.telemetry.enabled pref do the right thing for beta users who are testing a final release build, r=rnewman
...
--HG--
extra : rebase_source : 43f70e2c1c3207f37ba0789245958cb0c34187f6
2014-04-03 14:55:42 -04:00
Honza Bambas
0a884a3a0c
Bug 985932 - Fix error HTTP response in test_partially_cached_content.html, r=sworkman
2014-04-04 14:42:06 +02:00
Honza Bambas
ad97eaff34
Bug 985156 - CacheFile doesn't report mKey during memory report, r=michal
2014-04-04 14:42:06 +02:00
Honza Bambas
63ed8e8c2e
Bug 986728 - Engage frecency decay time experiment for HTTP cache v2, r=jduell
2014-04-04 14:42:06 +02:00
Honza Bambas
885f053479
Bug 984994 - Reintroduce 'network.http.use-cache' pref, r=jduell
2014-04-04 14:42:06 +02:00
Honza Bambas
271e4f5255
Bug 976866 - HTTP cache v2: Specific dispatch method for eviction events, r=michal
2014-04-04 14:42:05 +02:00
Honza Bambas
1861e78efd
Bug 973319 - Release CacheEntry callbacks on the proper thread, r=michal
2014-04-04 14:42:05 +02:00
Honza Bambas
2910a2bf93
Bug 959761 - finalize nsICacheEntry interface, r=michal
2014-04-04 14:42:05 +02:00
Ryan VanderMeulen
c85caac14a
Merge inbound to m-c.
2014-04-03 15:24:54 -04:00
Ethan Tseng
27adf34058
Bug 990862 - [RTSP] Rename RtspChannel to RtspChannelChild. r=sworkman
...
--HG--
rename : netwerk/protocol/rtsp/RtspChannel.cpp => netwerk/protocol/rtsp/RtspChannelChild.cpp
rename : netwerk/protocol/rtsp/RtspChannel.h => netwerk/protocol/rtsp/RtspChannelChild.h
2014-04-02 16:32:26 +08:00
Masayuki Nakano
852403f45d
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Shu-yu Guo
58c41cce91
Bug 989509 - Part 2: dom/, netwerk/, startupcache/, and xpcom/ (r=aklotz,bent,gvselto,mayhemer,Mossop)
2014-04-03 19:29:40 -07:00
Patrick McManus
d171aafe06
bug 968417 - revalidating images needs loadgroup parent for spdy push r=seth
2014-01-29 22:35:40 -05:00
Masatoshi Kimura
a243cc635c
Bug 989576 - Followup, stop using mParser->GetEncoding(). r=neil
2014-04-03 16:24:21 +09:00
Neil Rashbrook
88a9233a1e
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Daniel Holbert
b46e7231b6
Bug 984786 part 7: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /netwerk. r=hurley
2014-04-02 11:20:46 -07:00
Ed Morley
7b04c1dc9b
Backed out changeset 4aa9183846c6 (bug 984891) for "AssertionError: repeating domain in.net makes no sense"
2014-04-02 16:58:50 +01:00
Angel González
0bf89ad3a1
Bug 984891 - Add in.net to the PSL. r=gerv
2014-03-27 00:45:15 +01:00
J.R. Oldroyd
96d758dd93
Bug 893397 - Add FreeBSD support for NeckoWifi. r=ted, r=jdm
2014-04-02 09:02:06 -04:00
Daniel Holbert
682f00634b
Bug 989676: Remove redundant 'const' qualifier applied to already-'const' typedefs in nsCookieService.h. r=hurley
2014-04-01 18:18:36 -07:00
snigdha
11404d6af2
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-04-01 08:29:25 -04:00
Jon Coppeard
bd123acdd3
Bug 959787 - Handlify JS_ExecuteScript and JS::Evaluate APIs r=terrence r=bz
2014-04-01 11:34:39 +01:00
David Keeler
fde2095e48
bug 990248 - enable mozilla::pkix by default in Firefox Nightly r=briansmith r=cviecco
2014-03-31 14:41:59 -07:00
Jason Duell
b043f6d72d
Bug 985230 - mStatus is not correct in HttpChannelChild::OnStartRequest r=sworkman
2014-03-31 14:43:04 -07:00
Masatoshi Kimura
f7381b19ca
Bug 989576 - Restore removed code doing percent-encode for non-ASCII bytes. r=michal.novotny
2014-03-29 16:28:48 +09:00
Boris Zbarsky
9553dba3d6
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
2014-03-29 01:45:10 -04:00
Steve Workman
3dc4b51bcb
Bug 989071 - Correct comment for nsIThreadRetargetableRequest.retargetDeliveryTo() r=jduell DONTBUILD comment change only
2014-03-28 10:53:39 -07:00
Michal Novotny
7039482575
Bug 987814 - HTTP cache v2: initial index build happens immediately after the profile is open, r=honzab
2014-03-28 14:51:58 +01:00
Michal Novotny
59fe475a18
Bug 983582 - HTTP cache v2: special handles are not released until shutdown, r=honzab
2014-03-28 12:35:06 +01:00
Neil Rashbrook
8325a39b18
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
2014-03-28 08:40:13 +00:00
Neil Rashbrook
58ffcd40da
Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal
2014-03-28 08:32:56 +00:00
Steve Workman
63a3eed01d
Bug 925623 - Support delivery of WebSocket events off-main-thread in WebSocketChannel r=jduell
2014-03-27 13:58:19 -07:00
Ehsan Akhgari
345b35a6e8
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
2014-03-27 16:38:33 -04:00
Steve Workman
78bbb16252
Bug 983910 - Set mParentListener for HttpChannelParent objects created after HTTP redirects
2014-03-27 13:11:50 -07:00
Ms2ger
b765dd44d3
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
2014-03-27 21:05:14 +01:00
Ethan Tseng
cd1e193f81
Bug 977518 - [RTSP] Resource leak from RtspMediaResource, RtspController and RTSPSource. r=sworkman
2014-02-27 15:28:18 +08:00
Patrick McManus
13f8f1c569
bug 988421 - spdy push concurrency mismatch r=hurley
2014-03-26 12:48:23 -04:00
John Shih
e48d8ac267
Bug 960426 - Part 2: Modifications for IDL change. r=blassey
2014-03-05 11:54:55 +08:00
Ryan VanderMeulen
88a31f9729
Backed out changeset 636fa3174368 (bug 983910) for xpcshell failures.
...
CLOSED TREE
2014-03-26 15:47:54 -04:00
Nathan Froyd
2ae9a7e26b
Bug 986082 - add memory reporters for SPDY zlib buffers; r=hurley,njn
2014-03-20 14:22:17 -04:00
Angel Gonzalez
3677b8e975
Bug 986241 - Fix wrong .it entries containing a space r=gerv
2014-03-21 18:11:22 +01:00
Nicholas Hurley
f12f50e586
Bug 965869 (part 2) - HTTP/2 draft10 tests. r=mcmanus
2014-03-26 10:58:11 -07:00
Nicholas Hurley
7c0f52812a
Bug 965869 (part 1) - HTTP/2 draft10 client implementation. r=mcmanus
2014-03-26 10:58:09 -07:00
Birunthan Mohanathas
ed8e08d136
Bug 986076 - Handle JS_NewStringCopyZ failure in ProxyAutoConfig.cpp r=mcmanus
2014-03-26 10:38:29 -07:00
Steve Workman
73b3756a0b
Bug 983910 - Set mParentListener for HttpChannelParent objects created after HTTP redirects r=jduell
2014-03-26 10:30:58 -07:00
Pranav Kant
98b034ffef
Bug 952927 : Part 1 - Exposed raw data on UDP socket messages, r=bz,mcmanus,schien.
2014-03-13 13:43:36 +08:00
Pranav Kant
1746151311
Bug 952927 : Part 2 - Extended TestUDPSocket for raw data functionality, r=mcmanus
2014-03-13 13:43:42 +08:00
Pranav Kant
34560dc600
Bug 952927 : Part 3 - Added xpcshell-test for raw data functionality, r=mcmanus
2014-03-13 13:43:46 +08:00
Wes Kocher
796cac04bf
Backed out changeset 18f95fb1d866 (bug 948901) for breaking OSX m-oth
2014-03-25 18:20:40 -07:00
Neil Rashbrook
4a9c92e4e7
Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal
2014-03-25 23:56:40 +00:00
Birunthan Mohanathas
e000f49c51
Bug 845478 - Part 8: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...} in remaining instances. r=Waldo
2014-03-25 14:42:33 -04:00
Andrea Marchesini
e12594be19
Bug 910010 - Implementation of PFileDescriptorSet - part 2, r=bent
2014-03-25 18:37:28 +00:00
Andrea Marchesini
623c6e2389
Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey
2014-03-25 18:37:13 +00:00
Randell Jesup
56a2cabe6e
Bug 986762: don't release DataChannelConnection on transient thread on readblob failure r=smaug
2014-03-23 14:52:02 -04:00
Marco Bonardo
9120a58848
Bug 959576 - Create a component to get the list of priority domains. r=gavin
2014-03-22 14:24:36 +01:00
Andrew McCreight
803708b41f
Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
93825660be
Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
853524aba1
Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
0c0fa2de38
Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
cf149139c6
Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
eab9d40979
Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
7171ca6981
Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
4f8f91e347
Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
298981616b
Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
781235129d
Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
cec6aa16d2
Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus
2014-03-21 09:43:39 -07:00
Andrew McCreight
da4cc1a1de
Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus
2014-03-21 09:43:39 -07:00
Andrew McCreight
436d97d3da
Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus
2014-03-21 09:43:39 -07:00
Sid Stamm
a31b2695b5
Bug 835357 - fix telemetry probes for DNT so they accumulate before the pings are sent. r=mcmanus
2014-03-20 16:37:47 -07:00
Simone Carletti
d066e3717b
Bug 967524 - Update to CentralNic SLDs. r=gerv
2014-03-21 08:52:01 -04:00
Carsten "Tomcat" Book
93dadba149
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Wes Kocher
02b323aa8d
Backed out 13 changesets (bug 975823) for leaks on a CLOSED TREE
...
Backed out changeset cd2da33bf4a2 (bug 975823)
Backed out changeset 62e2a43453f0 (bug 975823)
Backed out changeset 7f8366953cae (bug 975823)
Backed out changeset d46f1c00b4e5 (bug 975823)
Backed out changeset 3c36fb646951 (bug 975823)
Backed out changeset d535c32d3894 (bug 975823)
Backed out changeset 3f918acda96a (bug 975823)
Backed out changeset 6e2caad87673 (bug 975823)
Backed out changeset b550057222a2 (bug 975823)
Backed out changeset 24d9fe77f4e9 (bug 975823)
Backed out changeset 5be6da95a4b1 (bug 975823)
Backed out changeset b09d50f488c3 (bug 975823)
Backed out changeset ca381ebe34ae (bug 975823)
2014-03-19 17:45:28 -07:00
Andrew McCreight
7a62b318c9
Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus
2014-03-19 16:57:49 -07:00
Andrew McCreight
df5b4ca110
Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus
2014-03-19 16:57:49 -07:00
Andrew McCreight
d0f3457f8a
Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus
2014-03-19 16:57:49 -07:00
Andrew McCreight
38693d9759
Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus
2014-03-19 16:57:49 -07:00
Andrew McCreight
d6fbb59e77
Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus
2014-03-19 16:57:49 -07:00
Andrew McCreight
fd6e4eba71
Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
e9d7e1d10a
Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
38947c270c
Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
21b81b1453
Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
e053b097ea
Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
25a6dade6e
Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus
2014-03-19 16:57:48 -07:00
Andrew McCreight
dd7b9c2321
Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus
2014-03-19 16:57:47 -07:00
Andrew McCreight
33c0ebf48e
Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus
2014-03-19 16:57:47 -07:00
Patrick McManus
807863d95e
bug 477578 - http methods should be case sensitive r=hurley
2014-03-18 12:36:18 -04:00
Simone Carletti
b3edeb6d46
Bug 985464 - Add outsystemscloud.com to PSL. r=gerv
2014-03-19 13:42:38 -04:00
Simone Carletti
a4d611ded8
Bug 984995 - Update PSL for .se. r=gerv
2014-03-19 13:42:38 -04:00
Simone Carletti
1caff7d36a
Bug 981273 - New TLD additions for TLDs contracted with ICANN from 02/25/2014 - 03/13/2014. r=gerv
2014-03-19 13:30:28 -04:00
Ryan VanderMeulen
1dcfbca8a6
Backed out changeset f6478f166f2f (bug 967524) for bustage.
2014-03-19 13:13:18 -04:00
Simone Carletti
dd5fb2ee6a
Bug 967524 - Update to CentralNic SLDs. r=gerv
2014-03-19 13:05:03 -04:00
Randy Lin
c9dd4c92fe
Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc
2014-03-19 14:52:45 +08:00
Paolo Amadini
e7ed1c1bf4
Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-03-18 15:16:02 +01:00
Neil Rashbrook
921625ab05
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Wes Kocher
2939a367ba
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Neil Rashbrook
f83724018d
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Honza Bambas
75bcba9749
Bug 980527 - wrong log at CacheEntry::ReopenTruncated, r=michal
2014-03-17 18:21:39 +01:00
Honza Bambas
52cf0840af
Bug 979422 - HTTP old cache wrapper performs UMR if onCacheEntryCheck fails, r=michal
2014-03-17 18:21:39 +01:00
Honza Bambas
9013c68ed3
Bug 975787 - With cache disabled, assertion fails in nsWyciwygChannel::WriteToCacheEntry, r=michal
2014-03-17 18:21:37 +01:00
Jon Coppeard
524071f389
Bug 959787 - Handlify JS_ExecuteScript, JS_EvaluateScript and other JS APIs r=sfink r=bz
2014-03-17 16:17:58 +00:00
Randell Jesup
9077c6c0c4
Bug 876167: backout the backout since it appears the upstream bug is not fixed rs=philor
2014-03-15 15:15:17 -04:00
Kyle Huey
68b608c95f
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
567b9398be
Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan
2014-03-15 12:00:17 -07:00
Kyle Huey
a5ae9a4da3
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
56d26ad256
Bug 967364: Use every already_AddRefed. r=bsmedberg
2014-03-15 12:00:16 -07:00
Kyle Huey
f7eafc09a9
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Randell Jesup
eaf8f1ac50
Bug 976115: disable Nagle algorithm for DataChannels/sctp r=tuexen
2014-03-14 05:10:11 -04:00
Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
624ffda758
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Tooru Fujisawa
2897e1c2b5
Bug 982302 - Braces are missing in nsBaseURLParser::ParseURL. r=mcmanus
2014-03-13 17:20:17 -04:00
Vaibhav Agarwal
292a923c8e
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Valentin Gosu
6e645786d4
Bug 983000 - Call requestSockets only after successfully establishing a connection. r=mcmanus
2014-03-13 13:08:04 +01:00
Wes Kocher
0a0d0ec03b
Merge m-c to m-i
2014-03-12 21:21:07 -07:00
Randell Jesup
bc4834229e
Bug 876167: backout temporary fix for SCTP library bug (now fixed) r=tuexen
2014-03-12 20:14:59 -04:00
Ryan VanderMeulen
aa07927cfd
Merge m-c to fx-team.
2014-03-12 11:32:46 -04:00
Valentin Gosu
7786c99d50
Bug 904594 - Make the Networking Dashboard thread safe. r=mcmanus
2014-03-11 17:59:50 +01:00
Patrick McManus
f3ab58aa4e
bug 982565 - make dns ttl and grace period prefs respect 1s granularity r=sworkman
2014-03-09 06:01:56 -04:00
Patrick McManus
8191b78909
bug 982103 - nsSocketTransportService::Dispatch shouldn't NS_WARNING on missing thread r=sworkman
2014-03-12 05:14:45 -04:00
Randell Jesup
6b89bdd638
Bug 916427: rollup of sctp modifications for Android rs=jesup r=tuexen
2014-03-12 02:09:34 -04:00
Randell Jesup
b0ab9c0ef5
Bug 916427: netwerk/sctp/src updated to version 8815 from SVN on Tue Mar 4 2014 rs=jesup,tuexen
2014-03-12 02:09:31 -04:00
Michal Novotny
6d22e72788
Bug 968106 - HTTP cache v2: implementation of the eviction of the whole disk cache, r=honzab
2014-03-07 12:22:59 +01:00
Honza Bambas
72173a705a
Bug 975255 - HTTP cache v2: optimize CacheIOThread::Target(), r=michal
2014-02-27 00:11:42 +01:00
Honza Bambas
7b19368ac0
Bug 958317 - HTTP cache v2: allow yield to more priority levels in IOThread, r=michal
2014-02-27 00:11:42 +01:00
Honza Bambas
89e26e6000
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
2014-02-27 00:11:40 +01:00
Honza Bambas
d0061ae1e2
Bug 922081 - respect browser.cache.disk.parent_directory preference in the new cache, r=michal
2014-02-27 00:11:38 +01:00
Michal Novotny
ed5f28fdfa
Bug 968101 - Remove directories with low priority on background, r=honzab
2014-02-19 13:04:06 +01:00
Michal Novotny
dc3cc5f862
Bug 913808 - Evict entries from the disk cache when cache limit is reached, r=honzab
2014-02-18 18:26:48 +01:00
Michal Novotny
5ddefec101
Bug 923016 - Implementation of cache index, r=honzab
2014-02-18 16:05:07 +01:00
Michal Novotny
dde791d737
Bug 966438 - Use nsICacheStorageService.clear() instead of nsICacheStorage.asyncEvictStorage() to clear the cache, r=honzab
2014-03-11 13:50:04 +01:00
Michal Novotny
b0448f4b17
Bug 976147 - Prevent throwing cached chunks when CacheFile is memory-only, r=honzab
2014-03-11 11:01:08 +01:00
Nicholas Nethercote
a792fdb68e
Bug 969902 - Fix a problem with DNS memory reporting measurement. r=sworkman.
...
--HG--
extra : rebase_source : a9fba2e21b2f9ecb267367a9006883d2bbd313e4
2014-03-10 15:44:35 -07:00
Steve Workman
bef7ee14e6
Bug 975338 - Enable diverting of HTTP and FTP channels back to parent process from child r=jduell
2014-03-10 23:04:28 +01:00
Ed Morley
581fcc71c7
Backed out changeset ce8ed7a0dfef (bug 975338) for build failures; CLOSED TREE
2014-03-10 17:58:25 +00:00
Ed Morley
eadbc2cf63
Backed out changeset 97858e5c1f13 (bug 975338)
2014-03-10 17:57:53 +00:00
Ed Morley
612cdb1108
Backed out changeset 1b4b0a309453 (bug 975338)
2014-03-10 17:57:49 +00:00
Ed Morley
aea1f7b049
Backed out changeset 7a78f199e1cd (bug 975338)
2014-03-10 17:57:46 +00:00
Patrick McManus
a7e7d75eb8
bug 981513 - revert 807441 r=sworkman
...
--HG--
extra : rebase_source : d2c219fe01b6e4e0fdf25b920df0091039cf4c18
2014-03-09 11:00:18 -04:00
Steve Workman
30f9b2222e
Bug 975338 - Implement nsI|ADivertableChannel in FTPChannelChild|Parent r=jduell
2014-03-10 18:31:57 +01:00
Steve Workman
139d1b9af7
Bug 975338 - Implement nsI|ADivertableChannel in HttpChannelChild|Parent r=jduell
2014-03-10 18:31:21 +01:00
Steve Workman
8906ee592b
Bug 975338 - Add PChannelDiverter and new messages to PHttpChannel r=jduell
2014-03-10 18:31:05 +01:00
Steve Workman
a9a50d8cfb
Bug 975338 - Add nsIDivertableChannel and ADivertableChannelParent r=jduell
2014-03-10 18:31:04 +01:00
Byron Campen [:bwc]
6aaa1b33ae
Bug 979471 - Populate ICE stats for DataChannels when we have a null selector. r=jib
2014-03-10 08:41:35 -07:00
Simone Carletti
19cfe1743e
Bug 980870 - Update PSL for .IT to include Regions and Provice reserved suffixes. r=gerv
2014-03-10 08:57:51 -04:00
Robert O'Callahan
7528e37d49
Bug 955888. Part 6: In chaos mode, when reading from an HTTP connection, sometimes read less than the full amount of available data. r=jduell
...
--HG--
extra : rebase_source : aab04fbb2a52c7b89dda30410b77bb323fd80de6
2014-03-03 18:12:42 +13:00
Robert O'Callahan
5b45446cf2
Bug 955888. Part 5: In chaos mode, insert an HTTP transaction into the pending queue at a random position among transactions with the same priority. r=jduell
...
This effectively means HTTP transactions issue in a random order but priorities
are still respected.
--HG--
extra : rebase_source : 04e3888eee67ca2985d0307ac86c24cfa66de6a8
2014-03-03 18:12:38 +13:00
Robert O'Callahan
03b64d9405
Bug 955888. Part 4: In chaos mode, put new sockets at a random position in the poll list. r=jduell
...
This means sockets are processed in a semi-random (but consistent) order during
a poll.
--HG--
extra : rebase_source : 46d1e0bcdde73fc2e0886294f90df4b8eb93af62
2014-03-03 18:12:32 +13:00
Nicholas Hurley
c6f1064c9d
Bug 978759 - Fix shutdown crash in seer. r=mcmanus
2014-03-07 10:44:44 -08:00
Simone Carletti
4edd12d65a
Bug 980872 - Update PSL for .JP. r=gerv
2014-03-07 11:37:21 -05:00
Simone Carletti
753bb738b5
Bug 980864 - Update PSL for .MS. r=gerv
2014-03-07 11:37:21 -05:00
Ed Morley
0427ac62a8
Backed out changeset 14313e0ce5fd (bug 952927) for xpcshell failures; CLOSED TREE
2014-03-07 15:18:14 +00:00
Ed Morley
d0fc1b898f
Backed out changeset f74bf7d090ee (bug 952927)
2014-03-07 15:17:55 +00:00
Ed Morley
82b64423ff
Backed out changeset 07e1893cb0f9 (bug 952927)
2014-03-07 15:17:51 +00:00
Simone Carletti
1e27c74a7a
Bug 980844 - Add mp.br to PSL. r=gerv
2014-03-07 09:08:03 -05:00
Simone Carletti
613305dfce
Bug 980841 - Add desa.id to PSL. r=gerv
2014-03-07 09:00:53 -05:00
Simone Carletti
339f44f575
Bug 980837 - Remove trailing spaces from PSL. r=gerv
2014-03-07 09:00:52 -05:00
Simone Carletti
3b4c47ccd2
Bug 968310 - New TLD additions for TLDs contracted with ICANN from 01/15/2013 - 03/07/2014. r=gerv
2014-03-07 08:55:16 -05:00
Pranav Kant
6305b84708
Bug 952927 - Part 3: Added xpcshell-test for raw data functionality. r=mcmanus
2014-03-07 08:55:16 -05:00
Pranav Kant
f50e57f5bc
Bug 952927 - Part 2: Extended TestUDPSocket for raw data functionality. r=mcmanus
2014-03-07 08:55:16 -05:00
Pranav Kant
64e17d1e5e
Bug 952927 - Part 1: Expose raw data on UDP socket messages. r=bz, r=mcmanus, r=schien
2014-03-07 08:55:15 -05:00
Ryan VanderMeulen
7778a76248
Merge m-c to inbound.
2014-03-06 13:56:13 -05:00
Ethan Tseng
974270675b
Bug 979761 - [RTSP] Crash when playing RTSP streaming with MPEG AAC Audio codec (regression caused by bug 970271). r=vchang
2014-03-05 16:12:21 +08:00
Richard Barnes
f08cb2ab34
Bug 936340 - Implement navigator.sendBeacon r=sicking
2014-03-06 10:51:23 -05:00
Ehsan Akhgari
ec8fa0880f
Backed out changeset 98cc8a50348f (bug 936340) because it misses the test_beaconElectrolysis.html file, which breaks the build
2014-03-06 09:04:45 -05:00
Richard Barnes
72242e5080
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-03-06 08:52:50 -05:00
Honza Bambas
1eef237c8d
Bug 960902 - Disallow concurrent HTTP cache read read when validation is needed, r=michal
2014-03-06 14:36:20 +01:00
Ed Morley
b3b12a7085
Backed out changeset f514ab5c4b5b (bug 923016) for B2G xpcshell crashes; CLOSED TREE
2014-03-05 17:25:27 +00:00
Ed Morley
135000d848
Backed out changeset d8543551f12e (bug 913808)
2014-03-05 17:25:04 +00:00
Ed Morley
cbd848b0dc
Backed out changeset a43ae8497706 (bug 968101)
2014-03-05 17:25:01 +00:00
Ed Morley
8d864e873e
Backed out changeset 234c0b4ec7c9 (bug 922081)
2014-03-05 17:24:58 +00:00
Ed Morley
c08d7ce5f5
Backed out changeset 240333c3d2c1 (bug 964039)
2014-03-05 17:24:55 +00:00
Ed Morley
4f0bf31e98
Backed out changeset 18d79e1e15f9 (bug 958317)
2014-03-05 17:24:52 +00:00
Ed Morley
4a33d9f698
Backed out changeset 2275f8be60c9 (bug 975255)
2014-03-05 17:24:49 +00:00
Michal Novotny
ebe1cdac72
Bug 976922 - heap-use-after-free mozilla::net::CacheEntry::GetMetaDataElement in NS_strdup, r=honzab
2014-03-05 18:14:19 +01:00
Ryan VanderMeulen
88ac28dca2
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
Honza Bambas
bbd426487b
Bug 975255 - HTTP cache v2: optimize CacheIOThread::Target(), r=michal
2014-02-27 00:11:42 +01:00
Honza Bambas
c6e00bad75
Bug 958317 - HTTP cache v2: allow yield to more priority levels in IOThread, r=michal
2014-02-27 00:11:42 +01:00
Honza Bambas
bc33d6846a
Bug 964039 - Memory used by the new cache backend is not reported, r=michal
2014-02-27 00:11:40 +01:00
Honza Bambas
0626086220
Bug 922081 - respect browser.cache.disk.parent_directory preference in the new cache, r=michal
2014-02-27 00:11:38 +01:00
Michal Novotny
e61eee0701
Bug 968101 - Remove directories with low priority on background, r=honzab
2014-02-19 13:04:06 +01:00
Michal Novotny
a4289501a7
Bug 913808 - Evict entries from the disk cache when cache limit is reached, r=honzab
2014-02-18 18:26:48 +01:00
Michal Novotny
ceb7c11059
Bug 923016 - Implementation of cache index, r=honzab
2014-02-18 16:05:07 +01:00
Honza Bambas
bc19c36809
Bug 904571 - crash in mozilla::net::HttpChannelParentListener::OnRedirectResult, r=jduell
2014-03-05 15:01:54 +01:00
snigdha
dde15b4b7a
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-03-05 08:47:45 -05:00
Kent James
6397b2c087
Bug 977736 - Rewind stream early in DoAuthRetry. r=honzab
2014-03-04 13:51:37 -05:00
Ehsan Akhgari
304ca88775
Bug 977964 - Move some flags to moz.build; r=glandium
2014-03-03 21:58:37 -05:00
Jeff Muizelaar
cf644b27c6
Bug 854795. Add support for -moz-samplesize. r=seth
...
-moz-samplesize allows decoding at a lower resolution.
This is valuable for saving memory when we know that
we don't need a large version of the image.
--HG--
extra : rebase_source : 0373c23bd4a8b5963329ea1ccf13f075c1264909
2014-02-28 16:43:14 -05:00
Benjamin Smedberg
326dd57398
Bug 881413 - Avoid a race condition in HTTP shutdown by explicitly cancelling nsHttpConnectionMgr::mTimer when we shut down the socket thread, r=mcmanus
2014-02-28 16:40:38 -08:00
Ryan VanderMeulen
bd214454e7
Merge m-c to inbound.
2014-02-27 17:33:47 -05:00
Carsten "Tomcat" Book
ac78ac1ab1
Merge mozilla-central to b2g-inbound
2014-02-27 15:59:39 +01:00
Thomas Zimmermann
ea2b95ab71
Bug 970271: Fix inaccessible base class nsIStreamListener, r=jduell.mcbugs
...
GCC warns about an inaccessible base class nsIStreamListener in
class RtspChannel. Using protected inheritance in nsBaseChannel
fixes this.
2014-02-27 10:18:34 +01:00
Thomas Zimmermann
a1169ccec2
Bug 970271: Fix GCC warnings about unused variables, r=vchang
2014-02-27 10:18:26 +01:00
Thomas Zimmermann
0a652a5706
Bug 970271: Fix GCC warnings about ignored return value, r=jduell.mcbugs
2014-02-27 10:18:17 +01:00
Thomas Zimmermann
08cd590a43
Bug 970271: Fix GCC warnings about comparison of signed and unsigned values, r=rjesup
2014-02-27 10:18:10 +01:00
Thomas Zimmermann
59d088e10c
Bug 970271: Fix GCC warnings about uninitialized variables, r=jduell.mcbugs
2014-02-27 10:18:00 +01:00
Scott West
5c2e99cf97
Bug 401564 - Test and fix for redirection losing Accept header. r=mcmanus
...
The test has a redirect where the initial GET request had Accept:
application/json, and ensures that this is also the type of the
redirected request.
The fix is done in the setup of the replicated HttpBaseChannel, where
the previous channel's Accept header is copied to the new one, if it
exists.
2014-02-26 09:03:14 -05:00
Andrew McCreight
c479f2a541
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
2014-02-27 10:04:09 -08:00
Ehsan Akhgari
a139418d45
Bug 976443 - Move undefines to moz.build; r=glandium
2014-02-25 22:51:26 -05:00
Patrick McManus
47c9825357
bug 975750 - remove httpdatausage r=jduell
2014-02-25 20:39:08 -05:00
Carsten "Tomcat" Book
2f4750a69d
Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE
2014-02-25 16:00:47 +01:00
Richard Barnes
d1291417b9
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-02-25 08:40:54 -05:00
Ehsan Akhgari
624e77d16e
Bug 975735 - Port the LDFLAGS variables in netwerk/streamconv/test/Makefile.in to moz.build; r=mshal
2014-02-26 21:41:18 -05:00
Cameron McCormack
2a50f7512d
Bug 976912 - Move Telemetry.h include from nsHttpChannel.h to nsHttpChannel.cpp. rs=mcmanus
2014-02-27 10:29:19 +11:00
Girish Sharma
119cd02523
Bug 970246 - Create an http-on-response-set-cookie notification to tell when cookies are created via SET-COOKIE response header. r=honzab
2014-02-27 00:14:42 +05:30
L. David Baron
5e307581fa
Bug 976350 patch 2: Rename nsTraceRefcntImpl to nsTraceRefcnt. r=bsmedberg
...
Now that bug 975295 removed the obsolete wrapper class, we can rename
nsTraceRefcntImpl back to its correct pre-XPCOM-glue name,
nsTraceRefcnt.
The best part is that the one place where indentation should have needed
fixing, nsTraceRefcnt::DemangleSymbol, never had its indentation fixed
for the previous renaming.
--HG--
rename : xpcom/base/nsTraceRefcntImpl.cpp => xpcom/base/nsTraceRefcnt.cpp
rename : xpcom/base/nsTraceRefcntImpl.h => xpcom/base/nsTraceRefcnt.h
2014-02-26 13:36:36 -08:00
Geoff Brown
b5068ac63a
Bug 969612 - Split test_URIs.js into 2 halves; r=jesup
2014-02-24 17:51:16 -07:00
Patrick McManus
eb6f07eec0
bug 974932 - spdy large upload chunk sizes, and fewer TLS application data records r=hurley
2014-02-24 16:27:27 -05:00
Gábor Molnár
adc92e4516
Bug 961616 - simple HTTP2 Cookie crumbling unit tests
2014-02-24 11:42:15 -08:00
Simone Carletti
003119aa3c
Bug 969087 - Add GitHubUserContent.com to PSL. r=gerv
2014-02-24 09:41:55 -05:00
Chris Peterson
2e4becc2a8
Bug 974785 - Fix -Wsometimes-uninitialized warning in nsHttpConnection.cpp. r=sworkman
2014-02-19 21:54:14 -08:00
Ehsan Akhgari
067fa188b6
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 21:33:49 -05:00
Oleg Romashin
79dd3f3972
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
James Kitchener
e693681068
Bug 464222 - Add a baseURI attribute to nsIViewSourceChannel. r=bz
2014-02-20 08:43:53 -05:00
Patrick McManus
056e30d3bd
bug 967341 - uri management r=honzab
2014-02-04 11:55:02 -05:00
Honza Bambas
966f7d6352
Bug 967693 - Temporarily turn on HTTP cache v2 on for Desktop Firefox Nightly users, r=jduell+ehsan
2014-02-18 19:06:06 +01:00
Masatoshi Kimura
9f0004eb6e
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Patrick McManus
b03da0f6e7
bug 973207 - revert 905460 for nightly crashes r=backout
2014-02-17 13:53:25 -05:00
Jeff Muizelaar
ea2a2d1102
Bug 973256. Don't double printf. r=jdm
...
I suspect this was accidental.
--HG--
extra : rebase_source : 002fd9d384bc8d7b961b58df0c870057fb3e0a18
2014-02-15 23:45:15 -05:00
Steve Workman
c453c12e79
Bug 970939 - Remove unwanted non-SPDY assertion from nsHttpConnection::StartShortLivedTCPKeepalives() r=mcmanus
2014-02-14 10:49:05 -08:00
Honza Bambas
a37319e292
Bug 971975 - Proper state and non-null check for CacheFile::WriteMetadataIfNeededLocked(), r=michal
2014-02-14 14:21:28 +01:00
Honza Bambas
27cb196a73
Bug 950164 - Proper non-null check at CacheFileIOManager::OnProfile(), r=michal
2014-02-14 14:21:18 +01:00
Luke Wagner
808367a518
Bug 971845 - Don't uninline in JS_GetArrayBufferData, add JS_GetStableArrayBufferData and use that when necessary (r=sfink)
2014-02-13 11:17:41 -06:00
Patrick McManus
69ceaccced
bug 905460 - necko cleanups: manual ref counts, 32 bit formatters, whitespace r=sworkman
...
--HG--
extra : rebase_source : 2bfdaf1fc84d86ff07ed7fcad14447f591672beb
2014-01-17 17:06:25 -05:00
Patrick McManus
16624d3391
bug 971893 crash in onMsgCancelTransaction r=hurley
...
--HG--
extra : rebase_source : 3577ce28650db79883b3c39331d2e44413a2b96a
2014-02-13 10:52:57 -05:00
Jon Coppeard
0eac977006
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
2014-02-13 15:33:04 +00:00
Landry Breuil
b67c0b6ab4
Bug 970550: Fix build on OpenBSD (no TCP_KEEP* setsockopt() available) after bug 444328 r=sworkman
2014-02-13 13:19:39 +01:00
Yuan Xulei
8bbb470303
Bug 956646 - Add renameTo to nsIFile interface. r=bsmedberg
2014-01-06 16:51:39 +08:00
Patrick McManus
a9500c09a2
bug 971001 - backout 625383 for failing awsy r=backout
2014-02-11 16:18:17 -05:00
Brian O'Keefe
e3f6084e7a
Bug 772828 - Part b: use RESOURCE_FILES in moz.build instead of manual rules in Makefile.in; r=mshal
2013-11-05 13:37:54 -05:00
Jon Coppeard
2cf0941496
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
2014-02-11 10:59:16 +00:00
Wes Kocher
46de97b2a8
Backed out changeset 754428833970 (bug 936340) for mochitest-3 failures on a CLOSED TREE
2014-02-10 16:02:45 -08:00
Richard Barnes
c4252e3d75
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-01-17 14:09:38 -08:00
Ehsan Akhgari
82ebdc883f
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Gervase Markham
ad0ac71eee
Bug 968892 - Fix typo in romanized name for China. r=weppos
2014-02-10 15:58:47 -05:00
Patrick McManus
94a03980f4
bug 970279 - tie null transactions to cancel and timeout events r=hurley
2014-02-07 17:30:36 -05:00
Jon Coppeard
f78663e243
Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence
2014-02-10 16:42:27 +00:00
Gregory Szorc
1f28da1c9c
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Honza Bambas
3b44705e2d
Bug 969365 - Do ShouldCheckAppCache with AppID and InBrowser in HttpChannelParent, r=jduell
2014-02-07 22:15:25 +01:00
Honza Bambas
0a0ee0e298
Bug 969160 - disable test_cache2-12-evict-disk.js on android, r=jduell
2014-02-07 22:15:24 +01:00
Honza Bambas
aabf7709fc
Bug 965031 - Improve usage of levels of nsHttp log module, r=mcmanus
2014-02-07 22:15:24 +01:00
Simone Carletti
4d12974098
Bug 966197 - Make sure all suffixes in PSL are lower-case. r=gerv
2014-02-07 15:32:41 -05:00
Jacek Caban
fa79ec53ba
Bug 444328 - Cross compilation fix.
2014-02-07 12:51:08 +01:00
Jacek Caban
e4b2590587
Bug 968772 - Don't use pragma for wintrust.lib linkage. r=glandium
2014-02-07 12:50:20 +01:00
Nicholas Hurley
de59044be1
Bug 964563 - Remove custom node binary. r=ted
2014-02-06 15:00:19 -08:00
Ryan VanderMeulen
9bf72037e1
Merge m-c to inbound on a CLOSED TREE.
2014-02-06 16:29:41 -05:00