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

Unified Diff: headless/README.md

Issue 1430673002: Headless demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: headless/README.md
diff --git a/headless/README.md b/headless/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ac19489e60e4d8cfe175a786e5dd3beea980b6c3
--- /dev/null
+++ b/headless/README.md
@@ -0,0 +1,22 @@
+# Headless Chrome
+
+The purpose of the Headless Chrome project is to produce a version of Chrome
+that can run in a headless/server environment. Expected use cases include
+loading web pages, extracting metadata (e.g., the DOM) and generating bitmaps
+from page contents -- using all the modern web platform features provided by
+Blink.
+
+The main deliverables are:
+
+1. A library which headless applications can link to to.
+
+2. A sample application which demonstrates the use of headless APIs.
+
+## API
+
+The headless API is defined under headless/public.
+
+## Testing
+
+The sample test shell application lives under headless/app.
+
« no previous file with comments | « headless/OWNERS ('k') | headless/app/BUILD.gn » ('j') | third_party/WebKit/public/web/WebNode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698