Jeff Walden
fe7ee7b67c
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
c8155e4c8c
Backed out changeset b873bd70913f
...
--HG--
extra : rebase_source : 5edfb17304688d81579eca39df35f1a71f622f62
2008-12-18 23:16:09 +13:00
Chris Pearce
c1cc8b83d3
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
cf694e1888
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
611cef1c7c
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
43f7ef10a9
Adding a test for stream copier
2008-12-15 11:58:08 -05:00
Gavin Sharp
ebdf2181d1
Bug 469528: add comments specifying units used for various cache capacities, r+sr=biesi
2008-12-14 21:57:24 -08:00
Jeff Walden
91c20ec3a6
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
cd6f0eb55f
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
4493a6fb15
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
531c1c47b3
bug 468744 - finalize sqlite statements before closing db to avoid sqlite warnings; r=sdwilsh
2008-12-10 15:54:57 -08:00
Shawn Wilsher
79ae006392
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
6c8b82049c
Backed out changeset e33f490c8764
2008-12-08 20:26:56 -08:00
Dave Camp
0e6183bdb6
Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz
2008-12-08 19:24:33 -08:00
Shawn Wilsher
8ec0e6384a
Backed out changeset b6f762fde736 (bug 466582) for unit test orange.
2008-12-08 18:51:46 -05:00
Shawn Wilsher
7d8a86d3c6
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
bfab5cf2f0
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
2099f9e49f
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
f576129072
Bug 464838: Tweak DNS prefetch to hopefully fix a tp3 regression. r+sr=bz
2008-12-05 12:53:24 -08:00
Daniel Holbert
31b72193f5
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
1992e6113a
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
22cd8d5550
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
fc6a66ecb0
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
3a5cefb15b
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
b81122406e
Fixing test to test the right thing
2008-11-25 22:32:12 -05:00
Boris Zbarsky
a1423a6cb2
Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking
2008-11-25 20:50:04 -05:00
Jesse Ruderman
993fa82d6b
Remove line breaks from end of assertion messages
2008-11-19 15:15:35 -08:00
Honza Bambas
86f9622913
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
b1a8f28c27
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
38d2bebf78
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
32d8eb5c47
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
40e4bee59e
Bug 460328: Make online whitelist entries match by prefix. r=dcamp, sr=biesi
2008-11-05 16:01:08 -08:00
Honza Bambas
dcfcdf8a0d
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
ffa3457961
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
3862e1a978
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
e50703d0a6
Investigating leaks in bug 463263, backout bug 453403.
2008-11-05 12:55:38 -08:00
Justin Dolske
04b7ea82f5
Backed out changeset e8fd3f4c52b6
2008-11-05 12:54:51 -08:00
Justin Dolske
9dbcbc32a8
Investigating leaks in bug 463263, backout bug 453403.
2008-11-05 12:54:19 -08:00
Justin Dolske
7eb0bcb7bd
Backed out changeset 19b3caf108d1
2008-11-05 12:53:02 -08:00
Shawn Wilsher
c4800c0d80
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
e423aed83d
Backed out changeset f014c59ad81d
2008-11-04 23:35:39 -05:00
Jeff Muizelaar
1b6769b067
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
bb225fa10f
merge
2008-11-04 11:58:28 -08:00
Doug Turner
a51cf5c57a
Merge to tip
2008-11-04 11:39:05 -08:00
Dave Camp
108d3720a7
Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz
2008-11-04 10:59:12 -08:00
Boris Zbarsky
d68c9ab3a4
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
32378e5ce8
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky
2008-11-04 11:14:29 -05:00
Doug Turner
156e6b4b03
Merge to tip
2008-11-04 08:12:50 -08:00
Patrick McManus
c7c2671792
Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky
2008-11-04 11:05:46 -05:00
Patrick McManus
03ce3578bd
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