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

Side by Side Diff: Source/core/dom/Document.h

Issue 251183006: Web Animations: Timeline should not advance during task execution (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deflake element-animate-position-crash. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/css/TransitionTimeline.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 3 * (C) 1999 Antti Koivisto (koivisto@kde.org)
4 * (C) 2001 Dirk Mueller (mueller@kde.org) 4 * (C) 2001 Dirk Mueller (mueller@kde.org)
5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org)
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All r ights reserved. 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All r ights reserved.
7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
8 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) 8 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
9 * Copyright (C) 2011 Google Inc. All rights reserved. 9 * Copyright (C) 2011 Google Inc. All rights reserved.
10 * 10 *
(...skipping 12 matching lines...) Expand all
23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 * Boston, MA 02110-1301, USA. 24 * Boston, MA 02110-1301, USA.
25 * 25 *
26 */ 26 */
27 27
28 #ifndef Document_h 28 #ifndef Document_h
29 #define Document_h 29 #define Document_h
30 30
31 #include "bindings/v8/ExceptionStatePlaceholder.h" 31 #include "bindings/v8/ExceptionStatePlaceholder.h"
32 #include "bindings/v8/ScriptValue.h" 32 #include "bindings/v8/ScriptValue.h"
33 #include "core/animation/AnimationClock.h"
33 #include "core/animation/CompositorPendingAnimations.h" 34 #include "core/animation/CompositorPendingAnimations.h"
34 #include "core/dom/ContainerNode.h" 35 #include "core/dom/ContainerNode.h"
35 #include "core/dom/DocumentEncodingData.h" 36 #include "core/dom/DocumentEncodingData.h"
36 #include "core/dom/DocumentInit.h" 37 #include "core/dom/DocumentInit.h"
37 #include "core/dom/DocumentLifecycle.h" 38 #include "core/dom/DocumentLifecycle.h"
38 #include "core/dom/DocumentSupplementable.h" 39 #include "core/dom/DocumentSupplementable.h"
39 #include "core/dom/DocumentTiming.h" 40 #include "core/dom/DocumentTiming.h"
40 #include "core/dom/ExecutionContext.h" 41 #include "core/dom/ExecutionContext.h"
41 #include "core/dom/IconURL.h" 42 #include "core/dom/IconURL.h"
42 #include "core/dom/MutationObserver.h" 43 #include "core/dom/MutationObserver.h"
(...skipping 14 matching lines...) Expand all
57 #include "platform/weborigin/ReferrerPolicy.h" 58 #include "platform/weborigin/ReferrerPolicy.h"
58 #include "wtf/HashSet.h" 59 #include "wtf/HashSet.h"
59 #include "wtf/OwnPtr.h" 60 #include "wtf/OwnPtr.h"
60 #include "wtf/PassOwnPtr.h" 61 #include "wtf/PassOwnPtr.h"
61 #include "wtf/PassRefPtr.h" 62 #include "wtf/PassRefPtr.h"
62 #include "wtf/WeakPtr.h" 63 #include "wtf/WeakPtr.h"
63 64
64 namespace WebCore { 65 namespace WebCore {
65 66
66 class AXObjectCache; 67 class AXObjectCache;
67 class AnimationClock;
68 class Attr; 68 class Attr;
69 class CDATASection; 69 class CDATASection;
70 class CSSFontSelector; 70 class CSSFontSelector;
71 class CSSStyleDeclaration; 71 class CSSStyleDeclaration;
72 class CSSStyleSheet; 72 class CSSStyleSheet;
73 class CSSStyleSheetResource; 73 class CSSStyleSheetResource;
74 class CanvasRenderingContext2D; 74 class CanvasRenderingContext2D;
75 class CharacterData; 75 class CharacterData;
76 class Chrome; 76 class Chrome;
77 class Comment; 77 class Comment;
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 void didLoadAllScriptBlockingResources(); 1014 void didLoadAllScriptBlockingResources();
1015 void didRemoveAllPendingStylesheet(); 1015 void didRemoveAllPendingStylesheet();
1016 void setNeedsNotifyRemoveAllPendingStylesheet() { m_needsNotifyRemoveAllPend ingStylesheet = true; } 1016 void setNeedsNotifyRemoveAllPendingStylesheet() { m_needsNotifyRemoveAllPend ingStylesheet = true; }
1017 void clearStyleResolver(); 1017 void clearStyleResolver();
1018 1018
1019 bool inStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle ::InStyleRecalc; } 1019 bool inStyleRecalc() const { return m_lifecycle.state() == DocumentLifecycle ::InStyleRecalc; }
1020 1020
1021 // Return a Locale for the default locale if the argument is null or empty. 1021 // Return a Locale for the default locale if the argument is null or empty.
1022 Locale& getCachedLocale(const AtomicString& locale = nullAtom); 1022 Locale& getCachedLocale(const AtomicString& locale = nullAtom);
1023 1023
1024 AnimationClock& animationClock() { return *m_animationClock; } 1024 AnimationClock& animationClock() { return m_animationClock; }
1025 DocumentTimeline& timeline() const { return *m_timeline; } 1025 DocumentTimeline& timeline() const { return *m_timeline; }
1026 DocumentTimeline& transitionTimeline() const { return *m_transitionTimeline; } 1026 DocumentTimeline& transitionTimeline() const { return *m_transitionTimeline; }
1027 CompositorPendingAnimations& compositorPendingAnimations() { return m_compos itorPendingAnimations; } 1027 CompositorPendingAnimations& compositorPendingAnimations() { return m_compos itorPendingAnimations; }
1028 1028
1029 void addToTopLayer(Element*, const Element* before = 0); 1029 void addToTopLayer(Element*, const Element* before = 0);
1030 void removeFromTopLayer(Element*); 1030 void removeFromTopLayer(Element*);
1031 const WillBeHeapVector<RefPtrWillBeMember<Element> >& topLayerElements() con st { return m_topLayerElements; } 1031 const WillBeHeapVector<RefPtrWillBeMember<Element> >& topLayerElements() con st { return m_topLayerElements; }
1032 HTMLDialogElement* activeModalDialog() const; 1032 HTMLDialogElement* activeModalDialog() const;
1033 1033
1034 // A non-null m_templateDocumentHost implies that |this| was created by ensu reTemplateDocument(). 1034 // A non-null m_templateDocumentHost implies that |this| was created by ensu reTemplateDocument().
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 1360
1361 OwnPtr<ElementDataCache> m_elementDataCache; 1361 OwnPtr<ElementDataCache> m_elementDataCache;
1362 1362
1363 #ifndef NDEBUG 1363 #ifndef NDEBUG
1364 bool m_didDispatchViewportPropertiesChanged; 1364 bool m_didDispatchViewportPropertiesChanged;
1365 #endif 1365 #endif
1366 1366
1367 typedef HashMap<AtomicString, OwnPtr<Locale> > LocaleIdentifierToLocaleMap; 1367 typedef HashMap<AtomicString, OwnPtr<Locale> > LocaleIdentifierToLocaleMap;
1368 LocaleIdentifierToLocaleMap m_localeCache; 1368 LocaleIdentifierToLocaleMap m_localeCache;
1369 1369
1370 OwnPtr<AnimationClock> m_animationClock; 1370 AnimationClock m_animationClock;
1371 RefPtr<DocumentTimeline> m_timeline; 1371 RefPtr<DocumentTimeline> m_timeline;
1372 RefPtr<DocumentTimeline> m_transitionTimeline; 1372 RefPtr<DocumentTimeline> m_transitionTimeline;
1373 CompositorPendingAnimations m_compositorPendingAnimations; 1373 CompositorPendingAnimations m_compositorPendingAnimations;
1374 1374
1375 RefPtrWillBeMember<Document> m_templateDocument; 1375 RefPtrWillBeMember<Document> m_templateDocument;
1376 RawPtrWillBeMember<Document> m_templateDocumentHost; // Manually managed wea kref (backpointer from m_templateDocument). 1376 RawPtrWillBeMember<Document> m_templateDocumentHost; // Manually managed wea kref (backpointer from m_templateDocument).
1377 1377
1378 Timer<Document> m_didAssociateFormControlsTimer; 1378 Timer<Document> m_didAssociateFormControlsTimer;
1379 WillBeHeapHashSet<RefPtrWillBeMember<Element> > m_associatedFormControls; 1379 WillBeHeapHashSet<RefPtrWillBeMember<Element> > m_associatedFormControls;
1380 1380
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 inline bool Node::isDocumentNode() const 1443 inline bool Node::isDocumentNode() const
1444 { 1444 {
1445 return this == document(); 1445 return this == document();
1446 } 1446 }
1447 1447
1448 Node* eventTargetNodeForDocument(Document*); 1448 Node* eventTargetNodeForDocument(Document*);
1449 1449
1450 } // namespace WebCore 1450 } // namespace WebCore
1451 1451
1452 #endif // Document_h 1452 #endif // Document_h
OLDNEW
« no previous file with comments | « Source/core/animation/css/TransitionTimeline.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698