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

Issue 25036004: Add a lifecycle state machine for Document (Closed)

Created:
7 years, 2 months ago by abarth-chromium
Modified:
7 years, 2 months ago
Reviewers:
Peter Beverloo, eseidel
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org, esprehn
Visibility:
Public.

Description

Add a lifecycle state machine for Document This CL adds a linear state machine to the Document to ensure that it follows an orderly progression through its state machine. The plan is to use this state machine in https://codereview.chromium.org/24976002/ rather than asking the render tree whether the document is active. R=eseidel BUG=299011 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158503

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -26 lines) Patch
M Source/core/core.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/Document.h View 1 4 chunks +6 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 4 chunks +8 lines, -0 lines 0 comments Download
A + Source/core/dom/DocumentLifecycle.h View 1 chunk +20 lines, -20 lines 0 comments Download
A + Source/core/dom/DocumentLifecycle.cpp View 1 chunk +14 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
abarth-chromium
7 years, 2 months ago (2013-09-27 20:27:20 UTC) #1
eseidel
lgtm
7 years, 2 months ago (2013-09-27 20:33:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/25036004/1
7 years, 2 months ago (2013-09-27 20:34:16 UTC) #3
Peter Beverloo
Will DocumentLifecycle eventually own the DocumentLifecycleNotifier and inform the observers based on calls to advanceTo()? ...
7 years, 2 months ago (2013-09-27 20:38:57 UTC) #4
abarth-chromium
On 2013/09/27 20:38:57, Peter Beverloo wrote: > Will DocumentLifecycle eventually own the DocumentLifecycleNotifier and inform ...
7 years, 2 months ago (2013-09-27 20:48:31 UTC) #5
Peter Beverloo
On 2013/09/27 20:48:31, abarth wrote: > On 2013/09/27 20:38:57, Peter Beverloo wrote: > > Will ...
7 years, 2 months ago (2013-09-27 21:26:30 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=7544
7 years, 2 months ago (2013-09-28 00:20:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/25036004/1
7 years, 2 months ago (2013-09-28 00:22:54 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/Document.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-09-28 04:29:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/25036004/21001
7 years, 2 months ago (2013-09-29 20:32:04 UTC) #10
commit-bot: I haz the power
7 years, 2 months ago (2013-09-29 23:27:09 UTC) #11
Message was sent while issue was closed.
Change committed as 158503

Powered by Google App Engine
This is Rietveld 408576698