Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 87834 Details for
Bug 68111
Porting Agent Controller to MAC OS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to fix the Safari JRE/OS display problem
patch_jreOS_safari.txt (text/plain), 7.52 KB, created by
Ruth Lee
on 2008-01-24 23:03:04 EST
(
hide
)
Description:
Patch to fix the Safari JRE/OS display problem
Filename:
MIME Type:
Creator:
Ruth Lee
Created:
2008-01-24 23:03:04 EST
Size:
7.52 KB
patch
obsolete
>Index: home/project_info/releaseinfo/4.1/support.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.1/support.html,v >retrieving revision 1.6 >diff -u -r1.6 support.html >--- home/project_info/releaseinfo/4.1/support.html 27 Jun 2006 21:55:04 -0000 1.6 >+++ home/project_info/releaseinfo/4.1/support.html 25 Jan 2008 03:43:00 -0000 >@@ -7,7 +7,7 @@ > <link rel="stylesheet" type="text/css" href="../table.css"/> > <script src="http://www.eclipse.org/tptp/resources/transform.js"></script> > </head> >-<body onload="Initialize(); >+<body onload="Initialize('support41.xml'); > SetTarget('target_content'); > SetInput('support41.xml'); > SetStylesheet('support.xsl'); >Index: home/project_info/releaseinfo/4.1/support41.xml >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.1/support41.xml,v >retrieving revision 1.15 >diff -u -r1.15 support41.xml >--- home/project_info/releaseinfo/4.1/support41.xml 27 Nov 2006 19:59:30 -0000 1.15 >+++ home/project_info/releaseinfo/4.1/support41.xml 25 Jan 2008 03:43:00 -0000 >@@ -1,4 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >+<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?> > <!DOCTYPE TPTP SYSTEM "support.dtd" > > <TPTP> > <TOOL type="release"> >Index: home/project_info/releaseinfo/4.2/support.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.2/support.html,v >retrieving revision 1.3 >diff -u -r1.3 support.html >--- home/project_info/releaseinfo/4.2/support.html 28 Jun 2006 18:13:39 -0000 1.3 >+++ home/project_info/releaseinfo/4.2/support.html 25 Jan 2008 03:43:00 -0000 >@@ -7,7 +7,7 @@ > <link rel="stylesheet" type="text/css" href="../table.css"/> > <script src="http://www.eclipse.org/tptp/resources/transform.js"></script> > </head> >-<body onload="Initialize(); >+<body onload="Initialize('support42.xml'); > SetTarget('target_content'); > SetInput('support42.xml'); > SetStylesheet('../support_summary.xsl'); >Index: home/project_info/releaseinfo/4.2/support42.xml >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.2/support42.xml,v >retrieving revision 1.14 >diff -u -r1.14 support42.xml >--- home/project_info/releaseinfo/4.2/support42.xml 27 Nov 2006 19:59:30 -0000 1.14 >+++ home/project_info/releaseinfo/4.2/support42.xml 25 Jan 2008 03:43:00 -0000 >@@ -1,4 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >+<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?> > <TPTP> > <TOOL type="release"> > <name>Profile tooling</name> >Index: home/project_info/releaseinfo/4.3/support.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.3/support.html,v >retrieving revision 1.1 >diff -u -r1.1 support.html >--- home/project_info/releaseinfo/4.3/support.html 28 Nov 2006 15:26:49 -0000 1.1 >+++ home/project_info/releaseinfo/4.3/support.html 25 Jan 2008 03:43:00 -0000 >@@ -7,7 +7,7 @@ > <link rel="stylesheet" type="text/css" href="../table.css"/> > <script src="http://www.eclipse.org/tptp/resources/transform.js"></script> > </head> >-<body onload="Initialize(); >+<body onload="Initialize('support43.xml'); > SetTarget('target_content'); > SetInput('support43.xml'); > SetStylesheet('../support_summary.xsl'); >Index: home/project_info/releaseinfo/4.3/support43.xml >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.3/support43.xml,v >retrieving revision 1.1 >diff -u -r1.1 support43.xml >--- home/project_info/releaseinfo/4.3/support43.xml 28 Nov 2006 15:26:49 -0000 1.1 >+++ home/project_info/releaseinfo/4.3/support43.xml 25 Jan 2008 03:43:01 -0000 >@@ -1,4 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >+<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?> > <TPTP> > <TOOL type="release"> > <name>Profile tooling</name> >Index: home/project_info/releaseinfo/4.4/support.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.4/support.html,v >retrieving revision 1.1 >diff -u -r1.1 support.html >--- home/project_info/releaseinfo/4.4/support.html 8 Feb 2007 21:27:25 -0000 1.1 >+++ home/project_info/releaseinfo/4.4/support.html 25 Jan 2008 03:43:01 -0000 >@@ -7,7 +7,7 @@ > <link rel="stylesheet" type="text/css" href="../table.css"/> > <script src="http://www.eclipse.org/tptp/resources/transform.js"></script> > </head> >-<body onload="Initialize(); >+<body onload="Initialize('support44.xml'); > SetTarget('target_content'); > SetInput('support44.xml'); > SetStylesheet('../support_summary.xsl'); >Index: home/project_info/releaseinfo/4.4/support44.xml >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/project_info/releaseinfo/4.4/support44.xml,v >retrieving revision 1.92 >diff -u -r1.92 support44.xml >--- home/project_info/releaseinfo/4.4/support44.xml 2 Aug 2007 15:58:38 -0000 1.92 >+++ home/project_info/releaseinfo/4.4/support44.xml 25 Jan 2008 03:43:01 -0000 >@@ -1,4 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> >+<?xml-stylesheet type="text/xsl" href="../support_summary.xsl" ?> > <TPTP> > <TOOL type="release"> > <name>Profile tooling</name> >Index: resources/transform.js >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/resources/transform.js,v >retrieving revision 1.10 >diff -u -r1.10 transform.js >--- resources/transform.js 14 Apr 2007 03:51:13 -0000 1.10 >+++ resources/transform.js 25 Jan 2008 03:43:12 -0000 >@@ -89,6 +89,8 @@ > > // platformMoz: http://www.mozilla.org/projects/xslt/js-interface.html > // platformIE6: http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp >+// platformSafari: http://developer.apple.com/internet/safari/faq.html#anchor21 >+// http://developer.apple.com/internet/webcontent/xmlhttpreq.html > > var platformMoz = (document.implementation && document.implementation.createDocument); > var platformIE6 = (!platformMoz && document.getElementById && window.ActiveXObject); >@@ -117,6 +119,7 @@ > > function Initialize() > { >+ // Test > if (noXSLT) > { > FatalError(); >@@ -125,11 +128,20 @@ > Defaults(); > } > >+function Initialize(backupURL) >+{ >+ // Test >+ if (noXSLT) >+ { >+ FatalError(backupURL); >+ return; >+ } >+ Defaults(); >+} >+ > function Defaults() > { > SetTarget('target_content'); >-// SetInput('hyadesfeatures.xml'); >-// SetStylesheet('tptpofficialplan.xsl'); > } > > function SetTarget(id) >@@ -168,12 +180,17 @@ > > function FatalError() > { >- alert("Sorry, this doesn't work in your browser"); >+ document.write("Sorry, this doesn't work in your browser. This page needs to be viewed in a browser that supports XSLT processing via JavaScript."); >+} >+ >+function FatalError(backupURL) >+{ >+ document.write("Sorry, this doesn't work in your browser. This page needs to be viewed in a browser that supports XSLT processing via JavaScript. You can try viewing the <a href='" + backupURL + "'>alternate page</a> instead."); > } > > function NoSuchParam(name) > { >- alert("There is no " + name + " parameter"); >+ document.write("There is no " + name + " parameter"); > } > > function CreateDocument()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 68111
:
55369
|
56192
|
87834
|
97731
|
117488
|
117489
|
136113
|
136140