Replies: 1 comment 5 replies
-
What does still running mean exactly? Are any of it's other methods being called? Could be a bug in CEF, try searching the issue tracker at https://github.com/chromiumembedded/cef |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a singleton class for IResourceRequestHandler. It overrides the GetResourceResponseFilter in our chromium browser. the overridden GetResourceResponseFilter is called appropriately for the main window and all popup windows, (child windows are created by window.open). However, if the main window is closed the interaction (back or navigate to new url) on the remaining child windows no longer cause the overridden GetResourceResponseFilter to be called. Any idea why? I can see my IResourceRequestHandler is still running, but it isn't being used so to speak.
Beta Was this translation helpful? Give feedback.
All reactions