summaryrefslogtreecommitdiffstats
path: root/content/content_resources.grd
diff options
context:
space:
mode:
authorhansmuller@chromium.org <hansmuller@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-31 16:44:40 +0000
committerhansmuller@chromium.org <hansmuller@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-31 16:44:40 +0000
commitb5a2eabfbaba53b9a089daac4dfb4e14ded61a09 (patch)
tree51e8e0e7e9d9b0be14bbb1937767c7bc0f70e599 /content/content_resources.grd
parentd345593ff7f27a576526d2cbeb4de6e4c0cb974f (diff)
downloadchromium_src-b5a2eabfbaba53b9a089daac4dfb4e14ded61a09.zip
chromium_src-b5a2eabfbaba53b9a089daac4dfb4e14ded61a09.tar.gz
chromium_src-b5a2eabfbaba53b9a089daac4dfb4e14ded61a09.tar.bz2
Basic Mojo message header validation for JavaScript.
This is the the second part of the original CL for "Validate incoming JS Message Headers", per https://codereview.chromium.org/406993002#msg2. The first part is https://codereview.chromium.org/411553003. TBR=jochen@chromium.org BUG=395801 Review URL: https://codereview.chromium.org/424463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_resources.grd')
-rw-r--r--content/content_resources.grd1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_resources.grd b/content/content_resources.grd
index 32a2862..595aed6 100644
--- a/content/content_resources.grd
+++ b/content/content_resources.grd
@@ -45,6 +45,7 @@
<include name="IDR_MOJO_CONNECTOR_JS" file="../mojo/public/js/bindings/connector.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_MOJO_ROUTER_JS" file="../mojo/public/js/bindings/router.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_MOJO_UNICODE_JS" file="../mojo/public/js/bindings/unicode.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_MOJO_VALIDATOR_JS" file="../mojo/public/js/bindings/validator.js" flattenhtml="true" type="BINDATA" />
</if>
</includes>
</release>