The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.25 (Linux)
|
![]() |
As the number of downloads increases, chromium starts behaving badly - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: As the number of downloads increases, chromium starts behaving badly (/showthread.php?tid=8668) Pages:
1
2
|
RE: As the number of downloads increases, chromium starts behaving badly - Admini - 03-21-2025 (03-20-2025, 06:01 AM)coult8 Wrote: Hello! Admini,Thanks for your info. In the next version, Chromium uses vector icons for the toolbar, so the javascript bookmark icon will be just a text file in resources.pak without name. For the MV2 patch, it is just beginning of removing related source code. For now there is some flags to control the deprecation of MV2, but they will be removed after June 2025, it will be harder and harder to maintain MV2 source code in the future. RE: As the number of downloads increases, chromium starts behaving badly - QZMTCH - 03-21-2025 (03-21-2025, 05:16 PM)Admini Wrote: In the next version, Chromium uses vector icons for the toolbar, so the javascript bookmark icon will be just a text file in resources.pak without name.will it be possible to change the icon or color in custom.css if it is svg? or will it be possible to change it in the settings? in theory, if it is in a text file, like newtab or other browser pages, they can be changed in resources, which means it will be possible to display such a setting for this icon in the settings RE: As the number of downloads increases, chromium starts behaving badly - Admini - 03-23-2025 (03-21-2025, 07:03 PM)QZMTCH Wrote: will it be possible to change the icon or color in custom.css if it is svg? or will it be possible to change it in the settings? in theory, if it is in a text file, like newtab or other browser pages, they can be changed in resources, which means it will be possible to display such a setting for this icon in the settingsYes, it still can be edited in resources.pak, but it is hard to locate it. Cusomt.css can only be used to change web pages, can't be used for the toolbar. RE: As the number of downloads increases, chromium starts behaving badly - QZMTCH - 03-24-2025 (03-23-2025, 04:25 PM)Admini Wrote: Yes, it still can be edited in resources.pak, but it is hard to locate it.I just thought that if the icon is now a vector in a text file, and not in png, then its change can be added to the browser settings. Or is it not possible? RE: As the number of downloads increases, chromium starts behaving badly - Admini - 03-27-2025 (03-24-2025, 01:57 PM)QZMTCH Wrote: I just thought that if the icon is now a vector in a text file, and not in png, then its change can be added to the browser settings. Or is it not possible?Providing an option is possible, but it's not worth it because the feature is so tiny. Chromium uses its own .icon format for toolbar buttons, maybe you can locate the corresponding file by searching through the contents of these extracted files. RE: As the number of downloads increases, chromium starts behaving badly - coult8 - 03-31-2025 (03-27-2025, 04:48 PM)Admini Wrote: In the next version, Chromium uses vector icons for the toolbar, so the javascript bookmark icon will be just a text file in resources.pak without name.Hi, Admini, it confuses me, 1. "the next version" means Is the version of Chromium kernel 119 or above? 2. In the current version , cent version 5.1.1130.129 (Chromium 118.0.5993.159), is the js bookmark icon a vector icon? Which pak file is it in? 3. In the current version , where is the font color of the js bookmark? and how to customize the font color of the js bookmark? RE: As the number of downloads increases, chromium starts behaving badly - QZMTCH - 03-31-2025 (03-31-2025, 05:35 AM)coult8 Wrote: Hi, Admini, it confuses me,no, the developer is planning the next version to be higher than 130 or something in the latest version the icon is in png, in the files chrome_100_percent.pak and chrome_200_percent.pak (16345.png) the font color is probably somewhere there too (or in the resources.pak file) in some CSS, possibly inside .gz (hard to find) RE: As the number of downloads increases, chromium starts behaving badly - Admini - 03-31-2025 (03-31-2025, 05:35 AM)coult8 Wrote: Hi, Admini, it confuses me,Font color is hardcoded, can't be customized. |