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

Side by Side Diff: chrome/common/extensions/docs/apps/fileSystem.html

Issue 10692105: Updates file type selector for fileSystem API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed args, need_suggestion bool 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
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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 </dt> 666 </dt>
667 <dd class="todo"> 667 <dd class="todo">
668 Undocumented. 668 Undocumented.
669 </dd> 669 </dd>
670 <!-- OBJECT PROPERTIES --> 670 <!-- OBJECT PROPERTIES -->
671 <dd> 671 <dd>
672 <dl> 672 <dl>
673 <div> 673 <div>
674 <div> 674 <div>
675 <dt> 675 <dt>
676 <var>accepts</var>
677 <em>
678 <!-- TYPE -->
679 <div style="display:inline">
680 (
681 <span class="optional">optional</span>
682 <span id="typeTemplate">
683 <span>
684 <span>
685 array of <span><span>
686 <span>
687 <span>string</span>
688 </span>
689 </span></span>
690 </span>
691 </span>
692 </span>
693 )
694 </div>
695 </em>
696 </dt>
697 <dd>The optional list of accepted mime-types for this file opener, gro uped by type. For example, <code>['image/*', 'text/html,.jso']</code> would disp lay two type options - one accepting images - and the other accepting HTML files and those with the extension 'jso'. This field is optional. However, it is an e rror to not specify this field (or pass an empty array) but pass acceptsAllTypes as false.</dd>
698 <!-- OBJECT PROPERTIES -->
699 <!-- OBJECT METHODS -->
700 <!-- OBJECT EVENT FIELDS -->
701 <!-- FUNCTION PARAMETERS -->
702 </div>
703 </div><div>
704 <div>
705 <dt>
706 <var>acceptsAllTypes</var>
707 <em>
708 <!-- TYPE -->
709 <div style="display:inline">
710 (
711 <span class="optional">optional</span>
712 <span id="typeTemplate">
713 <span>
714 <span>boolean</span>
715 </span>
716 </span>
717 )
718 </div>
719 </em>
720 </dt>
721 <dd>Whether to accept all file types, in addition to the options speci fied in the accepts argument. The default is true.</dd>
722 <!-- OBJECT PROPERTIES -->
723 <!-- OBJECT METHODS -->
724 <!-- OBJECT EVENT FIELDS -->
725 <!-- FUNCTION PARAMETERS -->
726 </div>
727 </div><div>
728 <div>
729 <dt>
676 <var>suggestedName</var> 730 <var>suggestedName</var>
677 <em> 731 <em>
678 <!-- TYPE --> 732 <!-- TYPE -->
679 <div style="display:inline"> 733 <div style="display:inline">
680 ( 734 (
681 <span class="optional">optional</span> 735 <span class="optional">optional</span>
682 <span id="typeTemplate"> 736 <span id="typeTemplate">
683 <span> 737 <span>
684 <span>string</span> 738 <span>string</span>
685 </span> 739 </span>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 _uff=0; 821 _uff=0;
768 urchinTracker(); 822 urchinTracker();
769 } 823 }
770 catch(e) {/* urchinTracker not available. */} 824 catch(e) {/* urchinTracker not available. */}
771 </script> 825 </script>
772 <!-- end analytics --> 826 <!-- end analytics -->
773 </div> 827 </div>
774 </div> <!-- /gc-footer --> 828 </div> <!-- /gc-footer -->
775 </div> <!-- /gc-container --> 829 </div> <!-- /gc-container -->
776 </body></html> 830 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698