mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8273655: content-types.properties files are missing some common types
Reviewed-by: bpb, dfuchs
This commit is contained in:
parent
c60bcd09b7
commit
65ed0a742e
3 changed files with 214 additions and 34 deletions
|
@ -27,7 +27,7 @@ temp.file.template: /tmp/%s
|
|||
#
|
||||
application/octet-stream: \
|
||||
description=Generic Binary Stream;\
|
||||
file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z,.gz
|
||||
file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z
|
||||
|
||||
application/oda: \
|
||||
description=ODA Document;\
|
||||
|
@ -253,14 +253,26 @@ image/bmp: \
|
|||
description=Bitmap Image;\
|
||||
file_extensions=.bmp;
|
||||
|
||||
image/webp: \
|
||||
description=WEBP image;\
|
||||
file_extensions=.webp;
|
||||
|
||||
text/css: \
|
||||
description=CSS File;\
|
||||
file_extensions=.css;
|
||||
|
||||
text/html: \
|
||||
description=HTML Document;\
|
||||
file_extensions=.htm,.html;\
|
||||
icon=html
|
||||
|
||||
text/javascript: \
|
||||
description=JavaScript File;\
|
||||
file_extensions=.js;
|
||||
|
||||
text/plain: \
|
||||
description=Plain Text;\
|
||||
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el;\
|
||||
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el,.php,.adoc,.py;\
|
||||
icon=text;\
|
||||
action=browser
|
||||
|
||||
|
@ -272,6 +284,14 @@ text/x-setext: \
|
|||
description=Structure Enhanced Text;\
|
||||
file_extensions=.etx
|
||||
|
||||
text/csv: \
|
||||
description=CSV File;\
|
||||
file_extensions=.csv;
|
||||
|
||||
text/markdown: \
|
||||
description=Markdown File;\
|
||||
file_extensions=.md,.markdown
|
||||
|
||||
video/mp4: \
|
||||
description=MPEG-4 Video;\
|
||||
file_extensions=.m4v,.mp4
|
||||
|
@ -311,3 +331,67 @@ message/rfc822: \
|
|||
application/xml: \
|
||||
description=XML document;\
|
||||
file_extensions=.xml
|
||||
|
||||
application/rtf: \
|
||||
description=WordPad Document;\
|
||||
file_extensions=.rtf;
|
||||
|
||||
application/gzip: \
|
||||
description=GZip File;\
|
||||
file_extensions=.gz;
|
||||
|
||||
application/vnd.oasis.opendocument.presentation: \
|
||||
description=OpenDocument presentation document;\
|
||||
file_extensions=.odp;
|
||||
|
||||
application/vnd.oasis.opendocument.spreadsheet: \
|
||||
description=OpenDocument spreadsheet document;\
|
||||
file_extensions=.ods;
|
||||
|
||||
application/vnd.oasis.opendocument.text: \
|
||||
description=OpenDocument text document;\
|
||||
file_extensions=.odt;
|
||||
|
||||
application/vnd.ms-excel: \
|
||||
description=Microsoft Excel File;\
|
||||
file_extensions=.xls;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: \
|
||||
description=XLSX File;\
|
||||
file_extensions=.xlsx;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation: \
|
||||
description=PPTX File;\
|
||||
file_extensions=.pptx;
|
||||
|
||||
application/vnd.ms-powerpoint: \
|
||||
description=Microsoft PowerPoint File;\
|
||||
file_extensions=.ppt;
|
||||
|
||||
application/x-7z-compressed: \
|
||||
description=7-Zip File;\
|
||||
file_extensions=.7z;
|
||||
|
||||
application/msword: \
|
||||
description=Microsoft Word File;\
|
||||
file_extensions=.doc;
|
||||
|
||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document: \
|
||||
description=DOCX File;\
|
||||
file_extensions=.docx;
|
||||
|
||||
application/vnd.rar: \
|
||||
description=RAR File;\
|
||||
file_extensions=.rar;
|
||||
|
||||
application/json: \
|
||||
description=JSON File;\
|
||||
file_extensions=.json;
|
||||
|
||||
application/bz2: \
|
||||
description=BZ2 File;\
|
||||
file_extensions=.bz2;
|
||||
|
||||
application/java-archive: \
|
||||
description=JAR File;\
|
||||
file_extensions=.jar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue