-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a README for using the SB Ozone prototype
b/371272304
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
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,16 @@ | ||
TODO(cobalt): Remove the below section. Don't merge this into main without cleaning it up. | ||
|
||
For the experimental/ozone branch: | ||
|
||
How to run: | ||
* `git checkout origin/experimental/ozone` | ||
* If the above command can't find the branch, you may need to git pull or sync gclient: `gclient sync --no-history --force -r $(git rev-parse @)` | ||
* `python cobalt/build/gn.py -p linux-x64x11 -c qa` | ||
* `autoninja -C out/linux-x64x11_qa cobalt` | ||
* `out/linux-x64x11_qa/cobalt` | ||
|
||
Known Issues: | ||
* Cobalt window and content area sizes don't match. The window will be far larger than the displayed content. (Being worked on by Tyler). | ||
* Passing focus to the content area is finicky. The easiest way I've found to do it is to click the back button on the navigation bar. | ||
* Not all keyboard inputs work. Input mapping is still in progress. (Being worked on by Madhura). | ||
* There is a navigation bar and the webapp isn't full screen within the content area. This is intentional for now to make other things easier, but can be removed with the flag `--content-shell-hide-toolbar` (though there will still be a border). |