summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/html/HTMLSummaryElement.h
Commit message (Expand)AuthorAgeFilesLines
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Fix virtual/override/final usage in Source/core/html/.tkent@chromium.org2015-07-071-5/+5
* Rename ClosedShadowRoot to UserAgentShadowRoothayato@chromium.org2015-04-151-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-1/+1
* Rename rendererIs* and createRenderer*.dsinclair@chromium.org2015-03-061-1/+1
* Rename {Author,UserAgent}ShadowRoot to {Open,Closed}ShadowRoot.hayato@chromium.org2015-02-201-1/+1
* Move rendering/style to layout/styledsinclair@chromium.org2015-02-091-1/+1
* Move rendering/RenderObject to layout/LayoutObject.dsinclair@chromium.org2015-02-061-1/+1
* Constify RenderStyle for renderer creationjchaffraix@chromium.org2015-02-051-1/+1
* Find the maker instead of storing the marker.dsinclair@chromium.org2014-12-031-4/+1
* Use invalidation instead of re-attach in HTMLDetailsElement.dsinclair@chromium.org2014-12-031-0/+5
* Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/htmlmohan.reddy@samsung.com2014-10-071-6/+6
* Fix namesabarth@chromium.org2014-07-181-1/+1
* Oilpan: Add transition types to many of the node derived classes in html/.zerny@chromium.org2014-05-071-1/+1
* Generate isHTML*Element() / toHTML*Element() helper functionsch.dumez@samsung.com2014-02-251-2/+0
* Update HTML classes to use OVERRIDE / FINAL when neededch.dumez@samsung.com2014-01-091-3/+3
* Remove QualifiedName argument from most HTMLElement::create functionsadamk@chromium.org2013-11-121-2/+2
* Have Element::ensureUserAgentShadowRoot() return a referencech.dumez@samsung.com2013-11-081-1/+1
* Use DEFINE_NODE_TYPE_CASTS instead of using manual toHTMLFooElement()gyuyoung.kim@samsung.com2013-10-161-5/+1
* Add toHTMLSummaryElement(), and use it.tkent@chromium.org2013-09-081-0/+6
* Have HTMLElements / SVGElements constructors take a Document reference in arg...ch.dumez@sisa.samsung.com2013-09-031-2/+2
* We should never allow reprojecting the inside of author shadows, except when ...esprehn@chromium.org2013-08-241-1/+0
* <shadow> should not select UA shadow nodes if it's in the oldest author shado...tkent@chromium.org2013-08-061-1/+1
* Disallow author shadow roots for <details> and <summary>.tkent@chromium.org2013-08-021-1/+1
* Remove unnecessary Shadow DOM encapsulation checksesprehn@chromium.org2013-07-241-1/+0
* Remove RenderArena from the DOM API.cevans@chromium.org2013-06-211-1/+1
* FINALizing of the Node hierarchy.cevans@chromium.org2013-04-301-1/+1
* Absolutify paths to html/.thakis@chromium.org2013-04-281-1/+1
* Move Source/WebCore to Source/core.abarth@chromium.org2013-04-171-0/+51