Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Issue 7065057: Merge 87802 - 2011-06-01 Shishir Agrawal <shishir@chromium.org> (Closed)

Created:
9 years, 6 months ago by tonyg
Modified:
9 years, 6 months ago
Reviewers:
commit-queue
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/782/
Visibility:
Public.

Description

Merge 87802 - 2011-06-01 Shishir Agrawal <shishir@chromium.org>; Reviewed by Tony Gentilcore. Renaming the Page Visibility attributes as per the modified spec draft. https://bugs.webkit.org/show_bug.cgi?id=61825 Spec draft: http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html - Event needs to be webkitVisibilityChange from webkitVisibilityStateChange - The attribute webkitIsVisible needs to change to webkitHidden * fast/events/page-visibility-iframe-delete-test.html: * fast/events/page-visibility-iframe-move-test-expected.txt: * fast/events/page-visibility-iframe-move-test.html: * fast/events/page-visibility-iframe-propagation-test-expected.txt: * fast/events/page-visibility-iframe-propagation-test.html: * fast/events/page-visibility-transition-test-expected.txt: * fast/events/page-visibility-transition-test.html: 2011-06-01 Shishir Agrawal <shishir@chromium.org>; Reviewed by Tony Gentilcore. Renaming the Page Visibility attributes as per the modified spec draft. https://bugs.webkit.org/show_bug.cgi?id=61825 Spec draft: http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html - Event needs to be webkitVisibilityChange from webkitVisibilityStateChange - The attribute webkitIsVisible needs to change to webkitHidden * dom/Document.cpp: (WebCore::Document::webkitHidden): (WebCore::Document::dispatchVisibilityStateChangeEvent): * dom/Document.h: * dom/Document.idl: * dom/EventNames.h: BUG=84840 TBR=commit-queue@webkit.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88003

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+742 lines, -47 lines) Patch
M LayoutTests/ChangeLog View 1 chunk +486 lines, -0 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-iframe-delete-test.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-iframe-move-test.html View 3 chunks +10 lines, -10 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-iframe-move-test-expected.txt View 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-iframe-propagation-test.html View 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-iframe-propagation-test-expected.txt View 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-transition-test.html View 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/events/page-visibility-transition-test-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/WebCore/ChangeLog View 1 chunk +209 lines, -0 lines 0 comments Download
M Source/WebCore/dom/Document.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/WebCore/dom/Document.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/WebCore/dom/Document.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/dom/EventNames.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
tonyg
9 years, 6 months ago (2011-06-03 10:43:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698