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

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

Issue 10826295: Revert 151420 - Add documentation for filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 <dd>The newly acquired permissions.</dd> 871 <dd>The newly acquired permissions.</dd>
872 <!-- OBJECT PROPERTIES --> 872 <!-- OBJECT PROPERTIES -->
873 <!-- OBJECT METHODS --> 873 <!-- OBJECT METHODS -->
874 <!-- OBJECT EVENT FIELDS --> 874 <!-- OBJECT EVENT FIELDS -->
875 <!-- FUNCTION PARAMETERS --> 875 <!-- FUNCTION PARAMETERS -->
876 </div> 876 </div>
877 </div> 877 </div>
878 </dl> 878 </dl>
879 </div> 879 </div>
880 <!-- EXTRA PARAMETERS --> 880 <!-- EXTRA PARAMETERS -->
881 <!-- FILTERS -->
882 <!-- LISTENER RETURN VALUE --> 881 <!-- LISTENER RETURN VALUE -->
883 <dl> 882 <dl>
884 </dl> 883 </dl>
885 </div> <!-- /description --> 884 </div> <!-- /description -->
886 <!-- /description --> 885 <!-- /description -->
887 </div><div class="apiItem"> 886 </div><div class="apiItem">
888 <a name="event-onRemoved"></a> 887 <a name="event-onRemoved"></a>
889 <h4>onRemoved</h4> 888 <h4>onRemoved</h4>
890 <div class="summary"> 889 <div class="summary">
891 <!-- Note: intentionally longer 80 columns --> 890 <!-- Note: intentionally longer 80 columns -->
(...skipping 25 matching lines...) Expand all
917 <dd>The permissions that have been removed.</dd> 916 <dd>The permissions that have been removed.</dd>
918 <!-- OBJECT PROPERTIES --> 917 <!-- OBJECT PROPERTIES -->
919 <!-- OBJECT METHODS --> 918 <!-- OBJECT METHODS -->
920 <!-- OBJECT EVENT FIELDS --> 919 <!-- OBJECT EVENT FIELDS -->
921 <!-- FUNCTION PARAMETERS --> 920 <!-- FUNCTION PARAMETERS -->
922 </div> 921 </div>
923 </div> 922 </div>
924 </dl> 923 </dl>
925 </div> 924 </div>
926 <!-- EXTRA PARAMETERS --> 925 <!-- EXTRA PARAMETERS -->
927 <!-- FILTERS -->
928 <!-- LISTENER RETURN VALUE --> 926 <!-- LISTENER RETURN VALUE -->
929 <dl> 927 <dl>
930 </dl> 928 </dl>
931 </div> <!-- /description --> 929 </div> <!-- /description -->
932 <!-- /description --> 930 <!-- /description -->
933 </div> <!-- /apiItem --> 931 </div> <!-- /apiItem -->
934 </div> <!-- /apiGroup --> 932 </div> <!-- /apiGroup -->
935 <!-- TYPES --> 933 <!-- TYPES -->
936 <div class="apiGroup"> 934 <div class="apiGroup">
937 <a name="types"></a> 935 <a name="types"></a>
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 _uff=0; 1068 _uff=0;
1071 urchinTracker(); 1069 urchinTracker();
1072 } 1070 }
1073 catch(e) {/* urchinTracker not available. */} 1071 catch(e) {/* urchinTracker not available. */}
1074 </script> 1072 </script>
1075 <!-- end analytics --> 1073 <!-- end analytics -->
1076 </div> 1074 </div>
1077 </div> <!-- /gc-footer --> 1075 </div> <!-- /gc-footer -->
1078 </div> <!-- /gc-container --> 1076 </div> <!-- /gc-container -->
1079 </body></html> 1077 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/extensions/pageAction.html ('k') | chrome/common/extensions/docs/extensions/proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698