Simplify commit history in Chromium84

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.

Environment

None

Activity

Walt Miner 
February 8, 2022 at 4:56 PM

Close for MM Milestone 2

José Dapena Paz 
February 1, 2022 at 11:29 AM

The branch with the simplified history of the commits is at this branch:

https://github.com/jdapena/chromium84/tree/jdapena/SPEC-4225-chromium84-squash

Work done:

  • Tagged properly all the patches.

  • Grouped first upstream and upstreamable patches.

  • Then grouped the patches that are valid for webOS upstream (marked as w_upsable).

  • Then grouped the downstream patches in categories, and ordered accordingly: build fixes, CBE fixes, window types, splash screen and wayland.

  • Removed a patch that is only for old ozone wayland.

When the rebase is done on top of latest chromium, we should also remove all the changes that apply on top of old ozone wayland, as we are only using Google Ozone Wayland. We don't want to support both.

Fixed

Details

Assignee

Reporter

Fix versions

Labels

Components

Priority

Created January 18, 2022 at 1:45 PM
Updated February 8, 2022 at 4:56 PM
Resolved February 1, 2022 at 11:29 AM