RESOLVED FIXED 143435
[Content Filtering] Add some additional unblock tests
https://bugs.webkit.org/show_bug.cgi?id=143435
Summary [Content Filtering] Add some additional unblock tests
Andy Estes
Reported 2015-04-05 20:27:40 PDT
[Content Filtering] Add some additional unblock tests
Attachments
Patch (14.99 KB, patch)
2015-04-05 20:28 PDT, Andy Estes
mitz: review+
Andy Estes
Comment 1 2015-04-05 20:28:58 PDT
mitz
Comment 2 2015-04-05 21:40:11 PDT
Comment on attachment 250189 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250189&action=review > LayoutTests/contentfiltering/block-after-will-send-request-then-deny-unblock.html:6 > + testContentFiltering(/* decisionPoint */settings.DECISION_POINT_AFTER_WILL_SEND_REQUEST, /* decision */settings.DECISION_ALLOW, /* decideAfterUnblockRequest */true); Shouldn’t the decision here be DECISION_BLOCK?
Andy Estes
Comment 3 2015-04-05 21:43:20 PDT
(In reply to comment #2) > Comment on attachment 250189 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=250189&action=review > > > LayoutTests/contentfiltering/block-after-will-send-request-then-deny-unblock.html:6 > > + testContentFiltering(/* decisionPoint */settings.DECISION_POINT_AFTER_WILL_SEND_REQUEST, /* decision */settings.DECISION_ALLOW, /* decideAfterUnblockRequest */true); > > Shouldn’t the decision here be DECISION_BLOCK? Yes, it should be DECISION_BLOCK. Thank you for catching that!
mitz
Comment 4 2015-04-05 21:45:21 PDT
Comment on attachment 250189 [details] Patch r=me with that fixed :)
Andy Estes
Comment 5 2015-04-05 21:49:37 PDT
Note You need to log in before you can comment on or make changes to this bug.