diff options
author | Danesh Dadachanji <[email protected]> | 2012-06-14 11:11:01 -0400 |
---|---|---|
committer | Danesh Dadachanji <[email protected]> | 2012-06-14 11:11:01 -0400 |
commit | 51b3c90f20ed3c29866cd40ce057365a4ac17954 (patch) | |
tree | 09febcb0f1d46f852a4e876d34328082a45a9eaa /ChangeLog | |
parent | b747688aeb1e1e9b1450e188fc0f48a7807bfe41 (diff) |
Fixed PR855: AppletStub getDocumentBase() doesn't return full URL
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2012-06-11 Danesh Dadachanji <[email protected]> + + PR855: AppletStub getDocumentBase() doesn't return full URL + * NEWS: Added PR855 entry. + * plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_get_documentbase): + Assign documentbase_copy directly to href's value instead of iterating + through the segments to remove the file from the path. + * tests/jnlp_tests/simple/AppletBaseURLTest/srcs/AppletBaseURL.java: + * tests/jnlp_tests/simple/AppletBaseURLTest/testcases/AppletBaseURLTest.java: + * tests/jnlp_tests/simple/AppletBaseURLTest/resources/AppletBaseURLTest.html: + * tests/jnlp_tests/simple/AppletBaseURLTest/resources/AppletBaseURLTest.jnlp: + * tests/jnlp_tests/simple/AppletBaseURLTest/resources/AppletJNLPHrefBaseURLTest.html: + New reproducer that checks the URLS that document and codebase + point are correct. + 2012-06-13 Danesh Dadachanji <[email protected]> Update CheckServices reproducer to handle browser testcase. |