Revert "Only store leading 13 bits of password hash."
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / activity_log_private / friend / options.html
blobb4b1bb938fee88d9b2c2afc938bd42f14e9b055d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="reply.js"></script>
5 </head>
6 <body>
7 <h1>Settings</h1>
8 <input type="checkbox" id="incognito_checkbox">Use incognito mode</input>
9 <h1>Chrome API calls</h1>
10 <button name="chromeButton" id="api_call">
11 Make a successful API call</button><br />
12 <button name="chromeButton" id="special_call">
13 Make a special API call</button><br />
14 <button name="chromeButton" id="double">
15 Check we don't double log API calls</button><br />
16 <button name="chromeButton" id="app_bindings">
17 Make a chrome.app.* API call</button><br />
18 <button name="chromeButton" id="object_methods">
19 Invoke an object's methods</button><br />
20 <button name="chromeButton" id="webrequest">
21 Modify HTTP headers with webRequest</button><br />
22 <button name="chromeButton" id="connect_other">
23 Connect to another ext</button><br />
24 <button name="chromeButton" id="message_self">
25 Send a message within the ext</button><br />
26 <button name="chromeButton" id="message_other">
27 Send a message to another ext</button><br />
28 <button name="chromeButton" id="tab_ids">
29 Tab ID translation</button><br />
30 <button name="chromeButton" id="api_tab_updated">
31 Execute api calls on new tab</button><br />
33 <br />
34 <h1>DOM and HTML5 API calls</h1>
35 <button name="domButton" id="background_xhr">
36 Do a XHR from background page</button><br />
37 <button name="domButton" id="dom_tab_updated">
38 Execute dom calls on tab updated</button><br />
39 <button name="domButton" id="dom_fullscreen">
40 Test fullscreen mode (closes window)</button><br />
42 <br />
43 <h1>Status:</h1> <div id="status"></div>
44 </body>
45 </html>