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.
Add Bluetooth class diagram documentation references to README files.
Adjust content/README to markdown to enable linking. Create new README.md files for content and WebKit bluetooth directories. Review URL: https://codereview.chromium.org/1647013002 Cr-Commit-Position: refs/heads/master@{#372390}
- Loading branch information
Showing
4 changed files
with
57 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
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,24 @@ | ||
Bluetooth in Content | ||
==================== | ||
|
||
`content/*/bluetooth` implements [Web Bluetooth][WB] using the | ||
`device/bluetooth` code module. | ||
|
||
[WB]: https://webbluetoothcg.github.io/web-bluetooth/ | ||
|
||
Testing | ||
-------------------------------------------------------------------------------- | ||
|
||
Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on | ||
fake Bluetooth implementation classes constructed in | ||
`content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`. | ||
These tests span JavaScript binding to the `device/bluetooth` API layer. | ||
|
||
|
||
Design Documents | ||
-------------------------------------------------------------------------------- | ||
|
||
See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class] | ||
|
||
[Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram | ||
|
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
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,23 @@ | ||
Web Bluetooth | ||
============= | ||
|
||
`Source/modules/bluetooth` implements [Web Bluetooth][WB]. | ||
|
||
[WB]: https://webbluetoothcg.github.io/web-bluetooth/ | ||
|
||
Testing | ||
-------------------------------------------------------------------------------- | ||
|
||
Bluetooth layout tests in `LayoutTests/bluetooth/` rely on | ||
fake Bluetooth implementation classes constructed in | ||
`content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`. | ||
These tests span JavaScript binding to the `device/bluetooth` API layer. | ||
|
||
|
||
Design Documents | ||
-------------------------------------------------------------------------------- | ||
|
||
See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class] | ||
|
||
[Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents/bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram | ||
|