summaryrefslogtreecommitdiffstats
path: root/components/contextual_search/README
diff options
context:
space:
mode:
authordonnd <donnd@chromium.org>2015-12-10 12:39:05 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 20:40:01 +0000
commitbda9b6f432fb237029ed6f4fac16bbe30da0cde4 (patch)
tree507592806c4c1e4340b4c96e21fc0ccf93bf1a91 /components/contextual_search/README
parentb1da094048e4c57e0579c39a91eb0e3b174824e8 (diff)
downloadchromium_src-bda9b6f432fb237029ed6f4fac16bbe30da0cde4.zip
chromium_src-bda9b6f432fb237029ed6f4fac16bbe30da0cde4.tar.gz
chromium_src-bda9b6f432fb237029ed6f4fac16bbe30da0cde4.tar.bz2
[Contextual Search] Add mojo-enabled API component.
Add a simple JavaScript v8 wrapper for Contextual Search, that just defines chrome.contextualSearch.setCaption(String, Boolean); Adds a simple Contextual Search component with mojo communication to handle enabling of the v8 wrapper only on a renderer which is presented in the Contextual Search Overlay view. BUG=523554 Review URL: https://codereview.chromium.org/1385663002 Cr-Commit-Position: refs/heads/master@{#364460}
Diffstat (limited to 'components/contextual_search/README')
-rw-r--r--components/contextual_search/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/contextual_search/README b/components/contextual_search/README
new file mode 100644
index 0000000..a3dc3f3
--- /dev/null
+++ b/components/contextual_search/README
@@ -0,0 +1,8 @@
+The Contextual Search component provides renderer support for an overlay panel
+with an API that peeks up from the bottom of the host page.
+
+This component communicates via mojo from the renderer to the browser and vice
+versa.
+
+Eventually we may reuse some of this code for other overlay panels, including
+DOM Distiller (which is currently in a separate component).