[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
rjw
rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:18:44 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 1319c77588453d82ab134c0d3a6848f5ed94e358
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Jan 4 11:10:11 2003 +0000
I checked in kjs_window.cpp by accident. The only change
was a logging printf. Back out that change.
Reviewed by me.
* khtml/ecma/kjs_window.cpp:
(WindowFunc::tryCall):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3253 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 64d67b6..c0f5103 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,13 @@
+2003-01-04 Richard Williamson <rjw at apple.com>
+
+ I checked in kjs_window.cpp by accident. The only change
+ was a logging printf. Back out that change.
+
+ Reviewed by me.
+
+ * khtml/ecma/kjs_window.cpp:
+ (WindowFunc::tryCall):
+
2003-01-03 Richard Williamson <rjw at apple.com>
Fix for 3138425. Don't open a new window when document.open() is called
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 64d67b6..c0f5103 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2003-01-04 Richard Williamson <rjw at apple.com>
+
+ I checked in kjs_window.cpp by accident. The only change
+ was a logging printf. Back out that change.
+
+ Reviewed by me.
+
+ * khtml/ecma/kjs_window.cpp:
+ (WindowFunc::tryCall):
+
2003-01-03 Richard Williamson <rjw at apple.com>
Fix for 3138425. Don't open a new window when document.open() is called
diff --git a/WebCore/khtml/ecma/kjs_window.cpp b/WebCore/khtml/ecma/kjs_window.cpp
index 2ea66ad..b4060fe 100644
--- a/WebCore/khtml/ecma/kjs_window.cpp
+++ b/WebCore/khtml/ecma/kjs_window.cpp
@@ -1065,7 +1065,6 @@ Value WindowFunc::tryCall(ExecState *exec, Object &thisObj, const List &args)
return Null();
case Window::Open:
{
- printf ("window.open\n");
KConfig *config = new KConfig("konquerorrc");
config->setGroup("Java/JavaScript Settings");
int policy = config->readUnsignedNumEntry( "WindowOpenPolicy", 0 ); // 0=allow, 1=ask, 2=deny, 3=smart
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list