commit | 94de8546524bb95b385f7eb8a96b140fc0fc3c0d | [log] [tgz] |
---|---|---|
author | Matthew Jones <[email protected]> | Thu Apr 05 15:42:56 2018 |
committer | Commit Bot <[email protected]> | Thu Apr 05 15:42:56 2018 |
tree | 9911778cc60c308781b99610a0cb380a148e4f18 | |
parent | 2cc7d67eb3fbb413a34fb0d2b33f5e3c3d65afcf [diff] |
Implement simple bottom toolbar with MVC framework This change implements a simple bottom toolbar that has an android view, a composited component, resizes the viewport, and scrolls on and off-screen. This toolbar is implemented using the new MVC guidelines: - The BottomToolbarController sets up all the components of the bottom toolbar. - The BottomToolbarMediator is responsible for pushing updates to the model and running most of the business logic. - The BottomToolbarModel is a blob of state with no actual business logic. - The BottomToolbarViewBinder reacts to events from a PropertyModelChangeProcessor and updates the relevant views. BUG=815324,825965 Change-Id: I75e5aac6a2bb2a21ea9e4010fc81076d2d39da8b Reviewed-on: https://chromium-review.googlesource.com/980577 Commit-Queue: Matthew Jones <[email protected]> Reviewed-by: Theresa <[email protected]> Reviewed-by: Bernhard Bauer <[email protected]> Cr-Commit-Position: refs/heads/master@{#548436}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .