git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[HTMLTemplateElement] <template> should be able to be a foster parent
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
parser
/
HTMLConstructionSite.cpp
2013-03-29
rafaelw@chromium.org
[HTMLTemplateElement] <template> should be able to...
blob
|
commitdiff
2013-03-28
pdr@google.com
Rename toScriptElement -> toScriptElementIfPossible
blob
|
commitdiff
|
diff to current
2013-03-28
rniwa@webkit.org
Debug test fix after r147018.
blob
|
commitdiff
|
diff to current
2013-03-27
ggaren@apple.com
Honor the setting for whether JavaScript markup is...
blob
|
commitdiff
|
diff to current
2013-03-19
ggaren@apple.com
Refactored script content removal in the fragment parse...
blob
|
commitdiff
|
diff to current
2013-03-08
eric@webkit.org
AtomicHTMLToken should not be heap allocated or RefCounted
blob
|
commitdiff
|
diff to current
2013-03-03
abarth@webkit.org
Unreviewed attempted build fix. Adds back some includes...
blob
|
commitdiff
|
diff to current
2013-03-03
abarth@webkit.org
Unreviewed rollout of trac.webkit.org/r144530
blob
|
commitdiff
|
diff to current
2013-03-02
ap@apple.com
Reduce amount of rebuilding when touching netwo...
blob
|
commitdiff
|
diff to current
2013-03-01
commit-queue@webki...
Unreviewed, rolling out r144422 and r144424.
blob
|
commitdiff
|
diff to current
2013-03-01
ap@apple.com
Reduce amount of rebuilding when touching networking...
blob
|
commitdiff
|
diff to current
2013-02-26
adamk@chromium.org
Remove unused conditional includes of {MathML,SVG}Names.h
blob
|
commitdiff
|
diff to current
2013-02-13
akling@apple.com
Better names for ElementAttributeData & subclasses.
blob
|
commitdiff
|
diff to current
2013-02-12
eric@webkit.org
Remove HTMLTokenTypes header (and split out AtomicHTMLT...
blob
|
commitdiff
|
diff to current
2013-02-05
simonjam@chromium.org
[Chromium] Add a signal for when the body is inserted...
blob
|
commitdiff
|
diff to current
2013-01-30
rafaelw@chromium.org
parserAppendChild and parserInsertBefore should ensure...
blob
|
commitdiff
|
diff to current
2013-01-23
dominicc@chromium.org
REGRESSION(r140101): caused debug asserts in fast/forms...
blob
|
commitdiff
|
diff to current
2013-01-18
rafaelw@chromium.org
Ensure the parser adopts foster-parented children into...
blob
|
commitdiff
|
diff to current
2013-01-09
tonyg@chromium.org
REGRESSION(r139141): Assertion failure in WebCore:...
blob
|
commitdiff
|
diff to current
2013-01-09
tonyg@chromium.org
Remove dependency on Document from HTMLConstructionSite...
blob
|
commitdiff
|
diff to current
2013-01-08
tsepez@chromium.org
Copy-paste preserves <embed> tags containing active...
blob
|
commitdiff
|
diff to current
2013-01-08
abarth@webkit.org
HTMLTreeBuilder shouldn't keep a Document pointer
blob
|
commitdiff
|
diff to current
2012-12-04
rafaelw@chromium.org
Implement HTMLTemplateElement
blob
|
commitdiff
|
diff to current
2012-11-15
akling@apple.com
ASSERTION FAILED: fastAttributeLookupAllowed(name)...
blob
|
commitdiff
|
diff to current
2012-11-15
kling@webkit.org
REGRESSION(r134408): Heap-use-after-free in WebCore...
blob
|
commitdiff
|
diff to current
2012-10-02
msaboff@apple.com
HTMLConstructionSite::insertTextNode isn't optimized...
blob
|
commitdiff
|
diff to current
2012-09-20
adamk@chromium.org
Rename ContainerNode::parserAddChild "parserAppendChild...
blob
|
commitdiff
|
diff to current
2012-08-03
kseo@webkit.org
Move causesFosterParenting() to HTMLStackItem
blob
|
commitdiff
|
diff to current
2012-08-02
commit-queue@webki...
Check if the last table element's parent node is an...
blob
|
commitdiff
|
diff to current
2012-08-01
commit-queue@webki...
HTMLTreeBuilder passes a wrong token when pushing the...
blob
|
commitdiff
|
diff to current
2012-07-25
kling@webkit.org
Make ElementAttributeData a variable-sized object to...
blob
|
commitdiff
|
diff to current
2012-07-25
kseo@webkit.org
Remove anonymous namespace and make functions static.
blob
|
commitdiff
|
diff to current
2012-07-25
kseo@webkit.org
Read tag names and attributes from the saved tokens...
blob
|
commitdiff
|
diff to current
2012-07-23
kseo@webkit.org
Use the original token to create an element in "reconst...
blob
|
commitdiff
|
diff to current
2012-07-23
kseo@webkit.org
Ref-count AtomicHTMLToken
blob
|
commitdiff
|
diff to current
2012-07-21
kseo@webkit.org
A start tag whose tag name is "html" in the "in body...
blob
|
commitdiff
|
diff to current
2012-07-13
inferno@chromium.org
Unreviewed, rolling out r122450 and r122580.
blob
|
commitdiff
|
diff to current
2012-07-12
kling@webkit.org
Make ElementAttributeData a variable-sized object to...
blob
|
commitdiff
|
diff to current
2012-06-04
rniwa@webkit.org
Unreviewed, rolling out r119421 and r119425.
blob
|
commitdiff
|
diff to current
2012-06-04
kling@webkit.org
Make ElementAttributeData a variable-sized object to...
blob
|
commitdiff
|
diff to current
2012-05-26
pdr@google.com
Fix for self-closing <use> tags
blob
|
commitdiff
|
diff to current
2012-05-21
rniwa@webkit.org
Using createContextualFragment to insert a <script...
blob
|
commitdiff
|
diff to current
2012-05-18
commit-queue@webki...
Script elements inserted while fragment parsing should...
blob
|
commitdiff
|
diff to current
2012-04-30
caio.oliveira@open...
Use Vector<Attribute> directly instead of encapsulating...
blob
|
commitdiff
|
diff to current
2012-04-25
commit-queue@webki...
Unreviewed, rolling out r115099, r115102, and r115127.
blob
|
commitdiff
|
diff to current
2012-04-24
caio.oliveira@open...
Use Vector<Attribute> directly instead of encapsulating...
blob
|
commitdiff
|
diff to current
2012-04-23
kling@webkit.org
Optimize Element attribute storage for the common case...
blob
|
commitdiff
|
diff to current
2012-03-02
caio.oliveira@open...
Make parser code not depend on NamedNodeMap
blob
|
commitdiff
|
diff to current
2012-02-05
kling@webkit.org
Remove mapped vs non-mapped attribute distinction.
blob
|
commitdiff
|
diff to current
2012-02-02
caio.oliveira@open...
Avoid creating NamedNodeMap unnecessarily
blob
|
commitdiff
|
diff to current
2012-01-27
abarth@webkit.org
NULL ptr in WebCore::ContainerNode::parserAddChild
blob
|
commitdiff
|
diff to current
2012-01-18
abarth@webkit.org
REGRESSION (r104000): AdBlock extension fails to load...
blob
|
commitdiff
|
diff to current
2012-01-05
kling@webkit.org
Make elements with attributes smaller by eliminating...
blob
|
commitdiff
|
diff to current
2012-01-04
abarth@webkit.org
HTMLConstructionSite::attach shouldn't return a value
blob
|
commitdiff
|
diff to current
2012-01-04
abarth@webkit.org
Fix assert when foster parenting self-closing elements
blob
|
commitdiff
|
diff to current
2012-01-04
abarth@webkit.org
Two null crashes in Treebuilder
blob
|
commitdiff
|
diff to current
2011-12-20
adamk@chromium.org
Rename Element::setAttributeMap to parserSetAttributeMa...
blob
|
commitdiff
|
diff to current
2011-12-17
adamk@chromium.org
Fix typo in MarkupTokenBase: rename takeAtributes to...
blob
|
commitdiff
|
diff to current
2011-12-06
arv@chromium.org
Could save a lot of memory in CharacterData by not...
blob
|
commitdiff
|
diff to current
2011-09-25
abarth@webkit.org
Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
blob
|
commitdiff
|
diff to current
2011-07-20
jpfau@apple.com
New Token class for XML
blob
|
commitdiff
|
diff to current
2011-06-22
weinig@apple.com
2011-06-22 Sam Weinig <sam@webkit.org>
blob
|
commitdiff
|
diff to current
2011-06-09
abarth@webkit.org
2011-06-09 Adam Barth <abarth@webkit.org>
blob
|
commitdiff
|
diff to current
2011-04-20
mihaip@chromium.org
2011-04-19 Mihai Parparita <mihaip@chromium.org>
blob
|
commitdiff
|
diff to current
2011-03-08
ap@apple.com
2011-03-07 Alexey Proskuryakov <ap@apple.com>
blob
|
commitdiff
|
diff to current
2011-03-03
aestes@apple.com
2011-03-03 Andy Estes <aestes@apple.com>
blob
|
commitdiff
|
diff to current
2011-03-03
rniwa@webkit.org
2011-03-02 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-03-03
aestes@apple.com
2011-03-02 Andy Estes <aestes@apple.com>
blob
|
commitdiff
|
diff to current
2011-02-11
aestes@apple.com
2011-02-10 Andy Estes <aestes@apple.com>
blob
|
commitdiff
|
diff to current
2011-01-08
abarth@webkit.org
Move WebCore into Source
blob
|
commitdiff
|
diff to current