Граф коммитов

1499 Коммитов

Автор SHA1 Сообщение Дата
asqueella@gmail.com e2a5e3b2d3 Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URLp=Ryan Jones <sciguyryan@gmail.com>r=biesi/r+sr=jst 2007-05-03 23:42:28 -07:00
asqueella@gmail.com 48c98bdb92 Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminated, take 2.p=Ryan Jones <sciguyryan@gmail.com>r=biesi 2007-04-27 07:34:26 -07:00
asqueella@gmail.com 7a1cc637ac Backed out until the patch is tested. Sorry for not building with it.b=377049 2007-04-25 14:10:54 -07:00
asqueella@gmail.com 7453837208 Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminatedp=Ryan Jones <sciguyryan@gmail.com>r=biesi 2007-04-25 13:57:35 -07:00
asqueella@gmail.com c45dd68061 Bug 376865 - nsInputStreamPump::AsyncRead does not null check listenerp=Ryan Jones <sciguyryan@gmail.com>r+sr=biesi 2007-04-25 13:52:16 -07:00
benjamin@smedbergs.us 0ab7558e7b Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
bent.mozilla@gmail.com d5b0c8d3ff Bug 372050 - "Expose UnescapeString through nsINetUtil". Patch by Prasad Sunkari <prasad@medhas.org>. r+sr=biesi. 2007-04-23 07:19:04 -07:00
bzbarsky@mit.edu 4b0e0f16c1 Set mChannel so consumers can get it even if we have no data. Bug 376660,r+sr=biesi 2007-04-05 16:06:00 -07:00
dbaron@dbaron.org 4d961c5c49 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
cbiesinger@web.de 05cabfc8d9 Bug 372486 – Document and enforce that channels can't be reopenedpatch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin 2007-03-23 14:56:32 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
mats.palmgren%bredband.net 210aff65ef URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger a=ss 2008-07-31 01:31:21 +00:00
reed%reedloden.com 09cecf8fe4 Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner] 2008-05-08 09:05:11 +00:00
reed%reedloden.com c1251c7f9a Back out Hugues Fournier's patch from bug 422172 as a possible cause of the crashes. 2008-05-07 11:29:08 +00:00
reed%reedloden.com 3112855a10 Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner] 2008-05-07 10:13:47 +00:00
gavin%gavinsharp.com 7aba0fedbe Back out the patch for bug 235853, again, because of mochi*chrome* failures this time. 2008-04-18 02:49:41 +00:00
gavin%gavinsharp.com b6885fb7c6 Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, and fix HTTP channel code to properly forward cache-related properties to new proxied channels, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner 2008-04-18 01:36:30 +00:00
cbiesinger%gmail.com 40e15cdf56 Bug 429128 correctly adjust mRef when changing the query part of a URL
r+sr=bz a=beltzner; unit test by bz r+sr=biesi
2008-04-17 08:27:44 +00:00
gavin%gavinsharp.com 33bf416c78 Back out bug 235853 due to mochitest failures 2008-04-08 17:23:20 +00:00
gavin%gavinsharp.com 90eb8cd700 Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner 2008-04-08 14:28:03 +00:00
gavin%gavinsharp.com 4f3000ff9a Back out bug 235853 due to unit mochitest failures 2008-03-25 18:35:25 +00:00
shaver%mozilla.org 820904d062 Bug 235853: don't freeze the UI when resolving DNS for PAC, by using deferred
resolution if we would otherwise block on DNS. r+madskills=biesi, a-b5=mconnor
2008-03-25 15:55:19 +00:00
cbiesinger%gmail.com 4c490ce9b9 364741 set mFDConnected before sending the connected notification
r+sr=bz a=beltzner
2008-03-19 22:12:28 +00:00
dveditz%cruzio.com a7133765b2 bug 421840, relax restriction on empty user:info to fix mailnews regression bug 419116. r/sr=biesi,neil, a=dsicore 2008-03-15 01:31:42 +00:00
timeless%mozdev.org a7bb4c6fc2 Bug 419510 PAC dateRange function doesn't handle months after JUN
r=biesi a=dsicore

