forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OWNERS, README and markdown docs wrt //components/browser_ui
Bug: 1034609 Change-Id: Ie32dc7e7a92f8286a5ab3357cfc9a1cb51f2d4ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972169 Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Auto-Submit: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#726413}
- Loading branch information
Evan Stade
authored and
Commit Bot
committed
Dec 19, 2019
1 parent
149f92f
commit ce9573d
Showing
6 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Note: this directory is in the process of being migrated to | ||
//components/browser_ui/widget/android. Consider adding new code there instead | ||
of here. If your code is specific to Chrome (e.g. references tabs, omnibox, | ||
etc), it likely does not belong in widget. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tedchoc@chromium.org | ||
twellington@chromium.org | ||
|
||
# TEAM: chrome-android-app@chromium.org | ||
# COMPONENT: UI>Browser>Mobile | ||
# OS: Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The browser_ui component consists of modularized build targets for common | ||
UI elements that are useful for building a browser. Currently it contains | ||
Android code that is used by WebLayer and Chrome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
twellington@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The org.chromium.components.browser_ui.widget package contains generally useful | ||
UI utilities with no feature-specific code or dependencies. | ||
|
||
TODO(crbug.com/1030785): Most or all of org.chromium.chrome.browser.ui.widget | ||
should be relocated to this package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters