Skip to content

Commit

Permalink
Add some links to WebUI-specific docs in docs/README.md
Browse files Browse the repository at this point in the history
TBR=scottchen@chromium.org

Bug: None
Change-Id: I122dacc4367c85074cc21c8f9882df973fd010be
Reviewed-on: https://chromium-review.googlesource.com/c/1354330
Commit-Queue: Dan Beam <dbeam@chromium.org>
Reviewed-by: Dan Beam <dbeam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612096}
  • Loading branch information
danbeam authored and Commit Bot committed Nov 29, 2018
1 parent 0b2bc0c commit 1981221
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ used when committed.
* [Guidelines for considering branch dates in project planning](release_branch_guidance.md) -
What to do (and not to do) around branch dates when scheduling your project
work.
* [WebUI Explainer](webui_explainer.md) - An explanation of C++ and JavaScript
infrastructural code for Chrome UIs implemented with web technologies (i.e.
chrome:// URLs).

### Testing
* [Running and Debugging Web Tests](testing/web_tests.md)
Expand Down Expand Up @@ -275,6 +278,10 @@ used when committed.
### Misc Chrome-OS-Specific Docs
* [Chrome Logging on Chrome OS](chrome_os_logging.md)

### Misc WebUI-Specific Docs
* [Creating WebUI Interfaces in components/](webui_in_components.md) How to
create a new WebUI component in the `components/` directory.

### Media
* [Audio Focus Handling](media/audio_focus.md) - How multiple MediaSession
audio streams interact
Expand Down

0 comments on commit 1981221

Please sign in to comment.