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

Side by Side Diff: remoting/tools/javascript_key_tester/manifest.json

Issue 910483002: Remove JS summary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 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
« no previous file with comments | « remoting/tools/javascript_key_tester/main.js ('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 { 1 {
2 "name": "Javascript key event tester", 2 "name": "Chrome Key Event Tester",
3 "version": "1.1", 3 "description": "Test press, release and character events for JavaScript and PP API.",
Wez 2015/02/09 21:57:36 We're no longer logging for keydown & keyup, are w
Jamie 2015/02/09 22:06:31 We still log them to the detailed log, just not th
4 "version": "1.2",
4 "manifest_version": 2, 5 "manifest_version": 2,
5 "icons": { 6 "icons": {
6 "128": "icon_128.png" 7 "128": "icon_128.png"
7 }, 8 },
8 "app": { 9 "app": {
9 "background": { 10 "background": {
10 "scripts": ["background.js"] 11 "scripts": ["background.js"]
11 } 12 }
12 } 13 }
13 } 14 }
OLDNEW
« no previous file with comments | « remoting/tools/javascript_key_tester/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698