[Webkit-unassigned] [Bug 16022] [GTK] loading scripts via src= with relative URL doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 9 17:59:18 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=16022





------- Comment #3 from tkomulai+webkit at gmail.com  2008-03-09 17:59 PDT -------
Tested this briefly with r30908 and seems the problem is that the following do
not work:

./GtkLauncher b.html
./GtkLauncher localhost:8000/b.html

but when called as below, the alert is shown as expected:

./GtkLauncher file://$PWD/b.html
./GtkLauncher http://localhost:8000/b.html


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list