ports/www/chromium/files/patch-ui_webui_resources_js_cr.js
Carlos J. Puga Medina 4931d3869a www/chromium: Update to 76.0.3809.100
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000

Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
MFH:		2019Q3
2019-08-12 10:39:48 +00:00

14 lines
382 B
JavaScript

--- ui/webui/resources/js/cr.js.orig 2019-07-24 18:59:23 UTC
+++ ui/webui/resources/js/cr.js
@@ -425,6 +425,11 @@ var cr = cr || function(global) {
get doc() {
return document;
},
+
+ /** Whether this is on *BSD. */
+ get isBSD() {
+ return /BSD/.test(navigator.userAgent);
+ },
/** Whether we are using a Mac or not. */
get isMac() {