Skip to content

Commit 54f1567

Browse files
author
Andreas Kling
committed
2011-04-15 Andreas Kling <kling@webkit.org>
Reviewed by Antonio Gomes. [Qt] DRT: Default custom policy delegate decision should be Ignore. If layoutTestController.setCustomPolicyDelegate() is called with only one argument, the second ("permissive") should default to false. * DumpRenderTree/qt/LayoutTestControllerQt.h: 2011-04-15 Andreas Kling <kling@webkit.org> Reviewed by Antonio Gomes. [Qt] DRT: Default custom policy delegate decision should be Ignore. * platform/qt/Skipped: Unskip now passing tests. Canonical link: https://commits.webkit.org/73757@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84013 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent ec1bc9e commit 54f1567

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

LayoutTests/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2011-04-15 Andreas Kling <kling@webkit.org>
2+
3+
Reviewed by Antonio Gomes.
4+
5+
[Qt] DRT: Default custom policy delegate decision should be Ignore.
6+
7+
* platform/qt/Skipped: Unskip now passing tests.
8+
19
2011-04-15 Andreas Kling <kling@webkit.org>
210

311
Reviewed by Antonio Gomes.

LayoutTests/platform/qt/Skipped

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,6 @@ fast/repaint/table-writing-modes-v.html
745745
fast/repaint/text-emphasis-h.html
746746
fast/repaint/text-emphasis-v.html
747747

748-
# timeout
749-
http/tests/misc/redirect-to-external-url.html
750-
http/tests/security/feed-urls-from-remote.html
751-
752748
# This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient
753749
http/tests/security/isolatedWorld/didClearWindowObject.html
754750
# This needs more investigation

Tools/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2011-04-15 Andreas Kling <kling@webkit.org>
2+
3+
Reviewed by Antonio Gomes.
4+
5+
[Qt] DRT: Default custom policy delegate decision should be Ignore.
6+
7+
If layoutTestController.setCustomPolicyDelegate() is called with only
8+
one argument, the second ("permissive") should default to false.
9+
10+
* DumpRenderTree/qt/LayoutTestControllerQt.h:
11+
112
2011-04-15 Ojan Vafai <ojan@chromium.org>
213

314
Reviewed by Eric Seidel.

Tools/DumpRenderTree/qt/LayoutTestControllerQt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public slots:
197197
void clearAllDatabases();
198198
void setIconDatabaseEnabled(bool enable);
199199

200-
void setCustomPolicyDelegate(bool enabled, bool permissive = true);
200+
void setCustomPolicyDelegate(bool enabled, bool permissive = false);
201201
void waitForPolicyDelegate();
202202

203203
void overridePreference(const QString& name, const QVariant& value);

0 commit comments

Comments
 (0)