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

Side by Side Diff: content/test/data/service_worker/worker.js

Issue 1192323002: Cleanup: Remove experimental V8 cache strategies that we discarded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/service_worker/embedded_worker_dispatcher.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 this.oninstall = function(event) {}; 5 this.oninstall = function(event) {};
6
7 // So sorry about this waste of bytes:
8 // Filler comment, to trigger code caching heuristic (script > 1K.)
9 // Filler comment, to trigger code caching heuristic (script > 1K.)
10 // Filler comment, to trigger code caching heuristic (script > 1K.)
11 // Filler comment, to trigger code caching heuristic (script > 1K.)
12 // Filler comment, to trigger code caching heuristic (script > 1K.)
13 // Filler comment, to trigger code caching heuristic (script > 1K.)
14 // Filler comment, to trigger code caching heuristic (script > 1K.)
15 // Filler comment, to trigger code caching heuristic (script > 1K.)
16 // Filler comment, to trigger code caching heuristic (script > 1K.)
17 // Filler comment, to trigger code caching heuristic (script > 1K.)
18 // Filler comment, to trigger code caching heuristic (script > 1K.)
19 // Filler comment, to trigger code caching heuristic (script > 1K.)
20
OLDNEW
« no previous file with comments | « content/renderer/service_worker/embedded_worker_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698