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

6165 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky e9dfe49666 Fixing comments to match reality. No bug. 2009-02-23 15:59:26 -05:00
Michal Novotny 618a8fbb85 Bug 474434 - Active ftp sessions are not closed when clearing recent history; r=bzbarsky sr=cbiesinger 2009-02-23 19:28:17 +01:00
Arpad Borsos 53027c35dd Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger 2009-02-23 02:05:28 +01:00
Dave Camp 19961382d3 Bug 477748 - app cache chooses namespaces in the wrong order. r=honzab, sr=bz 2009-02-22 11:09:10 -08:00
Dave Camp 79e576b0fa Bug 442810 - update ui for app cache changes. r=gavin, r=honzab, sr=bz 2009-02-22 11:09:10 -08:00
Dave Camp 004a905877 Bug 470274 - Firefox cannot visit any websites when waking from sleep. r+sr=bz 2009-02-22 11:09:09 -08:00
Ehsan Akhgari 71379763ff Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor 2009-02-22 18:21:52 +03:30
Michal Novotny f20d4669fb Bug 386167 - firefox doesn't show login/password form when connecting to ftp server with anonymous accounts disabled; r+sr=bzbarsky 2009-02-21 03:09:18 +01:00
Jason Duell c1e1fbbaf5 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
L. David Baron 3aba362292 Backed out changeset 4bd7dd7645c2 (Bug 474536) 2009-02-19 12:37:53 -08:00
Jason Duell aaf78a83e2 Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky 2009-02-19 15:25:18 -05:00
Michal Novotny ba890eeb6d Bug 321361 - Cache corruption when viewing sites with several large images; r=dcamp sr=bzbarsky 2009-02-19 18:23:21 +01:00
Michal Novotny 8bdd2683e7 Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky 2009-02-19 18:23:19 +01:00
Boris Zbarsky a79385332a Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage 2009-02-19 09:14:36 -05:00
Ehsan Akhgari b73a635113 Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor 2009-02-19 09:22:08 +03:30
Honza Bambas 323f086e5a Bug 474696 - Process fallbacks on out-of-domain redirects, r=dcamp 2009-02-18 14:31:32 +01:00
Honza Bambas d58e61f80a Bug 468443 - Remove PUT/DELETE support from httpd.js, r=jwalden 2009-02-18 14:31:30 +01:00
bjarne@runitsoft.com e006a13751 Bug 466080 - Make more things honor the LOAD_ANONYMOUS flag r=sicking,MisterSSL, sr=sicking 2009-02-17 14:06:52 -08:00
Boris Zbarsky d9761e7aaf Bug 455367. Don't just assume that all image loads get data; ask imagelib instead. r=kaie, r=joedrew, sr=jst 2009-02-16 09:11:30 -05:00
Ehsan Akhgari 3af248ab5e Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky 2009-02-15 10:51:04 +03:30
Michal Novotny 0adb622172 Bug 449198 - http-on-examine-response isn't fired when a response comes from the cache; r=bzbarsky sr=cbiesinger 2009-02-12 05:16:00 +01:00
Dave Camp b21cbe7c23 Bug 477666: namespaces broken after an appcache update. r=honzab, sr=bz 2009-02-09 22:40:40 -08:00
Patrick McManus abe9b55a58 Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky. 2009-02-09 12:31:44 -05:00
Jeff Walden 51a843710f Bug 471158 - Add getSharedState/setSharedState functionality to SJS, convert existing state to per-path state. r=honzab
--HG--
rename : netwerk/test/httpserver/test/data/sjs/state.sjs => netwerk/test/httpserver/test/data/sjs/state2.sjs
2009-02-04 11:08:03 -08:00
Dan Witte 2ccb6d7c66 delete corrupt cookies.sqlite on startup so the user doesn't have to. b=470578, r=sdwilsh, sr=mconnor 2009-02-03 19:26:59 -08:00
Dan Witte 10964e31f4 bump cookie limit from 1000 to 3000 to reduce occurrence of cookie purges. b=444600, r+sr=mconnor. 2009-02-03 19:11:33 -08:00
Jonas Sicking 2c8b4e0b19 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Peter Van der Beken 63b350c021 Merge backout 2009-01-22 14:53:06 +01:00
Peter Van der Beken 0b7ffe2664 Backed out changeset 9fc993ac4427 (Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz) to fix orange. 2009-01-22 14:52:34 +01:00
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Fred Jendrzejewski 424883d380 Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Jonas Sicking 77010e3913 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Jonas Sicking 46b09b8476 Backed out changeset 2063e342b8e1 due to failing docshell tests 2009-01-21 18:07:29 -08:00
Jonas Sicking 8c5f8ef332 Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz 2009-01-21 14:50:28 -08:00
Chris Pearce 5f06963d36 Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky
--HG--
extra : rebase_source : b9ee2200c86a0c3fa06cdb163a39a183aa313380
2009-01-16 22:07:26 +13:00
Chris Pearce 8ce9df150f Bug 469446. Necko should be able to cache byte-range requests when the start offset is zero. Then we can make our initial video load a byte-range request to detect whether the server supports byte-range requests, and the video data can still be cached. r=doublec,sr=roc,r=bzbarsky
--HG--
extra : rebase_source : acec408274be2b770b5f1936b4f915ef1bafa60b
2009-01-16 21:22:08 +13:00
Phil Ringnalda fcb2f41673 Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking 2009-01-15 20:02:21 -08:00
Curtis Bartley 35bf4e9d80 View Source Linkification should only linkify "safe" URLs. p=cbartley, r=mrbkap, sr=bzbarsky, b=467852 2009-01-15 15:07:53 -05:00
Mark Banner 732f12ec13 Bug 472824 promptPassword should unescape user names before use. r=dolkse,sr=mconnor 2009-01-15 13:16:34 +00:00
Patrick McManus e02c016fc7 Bug 467562. Fix race between the timeout on our DNS thread waits and signals to those threads that could cause DNS requests to go AWOL every so often. r+sr=bzbarsky 2009-01-14 12:18:27 -05:00
Jonas Sicking 1dc3fc2723 Backed out changeset 03bc3379822a 2009-01-14 00:59:52 -08:00
bjarne@runitsoft.com 693cc6fc91 Bug 466080 - Make more things honor the LOAD_ANONYMOUS flag r=sicking,MisterSSL, sr=sicking 2009-01-13 23:06:39 -08:00
Dave Camp bc5b4a67f8 Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden 2009-01-12 21:52:00 -08:00
Daniel Veditz e4a2f866f1 Fixing bug 451613. URL parsing treats leading whitespace inconsistently. r=jst@mozilla.org 2009-01-12 17:02:07 -08:00
Boris Zbarsky 76730b154f Bug 464956. Make .desktop files report a redirect not of type REDIRECT_INTERNAL so that we can use that type to detect redirects not under the control of the target resource. r+sr=biesi 2009-01-12 10:40:44 -05:00
Jeff Walden a440d5c705 Bug 381598 - HTTP server tests cleanup, round two. r=me because the old tests are difficult to understand and it's not worth making someone read them to do a review 2008-12-18 11:05:40 -08:00
Robert O'Callahan f4bcf684b5 Backed out changeset b873bd70913f
--HG--
extra : rebase_source : 5edfb17304688d81579eca39df35f1a71f622f62
2008-12-18 23:16:09 +13:00
Chris Pearce fce9710b28 Bug 463830. Make the window title for standalone video/audio documents be useful. r+sr=roc
--HG--
extra : rebase_source : afeb3c793fb8756901ee6ef16782f3a288ed106c
2008-12-18 21:07:24 +13:00
Jeff Walden 8b5c72c8ea Bug 381598 - HTTP server tests cleanup. r=me because I don't think it's a good use of anyone's time to disentangle the tests as they were written prior to this checkin 2008-12-15 21:02:41 -08:00
Jeff Walden 4a6ba4660c Bug 465921 - httpd.js fails to deliver after about 35 reloads of test_seek1.html, most likely because the connection is being prematurely terminated by the client. r=bz 2008-12-15 21:02:40 -08:00
Boris Zbarsky c7890d578f Adding a test for stream copier 2008-12-15 11:58:08 -05:00
Gavin Sharp 9746c70909 Bug 469528: add comments specifying units used for various cache capacities, r+sr=biesi 2008-12-14 21:57:24 -08:00
Jeff Walden 4203eb7bc0 Followup nitfix from review comment, bumping iteration count up one to 'fail' more places if a regression happens. 2008-12-12 11:43:51 -08:00
Jeff Walden 38cf48c5a5 Bug 468467 - If onInputStreamReady doesn't process all of the Request-Line the first time, httpd.js asserts. r=honzab 2008-12-12 11:31:30 -08:00
Dave Camp 9025de0ae1 Bug 441751 - "Directives not to cache pages ignored." [r+sr=bzbarsky]
* * *
Bug 441751 - "Directives not to cache pages ignored." (fix for offline cache updating) [r+sr=bzbarsky]
2008-12-11 21:57:47 -08:00
Dan Witte c037bae33d bug 468744 - finalize sqlite statements before closing db to avoid sqlite warnings; r=sdwilsh 2008-12-10 15:54:57 -08:00
Shawn Wilsher fe66178c10 Bug 466582 - smarter handling of remote chrome (and not allowing it)
This adds a new flag, URI_IS_LOCAL_RESOURCE, to nsIProtocolHandler that allows
something of this protocol to be registered in chrome.

