Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Issue 1006143003: Add an HTTP cache to SkyShell (Closed)

Created:
5 years, 9 months ago by abarth-chromium
Modified:
5 years, 9 months ago
Reviewers:
ojan
CC:
ojan, mojo-reviews_chromium.org, qsr+mojo_chromium.org, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Add an HTTP cache to SkyShell This CL makes two changes to SkyShell's HTTP stack: 1) It introduces a disk cache so that responses can be loaded off disk instead of off the network. 2) It makes different instances of NetworkServiceImpl share the same OkHttpContext. Specifically, this means that network requests initiated from Dart share the same cache and connection pool as requests initiated from C++. R=ojan@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/463d3c512c8c1e18a0e3b75e4d222c4551c35e77

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -3 lines) Patch
M sky/services/oknet/src/org/domokit/oknet/NetworkServiceImpl.java View 3 chunks +21 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
5 years, 9 months ago (2015-03-24 18:40:14 UTC) #1
ojan
lgtm
5 years, 9 months ago (2015-03-24 19:34:32 UTC) #2
abarth-chromium
5 years, 9 months ago (2015-03-24 19:45:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
463d3c512c8c1e18a0e3b75e4d222c4551c35e77 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698