s\chrome://communicator/skin/\chrome://global/skin/\ and disable the
painful iframe git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC2_BRANCH@188955 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!-- note: nsXBLPrototypeHandler::ExecuteHandler is still JS specific,
|
||||
so 'ondialogaccept' handler does not execute Python
|
||||
|
||||
@@ -9,3 +9,4 @@ pyxultest.jar:
|
||||
content/pyxultest/js_overlay.xul (js_overlay.xul)
|
||||
content/pyxultest/pytester.xul (pytester.xul)
|
||||
content/pyxultest/pytester.py (pytester.py)
|
||||
content/pyxultest/html_content.html (html_content.html)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<!-- A container for general test code. Relies on being passed an argument
|
||||
for which test to run. Generally it runs the test and closes, only
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://pyxultest/content/js_overlay.xul"?>
|
||||
<?xul-overlay href="chrome://pyxultest/content/python_overlay.xul"?>
|
||||
@@ -103,7 +103,9 @@ dump("Window location is %s", this.window.location.href)
|
||||
value = "If you can see this, things aren't working well!"
|
||||
rows="15" multiline="true" flex="1"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<iframe src="chrome://pyxultest/content/html_content.html" height="30"/>
|
||||
-->
|
||||
<groupbox>
|
||||
<caption label="Items from Overlays"/>
|
||||
<!-- A box from our overlay - it will have one button using js events
|
||||
|
||||
Reference in New Issue
Block a user