This changeset removes a runtime check every time we open a chrome channel to
see if it is remote to a registration time check that checks flags.  The old
code could be easily worked around, and allowed for remote resources to be used.

r=bsmedberg
r=bz
sr=bz
2008-12-09 16:27:42 -05:00
Dave Camp e2c8a6aeec Backed out changeset e33f490c8764 2008-12-08 20:26:56 -08:00
Dave Camp d567d66d3f Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz 2008-12-08 19:24:33 -08:00
Shawn Wilsher 205d129c10 Backed out changeset b6f762fde736 (bug 466582) for unit test orange. 2008-12-08 18:51:46 -05:00
Shawn Wilsher 2a28a8b2b1 Bug 466582 - smarter handling of remote chrome (and not allowing it)
r=bsmedberg, r=bz, sr=bz
2008-12-08 17:14:14 -05:00
Masatoshi Kimura 3a3a37f47d Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron 2008-12-06 11:08:26 -08:00
Masahiro Yamada 4e67eccab9 Bug 464162 - Apache does not accept IPv6 addresses with a scope id in the Host: header; r+sr=cbiesinger 2008-12-06 14:15:24 +01:00
Patrick McManus fe7a97a1a0 Bug 464838: Tweak DNS prefetch to hopefully fix a tp3 regression. r+sr=bz 2008-12-05 12:53:24 -08:00
Daniel Holbert 61f320aa9d Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes. 2008-12-05 11:52:01 -08:00
Masatoshi Kimura 31c5df869e Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron 2008-12-05 18:31:00 +01:00
Arpad Borsos 094bbdd8f8 Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin 2008-12-04 15:37:37 +01:00
Jeff Walden 2208596029 Bug 463327 - Enable stateful SJS handlers somehow other than through universal insta-XSS. r=honzab 2008-12-03 22:24:59 -08:00
Ehsan Akhgari 41b2b72ecd Bug 462707 - nsHttpChannel::GetEntityID should respect Accept-Ranges response header; r,sr=biesi a191=beltzner 2008-11-28 15:28:57 -08:00
Boris Zbarsky 940b1656f1 Fixing test to test the right thing 2008-11-25 22:32:12 -05:00
Boris Zbarsky 402f7a9c31 Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking 2008-11-25 20:50:04 -05:00
Jesse Ruderman ca1f42ecc6 Remove line breaks from end of assertion messages 2008-11-19 15:15:35 -08:00
Honza Bambas c3389a1504 Bug 454381: Minefield Nightly brings up Dial-Up Login if a website is unavailable. r=biesi, sr=bsmedberg, a1.9.1b2=beltzner 2008-11-13 15:38:02 +00:00
David Triendl 3c67d30842 Bug 460776. Add 'nhs.uk' as an exception to the effective TLD list. r=gerv, a=beltzner 2008-11-11 22:38:49 -05:00
Patrick McManus 2a5b7140ea Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky, a=beltzner 2008-11-07 18:00:26 -05:00
Jeff Walden 6ed4048793 Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab 2008-11-06 12:44:27 -08:00
Honza Bambas 7576a12436 Bug 460328: Make online whitelist entries match by prefix. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas 29b8953456 Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas c16599cc1d Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst 2008-11-05 16:01:07 -08:00
Jeff Walden 5fcf8aa9f1 Bug 462864 - Expose request body as a stream, state-machine refactoring in httpd.js. r=honzab 2008-11-05 15:31:30 -08:00
Justin Dolske e2e9e3fb10 Investigating leaks in bug 463263, backout bug 453403. 2008-11-05 12:55:38 -08:00
Justin Dolske 4a4f7244af Backed out changeset e8fd3f4c52b6 2008-11-05 12:54:51 -08:00
Justin Dolske a8a8f0fcf0 Investigating leaks in bug 463263, backout bug 453403. 2008-11-05 12:54:19 -08:00
Justin Dolske de8c57c52b Backed out changeset 19b3caf108d1 2008-11-05 12:53:02 -08:00
Shawn Wilsher 9087f22d1f Bug 460086 - Library context menu for history items should include "Delete all data to <domain>"
This also adds this to the history sidebar because of the modularity of the code.  Yay!
r=mconnor
r=dietrich

