geckoview.xhtml (521B)
1 <?xml version="1.0"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 6 <?csp default-src chrome: resource:; ?> 7 8 <window 9 id="main-window" 10 windowtype="navigator:geckoview" 11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 12 > 13 <script 14 type="application/javascript" 15 src="chrome://geckoview/content/geckoview.js" 16 /> 17 </window>