Replies: 3 comments 7 replies
-
i will definitely take a look at the result, a comparison never hurts, with carl we occasionally missed a few changes here and there (which were always a source of bugs).
do you have the crash log?
yes, I saw, I had arrived at this patch.
Apart from the result, I am also interested in the methodology you adopt.
in the container:
and finally
this script helps me with the 'guided' rebase, telling me what and where to check. then it's my turn :) I would like to understand your method and possibly spend some time improving the flow |
Beta Was this translation helpful? Give feedback.
-
I like what you write (recommended, privacy, feature, also seen in brave etc.). I think I will include it somehow in the documentation I will have to do, as a table. |
Beta Was this translation helpful? Give feedback.
-
OK, here is a pretty minor question, but the Chromium code base can often take me a while to navigate to find a sure answer... Instead of "Disable NTP remote suggestions by default", we have been using the Context (may need to scroll a bit, but the context is the highlighted comment): https://review.calyxos.org/c/CalyxOS/platform_external_calyx_chromium/+/24035/comments/a520b15d_9a387896 |
Beta Was this translation helpful? Give feedback.
-
Hi @uazo! CalyxOS have been trying to independently port our current subset of Cromite's changes, and a few ones we hadn't included before, to 121.0.6167.71 (early stable). We often use patches from your
next-
branch for this when available, but we also like to try it on our own once in a while, too, to be sure it remains a manageable endeavor for us.Wanted to share a few initial findings, in case it's useful to you at all during your own porting process. Note that since we don't use all the patches and are only (working to be) up-to-date as of Cromite v120.0.6099.144, this might not be entirely applicable for you, but still wanted to share.
use_relative_vtables_abi=true
is now leading to clang parser crashes that suggest uploading a crash report, so now may not be the best time to start! This was true for me even with vanilla 121. I currently haven't uploaded a report.Re-introduce-modal-dialog-flag-to-close-all-tabs.patch
,Partition-MediaDeviceId-by-default.patch
Disable-all-predictors-code.patch
also used a removed flag,SpeculationRulesPrefetchProxy
, which was only part of that change. Brave didn't seem to think it is needed anymore.ResourceItem
(for Content settings infrastructure) now expects an accessibility string argument. I added accessibility strings to the site-setting patches, along with some minor other string changes. Feel free to use any of them if they sound right.Our work-in-progress patches are here: https://review.calyxos.org/c/CalyxOS/platform_external_calyx_chromium/+/24149
Thanks as always for your continued work on Cromite!
Beta Was this translation helpful? Give feedback.
All reactions