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

Issue 118333005: Refactor RenderTreeBuilder and expose special <dialog> (Closed)

Created:
6 years, 11 months ago by esprehn
Modified:
6 years, 11 months ago
Reviewers:
falken, eseidel, ojan
CC:
blink-reviews, dglazkov+blink, sof, eae+blinkwatch, adamk+blink_chromium.org, chromiumbugtracker_adobe.com
Visibility:
Public.

Description

Refactor RenderTreeBuilder and expose special <dialog> This refactors the RenderTreeBuilder so it's easier to see what's going on inside the nextRenderer() and parentRenderer() methods. It also exposes that <dialog> is trying to be special which I think is a mistake. Either dialogs should always be in the top layer, or they should not have the ICB as their containing block. We shouldn't be adding special cases for a particular element to the core render tree construction code. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164662

Patch Set 1 #

Patch Set 2 : Fix tests and more cleanup #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -47 lines) Patch
M Source/core/dom/Element.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/NodeRenderingTraversal.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/NodeRenderingTraversal.cpp View 3 chunks +20 lines, -1 line 0 comments Download
M Source/core/dom/RenderTreeBuilder.cpp View 1 2 7 chunks +46 lines, -36 lines 0 comments Download
M Source/core/html/HTMLDialogElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLDialogElement.cpp View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
esprehn
6 years, 11 months ago (2014-01-07 18:49:51 UTC) #1
ojan
lgtm
6 years, 11 months ago (2014-01-07 22:46:30 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/esprehn@chromium.org/118333005/80001
6 years, 11 months ago (2014-01-07 22:47:44 UTC) #3
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/Element.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-07 22:47:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/esprehn@chromium.org/118333005/130001
6 years, 11 months ago (2014-01-08 02:15:52 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 09:37:46 UTC) #6
Message was sent while issue was closed.
Change committed as 164662

Powered by Google App Engine
This is Rietveld 408576698