Tests will be landing in a follow-up patch.
2008-11-05 03:24:22 -05:00
Gavin Sharp 7b41cb93e4 Backed out changeset f014c59ad81d 2008-11-04 23:35:39 -05:00
Jeff Muizelaar e6551e382c Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi 2008-11-04 23:11:31 -05:00
Dave Camp b3101704f6 merge 2008-11-04 11:58:28 -08:00
Doug Turner 06a2736626 Merge to tip 2008-11-04 11:39:05 -08:00
Dave Camp 0c0880f78f Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz 2008-11-04 10:59:12 -08:00
Boris Zbarsky 322a9a7af8 Bug 453403. Fix leak of nsHostResolver by making sure to wake up all the worker threads on shutdown 2008-11-04 12:03:11 -05:00
Patrick McManus dbf40a5ca6 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 11:14:29 -05:00
Doug Turner 239a0b6980 Merge to tip 2008-11-04 08:12:50 -08:00
Patrick McManus f33e25510d Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky 2008-11-04 11:05:46 -05:00
Patrick McManus 4fc459d715 Bug 459724. Fix normalization of flags in the DNS cache to allow other work that depends on these flags to happen. r+sr=bzbarsky 2008-11-04 11:05:24 -05:00
Boris Zbarsky a0dfe7f851 Backing out changesets 374d3cf7b48d, 5d9dc9b6127e, 8c4f57a5674d, cd9a392337b7 2008-11-04 11:03:10 -05:00
Doug Turner 70904f314d Bug 461832 - windows mobile bustage on file protocol handler. r=blassey sr=bz 2008-11-04 07:23:54 -08:00
Patrick McManus 4f0fa604d1 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 10:22:04 -05:00
Patrick McManus 05ec1c59e2 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 10:14:50 -05:00
Patrick McManus 4136c5cdaa Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky 2008-11-04 10:12:49 -05:00
Patrick McManus bda290e94d Bug 459724. Fix normalization of flags in the DNS cache to allow other work that depends on these flags to happen. r+sr=bzbarsky 2008-11-04 10:10:00 -05:00
Dave Camp dea763c065 Bug 445544: Navigating away from an offline app fails. r=honzab, r+sr=bz 2008-11-04 02:20:27 -08:00
Phil Ringnalda 538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Ehsan Akhgari 07521d5740 Bug 411929 - Private Browsing UI; r=mconnor,bzbarsky sr=bzbarsky 2008-11-04 02:52:23 +03:30
Ehsan Akhgari c078acab37 Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [unit test API changes]; r,sr=mconnor 2008-11-04 02:52:22 +03:30
timeless@mozdev.org eb19759424 Bug 460115 Setting "Authorization" request header to value without a space results in crash [@ libc-2.6.so@0x6fbcc]
r=biesi sr=biesi
2008-11-03 23:08:44 +01:00
Boris Zbarsky e85412920a Bug 462804. Remove redundant method. r=dcamp, biesi, sr=roc 2008-11-03 11:00:54 -05:00
Jeff Walden 6b5811b656 Consistently rebrand to httpd.js, since that's basically how everyone knows about it and because the older name was ugly. No bug, basically comment-only changes, r+sr+ui-r+a=mconnor per the inestimable firebot 2008-11-02 22:46:54 -08:00
Ehsan Akhgari 0957dd9350 Change the IDL comment to specify microseconds for bug 411952 2008-11-01 01:06:23 +03:30
Ehsan Akhgari 755a14f883 Bug 411952 - Cookie's creationTime needs to be exposed via nsICookie2; r=mconnor, sr=bzbarsky (unit test) 2008-10-31 17:21:31 +03:30
Ehsan Akhgari d59b7462e0 Bug 411952 - Cookie's creationTime needs to be exposed via nsICookie2; r=mconnor, sr=bzbarsky 2008-10-31 17:19:18 +03:30
Honza Bambas f7ccc681d9 Bug 461327 - White list entries fix; r=dcamp sr=bzbarsky 2008-10-28 05:33:12 +01:00
Ehsan Akhgari 2e670c72eb Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cache part]; r=cbiesinger,dcamp sr=cbiesinger 2008-10-25 13:56:20 +03:30
Daniel Veditz 0ee094d218 bug 443299: prevent potential OOM dos and null-deref crash. Patch by Justin Schuh, r=cbiesinger, sr=dveditz 2008-10-24 16:47:41 -07:00
Boris Zbarsky d3fc632669 Bug 455311. Better handling of a successful redirect. r+sr=biesi pending 2008-10-22 21:43:15 -04:00
Boris Zbarsky fc70586314 Fixing test to actually pass on Mac 2008-10-22 13:45:07 -04:00
Boris Zbarsky 160e4afb66 Fixing indent 2008-10-22 11:44:51 -04:00
Boris Zbarsky 44e9fa1c3e Bug 455311. Better handling of Cancel and IsPending() on nsBaseChannel redirects, plus unit tests. r+sr=biesi 2008-10-22 11:42:32 -04:00
Ehsan Akhgari 2b72bfb314 Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [a fix to the cookie part]; r=dwitte sr=bzbarsky 2008-10-21 02:00:30 +03:30
Brad Lassey 791430bafe Bug 458252: local file paths are wrong on windows mobile r=dougt sr=bsmedberg 2008-10-20 13:03:20 -04:00
Dave Camp 65de892f3f Bug 495822: Move OfflineAppAllowed from nsIOService to nsOfflineCacheUpdateService. r+sr=biesi 2008-10-19 21:12:25 -07:00
Ehsan Akhgari 1b7a5323d9 Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cookie part]; r=dwitte,mconnor sr=bzbarsky 2008-10-20 00:42:53 +03:30
Ehsan Akhgari f434cfd85b Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [nsIPrivateBrowsingService interface]; r,sr=bzbarsky 2008-10-20 00:39:56 +03:30
Pam Greene d77e8cd70f Bug 455771 - Add information for .tel to public suffix (effective TLD) list; r=gerv 2008-10-18 00:28:36 +02:00
Chris Double 8f39fe8e21 Bug 398185 - Add byte range request support to JS httpd - r=jwalden+bmo 2008-10-17 12:38:14 +13:00
David Triendl 40d6fdce70 Bug 457470 - Update public suffix (effective TLD) list (3); r=gerv 2008-10-17 01:29:10 +02:00
Ian f2cd72a0db Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky. 2008-10-15 16:05:23 -04:00
Patrick McManus 26fb25117e Bug 208312. Cache DNS failure responses, not just successful lookups. r+sr=bzbarsky 2008-10-13 17:04:09 -04:00
Bjarne caced0161b Bug 327765 - Mozilla's cache does not invalidate on non-GET requests; r=cbiesinger 2008-10-10 18:14:51 +02:00
Honza Bambas 0db111e721 Bug 435558 - Certificate error page not displayed while using proxy on 'localhost'; r=cbiesinger sr=bzbarsky 2008-10-10 18:02:30 +02:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Ben Newman 97433a48ab Bug 454850. Make sure that whenever nsPrincipal::Equals would return true for a pair of principals their nsPrincipal::GetHashValue returns are also equal. r+sr=bzbarsky 2008-10-08 09:16:27 -04:00
Boris Zbarsky 43a6ea85c9 Back out changeset a8eb5fc88c01: relanding bug 455311. Treat .url files as redirects. r+sr=biesi 2008-09-29 17:02:44 -04:00
L. David Baron f7423b5b9a Merge backout of changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065. 2008-10-05 19:56:17 -07:00
L. David Baron d9056fab22 Backed out changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065. 2008-10-05 19:55:41 -07:00
Reed Loden 1c77a41798 Merge backout changeset for bug 454406 2008-10-01 01:03:35 -05:00
Reed Loden 984577563b Bug 454406 - "SSL handshakes fail after asking PSM to remember user's choice of client auth cert" (backed out changeset 6615b044bcd8 from bug 431819) 2008-10-01 01:01:39 -05:00
Michal Novotny c6c4687357 Bug 429347 - "URL parser gets confused by ref with no path" [r=bzbarsky sr=cbiesinger] 2008-10-01 00:34:29 -05:00
Michal Novotny 294525a204 Bug 412945 - "Malformed POST requests generated when using elance.com" [r=biesi sr=bzbarsky] 2008-10-01 00:31:24 -05:00
Michal Novotny 12c9fd28e9 Bug 365133 - "The FTP folder won't open!" [r=bzbarsky sr=dougt] 2008-10-01 00:28:39 -05:00
Daniel Veditz 19819246b6 Bug 380994 - "Fix for bug 367428 lets through escaped slashes on Linux (windows too on trunk)" (incremental patch on top of what's checked in) [r=biesi] 2008-10-01 00:21:05 -05:00
Daniel Veditz 3faa484c5e Bug 380994 - "Fix for bug 367428 lets through escaped slashes on Linux (windows too on trunk)" [r=biesi] 2008-10-01 00:15:58 -05:00
Jonas Sicking bd5e92615c Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst 2008-09-30 17:52:52 -07:00
Jonas Sicking 69b9ff0371 Update Access-Control implementation to match changes in spec. b=389508 r/sr=jst 2008-09-30 17:50:42 -07:00
Dave Camp b01fb32f96 Bug 426932: update online/offline state on osx. p=dcamp/smichaud, r=smichaud/josh, sr=roc 2008-09-30 15:27:06 -07:00
Dave Camp 2f97fe678d Followup to bug 442813, return the right error when offline. r+sr=biesi 2008-09-30 13:26:42 -07:00
Dave Camp f1c1dc3474 Bug 442813: Implement fallback/opportunistic caching for application caches. p=me, Honza Bambas <honzab@allpeers.com>, r+sr=biesi 2008-09-30 11:34:23 -07:00
Brian Crowder 9363843366 Bug 450973 - Gecko date in the UA string shouldn't be longer than 8 digits (YYYYMMDD). r+sr=bz 2008-09-30 19:07:09 +02:00
Boris Zbarsky edcf45724a Bug 455311. Treat .url files as redirects. r+sr=biesi 2008-09-29 17:02:44 -04:00
Andrew Sutherland 9368a35a26 Bug 361401 - nsAppleFileDecoder assumes big-endian platform, effectively corrupts AppleDouble thunderbird mail attachments; r+sr=bzbarsky 2008-09-29 00:04:23 +02:00
Michal Novotny 7a42d7b8bc Bug 355567. Handle disk cache collisions by refusing to open a cache entry instead of by sometimes clobbering the content in the existing entry. r+sr=bzbarsky 2008-09-26 09:33:36 -04:00
Chris Double 2d8c92b2bd Backed out changeset c2e02e6250db 2008-09-25 19:34:29 +12:00
Chris Double 52563985bc Bug 398185 - Add byte range request support to JS httpd - r+=sayrer 2008-09-25 15:30:35 +12:00
Ehsan Akhgari 8950c06710 Bug 455598 - nsICookieManager2.cookieExists incorrectly assumes a nsCookie param; test; r=dwitte sr=bzbarsky 2008-09-20 16:28:09 +02:00
Arpad Borsos 7c8fe9b1d4 Bug 451909 - kill MOZ_XUL_APP now that all apps set it; files removal; r=ted.mielczarek 2008-09-20 15:54:40 +02:00
Ehsan Akhgari 02c78fb57e Bug 455598 - nsICookieManager2.cookieExists incorrectly assumes a nsCookie param; r=dwitte sr=bzbarsky 2008-09-17 15:30:47 +02:00
Arpad Borsos f78afaec8d Bug 454479 - Clean up unused variables in netwerk/; r=cbiesinger 2008-09-15 15:34:46 +02:00
Arpad Borsos 1e410ca73d Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'jar.mn' part; r=ted.mielczarek 2008-09-15 15:19:32 +02:00
Christian Biesinger 61ce0471a4 bug 454587 Make sure that don't disable memory cache when
PR_GetPhysicalMemory() fails. Instead, default to 32 MB of memory (2 MB cache
size)
r+sr=bz
2008-09-14 15:45:52 -07:00
Magnus Melin 84837afd35 Bug 431890: nsStandardURL::SetSpec does not fail when host contains leading space " ". r+sr=cbiesinger 2008-09-14 21:15:06 +03:00
timeless@mozdev.org eb6e3834b8 Bug 455035 Crash shutting down in cookie code
r=dwitte sr=biesi
2008-09-14 03:32:14 +02:00
Olli Pettay bb4cac6ed5 Fix bustage caused by 91493f716bdf 2008-09-12 15:13:10 +03:00
Boris Zbarsky 88ad30e7a8 Add some logging to make things easier to debug 2008-09-12 07:44:19 -04:00
Daniel Holbert cc9fe08886 merge after backing out 38140c8a8327 2008-09-11 12:03:01 -07:00
Daniel Holbert 5b62bbc28a Backed out changeset 38140c8a8327 to see if it fixes Bug 454896 (sporadic RLk) 2008-09-11 12:02:09 -07:00
Michal Novotny c0c8d254c3 Bug 389394. Fix FTP upload of small files to properly report failures. r+sr=bzbarsky 2008-09-10 23:25:39 -04:00
Ben Turner 8a3b5e186c Bug 436379 - "Make docshell and securebrowserui only accessible on the main thread". r=kaie. 2008-09-10 13:14:08 -07:00
Olli Pettay d9a98bcf71 Bug 451991 - nsIProgressEventSink::OnProgress reports wrong values when uploading, r+sr=biesi 2008-09-10 13:06:06 +03:00
Boris Zbarsky c90ed4f01a Bug 454411. Fix caching of redirects to actually work. r+sr=biesi 2008-09-09 21:39:38 -04:00
Olli Pettay cdbdb36ee4 Bug 454217, httpd.js doesn't handle large body properly, r=sayrer, +change XHR POST test to use request.body 2008-09-09 12:32:35 +03:00
Honza Bambas 3bcd02a445 Bug 443610 - Add body and PUT handling to httpd.js; "DELETE" part; r=sayrer 2008-09-07 17:19:08 +02:00
Honza Bambas 7f0abab8dd Bug 443610 - Add body and PUT handling to httpd.js; "PUT" part; r=sayrer 2008-09-07 17:18:06 +02:00
Michal Novotny 51dca3fb4e Bug 408138 - File URL incorrect when file path is not in filesystem encoding; r=cbiesinger sr=bzbarsky 2008-09-07 15:59:48 +02:00
Michal Novotny 4116196726 Bug 406787 - Empty index shown after ftp error if you hit return in the URL Bar; r+sr=bzbarsky 2008-09-07 15:48:40 +02:00
Honza Bambas 519f390b22 Bug 452775 - Minefield Nightly fails to initiate dial-up login; r=cbiesinger 2008-09-07 14:43:35 +02:00
Gervase Markham 4a34a60484 Bug 450339 - Public Suffix List incorrectly blocks second-level .pe domains which now exist. Patch by gerv; r=pamg. 2008-09-03 18:23:46 +01:00
Gervase Markham 75422a6cf8 Bug 452428 - Update Public Suffix List again. Patch by David Triendl; r=gerv. 2008-09-02 16:16:18 +01:00
Arpad Borsos 3b08a324be Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted 2008-09-02 10:45:14 +01:00
honzab@allpeers.com bb77be6219 Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-09-01 22:53:59 +02:00
Honza Bambas bec376906f Bug 442812: Implement the application cache selection algorithm. r+sr=bz 2008-08-27 18:15:32 -07:00
Brian Crowder 4ade97cf5a Fix bogus NS_NewURI call to use nsDependentString temporary instead of a raw LPWSTR 2008-08-27 15:06:34 -07:00
Brian Crowder 7395789847 Bug 418703 - reduce narrow Windows API calls in necko, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-27 14:44:54 -07:00
Gervase Markham 1eb9b5aa58 Bug 447815 - updates to the effective TLD list. Patches by David Triendl and Pam Greene, r=gerv. 2008-08-27 16:14:08 +01:00
Dave Camp 43a0d08dee Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Jan Odvarko e416794587 Bug 430155. New nsHttpChannel interface to allow examination of HTTP data before it is passed to the channel's creator. r=biesi, sr=bzbarsky 2008-08-25 13:21:28 -04:00
Dave Camp 0cabe03883 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp 2f08e458a6 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
Dave Camp 814312666f Backed out changeset 1c69f587516b (Bug 419562) 2008-08-20 02:35:26 -07:00
ben turner a6658e1e29 Bug 419562 - "Firefox leaks nsHttpConnections and other necko objects when shutting down in offline mode" [r=biesi] 2008-08-20 01:43:43 -05:00
Dave Camp 6b0e8fb803 Merge for backout of 442806 2008-08-19 22:53:41 -07:00
Dave Camp 8e9da90c59 Backed out changeset ea551e6f0f40 (bug 442806) 2008-08-19 22:53:20 -07:00
Dave Camp 7dd10fabb6 Merge for backout of 442812 2008-08-19 22:52:37 -07:00
Dave Camp 92adf93276 Backed out changeset 1e3d4775197a (bug 442812) 2008-08-19 22:52:05 -07:00
Ryan VanderMeulen e89115ea32 Bug 271823 - "do_GetIOService should use nsGetServiceByCID" (Fix the indentation error) [r=Neil] 2008-08-20 00:09:03 -05:00
Shawn Wilsher 3f8d1c3762 Bug 448372 - Sensitive cookie data remains readable and on disk in cookies.sqlite after "Clear Private Data" and "Remove All Cookies"
This makes the cookie service now delete the database file if it cannot clear
the table because of corruption.  It then re-inits the database.
r=dwitte
2008-08-19 22:57:18 -05:00
Honza Bambas 8b179c6230 Bug 442812: Implement the application cache selection algorithm. r+sr=bz 2008-08-19 19:31:08 -07:00
Dave Camp 6280e84411 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-19 19:30:44 -07:00
Michal Novotny b39e5ea89d Bug 379034 - Relative URLs with capitalized schemes are treated as absolute, r=biesi sr=bzbarsky 2008-08-19 10:48:10 -04:00
Justin Dolske c571db3f50 Remove UTF8 BOM marker from last commit. 2008-08-18 17:44:28 -07:00
Bernard Alleysson ext:(%2C%20Ryan%20VanderMeulen%20%3Cryanvm%40gmail.com%3E) 5cd997bd50 do_GetIOService should use nsGetServiceByCID - bug 271823 r=biesi sr=jag 2008-08-18 17:19:27 -07:00
Dave Townsend 87f67ddbf7 Backout of bug 135007 due to Tp regression 2008-08-18 15:08:44 +01:00
Dave Townsend 4f9235f7b3 Backed out changeset cf3eae029913 2008-08-18 15:08:14 +01:00
Eric Butler c6ee2db163 open cookie db unshared and exclusive - bug 449987. r=dwitte 2008-08-17 21:05:54 -07:00
honzab@allpeers.com db4bc19d7b Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-08-16 09:12:42 +02:00
Michal Novotny c46e6a71dc Bug 427089 – FTP shouldn't send URLs in UTF-8. r=cbiesinger 2008-08-15 16:56:22 +02:00
Brian Crowder 3b1a348d2d Backed out changeset f134ac75b142 2008-08-14 15:15:06 -07:00
Brian Crowder 1869a13cd5 Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-14 14:30:58 -07:00
Serge Gautherie 402e6d4bc3 Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi 2008-08-14 08:44:42 +02:00
Brian Crowder 1b84071744 Backed out changeset 45df6b91be5a 2008-08-13 11:22:36 -07:00
Brian Crowder e5954d2a55 Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-13 11:13:05 -07:00
Brian Crowder 06f75bf8b0 Ugh! Mercurial fun: accidentally rolledback my rollback.
Backed out changeset bcc661750bec
2008-08-12 10:12:26 -07:00
Brian Crowder 9a8dac1b94 Bug 422972: Backed out changeset e951bdfb047d (tree closed) 2008-08-12 09:46:47 -07:00
Brian Crowder a3acb93892 Bug 418703: Backed out changeset f788da9b2165 (tree closed) 2008-08-12 09:45:54 -07:00
Brian Crowder ee468d02ea Bug 418703 - reduce narrow windows API calls in necko/, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-12 09:30:42 -07:00
Bobby Holley d54c603727 Bug 449986 – profile-before-change should close cookie db connection. r=dwitte 2008-08-11 22:14:15 -07:00
Benjamin Smedberg 088d1de487 From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron 2008-08-11 11:05:58 -04:00
Serge Gautherie aaa54c6cee Bug 148192 – Remove session-logout code from networking
p=sgautherie r/sr=cbiesinger
2008-08-01 22:38:16 +01:00
Boris Zbarsky 17ae4f93ca Bug 426273. Make sure to clear out bogus Content-Disposition values before checking whether we can handle the 206 response. r+sr=biesi 2008-07-31 17:55:14 -07:00
Dave Camp b2b97fa407 Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi 2008-07-31 17:53:12 -07:00
Dave Camp 49dd4edce3 Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi 2008-07-31 17:51:51 -07:00
Benjamin Smedberg 1e21d4afe9 Bug 445853 - Add namespaces to various tests: these tests share a class name with other tests, which makes XPCOMGC rewriting very confused. r=biesi 2008-07-27 21:09:10 -04:00
Brad Lassey 8ca993ac1b Bug 441636 - Add support for DBus Handler Apps r=biesi 2008-07-25 12:36:07 -04:00
Gervase Markham d11f050ce7 Bug 438585 - "Updates to Public Suffix List" [p=dwitte] 2008-07-12 06:56:15 -05:00
Gervase Markham cef0e142c0 Back out Public Suffix List changes at myk's request 2008-07-10 23:04:06 +01:00
Gervase Markham 2e183dde55 Bug 438585 - Updates to Public Suffix List. Patch by gerv; r=dwitte. 2008-07-10 18:26:25 +01:00
Kai Engert 0f228913f3 Bug 431819, SSL client auth, repeated prompts for client certificate
r=rrelyea, r=dveditz
2008-06-18 21:36:29 +02:00
Gervase Markham 8a7a52178e Backed out changeset 8473190b24b0
Tinderboxes going orange.
2008-06-18 16:32:40 +01:00
Gervase Markham 81d445e052 Bug 438585: First round of registry-submitted changes to Public Suffix List. 2008-06-18 15:02:51 +01:00
Gavin Sharp 80d3ee2d0b Bug 407538: newURI(http://foo.com:80).port is 80, should be -1 (can set a URI's port to its default value by setting .spec), r+sr=biesi 2008-06-15 21:16:57 -04:00
Jeff Walden b4cb02752a Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes 2008-06-07 02:43:15 -04:00
Gervase Markham 93c500b7a3 Testing variable expansion. 2008-06-05 16:46:41 +01:00
Gervase Markham 9162161e32 Add licence boilerplate text to effective TLD list. 2008-06-05 16:25:20 +01:00
Vladimir Vukicevic 78117dad83 b=437002; win32 weirdness with PGO builds -- stop building cookies with WARNINGS_AS_ERRORS. r=me 2008-06-02 23:52:47 -07:00
Benjamin Smedberg a124d5b9a1 Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron 2008-06-30 14:46:47 -04:00
Mats Palmgren 22cad4220c URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger 2008-06-19 23:39:46 +02:00
jorendorff@mozilla.com 316e348cf1 Merge from cvs-trunk-mirror to mozilla-central. 2008-05-13 09:57:11 -05:00
reed@reedloden.com 0db6cf6626 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 02:05:11 -07:00
jorendorff@mozilla.com 4a7d100e87 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2008-05-07 17:37:49 -07:00
reed@reedloden.com e0112ca8f6 Back out Hugues Fournier's patch from bug 422172 as a possible cause of the crashes. 2008-05-07 04:29:08 -07:00
reed@reedloden.com 43606af0cb 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 03:13:46 -07:00
gavin@gavinsharp.com 98df352028 Bug 431774: make this test actually test what it was supposed to, instead of always passing, r=biesi 2008-05-05 14:00:59 -07:00
gavin@gavinsharp.com c8360d0318 Bug 428250: clicking in blank space in file column of directory listing activates links, patch by Dão Gottwald <dao@mozilla.com>, r=mano, r=biesi, a=beltzner 2008-05-05 13:48:11 -07:00
Benjamin Smedberg cf7c5a5d4e Merge cvs-trunk-mirror to mozilla-central. No manual conflict resolution was necessary.
--HG--
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-04-30 12:35:19 -04:00
gavin@gavinsharp.com a7c28792e2 Bug 431013: FTP view is not using new folder icons on XP and Vista (also changes default ftp:/file: listing favicon), icons by Alex Faaborg and the Iconfactory, r=dao, sr=jst, a=damon 2008-04-29 11:47:37 -07:00
Benjamin Smedberg 3f820e496f Merge cvs-trunk-mirror to mozilla-central. Automated merge, no manual conflict resolution necessary.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslong.c => js/src/jslong.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-04-29 10:20:07 -04:00
gavin@gavinsharp.com b946893c7d Back out the patch for bug 235853, again, because of mochi*chrome* failures this time. 2008-04-17 19:49:40 -07:00
gavin@gavinsharp.com 632b77dde8 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-17 18:36:29 -07:00
cbiesinger@gmail.com 6d17efda5c 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 01:27:44 -07:00
gavin@gavinsharp.com 78ae1a4f98 Bug 411433: properly handle file location URL in directory listings, patch by Masahiro Yamada <masa141421356@gmail.com>, r=biesi, sr=bzbarsky, a=damon 2008-04-16 13:23:23 -07:00
Benjamin Smedberg b31d75638a Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-04-15 13:59:01 -04:00