Merge branch 'master' into enable-user-scripts
This commit is contained in:
commit
1c5f31c108
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 91.0.4472.158
|
||||
* added x64 releases
|
||||
|
||||
# 91.0.4472.146
|
||||
* removed flags for device motion/orientation (fixes https://github.com/bromite/bromite/issues/1204)
|
||||
* prevent crash on download on API level 21 (fixes https://github.com/bromite/bromite/issues/1184)
|
||||
|
|
|
@ -1 +1 @@
|
|||
91.0.4472.146
|
||||
91.0.4472.158
|
|
@ -33383,7 +33383,7 @@ diff --git a/third_party/libusb/src/libusb/os/windows_usb.c b/third_party/libusb
|
|||
diff --git a/third_party/libxslt/chromium/roll.py b/third_party/libxslt/chromium/roll.py
|
||||
--- a/third_party/libxslt/chromium/roll.py
|
||||
+++ b/third_party/libxslt/chromium/roll.py
|
||||
@@ -240,7 +240,7 @@ def patch_config():
|
||||
@@ -241,7 +241,7 @@ def patch_config():
|
||||
sed_in_place('config.h', 's/#define HAVE_MKTIME 1//')
|
||||
|
||||
sed_in_place('config.log',
|
||||
|
|
Loading…
Add table
Reference in a new issue