| Commit message (Expand) | Author | Age | Files | Lines |
* | Move renderer accessibility to subdir and add OWNERS | dmazzoni@chromium.org | 2013-02-08 | 1 | -99/+0 |
* | Refactor all accessibility code out of webkit/glue. | dmazzoni@chromium.org | 2012-06-12 | 1 | -2/+0 |
* | New RendererAccessibility implementation that doesn't use WebKit accessibility. | dmazzoni@chromium.org | 2012-06-05 | 1 | -620/+10 |
* | Implement correct accessibility states for contenteditable. | dmazzoni@chromium.org | 2012-05-30 | 1 | -1/+10 |
* | Don't compute line breaks when accessibility is in editable text mode. | dmazzoni@chromium.org | 2012-05-09 | 1 | -4/+15 |
* | Translates the webkit notification for selection changes properly on Windows ... | dtseng@chromium.org | 2012-05-06 | 1 | -0/+4 |
* | Change CHECK to DCHECK so users don't experience crash while waiting on under... | dmazzoni@chromium.org | 2012-04-27 | 1 | -1/+1 |
* | Check RendererAccessibility mode instead of WebKit accessibilityEnabled. | dmazzoni@chromium.org | 2012-04-23 | 1 | -8/+11 |
* | Remedy irratic focus behavior when accessibility clients set focus. | dtseng@chromium.org | 2012-04-19 | 1 | -30/+92 |
* | Add an accessibility mode for editable text fields only. | dmazzoni@chromium.org | 2012-04-13 | 1 | -8/+67 |
* | Separate out the broker from the pepper dispatcher. | brettw@chromium.org | 2012-02-26 | 1 | -0/+1 |
* | Refactoring: Split more accessibility code into separate files. | dmazzoni@chromium.org | 2012-02-13 | 1 | -38/+40 |
* | Post a notification when accessible scroll requests complete. | dmazzoni@chromium.org | 2012-02-11 | 1 | -1/+1 |
* | Prevent SendPendingAccessibilityNotifications from calling itself recursively. | dmazzoni@chromium.org | 2012-02-10 | 1 | -19/+30 |
* | Use WebKit implementation of accessible scrolling methods. | dmazzoni@chromium.org | 2012-01-24 | 1 | -21/+45 |
* | Retry: Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-29 | 1 | -4/+6 |
* | Revert 115929 - Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-29 | 1 | -6/+4 |
* | Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-28 | 1 | -4/+6 |
* | Fix a stack overflow crash in the accessibility code in the renderer. The cra... | ananta@chromium.org | 2011-12-15 | 1 | -3/+5 |
* | Remove special casing for firing load completes. | dtseng@chromium.org | 2011-12-09 | 1 | -18/+7 |
* | Revert 113267 - Attempt fixes at chrome frame tests redness. | dtseng@chromium.org | 2011-12-07 | 1 | -1/+1 |
* | Attempt fixes at chrome frame tests redness. | dtseng@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Improve support for multiselect list box accessibility on Windows. | dmazzoni@chromium.org | 2011-12-03 | 1 | -1/+2 |
* | Add IPCs to allow assistive technology to scroll the page | dmazzoni@chromium.org | 2011-12-02 | 1 | -0/+76 |
* | Fix a possible renderer hang due to an WebAccessibilityObject becoming invalid. | dtseng@chromium.org | 2011-12-02 | 1 | -10/+17 |
* | Make sure the document's scroll position is always up-to-date before | dmazzoni@chromium.org | 2011-12-01 | 1 | -0/+14 |
* | Pass the right notification enum to WebAccessibility::DebugString. | dmazzoni@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in... | jam@chromium.org | 2011-10-10 | 1 | -2/+2 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -2/+2 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 1 | -1/+1 |
* | Rewrites renderer accessibility to not use WebAccessibilityCache. | dmazzoni@chromium.org | 2011-09-29 | 1 | -0/+434 |