summaryrefslogtreecommitdiffstats
path: root/content/renderer/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Adds conversion rule for WebAXRoleFigureje_julie.kim2014-09-031-0/+2
* AX: Remove WebLocalFrame dependency from BlinkAXTreeSource.tkent2014-09-011-5/+3
* Switch to using WebSettings only for accessibilityEnabled and inlineTextBoxAc...aboxhall2014-08-301-2/+0
* Use both APIs for enabling accessibilityaboxhall2014-08-281-0/+8
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-4/+2
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-2/+4
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+2
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-269-64/+56
* Correctly update the bounds of objects in the accessibility tree.dmazzoni@chromium.org2014-07-241-5/+24
* Revert 284065 "Revert of Revert of Migrate accessibility from Re..."bruening@google.com2014-07-219-56/+64
* Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (ht...mkwst@chromium.org2014-07-189-64/+56
* Revert of Migrate accessibility from RenderView to RenderFrame. (https://code...mkwst@chromium.org2014-07-189-56/+64
* Migrate accessibility from RenderView to RenderFrame and RVH to RFH.dmazzoni@chromium.org2014-07-189-64/+56
* NavigationTiming: set navigationStart for navigations in new tabs.ppi@chromium.org2014-07-111-0/+2
* Implement accessible states and notifications for the tab strip.dmazzoni@chromium.org2014-07-101-11/+1
* Remove unnecessary codes in renderer_accessibility.cc and renderer_accessibil...sungmann.cho@navercorp.com2014-06-162-4/+0
* Implement Android accessible hit testing using an IPC to the renderer process.dmazzoni@chromium.org2014-05-222-0/+15
* Create RenderFrameProxyHost at time of swap-out instead of commit.nasko@chromium.org2014-05-191-1/+2
* Ignore accessibility events fired on objects that aren't in the tree.dmazzoni@chromium.org2014-05-175-10/+53
* Get rid of enable-accessibility-logging switch.dmazzoni@chromium.org2014-05-163-98/+3
* Fix accessibility role conversion from Blinkcimamoglu@chromium.org2014-05-091-0/+2
* Removing the function call as the called function definition is empty.suyash.s@samsung.com2014-04-221-4/+0
* Revert teporary include hacks for WebLocalFrame and use forward declaresdcheng@chromium.org2014-04-183-7/+6
* Add ToString to AXTreeUpdate.dmazzoni@chromium.org2014-04-161-3/+1
* Add a better iframe role on Windows and fix iframe ax tests.dmazzoni@chromium.org2014-04-051-0/+2
* Conversion of content_shell target to use WebLocalFrame.dcheng@chromium.org2014-04-044-4/+5
* Refactor content/renderer/accessibility to use AXTreeSerializer (re-land).dmazzoni@chromium.org2014-04-037-447/+238
* Revert of Refactor content/renderer/accessibility to use AXTreeSerializer. (h...pfeldman@chromium.org2014-04-027-238/+447
* Refactor content/renderer/accessibility to use AXTreeSerializer.dmazzoni@chromium.org2014-04-027-448/+239
* Move SwapOut methods to RenderFrameHost.creis@chromium.org2014-03-281-1/+1
* Add AccessibilityModeTreeOnly, which is enabled via the automation API.aboxhall@chromium.org2014-03-276-18/+43
* Include relationship ARIA objects in serialized accessibility treeaboxhall@chromium.org2014-03-242-6/+46
* Move to using focusedElement instead of focusedNodemahesh.kk@samsung.com2014-03-061-1/+1
* Fix debug crashes in accessibility event logging when new enums are added to ...plundblad@chromium.org2014-03-022-9/+23
* Send accessibility scroll event on Windows and Android.dmazzoni@chromium.org2014-02-282-0/+4
* Revert 253010 "Revert 251563 "Move browser initiated navigation ..."creis@chromium.org2014-02-281-4/+9
* Add default case to switch on blink AX role enum.dmazzoni@chromium.org2014-02-281-3/+6
* Replace WebDocument::clearfocusedNode to clearFocusedElementmahesh.kk@samsung.com2014-02-271-1/+1
* Revert 251563 "Move browser initiated navigation from RenderView..."creis@chromium.org2014-02-241-9/+4
* Add default case to blink::WebAXEvent switch.dmazzoni@google.com2014-02-241-3/+2
* Move browser initiated navigation from RenderViewHost to RenderFrameHost.nasko@chromium.org2014-02-151-4/+9
* Switch AccessibilityMode to be a bitmap.aboxhall@chromium.org2014-02-122-4/+1
* Generate ax enums from idl.dtseng@chromium.org2014-02-095-10/+34
* Expose semantics of HTML5 native elements (landmark and related roles)taken.spc@gmail.com2014-01-081-0/+28
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-0610-326/+645
* Add an accessibility messages specifically for location changes.dmazzoni@google.com2014-01-032-19/+10
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-28/+34
* Allow computing bounds for range on any accessible element.dmazzoni@chromium.org2013-12-171-10/+0
* Don't silently update cached accessible bounding boxes.dmazzoni@google.com2013-12-161-1/+0
* Do not leak tree nodes on destruction of content::RendererAccessibilityComplete.earthdok@chromium.org2013-11-261-0/+6