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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/bluetooth/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bluetooth/README.md
diff --git a/content/browser/bluetooth/README.md b/content/browser/bluetooth/README.md
index 6e55bcd73b36b9e25e49896ab72f9ee1193ee7f5..87c06ffa87fb1cc3648ec48db925a62dd66a1813 100644
--- a/content/browser/bluetooth/README.md
+++ b/content/browser/bluetooth/README.md
@@ -1,13 +1,16 @@
-Bluetooth in Content
-====================
+# Web Bluetooth Service in Content
-`content/*/bluetooth` implements [Web Bluetooth][WB] using the
-`device/bluetooth` code module.
+`content/*/bluetooth` implements the [Web Bluetooth specification]
+using the [/device/bluetooth] code module.
-[WB]: https://webbluetoothcg.github.io/web-bluetooth/
+This service is exposed to the web in the [blink bluetooth module].
-Testing
---------------------------------------------------------------------------------
+[Web Bluetooth specification]: https://webbluetoothcg.github.io/web-bluetooth/
+[/device/bluetooth]: /device/bluetooth
+[blink bluetooth module]: /third_party/WebKit/Source/modules/bluetooth/
+
+
+## Testing
Bluetooth layout tests in `third_party/WebKit/LayoutTests/bluetooth/` rely on
fake Bluetooth implementation classes constructed in
@@ -15,8 +18,7 @@ fake Bluetooth implementation classes constructed in
These tests span JavaScript binding to the `device/bluetooth` API layer.
-Design Documents
---------------------------------------------------------------------------------
+## Design Documents
See: [Class Diagram of Web Bluetooth through Bluetooth Android][Class]
« 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