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

Unified Diff: chrome/browser/resources/safe_browsing/download_file_types.asciipb

Issue 2051213003: Add additional compressed formats for Mac OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing/download_file_types.asciipb
diff --git a/chrome/browser/resources/safe_browsing/download_file_types.asciipb b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
index 0a15e6258d302f3db08eaf737110a61833e1c949..a6b257d1655aec01ea9f40ae3d174c24d22a0cd7 100644
--- a/chrome/browser/resources/safe_browsing/download_file_types.asciipb
+++ b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
@@ -2289,6 +2289,29 @@ file_types {
}
}
file_types {
+ # Opened as a .gz on Mac. http://crbug.com/600907
+ extension: "as"
+ uma_value: 264
+ ping_setting: FULL_PING
+ platform_settings {
+ platform: PLATFORM_MAC
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
+}
+file_types {
+ # Opened as a .gz on Mac. http://crbug.com/600907
+ # Similar to a TGZ file
+ extension: "cpgz"
+ uma_value: 265
+ ping_setting: FULL_PING
+ platform_settings {
+ platform: PLATFORM_MAC
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
+}
+file_types {
extension: "command"
uma_value: 140
ping_setting: FULL_PING
@@ -2310,6 +2333,18 @@ file_types {
}
}
file_types {
+ # Opened as a .zip on Mac. http://crbug.com/600907
+ # Also: Portable Archive Exchange format, like tar
+ extension: "pax"
+ uma_value: 266
+ ping_setting: FULL_PING
+ platform_settings {
+ platform: PLATFORM_MAC
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
+}
+file_types {
# Automator workflow
extension: "workflow"
uma_value: 170
@@ -2320,6 +2355,17 @@ file_types {
auto_open_hint: DISALLOW_AUTO_OPEN
}
}
+file_types {
+ # Opened as a .zip on Mac. http://crbug.com/600907
+ extension: "xip"
+ uma_value: 267
+ ping_setting: FULL_PING
+ platform_settings {
+ platform: PLATFORM_MAC
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
+}
##
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698