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

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

Issue 2866823002: bluetooth: README files updated to improve cross-linking. (Closed)
Patch Set: merge TOT Created 3 years, 7 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 | « no previous file | 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
1 Bluetooth in Content 1 # Web Bluetooth Service in Content
2 ====================
3 2
4 `content/*/bluetooth` implements [Web Bluetooth][WB] using the 3 `content/*/bluetooth` implements the [Web Bluetooth specification]
5 `device/bluetooth` code module. 4 using the [/device/bluetooth] code module.
6 5
7 [WB]: https://webbluetoothcg.github.io/web-bluetooth/ 6 This service is exposed to the web in the [blink bluetooth module].
8 7
9 Testing 8 [Web Bluetooth specification]: https://webbluetoothcg.github.io/web-bluetooth/
10 -------------------------------------------------------------------------------- 9 [/device/bluetooth]: /device/bluetooth
10 [blink bluetooth module]: /third_party/WebKit/Source/modules/bluetooth/
11
12
13 ## Testing
11 14
12 Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on 15 Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on
13 fake Bluetooth implementation classes constructed in 16 fake Bluetooth implementation classes constructed in
14 `content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`. 17 `content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider`.
15 These tests span JavaScript binding to the `device/bluetooth` API layer. 18 These tests span JavaScript binding to the `device/bluetooth` API layer.
16 19
17 20
18 Design Documents 21 ## Design Documents
19 --------------------------------------------------------------------------------
20 22
21 See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class] 23 See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class]
22 24
23 [Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents /bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram 25 [Class]: https://sites.google.com/a/chromium.org/dev/developers/design-documents /bluetooth-design-docs/web-bluetooth-through-bluetooth-android-class-diagram
24 26
OLDNEW
« no previous file with comments | « no previous file | device/bluetooth/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698