2012-07-13 |
rniwa@webkit.org | NodeLists should not invalidate on irreleavnt attribute... |
blob | commitdiff |
2012-07-13 |
scheib@chromium.org | Pointer Lock handles disconnected DOM elements |
blob | commitdiff | diff to current |
2012-07-13 |
inferno@chromium.org | Unreviewed, rolling out r122450 and r122580. |
blob | commitdiff | diff to current |
2012-07-13 |
dmazzoni@google.com | Should be possible to focus elements within canvas... |
blob | commitdiff | diff to current |
2012-07-12 |
kling@webkit.org | Make ElementAttributeData a variable-sized object to... |
blob | commitdiff | diff to current |
2012-07-11 |
commit-queue@webki... | Style not updated for element with display:none becomin... |
blob | commitdiff | diff to current |
2012-07-11 |
shinyak@chromium.org | ShadowRoot should know its type in debug build. |
blob | commitdiff | diff to current |
2012-07-10 |
tkent@chromium.org | REGRESSION(r114862-r114886): Fix a crash by switching... |
blob | commitdiff | diff to current |
2012-07-09 |
adamk@chromium.org | Rename WebCore::WebKitMutationObserver to WebCore:... |
blob | commitdiff | diff to current |
2012-07-09 |
rniwa@webkit.org | Make HTMLCollection RefCounted |
blob | commitdiff | diff to current |
2012-06-29 |
rniwa@webkit.org | HTMLCollection's caches should be owned by either Eleme... |
blob | commitdiff | diff to current |
2012-06-29 |
haraken@chromium.org | Unreviewed, rolling out r121520. |
blob | commitdiff | diff to current |
2012-06-29 |
haraken@chromium.org | Change argument types of Element::getAttribute*() from... |
blob | commitdiff | diff to current |
2012-06-28 |
haraken@chromium.org | Optimize Dromaeo/dom-attr.html by speeding up Element... |
blob | commitdiff | diff to current |
2012-06-27 |
haraken@chromium.org | Rename Element::rareData() to Element::elementRareData... |
blob | commitdiff | diff to current |
2012-06-15 |
scheib@chromium.org | Add new Pointer Lock spec webkitRequestPointerLock... |
blob | commitdiff | diff to current |
2012-06-07 |
wangxianzhu@chromi... | Element.getBoundingClientRect() and Element.getClientRe... |
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-06-04 |
haraken@chromium.org | Use SelectorQuery in Element::webkitMatchesSelector() |
blob | commitdiff | diff to current |
2012-05-30 |
morrita@google.com | [Shadow DOM] Node distribution should be orthogonal... |
blob | commitdiff | diff to current |
2012-05-29 |
morrita@google.com | ShadowRoot.getElementById() returns removed node. |
blob | commitdiff | diff to current |
2012-05-28 |
morrita@google.com | [Refactoring][ShadowDOM] Some ElementShadow methods... |
blob | commitdiff | diff to current |
2012-05-25 |
dino@apple.com | Unreviewed, rolling out r112155. |
blob | commitdiff | diff to current |
2012-05-25 |
kling@webkit.org | Dodge style recalc when id attribute is overwritten... |
blob | commitdiff | diff to current |
2012-05-23 |
darin@apple.com | Use ContainerNode instead of Node where possible |
blob | commitdiff | diff to current |
2012-05-23 |
kling@webkit.org | Kill some frivolous null-checking of Element::m_attribu... |
blob | commitdiff | diff to current |
2012-05-23 |
kling@webkit.org | Let Element::detachAttribute() handle removal of the... |
blob | commitdiff | diff to current |
2012-05-23 |
kling@webkit.org | Streamline Element teardown for the no-Attr-objects... |
blob | commitdiff | diff to current |
2012-05-23 |
kling@webkit.org | Short-circuit Element::attrIfExists() when the Element... |
blob | commitdiff | diff to current |
2012-05-21 |
rniwa@webkit.org | Using createContextualFragment to insert a <script... |
blob | commitdiff | diff to current |
2012-05-16 |
ojan@chromium.org | Fix perf regression from r116487 |
blob | commitdiff | diff to current |
2012-05-16 |
kling@webkit.org | Avoid reparsing the style attribute when cloning elements. |
blob | commitdiff | diff to current |
2012-05-16 |
morrita@google.com | HasCustomWillOrDidRecalcStyleFlag and family should... |
blob | commitdiff | diff to current |
2012-05-16 |
kling@webkit.org | Pass Attribute by const reference as much as possible. |
blob | commitdiff | diff to current |
2012-05-15 |
morrita@google.com | Kill unnecessary RuntimeEnabledFeatures.h inclusion |
blob | commitdiff | diff to current |
2012-05-11 |
commit-queue@webki... | Add helper function for node()->rootEditableElement... |
blob | commitdiff | diff to current |
2012-05-11 |
morrita@google.com | ElementShadow should minimize the usage of "ShadowRoot... |
blob | commitdiff | diff to current |
2012-05-10 |
morrita@google.com | Remove support for Node::willRemove() |
blob | commitdiff | diff to current |
2012-05-08 |
kling@webkit.org | Element: isURLAttribute() should take a const Attribute&. |
blob | commitdiff | diff to current |
2012-05-08 |
kling@webkit.org | Element: Merge idAttributeChanged() into attributeChang... |
blob | commitdiff | diff to current |
2012-05-07 |
morrita@google.com | https://bugs.webkit.org/show_bug.cgi?id=85265 |
blob | commitdiff | diff to current |
2012-05-07 |
morrita@google.com | [Shadow DOM] Node distribution should be refreshed... |
blob | commitdiff | diff to current |
2012-05-03 |
leviw@chromium.org | [meta] Switch away from integers representing pixels... |
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-26 |
mihnea@adobe.com | Crash when collecting svg symbol element in named flow. |
blob | commitdiff | diff to current |
2012-04-25 |
alexis.menard@open... | Rename CSSStyleSelector files to StyleResolver. |
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 |
alexis.menard@open... | Replace occurences of style selector from variables... |
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-24 |
alexis.menard@open... | Rename CSSStyleSelector class to StyleResolver. |
blob | commitdiff | diff to current |
2012-04-23 |
jchaffraix@webkit.org | Cut dependency on RenderLayer::scrollRectToVisible... |
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-04-17 |
commit-queue@webki... | insertedIntoDocument and insertedIntoTree should be... |
blob | commitdiff | diff to current |
2012-04-16 |
antti@apple.com | Capture CSS parser context |
blob | commitdiff | diff to current |
2012-04-14 |
mihnea@adobe.com | [CSSRegions]Implement NamedFlow::contentNodes attribute |
blob | commitdiff | diff to current |
2012-04-12 |
jchaffraix@webkit.org | Reduce the use of RenderLayer outside of the rendering... |
blob | commitdiff | diff to current |
2012-04-05 |
leviw@chromium.org | DOM measurement APIs should operate on pixel snapped... |
blob | commitdiff | diff to current |
2012-04-02 |
commit-queue@webki... | Scroll position is lost after hide/show element |
blob | commitdiff | diff to current |
2012-03-31 |
eric@webkit.org | styleForElement() should use enums instead of bools... |
blob | commitdiff | diff to current |
2012-03-29 |
krit@webkit.org | Introduce CSSParserMode in all classes |
blob | commitdiff | diff to current |
2012-03-29 |
hayato@chromium.org | Let focus navigation be compliant with Shadow DOM spec. |
blob | commitdiff | diff to current |
2012-03-29 |
commit-queue@webki... | Unreviewed, rolling out r112500. |
blob | commitdiff | diff to current |
2012-03-29 |
hayato@chromium.org | Source/WebCore: Let focus navigation be compliant with... |
blob | commitdiff | diff to current |
2012-03-26 |
leviw@chromium.org | Update LayoutUnit usage in ContainerNode, Element,... |
blob | commitdiff | diff to current |
2012-03-26 |
commit-queue@webki... | SyntheticStyleCalc on an element should not force recal... |
blob | commitdiff | diff to current |
2012-03-22 |
commit-queue@webki... | blur() on shadow host should work when a shadow host... |
blob | commitdiff | diff to current |
2012-03-20 |
mitz@apple.com | REGRESSION (r111229): css1/basic/inheritance.html is... |
blob | commitdiff | diff to current |
2012-03-19 |
mihnea@adobe.com | [CSSRegions]Implement NamedFlow::contentNodes attribute |
blob | commitdiff | diff to current |
2012-03-19 |
commit-queue@webki... | inspector highlight of SVG root element with viewbox... |
blob | commitdiff | diff to current |
2012-03-16 |
hyatt@apple.com | https://bugs.webkit.org/show_bug.cgi?id=81366 |
blob | commitdiff | diff to current |
2012-03-16 |
jer.noble@apple.com | Support W3C Full Screen API proposal |
blob | commitdiff | diff to current |
2012-03-16 |
adamk@chromium.org | REGRESSION(r103452): 100% CPU usage and 5s pause after... |
blob | commitdiff | diff to current |
2012-03-12 |
rniwa@webkit.org | REGRESSION(r109285): Crash in WebCore::Document::nodeCh... |
blob | commitdiff | diff to current |
2012-03-09 |
rniwa@webkit.org | Cleanup incDOMTreeVersion callers |
blob | commitdiff | diff to current |
2012-03-08 |
antti@apple.com | https://bugs.webkit.org/show_bug.cgi?id=80370 |
blob | commitdiff | diff to current |
2012-03-08 |
caio.oliveira@open... | Make elements with attributes smaller by eliminating... |
blob | commitdiff | diff to current |
2012-03-07 |
caio.oliveira@open... | Implement getAttributeNode() in terms of ElementAttribu... |
blob | commitdiff | diff to current |
2012-03-07 |
caio.oliveira@open... | Implement removeAttributeNode() in terms of ElementAttr... |
blob | commitdiff | diff to current |
2012-03-02 |
caio.oliveira@open... | Implement NamedNodeMap::setNamedItem() in terms of... |
blob | commitdiff | diff to current |
2012-03-02 |
caio.oliveira@open... | Create a method in Element to compare attributes with... |
blob | commitdiff | diff to current |
2012-03-02 |
caio.oliveira@open... | Make parser code not depend on NamedNodeMap |
blob | commitdiff | diff to current |
2012-03-02 |
rolandsteiner@chro... | Scoped stylesheets don't appear to work in Shadow DOM |
blob | commitdiff | diff to current |
2012-03-01 |
commit-queue@webki... | :empty still applies to elements made non-empty via... |
blob | commitdiff | diff to current |
2012-03-01 |
kling@webkit.org | IsSynchronizingStyleAttributeFlag could be purged. |
blob | commitdiff | diff to current |
2012-02-29 |
morrita@google.com | [Refactoring] Shadow related attach paths should be... |
blob | commitdiff | diff to current |
2012-02-28 |
alexis.menard@open... | getComputedStyle fails for 'first-line' pseudo-element |
blob | commitdiff | diff to current |
2012-02-28 |
shinyak@chromium.org | Element should be able to have multiple shadow roots. |
blob | commitdiff | diff to current |
2012-02-28 |
shinyak@chromium.org | Element::removeShadowRoot() and setShadowRoot() should... |
blob | commitdiff | diff to current |
2012-02-27 |
morrita@google.com | Source/WebCore: Removing <ul>, <li> inside shadow DOM... |
blob | commitdiff | diff to current |
2012-02-27 |
shinyak@chromium.org | Rename ShadowRootList to ShadowTree. |
blob | commitdiff | diff to current |
2012-02-24 |
morrita@google.com | Adding a ShadowRoot to image-backed element causes... |
blob | commitdiff | diff to current |
2012-02-24 |
shinyak@chromium.org | ShadowRootList should have recalculation flag instead... |
blob | commitdiff | diff to current |
2012-02-23 |
yutak@chromium.org | Unreviewed, rolling out r108602. |
blob | commitdiff | diff to current |
2012-02-23 |
morrita@google.com | Adding a ShadowRoot to image-backed element causes... |
blob | commitdiff | diff to current |
2012-02-22 |
shinyak@chromium.org | Node::attach() should be after attaching children in... |
blob | commitdiff | diff to current |
2012-02-22 |
morrita@google.com | HasIDFlag and HasClassFlag can be removed. |
blob | commitdiff | diff to current |
2012-02-20 |
apavlov@chromium.org | Web Inspector: DOMAttrModified should not be fired... |
blob | commitdiff | diff to current |
2012-02-18 |
kling@webkit.org | Remove Element::createAttribute(). |
blob | commitdiff | diff to current |
2012-02-17 |
kling@webkit.org | Element: Inline style selector and AX invalidation... |
blob | commitdiff | diff to current |
next |