Eugen Sawin
a5d80a95b6
Bug 968212 - Add MIDI file extension to MIME type mapping. r=snorp
2014-02-05 16:09:08 +01:00
Nathan Froyd
d15707a066
Bug 965783 - part 1 - convert {Min,Max}Int uses in mozTXTToHTMLConv.cpp to std::{min,max}; r=jduell
2014-01-30 09:55:50 -05:00
Patrick McManus
b177fdb335
bug 625383 - optimize http chunked decoder memmoves r=hurley
2014-01-31 22:00:20 -05:00
Honza Bambas
f7941fb815
Bug 913820 - Base for size limit preferences in HTTP cache v2, r=michal
2014-02-04 01:53:00 +01:00
Honza Bambas
93f00fa94f
Bug 949175 - Remove possibility to un-persist a cache entry after it has been opened, r=michal
2014-02-04 01:52:59 +01:00
Honza Bambas
eb2b8fbd27
Bug 965899 - Ensure properties are loaded before CacheFileIOManager::OnProfile call, r=michal
2014-02-04 01:52:58 +01:00
Honza Bambas
63ff469210
Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking
2014-02-04 01:52:57 +01:00
Randell Jesup
162924aae3
Bug 892630: Fix for SendBlob() IO thread races and event loop spinning r=smaug,ekr
2014-02-01 08:09:00 -05:00
Jonathan Kew
36aa6609d5
Backed out changeset a9930b656941 (bug 892630) due to crashtest orange
2014-02-01 14:49:26 +00:00
Randell Jesup
c4d39533af
Bug 892630: Fix for SendBlob() IO thread races and event loop spinning r=smaug
2014-02-01 08:09:00 -05:00
Patrick McManus
cc7478581f
bug 965348 - control SocketTransportService::Poll tick during spdy idle r=hurley
2014-01-30 02:29:20 -05:00
Jon Coppeard
4d31f15db2
Bug 965904 - Fix some rooting hazards in the browser r=terrence
2014-01-31 09:56:40 +00:00
Jim Chen
c327f8e0b6
Bug 959218 - Avoid race condition when shutting down nsDeleteDir thread. r=mnovotny
2014-01-30 16:43:00 -05:00
Simone Carletti
604e5c316f
Bug 965744 - PSL changes for Google private domains. r=gerv
2014-01-30 11:32:08 -05:00
Simone Carletti
0c3b6ed7b6
Bug 965740 - Add Microsoft azure to PSL. r=gerv
2014-01-30 11:17:11 -05:00
Ethan Tseng
e3de8a04f3
Bug 951188 - [RTSP][V1.3] No error notification when the RTSP link fails to load. r=sworkman
2014-01-30 10:00:53 +08:00
Shih-Chiang Chien
309f98f931
Bug 948725 - Invoke |QuitPumpingEvent| after response packet is received. r=jduell
2014-01-30 10:59:15 -05:00
Nicholas Hurley
7b34af7fc0
Bug 959333 - HTTP/2 should say so in the status line. r=mcmanus
2014-01-29 13:42:19 -08:00
Nicholas Hurley
a54edb5c52
Bug 951293 - Fix speculative connection limiting. r=mcmanus
2014-01-29 13:39:30 -08:00
Gregor Wagner
0f344fe86c
Bug 959391 - Remove hard to debug assert. r=jdm
2014-01-28 17:15:29 -05:00
Ryan VanderMeulen
cc70c1ad0d
Merge b2g-inbound to m-c.
2014-01-28 16:12:29 -05:00
Honza Bambas
53877ecac2
Bug 963703 - Don't use LoadUnblocked flag as cache priority load indication, r=michal
2014-01-28 17:21:21 +01:00
Jim Chen
3491e5208c
Bug 963592 - Perform replacements for updated UA overrides. r=fabrice
2014-01-28 09:04:39 -05:00
Steven Lee
23ec7b0ea4
Bug 952220 - Read blob on non-main thread. r=jesup
2014-01-23 15:41:29 +08:00
Daniel Stenberg
c2eabb726c
Bug 676358 - HTTP auth realm parameter parsed as quoted-string doesn't get unescaped r=jduell
2014-01-24 15:07:37 -08:00
Sid Stamm
572c5921a6
Bug 861117 - report errors when URIs passed into nsISiteSecurityService::IsSecureURI are malformed. r=briansmith,keeler
2014-01-24 14:37:51 -08:00
Simone Carletti
7ab4b65826
Bug 962945 - Remove duplicate .works entry from PSL. r=gerv
2014-01-24 08:46:11 -05:00
Nick Lebedev
22591c7558
Bug 956630. Replace nsMemory::Alloc/nsMemory::Realloc calls with moz_malloc/moz_realloc to avoid application aborts and successfully check for not allocated memory. r=jduell
2014-01-13 21:53:00 -08:00
Daniel Stenberg
48aca7476e
Bug 959100 - Make ParseChunkRemaining detect chunk size overflow. r=jduell
2014-01-17 17:07:29 +01:00
Daniel Stenberg
ac1844f7bb
Bug 926042 - Convert path length to unsigned ints to avoid overflowing and crashing. r=jduell
2014-01-23 09:38:29 -05:00
Jason Duell
8c0f2ee202
Bug 936979: websocket will never connected after a lot of failure r=mcmanus
2014-01-22 19:04:18 -08:00
Nicholas Hurley
89f50eabd2
Bug 961860 - Protect against null deref of mIOThread in Seer. r=mcmanus
2014-01-22 16:46:17 -08:00
Honza Bambas
e6b8d77d02
Bug 950134 - Remove MOZ_ASSERT(!truncate) from CacheStorage::AsyncOpenURI when looking up an appcache, r=michal
2014-01-22 18:54:53 +01:00
Honza Bambas
d25e6aa483
Bug 949250 - Improve CacheFileMetadata write timer, remove non-thread safe nsWeakRef, r=michal
2014-01-06 21:27:18 +01:00
Honza Bambas
d598d516b0
Bug 945945 - Improve CacheFileHandle management to prevent crashes, r=michal
2014-01-22 18:54:52 +01:00
Honza Bambas
887cfd2eb5
Bug 957707 - Merge management and IO threads in cache v2, r=michal
2014-01-22 18:54:52 +01:00
Honza Bambas
30d493e728
Bug 958311 - Fix partial content condition in nsHttpChannel, prevent any reuse of doomed files in cache v2, r=michal
2014-01-22 18:54:51 +01:00
Honza Bambas
9846500a6d
Bug 962077 - Uninitialized rv in CacheFile::Doom, r=michal
2014-01-22 18:54:50 +01:00
Simone Carletti
5fc3787517
Bug 951060 - New TLD additions for TLDs contracted with ICANN until January 20th, 2014. r=gerv
2014-01-21 11:40:20 -05:00
Jim Chen
d5b9a4492a
Bug 959237 - Add AndroidBridge::HasEnv checks; r=blassey
...
For certain tests, the AndroidBridge is not initialized, but some GeckoAppShell functions are still called indirectly. For now, this patch adds checks to skip these calls if there's no AndroidBridge. However, in the future, most of the affected code should be refactored to not require these checks.
2014-01-17 23:32:24 -06:00
Nicholas Hurley
2b75981442
Bug 948448 - Free up disk space after clearing seer data. r=honzab
2014-01-17 17:45:50 -08:00
Nicholas Hurley
dad483cf58
Bug 947745 - Clean up the seer database when it gets too big. r=honzab
2014-01-17 17:45:48 -08:00
Nicholas Hurley
21a023c3f5
Bug 945779 - Use transactions to batch up Seer I/O. r=honzab
2014-01-17 17:45:46 -08:00
Ryan VanderMeulen
ae06e02db1
Merge m-c to inbound.
2014-01-17 15:17:49 -05:00
Josh Aas
2fe3f2202b
Remove dead code, stuff that used to override IPDL methods that don't exist any more. No bug. r=jduell,eitan
2014-01-17 13:58:05 -06:00
Josh Aas
c6fbe9fc52
Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 2. r=bent
2014-01-17 13:49:39 -06:00
Honza Bambas
96862ec850
Bug 939567 - HTTP cache v2: nsWyciwygChannel must open cache entry on a single thread, r=michal
2014-01-17 14:32:01 +01:00
Honza Bambas
93dc8536c3
Bug 924116 - HTTP cache v2: persists frecency and experiment with half-life, r=michal
2014-01-09 00:27:33 +01:00
Honza Bambas
c5b9740a6d
Bug 914644 - HTTP cache v2: failure of test_doomentry.js, proper sync when dooming after open, r=michal
2014-01-09 00:27:32 +01:00
Patrick McManus
0022417aa6
Bug 890994: ALPN support for Gecko, r=briansmith
2014-01-14 15:34:23 -05:00