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

Issue 476553002: Navigation transitions: Hide transition elements by setting CSS opacity rather than display. (Closed)

Created:
6 years, 4 months ago by oystein (OOO til 10th of July)
Modified:
6 years, 4 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Navigation transitions: Hide transition elements by setting opacity: 0 rather than display: none, to not shift other elements around. Also removed a redundant parameter from Internals::serializeNavigationMarkup. R=abarth BUG=370696 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180318

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Review fixes #

Patch Set 3 : Test fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -8 lines) Patch
M LayoutTests/fast/html/navigation-transition.html View 1 2 chunks +23 lines, -2 lines 0 comments Download
M LayoutTests/fast/html/navigation-transition-expected.txt View 1 1 chunk +6 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 2 chunks +11 lines, -1 line 0 comments Download
M Source/core/testing/Internals.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/web/tests/WebDocumentTest.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
oystein (OOO til 10th of July)
ptal :)
6 years, 4 months ago (2014-08-14 21:04:47 UTC) #1
abarth-chromium
https://codereview.chromium.org/476553002/diff/40001/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/476553002/diff/40001/Source/core/dom/Document.cpp#newcode5644 Source/core/dom/Document.cpp:5644: element->setInlineStyleProperty(CSSPropertyVisibility, CSSValueHidden); What if a descendant has visibility: visible ...
6 years, 4 months ago (2014-08-14 22:22:04 UTC) #2
oystein (OOO til 10th of July)
https://codereview.chromium.org/476553002/diff/40001/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/476553002/diff/40001/Source/core/dom/Document.cpp#newcode5644 Source/core/dom/Document.cpp:5644: element->setInlineStyleProperty(CSSPropertyVisibility, CSSValueHidden); On 2014/08/14 22:22:04, abarth wrote: > What ...
6 years, 4 months ago (2014-08-14 22:33:14 UTC) #3
abarth-chromium
What's the purpose of hiding the transition elements?
6 years, 4 months ago (2014-08-14 22:43:48 UTC) #4
oystein (OOO til 10th of July)
On 2014/08/14 22:43:48, abarth wrote: > What's the purpose of hiding the transition elements? Once ...
6 years, 4 months ago (2014-08-14 22:46:54 UTC) #5
abarth-chromium
On 2014/08/14 at 22:46:54, oysteine wrote: > On 2014/08/14 22:43:48, abarth wrote: > > What's ...
6 years, 4 months ago (2014-08-14 22:50:32 UTC) #6
oystein (OOO til 10th of July)
On 2014/08/14 22:50:32, abarth wrote: > On 2014/08/14 at 22:46:54, oysteine wrote: > > On ...
6 years, 4 months ago (2014-08-14 22:57:43 UTC) #7
abarth-chromium
LGTM
6 years, 4 months ago (2014-08-14 23:01:43 UTC) #8
oystein (OOO til 10th of July)
The CQ bit was checked by oysteine@chromium.org
6 years, 4 months ago (2014-08-14 23:03:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/476553002/60001
6 years, 4 months ago (2014-08-14 23:04:49 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-14 23:46:27 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-14 23:59:12 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/19898)
6 years, 4 months ago (2014-08-14 23:59:13 UTC) #13
oystein (OOO til 10th of July)
The CQ bit was checked by oysteine@chromium.org
6 years, 4 months ago (2014-08-15 00:44:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/476553002/80001
6 years, 4 months ago (2014-08-15 00:45:21 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-15 02:21:53 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 02:57:50 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (80001) as 180318

Powered by Google App Engine
This is Rietveld 408576698