CentBrowser Forum
STABLE version -- 4.2.10.171 - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Release Channel (https://www.centbrowser.net/en/forumdisplay.php?fid=2)
+--- Thread: STABLE version -- 4.2.10.171 (/showthread.php?tid=3555)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


RE: STABLE version -- 4.2.10.171 - Admin - 08-04-2020

(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/issues/detail?id=1057469
Version 4.2.10.171 should have fixed this bug.


RE: STABLE version -- 4.2.10.171 - anniyan - 08-05-2020

(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.


RE: STABLE version -- 4.2.10.171 - Admin - 08-05-2020

(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/chromium/src/+/master/chrome/browser/download/save_package_file_picker.cc


RE: STABLE version -- 4.2.10.171 - warmiak38 - 08-10-2020

Can you please provide a date for the release of the new version.


RE: STABLE version -- 4.2.10.171 - Admin - 08-10-2020

(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.


RE: STABLE version -- 4.2.10.171 - gtanadam - 08-17-2020

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/chromium/src.git/+/1acd6b6af8c9ef59fe7227faff4585310e5c2ec8
Thanks in advance!


RE: STABLE version -- 4.2.10.171 - Admin - 08-17-2020

(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/chromium/src.git/+/1acd6b6af8c9ef59fe7227faff4585310e5c2ec8
Thanks in advance!
Are you a C++ developer?


RE: STABLE version -- 4.2.10.171 - papadoc - 08-19-2020

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?


RE: STABLE version -- 4.2.10.171 - warmiak38 - 08-21-2020

When the new version of the browser is September October November December


RE: STABLE version -- 4.2.10.171 - PavelX - 08-21-2020

(08-21-2020, 01:27 PM)warmiak38 Wrote: When the new version of the browser is September October November December

August ... 2021  Tongue