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 149748 Details for
Bug 292524
Support IE8 console for logging/debugging
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]
Fix 2 (alternative)
IE8Console2.txt (text/plain), 985 bytes, created by
Tim Buschtoens
on 2009-10-16 09:36:46 EDT
(
hide
)
Description:
Fix 2 (alternative)
Filename:
MIME Type:
Creator:
Tim Buschtoens
Created:
2009-10-16 09:36:46 EDT
Size:
985 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: src/org/eclipse/rwt/internal/service/rwt-index.html >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/rwt/internal/service/rwt-index.html,v >retrieving revision 1.5 >diff -u -r1.5 rwt-index.html >--- src/org/eclipse/rwt/internal/service/rwt-index.html 24 Sep 2009 19:57:21 -0000 1.5 >+++ src/org/eclipse/rwt/internal/service/rwt-index.html 15 Oct 2009 13:00:37 -0000 >@@ -8,6 +8,16 @@ > > <body background="${backgroundImage}"> > >+ <!-- enable IE console --> >+ <script type="text/javascript"> >+ if( typeof console != "undefined" >+ && typeof console.debug == "undefined" >+ && typeof console.log != "undefined" ) >+ { >+ console.debug = console.log; >+ } >+ </script> >+ > <!-- body of branding --> > ${body} > <!-- end body of branding -->
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 292524
:
149747
| 149748