Simplify commit history in WAM before adapting to chromium87
Description
Simplify the commit history, so the commits landed are only related to latest version of our work:
Squash patches with different interations of the work.
Squash fixups.
Reorganize and simplify patch history using git-deps.
The goal is rebasing on top of submissions/52. This is because the commits in webOS OSE after that for chromium87 were only QtLess implementation.
Environment
None
Activity
José Dapena Paz
February 2, 2022 at 4:36 PM
This has not been needed yet, as we could rebase on top of submissions/52 with no major issue. Work for landing our wam branch on top of submissions/55 will happen as part of the QtLess migration specific story
Simplify the commit history, so the commits landed are only related to latest version of our work:
Squash patches with different interations of the work.
Squash fixups.
Reorganize and simplify patch history using git-deps.
The goal is rebasing on top of submissions/52. This is because the commits in webOS OSE after that for chromium87 were only QtLess implementation.