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

Side by Side Diff: chrome/common/extensions/docs/browsingData.html

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 </dt> 620 </dt>
621 <dd>Should websites' local storage data be cleared?</dd> 621 <dd>Should websites' local storage data be cleared?</dd>
622 <!-- OBJECT PROPERTIES --> 622 <!-- OBJECT PROPERTIES -->
623 <!-- OBJECT METHODS --> 623 <!-- OBJECT METHODS -->
624 <!-- OBJECT EVENT FIELDS --> 624 <!-- OBJECT EVENT FIELDS -->
625 <!-- FUNCTION PARAMETERS --> 625 <!-- FUNCTION PARAMETERS -->
626 </div> 626 </div>
627 </div><div> 627 </div><div>
628 <div> 628 <div>
629 <dt> 629 <dt>
630 <var>originBoundCertificates</var> 630 <var>serverBoundCertificates</var>
631 <em> 631 <em>
632 <!-- TYPE --> 632 <!-- TYPE -->
633 <div style="display:inline"> 633 <div style="display:inline">
634 ( 634 (
635 <span class="optional">optional</span> 635 <span class="optional">optional</span>
636 <span id="typeTemplate"> 636 <span id="typeTemplate">
637 <span> 637 <span>
638 <span>boolean</span> 638 <span>boolean</span>
639 </span> 639 </span>
640 </span> 640 </span>
641 ) 641 )
642 </div> 642 </div>
643 </em> 643 </em>
644 </dt> 644 </dt>
645 <dd>Should origin-bound certificates be removed?</dd> 645 <dd>Should server-bound certificates be removed?</dd>
646 <!-- OBJECT PROPERTIES --> 646 <!-- OBJECT PROPERTIES -->
647 <!-- OBJECT METHODS --> 647 <!-- OBJECT METHODS -->
648 <!-- OBJECT EVENT FIELDS --> 648 <!-- OBJECT EVENT FIELDS -->
649 <!-- FUNCTION PARAMETERS --> 649 <!-- FUNCTION PARAMETERS -->
650 </div> 650 </div>
651 </div><div> 651 </div><div>
652 <div> 652 <div>
653 <dt> 653 <dt>
654 <var>pluginData</var> 654 <var>pluginData</var>
655 <em> 655 <em>
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 _uff=0; 1863 _uff=0;
1864 urchinTracker(); 1864 urchinTracker();
1865 } 1865 }
1866 catch(e) {/* urchinTracker not available. */} 1866 catch(e) {/* urchinTracker not available. */}
1867 </script> 1867 </script>
1868 <!-- end analytics --> 1868 <!-- end analytics -->
1869 </div> 1869 </div>
1870 </div> <!-- /gc-footer --> 1870 </div> <!-- /gc-footer -->
1871 </div> <!-- /gc-container --> 1871 </div> <!-- /gc-container -->
1872 </body></html> 1872 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/browsingData.json ('k') | chrome/common/extensions/docs/examples/api/browsingData/basic.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698