Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: content/browser/bluetooth/README.md

Issue 1647013002: Add Bluetooth class diagram documentation references to README files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-doc-fixups-
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/README.md ('k') | device/bluetooth/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Bluetooth in Content
2 ====================
3
4 `content/*/bluetooth` implements [Web Bluetooth][WB] using the
5 `device/bluetooth` code module.
6
7 [WB]: https://webbluetoothcg.github.io/web-bluetooth/
8
9 Testing
10 --------------------------------------------------------------------------------
11
12 Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on
13 fake Bluetooth implementation classes constructed in
14 `content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`.
15 These tests span JavaScript binding to the `device/bluetooth` API layer.
16
17
18 Design Documents
19 --------------------------------------------------------------------------------
20
21 See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class]
22
23 [Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents /bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram
24
OLDNEW
« no previous file with comments | « content/README.md ('k') | device/bluetooth/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698