Commit Graph

5916 Commits

Author SHA1 Message Date
Andrew McCreight
210c51b7d3 Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
Honza Bambas
a9d5ec9f20 Bug 1124880 - Call PR_Close of UDP sockets on new threads. r=mcmanus 2015-03-27 09:24:00 -04:00
Blake Kaplan
e3bf33493d Bug 1058551 - Support redirects to data: URIs. r=honza 2015-03-27 13:12:37 -07:00
Randell Jesup
8ebad4e521 Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey 2015-03-27 13:34:45 -04:00
Andrea Marchesini
94545cbb2e Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Wes Kocher
ec293905dc Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
Francois Marier
ccb47f23ca Bug 1138979 - Pref to turn TP on when in Private Browsing mode. r=mmc, r=ehsan 2015-03-24 14:10:00 -04:00
Monica Chew
cd97968417 Bug 1144786: Create ClassifyLocalWithTables (r=gcp,francois) 2015-03-26 15:24:19 -07:00
Shian-Yow Wu
2ec7438acb Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen 2015-03-26 15:11:08 +08:00
Shian-Yow Wu
8fc32559dc Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus 2015-03-26 15:11:05 +08:00
Michal Novotny
39713c4594 Bug 1141555 - HTTP cache v2 generates corrupted entries, r=jduell 2015-03-26 23:05:34 +01:00
Randell Jesup
89c28757a4 Bug 1146096: rollup of sctp modifications for Android rs=jesup 2015-03-26 17:15:44 -04:00
Randell Jesup
1210388a08 Bug 1146096: update usrsctp to rev 9209 from upstream rs=jesup
Pick up build fixes for musl-libc from upstream and a null-deref fix
2015-03-26 17:15:43 -04:00
Ehsan Akhgari
a1c48803c9 Bug 1147746 - Null check mInterceptListener in HttpChannelChild::ResetInterception; r=jdm 2015-03-26 17:10:15 -04:00
Honza Bambas
d52b8ad097 Bug 1098422 - Change the HTTP cache half-life experiment values. r=jduell 2015-02-27 10:17:00 -05:00
Wes Kocher
6055b156c5 Backed out changeset 8be35539cc88 (bug 1124880) for build bustage CLOSED TREE 2015-03-26 12:47:53 -07:00
Honza Bambas
afe72b4cc0 Bug 1124880 - Call PR_Close of UDP sockets on new threads. r=mcmanus 2015-03-25 11:36:00 -04:00
Honza Bambas
e660be665f Bug 1132172 - Don't access CacheEntry::mFrecency on non-cache threads. r=michal 2015-03-25 14:55:00 -04:00
Honza Bambas
cb52dfe127 Bug 1147392 - Workaround herness orange, recreate cache entry in test test_cache2-23-read-over-chunk.js every time. r=michal 2015-03-25 11:23:00 -04:00
Trevor Saunders
473f2ceb3c bug 1146027 - more final r=froydnj 2015-03-24 17:51:43 -04:00
Nikhil Marathe
d7a9e5691b Bug 1134324 - Set CORS mode and credentials on Fetch event Request. r=michal
renames fetch to fetchXHR() since fetch() is now a superpower.
2015-03-17 08:47:02 -07:00
Valentin Gosu
c68e44a847 Bug 1145812 - Fix assertion with dom.url.encode_decode_hash pref set to true r=mcmanus 2015-03-23 23:28:50 +02:00
Masatoshi Kimura
53b2bc44f0 Bug 1140032 - Re-enable FTP xpcshell tests by removing dependency on the cache. r=mayhemer 2015-03-24 05:11:18 +09:00
Valentin Gosu
eefdbbc140 Bug 1144398 - Restrict charcters which are allowed in the URL hash (ref). r=mcmanus 2015-03-18 18:40:35 +02:00
Ehsan Akhgari
9dad522a24 Bug 1146169 - Check mChannel for null-ness in nsIInterceptedChannel::SetSecurityInfo(); r=jdm 2015-03-22 19:54:03 -04:00
Nikhil Marathe
38039ce291 Bug 1141332 - Disable content decoding and use decoded length on intercepted channels. r=mcmanus 2015-03-17 08:48:32 -07:00
Ehsan Akhgari
5cccea6f0f Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
594f9bf623 Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Christoph Kerschbaumer
9a310ecbaf Bug 1144270 : Update remaining callers of newChannel to newChannel2 in netwerk/ (r=mcmanus) 2015-03-20 12:27:34 -07:00
Jonathan Hao
227d60b94c Bug 1144513 - [gonk-lmr1] Adapt RTSPSource.cpp. r=ettseng 2015-03-19 16:45:43 +08:00
Geoff Brown
cd69b10089 Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor 2015-03-19 11:00:58 -06:00
Boris Zbarsky
730e1cc79d Bug 1143793 part 1. Remove the obj argument of JS_CompileScript. r=luke 2015-03-19 10:13:33 -04:00
Daniel Holbert
75fbe2f92e Bug 1134462 followup: Add missing MOZ_OVERRIDE annotation to SynthesizeStatus impls in SynthesizeStatus.h. r=ehsan 2015-03-18 16:44:02 -07:00
Wes Kocher
2cc3248e36 Merge fx-team to m-c a=merge 2015-03-18 15:38:20 -07:00
Nikhil Marathe
bcd3a955e7 Bug 1134462 - Synthesize status and headers from Response returned by ServiceWorker. r=jdm 2015-03-17 08:48:30 -07:00
Olli Pettay
4b0176114d Bug 1124206, don't release nsCORSListenerProxy so early, r=mcmanus 2015-03-18 00:26:33 +02:00
Patrick McManus
57ad88e7bc bug 1135160 - ioservice have speculative connect use proxy-resolve2() r=hurley 2015-03-13 17:32:18 -04:00
Daniel Stenberg
58892548d1 Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus 2015-03-17 02:19:00 +01:00
Daniel Stenberg
3abb0f5f06 Bug 1144031 - fix use of uninitialized variable, r=mcmanus 2015-03-17 01:45:00 +01:00
Kartikaya Gupta
d9d2114f02 Bug 1140808 - Shut down the active entries table when the cache service is shut down. r=michal 2015-03-17 10:55:00 +01:00
Josh Matthews
16968f0686 Bug 1142124 - Never revalidate cache entries for synthesized responses. r=michal 2015-03-11 13:00:38 -04:00
Daniel Holbert
2416fccac8 Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
This patch was generated by a script.  Here's the source of the script for
future reference:

