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 149747 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 1
IE8Console.txt (text/plain), 1.46 KB, created by
Tim Buschtoens
on 2009-10-16 09:35:34 EDT
(
hide
)
Description:
Fix 1
Filename:
MIME Type:
Creator:
Tim Buschtoens
Created:
2009-10-16 09:35:34 EDT
Size:
1.46 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.qx.build >Index: source/class/qx/log/appender/Native.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/releng/org.eclipse.rap.qx.build/source/class/qx/log/appender/Native.js,v >retrieving revision 1.1 >diff -u -r1.1 Native.js >--- source/class/qx/log/appender/Native.js 10 Dec 2008 16:57:45 -0000 1.1 >+++ source/class/qx/log/appender/Native.js 15 Oct 2009 12:37:56 -0000 >@@ -47,7 +47,7 @@ > { > this.base(arguments); > >- if (typeof console != 'undefined' && console.debug && !console.emu) { >+ if (typeof console != 'undefined' && (console.debug || console.log) && !console.emu) { > this._appender = new qx.log.appender.FireBug; > } else { > this._appender = new qx.log.appender.Window; >Index: source/class/qx/log/appender/FireBug.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/releng/org.eclipse.rap.qx.build/source/class/qx/log/appender/FireBug.js,v >retrieving revision 1.1 >diff -u -r1.1 FireBug.js >--- source/class/qx/log/appender/FireBug.js 10 Dec 2008 16:57:47 -0000 1.1 >+++ source/class/qx/log/appender/FireBug.js 15 Oct 2009 12:37:56 -0000 >@@ -73,6 +73,8 @@ > case log.LEVEL_DEBUG: > if (console.debug) { > console.debug(msg); >+ } else if (console.log) { >+ console.log(msg); > } > > break;
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