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

Side by Side Diff: chrome/common/extensions/docs/experimental.alarms.html

Issue 10217018: Alarm resolution changed to minutes and minimum delay added. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sinked. Created 8 years, 7 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><!-- 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 </dt> 734 </dt>
735 <dd class="todo"> 735 <dd class="todo">
736 Undocumented. 736 Undocumented.
737 </dd> 737 </dd>
738 <!-- OBJECT PROPERTIES --> 738 <!-- OBJECT PROPERTIES -->
739 <dd> 739 <dd>
740 <dl> 740 <dl>
741 <div> 741 <div>
742 <div> 742 <div>
743 <dt> 743 <dt>
744 <var>delayInSeconds</var> 744 <var>delayInMinutes</var>
745 <em> 745 <em>
746 <!-- TYPE --> 746 <!-- TYPE -->
747 <div style="display:inline"> 747 <div style="display:inline">
748 ( 748 (
749 <span id="typeTemplate"> 749 <span id="typeTemplate">
750 <span> 750 <span>
751 <span>integer</span> 751 <span>number</span>
752 </span> 752 </span>
753 </span> 753 </span>
754 ) 754 )
755 </div> 755 </div>
756 </em> 756 </em>
757 </dt> 757 </dt>
758 <dd>Original length of time in seconds after which the onAlarm event s hould fire. TODO: need minimum=0</dd> 758 <dd>Original length of time in minutes after which the onAlarm event s hould fire. TODO: need minimum=0</dd>
759 <!-- OBJECT PROPERTIES --> 759 <!-- OBJECT PROPERTIES -->
760 <!-- OBJECT METHODS --> 760 <!-- OBJECT METHODS -->
761 <!-- OBJECT EVENT FIELDS --> 761 <!-- OBJECT EVENT FIELDS -->
762 <!-- FUNCTION PARAMETERS --> 762 <!-- FUNCTION PARAMETERS -->
763 </div> 763 </div>
764 </div><div> 764 </div><div>
765 <div> 765 <div>
766 <dt> 766 <dt>
767 <var>name</var> 767 <var>name</var>
768 <em> 768 <em>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 </dt> 834 </dt>
835 <dd class="todo"> 835 <dd class="todo">
836 Undocumented. 836 Undocumented.
837 </dd> 837 </dd>
838 <!-- OBJECT PROPERTIES --> 838 <!-- OBJECT PROPERTIES -->
839 <dd> 839 <dd>
840 <dl> 840 <dl>
841 <div> 841 <div>
842 <div> 842 <div>
843 <dt> 843 <dt>
844 <var>delayInSeconds</var> 844 <var>delayInMinutes</var>
845 <em> 845 <em>
846 <!-- TYPE --> 846 <!-- TYPE -->
847 <div style="display:inline"> 847 <div style="display:inline">
848 ( 848 (
849 <span id="typeTemplate"> 849 <span id="typeTemplate">
850 <span> 850 <span>
851 <span>integer</span> 851 <span>number</span>
852 </span> 852 </span>
853 </span> 853 </span>
854 ) 854 )
855 </div> 855 </div>
856 </em> 856 </em>
857 </dt> 857 </dt>
858 <dd>Length of time in seconds after which the onAlarm event should fir e. Note that granularity is not guaranteed: this value is more of a hint to the browser. For performance reasons, alarms may be delayed an arbitrary amount of t ime before firing. TODO: need minimum=0</dd> 858 <dd>Length of time in minutes after which the onAlarm event should fir e. Note that granularity is not guaranteed: this value is more of a hint to the browser. For performance reasons, alarms may be delayed an arbitrary amount of t ime before firing. TODO: need minimum=0</dd>
859 <!-- OBJECT PROPERTIES --> 859 <!-- OBJECT PROPERTIES -->
860 <!-- OBJECT METHODS --> 860 <!-- OBJECT METHODS -->
861 <!-- OBJECT EVENT FIELDS --> 861 <!-- OBJECT EVENT FIELDS -->
862 <!-- FUNCTION PARAMETERS --> 862 <!-- FUNCTION PARAMETERS -->
863 </div> 863 </div>
864 </div><div> 864 </div><div>
865 <div> 865 <div>
866 <dt> 866 <dt>
867 <var>repeating</var> 867 <var>repeating</var>
868 <em> 868 <em>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 _uff=0; 925 _uff=0;
926 urchinTracker(); 926 urchinTracker();
927 } 927 }
928 catch(e) {/* urchinTracker not available. */} 928 catch(e) {/* urchinTracker not available. */}
929 </script> 929 </script>
930 <!-- end analytics --> 930 <!-- end analytics -->
931 </div> 931 </div>
932 </div> <!-- /gc-footer --> 932 </div> <!-- /gc-footer -->
933 </div> <!-- /gc-container --> 933 </div> <!-- /gc-container -->
934 </body></html> 934 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/eventPage/basic/background.js ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698