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

6078 Коммитов

Автор SHA1 Сообщение Дата
wtc@google.com 284ca6f066 Bug 403370: fixed a memory leak of a PRNetAddr whenever nsHostResolver::ResolveHost parses an IP address literal again. r=cbiesinger,darin. a1.9+=damons. Modified files: nsHostResolver.cpp nsHostResolver.h 2008-02-26 16:27:33 -08:00
wtc@google.com 67e06cc9f4 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 15:09:39 -08:00
jwalden@mit.edu 333f76f6ba 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 14:48:42 -08:00
benjamin@smedbergs.us e41d5f0248 Bug 409384 - Firefox 3.0b2 fauks to compile with gcc 4.3, r=dwitte+dbaron a=damons 2008-02-26 14:44:41 -08:00
florian@queze.net 7ae84647aa Bug 418535 - Make socket attachment to nsSocketTransportService usable from XPCOM. r+sr=biesi, a1.9=beltzner 2008-02-26 12:39:50 -08:00
roc+@cs.cmu.edu 120d99f770 Bug 416175. Don't leak nsHttpConnectionInfo in nsHttpConnectionMgr::AddTransactionToPipeline. Also instruments nsHttpConnectionInfo so we can easily find more leaks of that object in future. r+sr=bzbarsky 2008-02-21 17:09:42 -08:00
tglek@mozilla.com 697f1f5ac9 bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore 2008-02-21 15:18:49 -08:00
benjamin@smedbergs.us ff3d560f4d Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 12:39:20 -08:00
dveditz@cruzio.com 91ddb59777 bug 415034 prevent URIs with userinfo but no username. r=biesi, sr=bsmedberg, blocking1.9+ 2008-02-20 17:24:41 -08:00
dougt@meer.net 6ca8cc537a disable autodialer in windows mobile. r=bsmedberg, a=beltzner 2008-02-20 14:41:27 -08:00
jag@tty.nl 60e16aa5b6 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
jwalden@mit.edu 4a3fa9a558 Bug 414122 - Packaging changes to no longer ship an effective TLD list as a separate file, since we compile the data into necko now. r=notworthsomeonestimetoreview, a=blocker 2008-02-14 16:02:44 -08:00
jwalden@mit.edu f978cbfebe Bug 414122 - Preprocess effective TLD data into C++ code (eliminate file I/O to read, move parsing out of C++, remove an arena, etc.). r=dwitte, sr=bsmedberg, a=blocker 2008-02-14 14:57:20 -08:00
reed@reedloden.com 24b1437e0e 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 03:12:50 -08:00
reed@reedloden.com 84df6e34b4 Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+] 2008-02-13 03:34:46 -08:00
benjamin@smedbergs.us 53f8a3f07a Bustage fix, bug 412320 2008-02-12 12:07:57 -08:00
benjamin@smedbergs.us f54b2d462b 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 11:46:26 -08:00
reed@reedloden.com 6a5145d85a Typo fix. 2008-02-10 02:04:21 -08:00
reed@reedloden.com a78d22611b Bug 410150 - "nsCacheService: only add observers that we really need" (Use array/for loops for the Add/Remove observers) [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons] 2008-02-09 20:53:28 -08:00
timeless@mozdev.org 91b152fa70 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-09 16:01:36 -08:00
timeless@mozdev.org 4e5f224922 Bug 412867 nsSimpleStreamListener needs to autoclose mSink IFF !mObserver r=biesi a=dsicore 2008-02-09 15:15:26 -08:00
reed@reedloden.com 31ad11b473 Bug 396222 - "let clients track the offline cache usage for a domain" [p=dcamp@mozilla.com (Dave Camp) / honzab@allpeers.com (Honza Bambas) r+sr=biesi r=dcamp a1.9=schrep] 2008-02-07 01:04:30 -08:00
dwitte@stanford.edu 6ef1369fb4 enable pipelining over SSL by default. b=414477, r=biesi, sr=shaver, a=mconnor 2008-02-06 20:04:56 -08:00
jwalden@mit.edu 68800e1daf Bug 401649 - JS CGI support in httpd.js -- create responses conditioned on header values and HTTP method types! r=sayrer 2008-02-05 17:12:32 -08:00
dwitte@stanford.edu 845a1b48d7 trivial errors-as-warnings fix for gcc4.3. 2008-02-02 21:06:57 -08:00
reed@reedloden.com b6b2b7ae04 Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner] 2008-02-01 18:07:49 -08:00
reed@reedloden.com ff177c91c1 Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :( 2008-02-01 01:00:59 -08:00
reed@reedloden.com 6c43096ee3 Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :( 2008-02-01 00:51:29 -08:00
enndeakin@sympatico.ca 5d34743739 Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner 2008-01-31 11:18:07 -08:00
jonas@sicking.cc 641b42bbcf 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 00:16:54 -08:00
reed@reedloden.com 0b6aaa6484 Bug 408979 - "Downloads are canceled on Exit when using a proxy server (HTTP/1.0)" (Remove HTTP/1.0 check) [p=hskupin@gmail.com (Henrik Skupin) r+sr=biesi a1.9=damons] 2008-01-29 20:35:17 -08:00
reed@reedloden.com ad5fe78586 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 10:38:15 -08:00
reed@reedloden.com e84f27e0b7 Back out for now until there's a fix. 2008-01-29 09:57:17 -08:00
reed@reedloden.com dd3f1cb70f 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 07:58:38 -08:00
reed@reedloden.com e43e76f1d9 Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+] 2008-01-28 23:54:54 -08:00
dwitte@stanford.edu 47934d61d0 Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons 2008-01-28 22:06:01 -08:00
reed@reedloden.com 3cdccd5854 Disable sporatically failing test that bz enabled earlier due to oranges. 2008-01-28 21:33:21 -08:00
bzbarsky@mit.edu 6d77ce24b6 Reenable the test on non-Windows. 2008-01-28 15:23:55 -08:00
sayrer@gmail.com 900bb835e8 Bug 400091. nsFaviconService leak with rapid page loads. r/sr=biesi 2008-01-28 15:21:27 -08:00
jwalden@mit.edu 94c76641bf Remove a duplicated entry in the effective TLD data file. alphabetsoup=campbells 2008-01-28 02:42:50 -08:00
dwitte@stanford.edu 38f196fcac update effective tld data file for gecko 1.9. b=403655, patch by Jo Hermans (jo.hermans@gmail.com) and Caio Tiago Oliveira (asrail@gmail.com), r=dwitte, moa=biesi, a=blocking1.9+ 2008-01-27 20:43:09 -08:00
dcamp@mozilla.com 3ca3aa31e4 Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi 2008-01-22 20:31:50 -08:00
dcamp@mozilla.com 52374362f5 Bug 398478: Clear globalStorage for offline apps separately from cookies, and the offline cache separately from the main cache. r=enndeakin, r=mconnor, sr=biesi 2008-01-22 20:06:36 -08:00
reed@reedloden.com 35d6d384be Bug 412023 - "Table overflows the ftp listings page" [p=dao@mozilla.com (Dão Gottwald) r+sr=roc a1.9=schrep] 2008-01-15 17:44:25 -08:00
mats.palmgren@bredband.net 127edd1a1e 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 02:22:58 -08:00
mats.palmgren@bredband.net 585067acdb Backing out bug 397850 to fix mailnews bustage. 2008-01-09 22:50:08 -08:00
mats.palmgren@bredband.net d569c0e911 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-09 22:17:29 -08:00
reed@reedloden.com 0cd6f43bac Bustage fix with some unnecessary whitespace removals. 2008-01-07 22:20:30 -08:00
reed@reedloden.com 8cc6bc7704 Bug 411119 - "Re-enabling IPv6 on mac breaks SOCKS support for localhost" [p=david@luyer.net (David Luyer) r+sr=biesi a=blocking1.9+] 2008-01-07 22:10:53 -08:00
reed@reedloden.com 8c3c9d31c8 Bug 392802 - "File listings very hard to read" [p=dao@mozilla.com (Dão Gottwald) r=Mano sr=bzbarsky ui-r=beltzner a=blocking-firefox3+] 2008-01-07 15:15:37 -08:00
dwitte@stanford.edu 004b965c19 relanding fix for bug 262116 that got accidentally backed out by previous landing. 2008-01-05 17:07:16 -08:00
reed@reedloden.com e5353c6795 Fix necko's test_dns_service.js test to treat ::1 the same as 127.0.0.1 for DNS resolution of localhost in order to fix Mac unit test failure now that IPv6 is enabled (as per bug 408881). 2008-01-05 00:10:56 -08:00
sdwilsh@shawnwilsher.com 537e0b2ccc Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz 2008-01-04 09:55:02 -08:00
dwitte@stanford.edu 219d201a37 tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep 2008-01-03 16:27:38 -08:00
dwitte@stanford.edu ca3f433b19 remove NS_WARNING to reduce debug spew. debug-only change. 2008-01-02 13:16:53 -08:00
reed@reedloden.com 92aca6d95c Bug 84945 - "nsDiskCacheMap::ReadDiskCacheEntry should use a cached buffer" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=dcamp sr=biesi a=blocking1.9+] 2007-12-28 20:22:54 -08:00
dwitte@stanford.edu a21c65cce9 interface tweak i forgot to make when checking in fix for bug 402013. 2007-12-17 21:31:32 -08:00
dwitte@stanford.edu e071ddd7c7 fix documentation error. 2007-12-14 21:28:44 -08:00
wtc@google.com 7b2e2e327d Bug 337418: added a generation count for the addr_info field of nsHostRecord to detect the change of addr_info and invalidate addr_info's iterator, and added a lock to protect access to the addr_info and addr_info_gencnt fields. r=cbiesinger,sr=bzbarsky blocking1.9+ Modified files: nsDNSService2.cpp nsHostResolver.cpp nsHostResolver.h 2007-12-11 13:45:42 -08:00
vladimir@pobox.com 87047efe67 bustage fix 2007-12-07 14:18:13 -08:00
vladimir@pobox.com d6f2254d7a b=406849, SetCacheAsFile(true) on memory-cached loads is broken, patch from bz, r+sr=bisei, a=schrep 2007-12-07 14:07:03 -08:00
dwitte@stanford.edu e42e7e86a1 add unit test for permission manager. 2007-12-04 23:23:14 -08:00
dwitte@stanford.edu fcd4182c75 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-04 22:37:36 -08:00
dwitte@stanford.edu 00a26fac63 add tests for bug 385299. 2007-12-04 18:45:40 -08:00
dwitte@stanford.edu 7ab7291755 add unit test for bug 402013. 2007-12-04 18:28:37 -08:00
roc+@cs.cmu.edu e7e924ee25 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-04 18:18:58 -08:00
reed@reedloden.com 992a0dbac3 Bug 401718 - "[UA] Remove Mach-O from UA on PPC" [p=reed r=dbaron r=mento sr=biesi a1.9=damons] 2007-12-04 17:07:00 -08:00
dwitte@stanford.edu 0a99751a22 add unit test for bug 402013. 2007-12-04 17:03:08 -08:00
dwitte@stanford.edu 580bbbf8e9 relanding bug 385299 and updating tests. 2007-12-04 16:03:22 -08:00
dwitte@stanford.edu d76dfd940a backing out due to orange 2007-12-04 15:02:24 -08:00
dwitte@stanford.edu 68ec39d1bf Bug 385299 - use eTLD in cookies (stop sites setting cookies for the entire ".co.uk" domain). r=dveditz, sr=mconnor, blocking1.9+ 2007-12-04 14:26:42 -08:00
dwitte@stanford.edu bcd36aac5b Bug 402013 - improve normalization behavior of nsIEffectiveTLDService. r+sr=biesi, a=mconnor 2007-12-04 13:57:31 -08:00
kaie@kuix.de e5ec2662fb Attempting to fix tinderbox bustage from bug 378241 2007-12-04 11:38:27 -08:00
kaie@kuix.de 8808556f16 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 10:53:14 -08:00
dwitte@stanford.edu 196f6f8c7a relanding 402008. 2007-12-03 22:30:47 -08:00
dwitte@stanford.edu d2fce27588 backing out due to orange. 2007-12-03 18:46:02 -08:00
dwitte@stanford.edu 9f88157b3a Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore 2007-12-03 18:24:53 -08:00
bzbarsky@mit.edu ccb1fc8b78 Disabling again for now 2007-12-03 16:23:44 -08:00
bzbarsky@mit.edu ee71932789 Assert that the channel succeeded, so if it fails we'll know 2007-12-03 15:44:07 -08:00
bzbarsky@mit.edu 964329a71b Reenable test now that we have a higher timeout for Tunit 2007-12-03 13:47:54 -08:00
bzbarsky@mit.edu adf76863c7 Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi 2007-12-03 13:34:44 -08:00
bzbarsky@mit.edu 78fc21e3eb Disable test for now. tbox sucks 2007-12-03 12:04:03 -08:00
bzbarsky@mit.edu f0476155f3 Sniff "text/plain; charset=UTF8" for possibly being binary. Bug 394647, r+sr=biesi 2007-12-03 10:37:54 -08:00
cbiesinger@gmx.at 92233e975c 345181 cache SSL content that was sent with a Cache-Control: public header to disk r+sr=darin 2007-11-30 10:09:05 -08:00
cbiesinger@gmx.at 34df51aafa bug 262116 make disk cache serialize/deserialize the security info, if present also make nsNSSSocketInfo serializable PSM part: r=kaie sr=darin rest: r+sr=darin 2007-11-30 10:05:54 -08:00
gerv@gerv.net 02d5795990 Bug 403052 - switch mozTXTToHTMLConv to standard tri-licence. Thanks to benb for permission to do so. Patch by gerv; r=beltzner. 2007-11-28 02:16:54 -08:00
dcamp@mozilla.com 602e4a3871 Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner 2007-11-26 21:32:23 -08:00
reed@reedloden.com 71b2658219 Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner] 2007-11-26 18:44:44 -08:00
gavin@gavinsharp.com 8b401af553 Bug 403480: make it impossible to set nsIURI::port to it's default value, r+sr=biesi, a=schrep 2007-11-26 16:51:57 -08:00
sdwilsh@shawnwilsher.com 851f816bc5 Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor 2007-11-23 12:20:41 -08:00
dwitte@stanford.edu 9c27151c0e backing out the kitchen sink. 2007-11-19 02:15:55 -08:00
dwitte@stanford.edu 83fda64c98 still investigating mac Tp impact. 2007-11-19 01:08:07 -08:00
dwitte@stanford.edu a40dd68356 back out change. 2007-11-18 23:26:36 -08:00
dwitte@stanford.edu a6ce7226ca temporarily disabling tests. 2007-11-18 23:08:46 -08:00
dwitte@stanford.edu ff0741f015 investigating orange. 2007-11-18 22:41:53 -08:00
dwitte@stanford.edu 7f5fa28266 relanding modified patch for bug 403372. 2007-11-18 00:08:34 -08:00
jwalden@mit.edu a182842be2 Kick one of the unit test tinderboxen into another build. 2007-11-17 11:47:05 -08:00
dwitte@stanford.edu 7169b20a8e relanding teeny tiny part of patch to investigate Tp impact 2007-11-17 03:05:01 -08:00
reed@reedloden.com 467632c45e Back out dwitte's cookie monster patch (bug 403372) due to Tp regression. 2007-11-17 01:49:18 -08:00
dwitte@stanford.edu 77ee93dd71 fix test. 2007-11-16 23:07:24 -08:00