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

Unified Diff: chrome/test/data/extensions/activity_log/options.html

Issue 13726026: Added ActivityLog tests and associated bugfixes/extra logging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrapped line Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/activity_log/options.html
diff --git a/chrome/test/data/extensions/activity_log/options.html b/chrome/test/data/extensions/activity_log/options.html
index 415f8ada810d8106f4dffcce5598d4fe464b8586..6a4a40435c3e21c1f21b129887814222b8c8e881 100644
--- a/chrome/test/data/extensions/activity_log/options.html
+++ b/chrome/test/data/extensions/activity_log/options.html
@@ -7,12 +7,20 @@
<button id="api_call">Make a successful API call</button><br />
<button id="special_call">Make a special API call</button><br />
<button id="double">Check we don't double log API calls</button><br />
+ <button id="app_bindings">Make a chrome.app.* API call</button><br />
<button id="blocked_call">Make a blocked API call</button><br />
<button id="inject_cs">Inject a content script</button><br />
<button id="inject_blob">Inject a blob of code</button><br />
<button id="background_xhr">Do a background XHR</button><br />
<button id="cs_xhr">Do a content script XHR</button><br />
<button id="webrequest">Modify HTTP headers with webRequest</button><br />
+ <button id="object_properties">Read and change an object's
+ properties</button><br />
+ <button id="object_methods">Invoke an object's methods</button><br />
+ <button id="message_cs">Send a message to a content script</button><br />
+ <button id="message_self">Send a message within the ext</button><br />
+ <button id="message_other">Send a message to another ext</button><br />
+ <button id="connect_other">Connect to another ext</button><br />
<br />
<b>Status:</b> <div id="status"></div>
</body>

Powered by Google App Engine
This is Rietveld 408576698