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

1860 Коммитов

Автор SHA1 Сообщение Дата
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
cbiesinger%gmail.com 5b79560863 followup to bug 418535, add comments about which threads
nsISocketTransportService functions can be called on
patch by Florian Qu��ze <florian@queze.net> r+sr=biesi
2008-03-18 21:00:53 +00:00
reed%reedloden.com 9cc0310da0 Bug 419794 - "work out key API for nsICryptoHMAC" (API use nsIKeyObject + fix nsKeyModule + nsICryptoHMAC usage fix) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=rrelyea sr=dveditz a=blocking1.9+] 2008-03-18 19:46:05 +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
dolske%mozilla.com 0d7966313a Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+ 2008-03-11 00:14:10 +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
dveditz%cruzio.com 98238bb67a bug 295922 change default for "select cert automatically", r/sr=biesi, blocking1.9+ 2008-03-07 10:52:21 +00:00
bugzilla%standard8.plus.com 3c3e952ef9 Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner 2008-03-02 12:24:25 +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
dcamp%mozilla.com 955c3ee534 Bug 415799: Interface and implementation for HMAC support. p=honzab@allpeers.com (Jan Bambas), r=kaie, r=rrelyea, sr=dveditz, blocking1.9=sayrer 2008-02-27 06:31:14 +00:00
wtc%google.com 77a674505e Bug 415033: added a hidden preference (in about:config) for enabling or
disabling the TLS session ticket extension.  The patch is contributed by
Nagendra Modadugu <ngm+mozilla@google.com>.  r=wtc,rrelyea,kengert
a1.9+=damons
Modified Files:
	netwerk/base/public/security-prefs.js
	security/manager/ssl/src/nsNSSComponent.cpp
2008-02-26 23:09:39 +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
jonas%sicking.cc 98d1136fea Bug 397878: Send Referer-Root header when doing cross-site access requests. Also update domain pattern matching to spec. Patch by <suryaismail@gmail.com>. r=bent sr=sicking b3a=beltzner 2008-01-31 08:17:47 +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
reed%reedloden.com ae484ef34b Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+] 2008-01-29 07:54:56 +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
mats.palmgren%bredband.net ba4a646d74 Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9 2008-01-15 10:23:00 +00:00
mats.palmgren%bredband.net e821648c1c Backing out bug 397850 to fix mailnews bustage. 2008-01-10 06:50:08 +00:00
mats.palmgren%bredband.net ba50dde141 Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9 2008-01-10 06:17:29 +00:00
sdwilsh%shawnwilsher.com bea6c07ff0 Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz 2008-01-04 17:55:03 +00:00
dwitte%stanford.edu 81838759ae tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep 2008-01-04 00:27:38 +00:00
dwitte%stanford.edu b2c2d3877d move permission manager persistent storage from hostperm.1 to permissions.sqlite, use nsIURI::GetAsciiHost() for consistent host normalization, and
expand type/permission limits. bugs 400092 and 400097 (patch in 400097), sr=shaver, pending r=sdwilsh, blocking-1.9+.
2007-12-05 06:37:36 +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 056bb659d4 Attempting to fix tinderbox bustage from bug 378241 2007-12-04 19:38:27 +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