Sign in
webkit
/
WebKit
/
d38ca63106153c2ccb3467f499d4211651bbae78
/
Source
/
WebCore
/
dom
/
PseudoElement.cpp
facf99c
Missing quotation mark when <q> gets reparented.
by zalan@apple.com
· 8 years ago
5c4302b
RenderElement::style() should return const RenderStyle
by antti@apple.com
· 9 years ago
454418f
Inline RenderStyle into RenderElement
by antti@apple.com
· 9 years ago
de6dae7b
RenderStyle should not be reference counted
by antti@apple.com
· 9 years ago
52b2434
ElementRuleCollector should not mutate document and style
by antti@apple.com
· 9 years ago
e30038b
Text control shadow element style shouldn't depend on renderers
by antti@apple.com
· 9 years ago
ee1218c
Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_LOCAL
by akling@apple.com
· 9 years ago
13aae08
Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601
by aestes@apple.com
· 9 years ago
8b2755f
Web Inspector: Show Pseudo Elements in DOM Tree
by commit-queue@webkit.org
· 10 years ago
dbacfc1
Web Inspector: pass parameters to inspector instrumentation by reference where possible
by burg@cs.washington.edu
· 10 years ago
689f761
Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587>
by akling@apple.com
· 10 years ago
dbdca2f
Convert PassRefPtr return types to RefPtr. <https://webkit.org/b/138995>
by akling@apple.com
· 10 years ago
f381449
Use is<>() / downcast<>() for RenderElement
by cdumez@apple.com
· 10 years ago
2601e05
Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses
by cdumez@apple.com
· 10 years ago
0cefe4f
Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
by dbates@webkit.org
· 11 years ago
5b31eef
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL
by svillar@igalia.com
· 11 years ago
2241ee8
Remove StyleResolver::State::m_parentNode
by antti@apple.com
· 11 years ago
46b0fd5
Remove the ACCELERATED_COMPOSITING flag
by abucur@adobe.com
· 11 years ago
4ed117e
ASSERT_WITH_SECURITY_IMPLICATION in WebCore::InlineTextBox::paint
by mmaxfield@apple.com
· 11 years ago
59248b4
Assertion failure in WebCore::PseudoElement::didRecalcStyle()
by jhoneycutt@apple.com
· 11 years ago
2173835
Rename createRenderObject() to createRenderer().
by akling@apple.com
· 11 years ago
fbf7909
Add an owning smart pointer for RenderObjects and start using it.
by akling@apple.com
· 11 years ago
050f2be
Avoid setting style twice for generated image content.
by akling@apple.com
· 11 years ago
f4e61fe
Pass an Element by reference to the PseudoElement constructor
by weinig@apple.com
· 11 years ago
827be9c
RenderElement::style() should return a reference. <https://webkit.org/b/123414>
by akling@apple.com
· 11 years ago
0f04fec
[CSSRegions] Use RenderStyle::hasFlowFrom when needed
by mihnea@adobe.com
· 11 years ago
6d72bb3
RenderElement::isChildAllowed() should take const references.
by akling@apple.com
· 11 years ago
0b5763f
Move setPseudoStyle() to RenderImage (from RenderElement.)
by akling@apple.com
· 11 years ago
1e9a318
Move m_style to RenderElement https://bugs.webkit.org/show_bug.cgi?id=121936
by antti@apple.com
· 12 years ago
c3cbb6b
Add covariant RenderElement* Element::renderer()
by antti@apple.com
· 12 years ago
0fec071
Unreviewed, rolling out r156119.
by commit-queue@webkit.org
· 12 years ago
2e75151
Add covariant RenderElement* Element::renderer()
by antti@apple.com
· 12 years ago
d4bb5e8
CTTE: ContentData::createRenderer() should take references
by weinig@apple.com
· 12 years ago
c461682
[CTTE] Node subclasses should take a Document by reference in their constructor (Part 7)
by weinig@apple.com
· 12 years ago
622b1a4
Node::document() should return a reference. <https://webkit.org/b/120496>
by akling@apple.com
· 12 years ago
dacd6de
<https://webkit.org/b/120071> Replace NodeRenderingContext with Node* as childShouldCreateRenderer() argument
by antti@apple.com
· 12 years ago
b74dfb6
<https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument
by antti@apple.com
· 12 years ago
0f2ac5b
<https://webkit.org/b/119982> Make Element::attach non-virtual
by antti@apple.com
· 12 years ago
fe1eb0a
<https://webkit.org/b/119886> PseudoElement is abusing parent node pointer
by antti@apple.com
· 12 years ago
f269b27
<https://webkit.org/b/119865> Parent pointer and shadow root host pointer should not be shared
by antti@apple.com
· 12 years ago
e6cf411
Move style recalculation out from Element
by antti@apple.com
· 12 years ago
83fb9b9
:hover style not applied on hover if its display property is different from original style's
by commit-queue@webkit.org
· 12 years ago
081990b
Can't build w/o accelerated compositing
by dino@apple.com
· 12 years ago
7b1f700
Web Inspector: identify layers for CSS generated content in LayerTreeAgent
by graouts@apple.com
· 12 years ago
941a242
Rename HasCustomCallbacks to HasCustomStyleCallbacks
by esprehn@chromium.org
· 12 years ago
52f5b9a
RenderQuote should not mark renderers as needing layout during layout
by esprehn@chromium.org
· 12 years ago
632b532
Rename from parentOrHost* to parentOrShadowHost* in Node.h.
by commit-queue@webkit.org
· 12 years ago
dce1be0
Implement pseudoElement attribute on transition DOM events.
by alexis@webkit.org
· 12 years ago
7da5132
Assertion parent->inDocument() failed in WebCore::PseudoElement::PseudoElement
by esprehn@chromium.org
· 12 years ago
98dfec2
NodeRenderingContext is slow due to ComposedShadowTreeWalker
by morrita@google.com
· 12 years ago
fb6d226
Add infrastructure for :before and :after in DOM
by commit-queue@webkit.org
· 12 years ago
1234633
Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
by pfeldman@chromium.org
· 12 years ago
38de258
Move :before and :after into the DOM
by commit-queue@webkit.org
· 12 years ago