find . \( -iname "*.cpp" -o -iname "*.h" \) | \
  xargs -n 1 sed -i "s/nsRefPtr<nsIRunnable>/nsCOMPtr<nsIRunnable>/g"
2015-03-17 09:29:17 -07:00
Nicholas Hurley
3c31b150a9 Bug 1136484 - Fix happy eyeballs regression from bug 1003448. r=mcmanus 2015-03-17 09:23:11 -07:00
Daniel Stenberg
d9a005c0c5 Bug 1142586 - avoid asking the link service for online status on CHANGED. r=valentin 2015-03-12 09:46:00 +01:00
Chris Peterson
17a6bce8fe Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm. r=mstange 2015-03-04 21:36:07 -08:00
Boris Zbarsky
cbaf27c1b2 Bug 1097987 part 6. Require callers of JS_ExecuteScript to either use the global as the scope or pass in an explicit scopechain. r=waldo 2015-03-14 01:36:16 -04:00
Ehsan Akhgari
3fc680920e Bug 1133763 - Part 5: Allow the security info on intercepted HTTP channels to be overridden; r=michal 2015-03-13 14:37:21 -04:00
Ehsan Akhgari
0f129374d0 Bug 1133763 - Part 1: Remember the security info associated with HTTP fetches and record it inside InternalResponse; r=nsm 2015-03-13 14:37:14 -04:00
Daniel Stenberg
9f7bf2c77c Bug 1139453 - Send network UP/DOWN events on desktop Linux. r=valentin 2015-03-13 08:33:00 -04:00
Chih-Kai (Patrick) Wang
7856bfc162 Bug 1129315 - require app processes update permissions after forked from nuwa. r=jdm 2015-03-12 16:53:22 +08:00