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 213507 Details for
Bug 375356
[BrowserHistory] exception on session timeout with SimpleLifeCycle
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]
Proposed patch
Bug-375356.patch (text/plain), 783 bytes, created by
Ivan Furnadjiev
on 2012-04-03 12:25:59 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2012-04-03 12:25:59 EDT
Size:
783 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: src/org/eclipse/rwt/internal/lifecycle/SimpleLifeCycle.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/rwt/internal/lifecycle/SimpleLifeCycle.java,v >retrieving revision 1.17 >diff -u -r1.17 SimpleLifeCycle.java >--- src/org/eclipse/rwt/internal/lifecycle/SimpleLifeCycle.java 25 Jan 2012 13:47:22 -0000 1.17 >+++ src/org/eclipse/rwt/internal/lifecycle/SimpleLifeCycle.java 3 Apr 2012 16:24:01 -0000 >@@ -93,7 +93,7 @@ > } > } ); > } >- shutdownCallback.run(); >+ FakeContextUtil.runNonUIThreadWithFakeContext( display, shutdownCallback ); > } > > public void processShutdown() {
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 375356
:
213507
|
214085