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

Issue 675733003: Cache.put() validation of Request properties (Closed)

Created:
6 years, 2 months ago by jsbell
Modified:
6 years, 2 months ago
Reviewers:
jkarlin
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org
Project:
blink
Visibility:
Public.

Description

Cache.put() validation of Request properties Cache.put() should fail the operation if request's scheme is not "http" or "https", or if the method is not "GET" Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html R=jkarlin@chromium.org BUG=425505 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184310

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M LayoutTests/http/tests/serviceworker/cache-put-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/Cache.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
jsbell
jkarlin@ - trivial approach. Not sure this is where we want the validation to happen, ...
6 years, 2 months ago (2014-10-23 19:51:02 UTC) #1
jkarlin
lgtm!
6 years, 2 months ago (2014-10-23 21:12:37 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675733003/1
6 years, 2 months ago (2014-10-23 22:53:39 UTC) #4
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 23:25:36 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 184310

Powered by Google App Engine
This is Rietveld 408576698