Hi All,
We are developing custom browser for iOS/Android based on open source chromium.
For iOS We took stable chromium version 87.0.4280.77 as base code and made our custom changes over it.
As we know chromium has launched stable 91.0.4472.80 version , so due to security reason we want to migrate our code to this stable version. We thought to do rebase our code base with stable 91.0.4472.80 version, but facing many conflicts even in the files not changed by us. Going forward chromium has to plan to make stable releases in each and every four weeks, so we would want to align our code base with stable releases. Could you please suggest what should be merging/rebasing strategy we should follow to avoid potential conflicts and quickly move to latest stable versions of code base.
Regards,
Anand