Bug 61397 - Enable Page Visibility API in the chromium port.
Summary: Enable Page Visibility API in the chromium port.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 61451
Blocks: 60576
  Show dependency treegraph
 
Reported: 2011-05-24 14:45 PDT by Shishir Agrawal
Modified: 2011-06-23 23:12 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2011-05-24 14:49 PDT, Shishir Agrawal
morrita: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
Patch (2.60 KB, patch)
2011-05-26 15:47 PDT, Shishir Agrawal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shishir Agrawal 2011-05-24 14:45:52 PDT
Enable the Page Visibility API and the corresponding tests in the chromium port.
Comment 1 Shishir Agrawal 2011-05-24 14:49:07 PDT
Created attachment 94694 [details]
Patch
Comment 2 Hajime Morrita 2011-05-24 20:27:04 PDT
Comment on attachment 94694 [details]
Patch

r+. The testing bot says it's ok ;-)
Comment 3 WebKit Commit Bot 2011-05-25 01:47:02 PDT
Comment on attachment 94694 [details]
Patch

Rejecting attachment 94694 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'land-a..." exit_code: 2

Last 500 characters of output:
 61397.
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Updating OpenSource
Current branch master is up to date.

Full output: http://queues.webkit.org/results/8729782
Comment 4 Shishir Agrawal 2011-05-26 15:47:36 PDT
Created attachment 95061 [details]
Patch

Missing changelogs.
Comment 5 WebKit Commit Bot 2011-05-27 04:17:02 PDT
Comment on attachment 95061 [details]
Patch

Clearing flags on attachment: 95061

Committed r87492: <http://trac.webkit.org/changeset/87492>
Comment 6 WebKit Commit Bot 2011-05-27 04:17:07 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Hao Zheng 2011-06-23 23:12:40 PDT
Does it work in chromium or only in DumpRenderTree?