anmar7889 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Need OnRequestComplete callback on CefRequestHandler #1056

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup a CefRequestHandler and override OnBeforeResourceLoad
2. Note that this callback gets called for subresource loads (e.g. resources 
specified in <script src='url'/>.
3. Need similar callback once the subresource load completes.

What is the expected output? What do you see instead?
Expected a completion callback matching OnBeforeResourceLoad. I see no 
completion callback.

What version of the product are you using? On what operating system?
CEF3 http://chromiumembedded.googlecode.com/svn/branches/1453/cef3

Please provide any additional information below.
Such callback would be useful to determine the success/failure of resource 
loads.

Original issue reported on code.google.com by szil...@gmail.com on 26 Aug 2013 at 3:24

GoogleCodeExporter commented 9 years ago
+1 for this feature to be implemented.

Original comment by alervd...@gmail.com on 4 Sep 2014 at 6:33

GoogleCodeExporter commented 9 years ago
I think, it would be better for the notification to go through CefLoadHandler 
or something like, so CefRequestHandler implementation will not be required.
Also it would be cool to know the frame loading the resource.

Original comment by alervd...@gmail.com on 4 Sep 2014 at 6:38

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1056

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:27