mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
M119 pre-stage
This commit is contained in:
parent
7190891839
commit
814d19129d
8 changed files with 7 additions and 2 deletions
2
infra/ulimit.conf
Normal file
2
infra/ulimit.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
ulimit -Hn 1048576
|
||||
ulimit -Sn 1048576
|
BIN
src/chrome/app/theme/default_100_percent/chromium/frozen_tab.png
Normal file
BIN
src/chrome/app/theme/default_100_percent/chromium/frozen_tab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 650 B |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -198,6 +198,7 @@
|
|||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22_WHITE" file="chromium/product_logo_name_22_white.png" />
|
||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_MASCOT" file="chromium/thorium_mascot.png" />
|
||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_NETERROR_FAVICON" file="chromium/dino_favicon.png" />
|
||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_ROBOT" file="chromium/technical_error.png" />
|
||||
</else>
|
||||
</if> <!-- _google_chrome -->
|
||||
<if expr="not is_android">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#if BUILDFLAG(IS_WIN)
|
||||
{"disable-aero",
|
||||
"Disable Aero Window Frame Compositing",
|
||||
"Use the classic Chrome theme designed to mimick \"Aero\" window controls. "
|
||||
"Use the classic Chromium theme designed to mimick \"Aero\" window controls. "
|
||||
"Typically used when desktop composition is disabled or unavailable.";
|
||||
kOsWin, SINGLE_VALUE_TYPE("disable-aero")},
|
||||
#endif // BUILDFLAG(IS_WIN)
|
||||
|
|
|
@ -588,6 +588,8 @@ std::string ChromeURLs() {
|
|||
"</a></li>\n";
|
||||
}
|
||||
|
||||
html += "<li><a href='chrome://theme/IDR_PRODUCT_ROBOT'>chrome://robot</a></li>\n";
|
||||
|
||||
html +=
|
||||
"</ul><a id=\"internals\"><h2>List of chrome://internals "
|
||||
"pages</h2></a>\n<ul>\n";
|
||||
|
|
|
@ -36,7 +36,7 @@ else
|
|||
export CR_SRC_DIR
|
||||
fi
|
||||
|
||||
THOR_VER="118.0.5993.177"
|
||||
THOR_VER="119.0.6045.214"
|
||||
|
||||
export THOR_VER &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue