Bug 96740 - [WK2][WKTR] TestRunner is not dumping some frame load callbacks information
Summary: [WK2][WKTR] TestRunner is not dumping some frame load callbacks information
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 42331
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-14 02:39 PDT by Chris Dumez
Modified: 2012-09-14 04:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.19 KB, patch)
2012-09-14 03:08 PDT, Chris Dumez
kenneth: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch for landing (5.70 KB, patch)
2012-09-14 03:23 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-09-14 02:39:38 PDT
Bug 42331 added support for testrunner.dumpFrameLoadCallbacks but the callback dumping is incomplete.

At least the following dumping is missing:
"didDisplayInsecureContent"
"didRunInsecureContent"

Several test cases are skipped in WK2 because of this.
Comment 1 Chris Dumez 2012-09-14 03:08:35 PDT
Created attachment 164083 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-14 03:17:48 PDT
Comment on attachment 164083 [details]
Patch

Rejecting attachment 164083 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
 with fuzz 3.
patching file LayoutTests/platform/wk2/Skipped
Hunk #1 FAILED at 237.
Hunk #2 FAILED at 509.
2 out of 2 hunks FAILED -- saving rejects to file LayoutTests/platform/wk2/Skipped.rej
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kenneth Ro..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/13835954
Comment 3 Chris Dumez 2012-09-14 03:23:48 PDT
Created attachment 164089 [details]
Patch for landing

Rebased on master. Could someone please cq+ ?
Comment 4 WebKit Review Bot 2012-09-14 04:21:37 PDT
Comment on attachment 164089 [details]
Patch for landing

Clearing flags on attachment: 164089

Committed r128585: <http://trac.webkit.org/changeset/128585>
Comment 5 WebKit Review Bot 2012-09-14 04:21:41 PDT
All reviewed patches have been landed.  Closing bug.