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

Side by Side Diff: chrome/test/data/extensions/activity_log/options.html

Issue 11946028: Record event activity to the extension activity log. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename ActivityLog::IsLoggingEnabled Created 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="options.js"></script> 4 <script src="options.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <button id="api_call">Make a successful API call</button><br /> 7 <button id="api_call">Make a successful API call</button><br />
8 <button id="blocked_call">Make a blocked API call</button><br /> 8 <button id="blocked_call">Make a blocked API call</button><br />
9 <button id="inject_cs">Inject a content script</button><br /> 9 <button id="inject_cs">Inject a content script</button><br />
10 <button id="inject_blob">Inject a blob of code</button><br /> 10 <button id="inject_blob">Inject a blob of code</button><br />
11 <button id="background_xhr">Do a background XHR</button><br /> 11 <button id="background_xhr">Do a background XHR</button><br />
12 <button id="cs_xhr">Do a content script XHR</button><br /> 12 <button id="cs_xhr">Do a content script XHR</button><br />
13 <button id="webrequest">Modify HTTP headers with webRequest</button><br />
13 <br /> 14 <br />
14 <b>Status:</b> <div id="status"></div> 15 <b>Status:</b> <div id="status"></div>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/activity_log/manifest.json ('k') | chrome/test/data/extensions/activity_log/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698