Also adds support for getDay("SAT")...
2008-03-11 01:40:08 +00:00
reed%reedloden.com 1c7d2d6f10 Bug 355181 - "net_IsValidHostName() comment says one thing, code does another" (use a whitelist) [p=michal@allpeers.com (Michal Novotny) r=biesi a=blocking1.9+] 2008-03-10 18:59:13 +00:00
reed%reedloden.com 6fed798209 Bug 421490 - "wpad may be dangerous, and it is on by default" (only use WPAD if explicitly set in the prefs) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+] 2008-03-08 09:58:17 +00:00
bzbarsky%mit.edu 7566776699 Add the charset right after the type, before all other params, if there is no
existing charset in the type.  Bug 413974, r=biesi, sr=sicking, a=beltzner
2008-02-29 04:24:33 +00:00
jwalden%mit.edu c7d042ef68 Bug 417218 - nsStandardURL::SetPath does the wrong thing when the path is '/' and is being set to ''. r+sr=biesi, a=beltzner 2008-02-26 22:48:42 +00:00
florian%queze.net 5efdac4852 Bug 418535 - Make socket attachment to nsSocketTransportService usable from XPCOM. r+sr=biesi, a1.9=beltzner 2008-02-26 20:39:51 +00:00
benjamin%smedbergs.us 624a4d7ef0 Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 20:39:23 +00:00
dveditz%cruzio.com bb8b27aec5 bug 415034 prevent URIs with userinfo but no username. r=biesi, sr=bsmedberg, blocking1.9+ 2008-02-21 01:24:41 +00:00
dougt%meer.net 8ff8fd8e42 disable autodialer in windows mobile. r=bsmedberg, a=beltzner 2008-02-20 22:41:27 +00:00
reed%reedloden.com d49499977e Bug 412207 - nsSocketTransport::OnSocketDetached should null out mCallbacks and mEventSink [p=cbiesinger@gmx.at (Christian :Biesinger) r=Silver sr=sicking a=blocking1.9+] 2008-02-14 11:12:50 +00:00
benjamin%smedbergs.us 5b73c350a5 Bustage fix, bug 412320 2008-02-12 20:07:57 +00:00
benjamin%smedbergs.us b27c6528eb Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking 2008-02-12 19:46:50 +00:00
timeless%mozdev.org 02ab84d777 Backing out because of unit test failure:
[Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIZipWriter.addEntryStream]"  nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)"  location: "JS frame :: ../../../../_tests/xpcshell-simple/test_zipwriter/unit/test_storedata.js :: run_test :: line 84"  data: no]
2008-02-10 00:01:36 +00:00
timeless%mozdev.org c1d8d1f0ef Bug 412867 nsSimpleStreamListener needs to autoclose mSink IFF !mObserver
r=biesi a=dsicore
2008-02-09 23:15:26 +00:00
reed%reedloden.com bcf067e270 Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner] 2008-02-02 02:07:51 +00:00
reed%reedloden.com 93e093620e Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :( 2008-02-01 08:51:32 +00:00
enndeakin%sympatico.ca a354d29dce Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner 2008-01-31 19:18:09 +00:00
reed%reedloden.com 056df08ce8 Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons] 2008-01-29 18:38:16 +00:00
reed%reedloden.com a3f36dae61 Back out for now until there's a fix. 2008-01-29 17:57:18 +00:00
reed%reedloden.com bf5e0f8c83 Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons] 2008-01-29 15:58:42 +00:00
sayrer%gmail.com b883e94744 Bug 400091. nsFaviconService leak with rapid page loads. r/sr=biesi 2008-01-28 23:21:27 +00:00
roc+%cs.cmu.edu 12aa02cd5c Bug 404870. Avoid read access to mThread racing with setting mThread to null (which could crash). Also, detect when the thread is no longer accepting events and treat it as the thread not being there anymore in nsSocketTransportService::Dispatch. 2007-12-05 02:18:58 +00:00
kaie%kuix.de 2eb80a1e42 Bug 378241, Changes from bug 107491 lead to tons of thread-safety asserts
r=rrelyea, r=wtc, sr=benjamin, blocking1.9=benjamin
2007-12-04 18:53:56 +00:00
dwitte%stanford.edu 0aeb073df4 relanding 402008. 2007-12-04 06:30:48 +00:00
dwitte%stanford.edu 06fb80095c backing out due to orange. 2007-12-04 02:46:02 +00:00
dwitte%stanford.edu ea6264c7a0 Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore 2007-12-04 02:24:54 +00:00