doesn't work after upgrade libwebkit
Bug #327071 reported by
leeight
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Pidgin-WebKit |
New
|
Undecided
|
Unassigned |
Bug Description
today i upgrade libwebkit to the trunk version 1.1.0-0.40663
after that pidgin-webkit doesn't work
it look's like lost all of the styles.
To post a comment you must log in.
Hello,
somehow it isn't possible for webkit to load other files on the filesystem when using webkit_ web_view_ load_[html_ ]string, since some strange new security policy forbids this in the browser oO".
I've "fixed" this problem by creating temporary files on the filesystem and loading them with webkit_ web_view_ open(.. .). Using this method webkit actually embeds external files like .css-files or images.
The patch is attached below.