M119 pre-stage

This commit is contained in:
Alexander Frick 2023-12-28 20:31:46 -06:00
parent 7190891839
commit 814d19129d
8 changed files with 7 additions and 2 deletions

2
infra/ulimit.conf Normal file
View file

@ -0,0 +1,2 @@
ulimit -Hn 1048576
ulimit -Sn 1048576

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

View file

@ -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">

View file

@ -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)

View file

@ -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";

View file

@ -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 &&