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:
mhammond%skippinet.com.au
2006-02-05 12:56:57 +00:00
parent af02694e48
commit ca7e4a708b
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

@@ -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