Commits
User selector
Commit History
Commits on Aug 22, 2019
Use makeString and multi-argument StringBuilder::append instead of less efficient multiple appends
Show description for fca4f25committed
Commits on Dec 12, 2014
Use is<>() / downcast<>() for StyleRuleBase subclasses
Show description for 06788e8committed
Commits on Oct 3, 2014
CSSOM rule wrappers always have a corresponding internal style object.
Show description for 1f8f903committed
Andreas Kling
Commits on Sep 24, 2014
Have CSS classes' methods return more references
Show description for 193d35dcommitted
Commits on Nov 28, 2013
Rename StylePropertySet to StyleProperties
Show description for 81e75d1committed
Commits on Oct 17, 2013
StyleRuleFoo::mutableProperties() should return a reference.
Show description for cb17826committed
Andreas Kling
Commits on Aug 9, 2013
StyleRule*::properties() should return const references.
Show description for 0ff8fc2committed
Andreas Kling
Commits on May 3, 2013
CSSRule style declarations getters shouldn't be const.
Show description for 0ec7654committed
Andreas Kling
Commits on Apr 22, 2013
Remove the memory instrumentation code
Show description for 928913dcommitted
Commits on Feb 4, 2013
Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad cast in DOM, CSS, etc.
Show description for 3c660cccommitted
Commits on Feb 1, 2013
Web Inspector: Native Memory Instrumentation: provide edge names to class members in all WebCore instrumented classes.
Show description for c1cd09acommitted
Commits on Nov 22, 2012
Re-virtualize CSSRule.
Show description for 1b8b3edcommitted
Andreas Kling
Commits on Sep 17, 2012
Web Inspector: NMI: now when we can detect instrumented classes we can
Show description for 45a85c6committed
Commits on Sep 7, 2012
Web Inspector: NMI: move WebCore specific code to separate header
Show description for 6df8c57committed
Commits on Sep 5, 2012
Web Inspector: NMI: extract MemoryObjectType constants from MemoryInstrumentation.
Show description for 8b2d1ffcommitted
Commits on Aug 24, 2012
CSSStyleDeclaration.cssText should not contain extraneous whitespace in final delimiter
Show description for 9a55100authored andcommitted
Commits on Aug 7, 2012
Web Inspector: make the MemoryClassInfo class a not-template
Show description for f6248e3authored andcommitted
Commits on Aug 3, 2012
Web Inspector: add CSSRule memory instrumentation
Show description for e490dcbcommitted
Commits on May 29, 2012
Give StylePropertySet a proper mutability flag.
Show description for c07c784committed
Andreas Kling
Commits on May 7, 2012
Share stylesheet data structures between documents
Show description for 6aeb6cdcommittedUnreviewed, rolling out r116235.
Show description for 9507a55authored andcommitted
Commits on May 6, 2012
Share stylesheet data structures between documents
Show description for d2977d6committed
Commits on Apr 2, 2012
Split remaining CSSRules into internal and CSSOM types
Show description for 70a85d6committed
Commits on Mar 31, 2012
CSSStyleRules should own their CSSStyleDeclarations
Show description for 6048ecccommitted
Commits on Feb 21, 2012
Remove stylesheet pointer from StylePropertySet
Show description for e231c73committed
Commits on Feb 16, 2012
Move the context invalidation code out from StylePropertySet
Show description for fa33f25committed
Commits on Feb 3, 2012
Rename CSSMutableStyleDeclaration.h/.cpp to StylePropertySet.h/.cpp
Show description for 6147c19committed
Commits on Jan 31, 2012
Parent SVGFontFaceElements style declaration to the rule
Show description for 6388152committed
Commits on Jan 30, 2012
Reduce non-CSSOM API of CSSStyleDeclaration
Show description for 02b6fb0committed
Commits on Jan 23, 2012
Eliminate CSSElementStyleDeclaration
Show description for 441c9efcommitted
Commits on Dec 30, 2011
CSSStyleDeclaration: Only allow setting parent rule at construction.
Show description for 06355f2committed
Andreas Kling
Commits on Nov 9, 2011
Crash accessing font fact rule parent
Show description for 9f364eecommitted
Chris Evans
Commits on Nov 3, 2011
CSSOM: Inline some trivial methods.
Show description for 743d498committed
Andreas Kling
Commits on Oct 31, 2011
CSSRule: Devirtualize type() and isFooRule()
Show description for d000e24committed
Andreas Kling
Commits on Jan 8, 2011
Move WebCore into Source
Show description for 2f22395committed
Adam Barth
Loading