2013-09-10 |
mario@webkit.org | [GTK] Test /webkit/atk/getTextInParagraphAndBodyModerat... |
blob | commitdiff |
2013-09-06 |
cfleizach@apple.com | AX: aria-relevant does not expose AXARIARelevant |
blob | commitdiff | diff to current |
2013-09-04 |
commit-queue@webki... | AX: when no other label on provided on form elements... |
blob | commitdiff | diff to current |
2013-09-01 |
antti@apple.com | Add element ancestor iterator |
blob | commitdiff | diff to current |
2013-08-31 |
antti@apple.com | Rename ChildIterator -> ElementChildIterator, Descendan... |
blob | commitdiff | diff to current |
2013-08-30 |
akling@apple.com | Node::document() should return a reference. |
blob | commitdiff | diff to current |
2013-08-28 |
antti@apple.com | Make descendant iterators always require ContainerNode... |
blob | commitdiff | diff to current |
2013-08-27 |
cfleizach@apple.com | <https://webkit.org/b/120117> AX: <noscript> contents... |
blob | commitdiff | diff to current |
2013-08-25 |
antti@apple.com | Element child and descendant iterators |
blob | commitdiff | diff to current |
2013-08-23 |
antti@apple.com | Use ElementTraversal some more |
blob | commitdiff | diff to current |
2013-08-22 |
ch.dumez@sisa.sams... | [SVG2] Merge SVGStyledElement and SVGElement |
blob | commitdiff | diff to current |
2013-08-14 |
cfleizach@apple.com | AX: Headings not longer have an AXTitle if they have... |
blob | commitdiff | diff to current |
2013-07-10 |
mario@webkit.org | AX: Allow requesting the full plain text for an object... |
blob | commitdiff | diff to current |
2013-07-10 |
commit-queue@webki... | AX: AccessibilityNodeObject::supportsRequiredAttribute... |
blob | commitdiff | diff to current |
2013-07-01 |
jochen@chromium.org | Remove support for consumable user gestures |
blob | commitdiff | diff to current |
2013-07-01 |
kangil.han@samsung.com | Adopt toHTMLTextAreaElement for code cleanup |
blob | commitdiff | diff to current |
2013-06-29 |
kangil.han@samsung.com | Adopt is/toHTMLImageElement for code cleanup |
blob | commitdiff | diff to current |
2013-06-28 |
kangil.han@samsung.com | Adopt is/toHTMLInputElement for code cleanup |
blob | commitdiff | diff to current |
2013-06-27 |
kangil.han@samsung.com | Adopt is/toHTMLLabelElement for code cleanup |
blob | commitdiff | diff to current |
2013-06-26 |
rniwa@webkit.org | Remove many static_casts to Element types from Accessib... |
blob | commitdiff | diff to current |
2013-06-26 |
kangil.han@samsung.com | Adopt is/toHTMLAnchorElement for code cleanup |
blob | commitdiff | diff to current |
2013-06-21 |
bfulgham@apple.com | AX: Title for ListItemRole should consist of concatenat... |
blob | commitdiff | diff to current |
2013-06-21 |
bfulgham@apple.com | Source/WebCore: [Windows] AX: Radio buttons with "tab... |
blob | commitdiff | diff to current |
2013-06-20 |
commit-queue@webki... | AX: aria-required is not exposed on all expected roles |
blob | commitdiff | diff to current |
2013-06-03 |
cfleizach@apple.com | AX: WebKit should join substrings on single space when... |
blob | commitdiff | diff to current |
2013-06-02 |
cfleizach@apple.com | WebKit ignores aria-hidden when traversing nodes for... |
blob | commitdiff | diff to current |
2013-05-28 |
akling@apple.com | Document::setFocusedNode() should be setFocusedElement(). |
blob | commitdiff | diff to current |
2013-05-26 |
akling@apple.com | Move "active" state logic from Node to Element. |
blob | commitdiff | diff to current |
2013-05-26 |
akling@apple.com | Move Node::supportsFocus() to Element. |
blob | commitdiff | diff to current |
2013-05-26 |
akling@apple.com | Move Node::isFocusable() to Element. |
blob | commitdiff | diff to current |
2013-05-25 |
akling@apple.com | Move "hover" state logic from Node to Element. |
blob | commitdiff | diff to current |
2013-05-05 |
cfleizach@apple.com | AX: aria-checked not exposed correctly on menuitemcheck... |
blob | commitdiff | diff to current |
2013-04-25 |
cfleizach@apple.com | Source/WebCore: <meter> element not exposed to accessib... |
blob | commitdiff | diff to current |
2013-04-18 |
commit-queue@webki... | AX: aria-level does not override implicit level on... |
blob | commitdiff | diff to current |
2013-04-18 |
cfleizach@apple.com | AX: VoiceOver says everything that isn't a link is... |
blob | commitdiff | diff to current |
2013-04-16 |
cfleizach@apple.com | AX: aria-valuetext is not exposed on OS X. |
blob | commitdiff | diff to current |
2013-04-10 |
cfleizach@apple.com | when ARIA button contains a link, label text is ignored... |
blob | commitdiff | diff to current |
2013-04-05 |
cfleizach@apple.com | AX: Make SVG Group containers accessible elements |
blob | commitdiff | diff to current |
2013-03-28 |
falken@chromium.org | Refactoring: Replace Element::disabled and isEnabledFor... |
blob | commitdiff | diff to current |
2013-03-27 |
tkent@chromium.org | Rename HTMLFormControlElement::readOnly to isReadOnly |
blob | commitdiff | diff to current |
2013-03-26 |
tkent@chromium.org | Rename HTMLInputElement::isIndeterminate to Element... |
blob | commitdiff | diff to current |
2013-03-15 |
cfleizach@apple.com | AX: Crash when removing aria-menu item from DOM |
blob | commitdiff | diff to current |
2013-03-12 |
jochen@chromium.org | Rename DefinitelyProcessingUserGesture to DefinitelyPro... |
blob | commitdiff | diff to current |
2013-03-06 |
tkent@chromium.org | Rename WebCore/editing/visible_units.* to VisibleUnits.* |
blob | commitdiff | diff to current |
2013-02-09 |
dmazzoni@google.com | AX: move isIgnored caching to AXObject |
blob | commitdiff | diff to current |
2013-01-24 |
akling@apple.com | AX: Fix the debug build after r140658. (Constructor... |
blob | commitdiff | diff to current |
2013-01-24 |
dmazzoni@google.com | AX: should init an AXObject only after AXObjectCache... |
blob | commitdiff | diff to current |
2013-01-14 |
dmazzoni@google.com | AX: Need to implement ColorWellRole |
blob | commitdiff | diff to current |
2013-01-11 |
dmazzoni@google.com | AX: Computed hierarchical level is not consistent with... |
blob | commitdiff | diff to current |
2013-01-09 |
cfleizach@apple.com | AX: native popup buttons should not use textUnderElemen... |
blob | commitdiff | diff to current |
2013-01-08 |
cfleizach@apple.com | AX: native popup buttons should not use textUnderElemen... |
blob | commitdiff | diff to current |
2012-12-18 |
cfleizach@apple.com | Seamless iframe should not announce a new browsing... |
blob | commitdiff | diff to current |
2012-12-17 |
dmazzoni@google.com | AX: textUnderElement should consider alt text, but... |
blob | commitdiff | diff to current |
2012-12-13 |
commit-queue@webki... | Unreviewed, rolling out r137512. |
blob | commitdiff | diff to current |
2012-12-12 |
dmazzoni@google.com | AX: textUnderElement should consider alt text, but... |
blob | commitdiff | diff to current |
2012-12-12 |
dmazzoni@google.com | AX: accessibilityIsIgnored should avoid computing textU... |
blob | commitdiff | diff to current |
2012-12-12 |
dmazzoni@google.com | AX: Make isActionSupported cross-platform. |
blob | commitdiff | diff to current |
2012-12-11 |
antti@apple.com | Factor node traversal into standalone functions |
blob | commitdiff | diff to current |
2012-12-07 |
tkent@chromium.org | Refactoring: Rename HTMLFormControlElement::required... |
blob | commitdiff | diff to current |
2012-11-07 |
eae@chromium.org | Remove LayoutTypes abstraction |
blob | commitdiff | diff to current |
2012-10-30 |
cfleizach@apple.com | AX: Support embedded SVG objects in AX tree |
blob | commitdiff | diff to current |
2012-10-19 |
cfleizach@apple.com | AX: aria-hidden=false does not work as expected |
blob | commitdiff | diff to current |
2012-10-19 |
ossy@webkit.org | Unreviewed, rolling out r131915. |
blob | commitdiff | diff to current |
2012-10-19 |
cfleizach@apple.com | AX: aria-hidden=false does not work as expected |
blob | commitdiff | diff to current |
2012-10-19 |
cfleizach@apple.com | AX: Refactor accessibility name computation so it's... |
blob | commitdiff | diff to current |
2012-10-19 |
dmazzoni@google.com | AX: labelForElement is slow when there are a lot of... |
blob | commitdiff | diff to current |
2012-10-12 |
commit-queue@webki... | Unreviewed, rolling out r131107. |
blob | commitdiff | diff to current |
2012-10-11 |
dmazzoni@google.com | AX: labelForElement is slow when there are a lot of... |
blob | commitdiff | diff to current |
2012-09-19 |
dmazzoni@google.com | AX: A few control types are returning the wrong answer... |
blob | commitdiff | diff to current |
2012-09-17 |
commit-queue@webki... | AX: Regression (r126369) - toggle buttons no longer... |
blob | commitdiff | diff to current |
2012-09-12 |
commit-queue@webki... | Unreviewed, rolling out r128353. |
blob | commitdiff | diff to current |
2012-09-12 |
commit-queue@webki... | Unreviewed, rolling out r128318 and r128332. |
blob | commitdiff | diff to current |
2012-09-12 |
dmazzoni@google.com | Assert hit in is multiSelectable() |
blob | commitdiff | diff to current |
2012-09-12 |
dmazzoni@google.com | AX: Refactor most AccessibilityRenderObject code into... |
blob | commitdiff | diff to current |
2012-08-30 |
dmazzoni@google.com | AX: Canvas should have a distinct role |
blob | commitdiff | diff to current |
2012-08-29 |
commit-queue@webki... | Unreviewed, rolling out r126972. |
blob | commitdiff | diff to current |
2012-08-29 |
dmazzoni@google.com | AX: Canvas should have a distinct role |
blob | commitdiff | diff to current |
2012-08-29 |
dmazzoni@google.com | AX: Focusable elements without a role should not be... |
blob | commitdiff | diff to current |
2012-08-24 |
commit-queue@webki... | Unreviewed, rolling out r126496. |
blob | commitdiff | diff to current |
2012-08-23 |
dmazzoni@google.com | AX: Focusable elements without a role should not be... |
blob | commitdiff | diff to current |
2012-08-23 |
dominicc@chromium.org | Unreviewed, rolling out r126391. |
blob | commitdiff | diff to current |
2012-08-23 |
dmazzoni@google.com | AX: Focusable elements without a role should not be... |
blob | commitdiff | diff to current |
2012-08-23 |
commit-queue@webki... | Source/WebCore: [Gtk] Dojo toggle buttons should expose... |
blob | commitdiff | diff to current |
2012-07-24 |
dmazzoni@google.com | AX: Need AccessibilityObjects for nodes without rendere... |
blob | commitdiff | diff to current |
2012-07-20 |
commit-queue@webki... | Unreviewed, rolling out r123182. |
blob | commitdiff |
2012-07-20 |
dmazzoni@google.com | AX: Need AccessibilityObjects for nodes without rendere... |
blob | commitdiff | diff to current |
|