Posts: 6,341
	Threads: 91
	Joined: Oct 2014
	
	
 
	
	
		 (08-03-2020, 08:57 PM)anniyan Wrote:  i am thinking of updating my centbrowser, but i will not if cent browser has this bug. does centbrowser 4.2.10.171 portable x64 have this bug?
https://bugs.chromium.org/p/chromium/iss...id=1057469
Version 4.2.10.171 should have fixed this bug.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 12
	Threads: 2
	Joined: Oct 2019
	
	
 
	
	
		 (08-04-2020, 02:48 PM)CentBrowser Wrote:  Version 4.2.10.171 should have fixed this bug.
thank you. if it is ok with you, please upstream the fix to the chromium project. all chromium-based browsers are affected by this bug.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,341
	Threads: 91
	Joined: Oct 2014
	
	
 
	
	
		 (08-05-2020, 07:11 AM)anniyan Wrote:  thank you. if it is ok with you, please upstream the fix to the chromium project. all chromium-based browsers are affected by this bug.
We are not Chromium members. You can send this patch(content between "//add begin" and "//add end") to them:
Code:
    // Select the item saved in the pref.
    for (size_t i = 0; i < save_types_.size(); ++i) {
      if (save_types_[i] == preferred_save_type) {
        file_type_index = i;
        //add begin
        if (preferred_save_type == content::SAVE_PAGE_TYPE_AS_MHTML) {
          default_extension_copy = FILE_PATH_LITERAL("mhtml");
          suggested_path_copy = suggested_path_copy.ReplaceExtension(default_extension_copy);
        }
        //add end
        break;
      }
    }
The changed file is 
https://chromium.googlesource.com/chromi..._picker.cc
	 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 110
	Threads: 29
	Joined: Feb 2020
	
	
 
	
	
		Can you please provide a date for the release of the new version.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,341
	Threads: 91
	Joined: Oct 2014
	
	
 
	
	
		 (08-10-2020, 04:01 PM)warmiak38 Wrote:  Can you please provide a date for the release of the new version.
Should be in this month, but no precise date.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 28
	Threads: 0
	Joined: Aug 2020
	
	
 
	
		
		
		08-17-2020, 11:39 AM 
(This post was last modified: 08-17-2020, 11:48 AM by gtanadam.)
		
	 
	
		Could you please publish the source code if you're no longer planning on maintaining this project? It's ridiculous that we're still on version 80 while the latest is 86, that's at least 4 months old build. I am honestly only using CentBrowser for the Disable-direct-write feature, the rest of bloatware like super drag and swipe whatever is not needed which means that if we're not be getting updates, I and the community will fork and implement the disable-direct-write by ourselves.
For those interested, here's the chromium commit that addresses the removal of GDI rendering: 
https://chromium.googlesource.com/chromi...310e5c2ec8
Thanks in advance!
	
		
	
 
 
	
	
	
		
	Posts: 6,341
	Threads: 91
	Joined: Oct 2014
	
	
 
	
	
		 (08-17-2020, 11:39 AM)gtanadam Wrote:  Could you please publish the source code if you're no longer planning on maintaining this project? It's ridiculous that we're still on version 80 while the latest is 86, that's at least 4 months old build. I am honestly only using CentBrowser for the Disable-direct-write feature, the rest of bloatware like super drag and swipe whatever is not needed which means that if we're not be getting updates, I and the community will fork and implement the disable-direct-write by ourselves.
For those interested, here's the chromium commit that addresses the removal of GDI rendering: https://chromium.googlesource.com/chromi...310e5c2ec8
Thanks in advance!
Are you a C++ developer?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 109
	Threads: 17
	Joined: Sep 2017
	
	
 
	
	
		Not even sure which version we should be expecting for the next release, but whatever the case, any chance you could cherry pick 
this commit?
	
		
	
 
 
	
	
	
		
	Posts: 110
	Threads: 29
	Joined: Feb 2020
	
	
 
	
	
		When the new version of the browser is September October November December
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 16
	Threads: 1
	Joined: Apr 2020
	
	
 
	
	
		 (08-21-2020, 01:27 PM)warmiak38 Wrote:  When the new version of the browser is September October November December
August ... 2021  
