aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDanesh Dadachanji <[email protected]>2012-06-14 11:11:01 -0400
committerDanesh Dadachanji <[email protected]>2012-06-14 11:11:01 -0400
commit51b3c90f20ed3c29866cd40ce057365a4ac17954 (patch)
tree09febcb0f1d46f852a4e876d34328082a45a9eaa /ChangeLog
parentb747688aeb1e1e9b1450e188fc0f48a7807bfe41 (diff)
Fixed PR855: AppletStub getDocumentBase() doesn't return full URL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d25839..8aa04b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.