| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce chrome/ dependencies on platform-specific RenderWidgetHostView impleme... | joi@chromium.org | 2012-01-25 | 1 | -2/+2 |
* | Move system related extension API events from experimental.accessibility to s... | hashimoto@chromium.org | 2012-01-25 | 6 | -124/+6 |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -1/+1 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 2 | -4/+4 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 2 | -20/+33 |
* | Initial addition of a11y test dump infrastructure. | dtseng@chromium.org | 2011-12-21 | 1 | -0/+138 |
* | Add experimental.accessibility.getAlertsForTab | hashimoto@chromium.org | 2011-12-21 | 5 | -0/+80 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Add a context field to the accessibility extension API. | dmazzoni@chromium.org | 2011-12-15 | 4 | -8/+52 |
* | Disables a couple more a11y tests that keey timing out. | sky@chromium.org | 2011-12-09 | 1 | -5/+8 |
* | Disables hanful of a11y tests as they are continually timing out. | sky@chromium.org | 2011-12-09 | 1 | -5/+10 |
* | Move a bunch of accessibility tests in chrome that have no chrome dependencie... | jam@chromium.org | 2011-12-05 | 3 | -1496/+0 |
* | Revert r112885 and follow-up r112886. | thakis@chromium.org | 2011-12-04 | 1 | -167/+0 |
* | Relanding http://codereview.chromium.org/8416034 | dmazzoni@chromium.org | 2011-12-03 | 1 | -0/+167 |
* | Initial implementation of IAccessible2 scrollTo and setTextSelection and | dmazzoni@chromium.org | 2011-12-03 | 1 | -0/+41 |
* | Move accessibility_events.* to chrome/browser/accessibility | hashimoto@chromium.org | 2011-11-29 | 3 | -1/+586 |
* | Move extension_accessibility_api.* from chrome/browser/extensions to chrome/b... | hashimoto@chromium.org | 2011-11-28 | 4 | -0/+421 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Mark all tests using TestViewAccessibilityObject as flaky, as more | joi@chromium.org | 2011-11-15 | 1 | -11/+27 |
* | Fix double-initialization of CComModule. | dmazzoni@chromium.org | 2011-11-14 | 3 | -17/+6 |
* | views: Move accessibility/ directory to ui/views/. | tfarina@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Marking TestToolbarViewAccObj flaky, as it crashes occasionally. | joi@chromium.org | 2011-11-14 | 1 | -1/+3 |
* | Remove ctguil from OWNERS files (no longer works on chromium). | dmazzoni@chromium.org | 2011-11-09 | 1 | -1/+0 |
* | Marks TestRendererAccessibilityTree as failing. See bug for details. | sky@chromium.org | 2011-11-03 | 1 | -1/+2 |
* | Remove temporary traces added to figure out crash in interactive test. | finnur@chromium.org | 2011-11-03 | 1 | -8/+0 |
* | Fix crash because error_label_ wasn't being set to NULL in | sky@chromium.org | 2011-11-03 | 1 | -1/+1 |
* | Add more traces to the failing test. | finnur@chromium.org | 2011-11-02 | 1 | -1/+9 |
* | Revert 108211 - Support IAccessibleHypertext. | glotov@google.com | 2011-11-02 | 1 | -167/+0 |
* | Support IAccessibleHypertext. | dtseng@chromium.org | 2011-11-02 | 1 | -0/+167 |
* | Mark CrossPlatformWebpageAccessibility as flaky, since it has been failing on... | eroman@chromium.org | 2011-10-27 | 1 | -1/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -19/+21 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 2 | -2/+2 |
* | Fix accessible focus when transitioning to a new page. | dmazzoni@chromium.org | 2011-10-14 | 2 | -7/+9 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -18/+27 |
* | Converts usage of GetBrowserViewForNativeWindow to | sky@chromium.org | 2011-09-30 | 1 | -2/+1 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+1 |
* | Rewrites renderer accessibility to not use WebAccessibilityCache. | dmazzoni@chromium.org | 2011-09-29 | 3 | -21/+34 |
* | Ensure WebKit's "canSetValue" attribute is reflected in Chrome's accessibilit... | aboxhall@chromium.org | 2011-09-29 | 1 | -0/+34 |
* | Disable AccessibilityMacUITest.TestInitialPageNotifications. | torne@chromium.org | 2011-09-28 | 1 | -1/+2 |
* | GTTF: Remove super-flaky ui_test_utils functions and fix callers. | phajdan.jr@chromium.org | 2011-09-27 | 2 | -38/+77 |
* | Make isimpledom write shared generated files to SHARED_INTERMEDIATE_DIR | rsleevi@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Make iaccessible2 write shared generated files to SHARED_INTERMEDIATE_DIR | rsleevi@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Add a big grab bag of missing web accessibility | dmazzoni@chromium.org | 2011-09-01 | 3 | -23/+12 |
* | Move RenderWidgetHostViewWin to content. | jam@chromium.org | 2011-08-25 | 1 | -1/+1 |
* | mac: Remove two static initializers/destructors in TestInitialPageNotifications | thakis@chromium.org | 2011-08-22 | 1 | -21/+18 |
* | Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoi... | ctguil@chromium.org | 2011-08-17 | 2 | -7/+7 |
* | Broke BrowserAccessibilityTest.HitTestTest | ctguil@chromium.org | 2011-08-17 | 1 | -4/+7 |
* | Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoi... | ctguil@chromium.org | 2011-08-17 | 1 | -7/+4 |