clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

ResourceIntercepter does not honor ResourceUrl changes within ResourcesSendRequest #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create handler for ResourcesSendRequest
2. change e.ResourceUrl to a different value
3. ensure custom url was applied

What is the expected output? What do you see instead?

Nothing changes. Changing the value does absolutely nothing. The only thing 
that works is e.SendRequest = false.

What version of the product are you using? On what operating system?

Using OpenWebKitSharp r115 - Built 16.1.2012

Original issue reported on code.google.com by denis.vu...@gmail.com on 21 Jan 2012 at 1:42

GoogleCodeExporter commented 8 years ago
I remember me a while ago using that method successfully and made all images be 
one from a local file. I will check this and get back to you asap

Original comment by tsumalis96@gmail.com on 22 Jan 2012 at 6:13

GoogleCodeExporter commented 8 years ago
Please try the latest OpenWebKitSharp. I have done some changes to the code.

Original comment by tsumalis96@gmail.com on 17 Apr 2012 at 4:03

GoogleCodeExporter commented 8 years ago
That works, thanks a lot.

Original comment by denis.vu...@gmail.com on 5 May 2012 at 5:21