Commit Graph

537 Commits

Author SHA1 Message Date
Honza Bambas
849f42fc11 Bug 594882 - URL classifier result ignored (malware site not blocked) because of bug 513008 + re-land of backout from bug 589296, r=cbiesinger, a=blocking:betaN+ 2010-09-16 00:46:17 +02:00
Sid Stamm
cc27aefc0e Bug 592197 - SSL pages don't work when using a NTLM proxy. r=bzbarsky, a=blocker 2010-09-09 01:38:10 -04:00
Byron Milligan
43372396e1 Fetch the Content-Length from the hash bag instead of directly from the channel. r=dwitte, a=betaN+ 2010-09-07 15:39:28 -07:00
Byron Milligan
df1fb8a97a Bug 588507: Skip caching if Content-Length is greater than eviction size. r=michal, a=betaN+ 2010-09-07 15:39:28 -07:00
Dan Witte
a649f9f177 Merge e10s -> m-c. 2010-09-07 15:34:44 -07:00
Jason Duell
09148a9771 Bug 591552 - SetupReplacementChannel has bogus cast to nsHttpChannel. r=bz 2010-09-01 16:42:30 -07:00
Dan Witte
09f7b6c496 Back out Bug 536324 part 2. 2010-08-30 13:20:39 -07:00
Ehren Metcalfe
14b7770954 Bug 591046 - Unparenthesized macro breaks static checking builds. r=dwitte, a=bustage 2010-08-27 08:12:02 -07:00
Honza Bambas
5a50f90833 Backout nsHttpChannel part of bug 513008, r=michal a=bsmedberg 2010-09-02 19:11:11 +02:00
Sid Stamm
80238b913a Bug 495115 - Implement Strict-Transport-Security to allow sites to specify HTTPS-only connections, r=kaie+honzab+bjarne, a=betaN+ 2010-06-03 14:03:17 -07:00
Dan Witte
aea91c3f2d Merge e10s -> m-c. a=wecanhazbeta 2010-08-23 21:18:09 -07:00
Dan Witte
2d9ddab61b Merge. 2010-08-23 17:30:33 -07:00
Dan Witte
243fa644ce Merge. 2010-08-21 13:51:54 -07:00
Dan Witte
d71a25bdf6 Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+ 2010-08-21 00:31:11 -07:00
Michal Novotny
9ae1d7f741 Bug 513008 - Eliminate synchronous reads from cache, r=jduell,sdwilsh, sr=shaver, a=betaN+ 2010-08-21 11:16:40 -07:00
Mounir Lamouri
8232afc103 Backed out changeset d0b284052d29 for Talos regression investigation on tp4. 2010-08-22 20:16:05 +02:00
Michal Novotny
326209b452 Bug 513008 - Eliminate synchronous reads from cache. r=jduell,sdwilsh sr=shaver a2.0=blocking 2010-08-24 03:06:23 +02:00
Byron Milligan
72a440d8c5 Bug 55307 - Prevent downloads from being stored in the cache. r=jduell a2.0=jst 2010-09-10 07:22:24 +02:00
Bjarne
3b0b3b760e Bug 586264 - Improve/add logging to async redirect code, r=honzab, a2.0=bsmedberg 2010-08-18 19:22:48 +02:00
Josh Matthews
aa29b2579d Bug 536321 - e10s HTTP: suspend/resume. r=dwitte 2010-08-10 23:07:09 -04:00
Honza Bambas
96823dc843 Bug 536294 - e10s HTTP: redirects. r=jduell 2010-08-10 20:11:57 -07:00
Jason Duell
24702906fe Bug 584863: make nsHttpChannel::AsyncOpen fail immediately if channel already cancelled. r=biesi 2010-08-10 17:50:30 -07:00
Bjarne
dd2e00ab6b Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
Byron Milligan
d800d07e78 Bug 567360: Don't call UpdateExpirationTime if mRequestTime isn't set r=bzbarsky 2010-08-02 13:24:18 -07:00
Kyle Huey
3d89fd2512 Backed out changeset 1e8961782824 2010-07-29 20:16:37 -07:00
Michal Novotny
3d9e1623f4 Bug 513008 - Eliminate synchronous reads from cache. r=jduell.mcbugs@gmail.com, cbiesinger@gmail.com, sr=shaver@mozilla.org 2010-07-29 16:23:10 -07:00
Honza Bambas
5aba2593ad Bug 513086 - Make redirect API async: regression 1 fix 1, r=bz 2010-07-29 18:41:09 +02:00
Honza Bambas
6bdf0dbe61 Bug 513086 - Make redirect API async, r=bz, sr=biesi 2010-07-28 20:33:06 +02:00
Michal Novotny
00816aef7a Bug 575686 - Don't classify URL when HTTP channel fails to open. r=jduell 2010-07-17 18:21:58 +02:00
Jason Duell
9e3697ab57 Bug 575741: Add HTTP auth Disconnect: lost in m-c->e10s merge. r=dwitte 2010-06-29 12:10:28 -07:00
Jason Duell
480ac47f96 # User Michal Novotny <michal.novotny@gmail.com>
# Date 1277056918 -7200
Bug 537164 - e10s HTTP: caching.  r=jduell, sr=biesi
2010-06-23 23:55:19 -07:00
Jason Duell
329d95e7d9 Merge from m-c.
Fair amount of merge conflicts.

Biggest item was changes to nsHttpChannel from web sockets changes.

Other likely suspects if things are borken:

nsFrameLoader.cpp:
    - nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
      nsnull (m-c) to local process call to new nsFrameMessageManager(),
      callback arg?  Smaug said null.
    - only calling SetCallBackData for local case.  also +r smaug.

nsPrefBranch.cpp had fairly extensive merge conflicts.

nsChromeRegistry had lots of changes.

Dougt did most of the non-necko changes (thanks).
2010-06-22 17:33:57 -07:00
Benjamin Stover
a36a2c4277 Bug 570867 - e10s http: add cookies to request in child, not parent [r=dwitte] 2010-06-15 16:07:10 -07:00
Doug Turner
2f64431802 Merging with M-C.
Hand merged the following files:

U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
2010-06-07 13:38:02 -07:00
Mitchell Field
bc63774d7e Bug 542222 - Reduce recursion in netwerk makefiles. 2010-06-05 21:18:12 -04:00
0a0f30a720 Bug 472529, websockets (netwerk patch), r=smaug+biesi 2010-06-17 21:33:42 +03:00
Joe Drew
2530aac060 Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz 2010-04-16 17:05:47 -04:00