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

Side by Side Diff: chrome/common/extensions/docs/examples/api/devtools/audits/broken-links.zip

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 10 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
OLDNEW
1 PK 1 PK
2 y3@ô7ïössbroken-links/background.js// Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 y3@ô7ïössbroken-links/background.js// Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 4 // found in the LICENSE file.
5 5
6 function validateLinks(links, callback) { 6 function validateLinks(links, callback) {
7 var results = []; 7 var results = [];
8 var pendingRequests = 0; 8 var pendingRequests = 0;
9 9
10 function fetchLink(link) { 10 function fetchLink(link) {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "tabs", 116 "tabs",
117 "http://*/*", 117 "http://*/*",
118 "https://*/*" 118 "https://*/*"
119 ] 119 ]
120 } 120 }
121 PK 121 PK
122 y3@ô7ïöss broken-links/background.jsPK 122 y3@ô7ïöss broken-links/background.jsPK
123 y3@ðåø88 «broken-links/content.jsPKLo;@TÃè›Õ Õ broken-links/devtools.htmlPK 123 y3@ðåø88 «broken-links/content.jsPKLo;@TÃè›Õ Õ broken-links/devtools.htmlPK
124 y3@K¾*<cc( % 124 y3@K¾*<cc( %
125 broken-links/manifest.jsone5e09cdd2ab1db8c1ef8d7dbfb7d4619ed52b42cPK EÀ 125 broken-links/manifest.jsone5e09cdd2ab1db8c1ef8d7dbfb7d4619ed52b42cPK EÀ
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698