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

Side by Side Diff: chrome/common/extensions/docs/examples/extensions/imageinfo.zip

Issue 7720002: Chrome Extensions chrome.experimental.offscreenTabs.* API implementation, docs, and test. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 4 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 | Annotate | Revision Log
None
OLDNEW
1 PKzH=/¥âimageinfo/NOTICEThis extension uses code from the following JavaScript library: 1 PKvô>/¥âimageinfo/NOTICEThis extension uses code from the following JavaScript library:
2 2
3 ImageInfo - A JavaScript library for reading image metadata. 3 ImageInfo - A JavaScript library for reading image metadata.
4 Copyright (c) 2008 Jacob Seidelin, jseidelin@nihilogic.dk, http://blog.nihilogic .dk/ 4 Copyright (c) 2008 Jacob Seidelin, jseidelin@nihilogic.dk, http://blog.nihilogic .dk/
5 MIT License [http://www.nihilogic.dk/licenses/mit-license.txt] 5 MIT License [http://www.nihilogic.dk/licenses/mit-license.txt]
6 PKzt¢>—2¼¤ÉÉimageinfo/background.html<!DOCTYPE html> 6 PKvô>—2¼¤ÉÉimageinfo/background.html<!DOCTYPE html>
7 <!-- 7 <!--
8 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this 8 * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
9 * source code is governed by a BSD-style license that can be found in the 9 * source code is governed by a BSD-style license that can be found in the
10 * LICENSE file. 10 * LICENSE file.
11 --> 11 -->
12 <html> 12 <html>
13 <head> 13 <head>
14 14
15 </head> 15 </head>
16 <body> 16 <body>
(...skipping 13 matching lines...) Expand all
30 }; 30 };
31 31
32 /** 32 /**
33 * Create a context menu which will only show up for images. 33 * Create a context menu which will only show up for images.
34 */ 34 */
35 chrome.contextMenus.create({ 35 chrome.contextMenus.create({
36 "title" : "Get image info", 36 "title" : "Get image info",
37 "type" : "normal", 37 "type" : "normal",
38 "contexts" : ["image"], 38 "contexts" : ["image"],
39 "onclick" : getClickHandler() 39 "onclick" : getClickHandler()

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698