summaryrefslogtreecommitdiffstats
path: root/chrome/browser/accessibility
Commit message (Expand)AuthorAgeFilesLines
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-202-15/+21
* Remove notifications from Accessibility APIcaitkp@chromium.org2013-08-174-89/+128
* Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.yoz@chromium.org2013-07-311-2/+2
* Disable Ash browser tests by detecting command-line switch rather than OS ver...gab@chromium.org2013-07-311-5/+3
* Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browserte...gab@chromium.org2013-07-221-0/+9
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-112-2/+2
* Misc. cleanup:pkasting@chromium.org2013-07-111-2/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.avi@chromium.org2013-06-091-1/+1
* [InfoBar] Add InfoBarDelegate::GetIconID()dfalcantara@chromium.org2013-05-161-1/+1
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-062-5/+8
* Makes native and extension-based accessibility mutually exclusive.dtseng@chromium.org2013-05-032-0/+24
* Formatting cleanup. Should be no code change.pkasting@chromium.org2013-05-031-0/+1
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+0
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-0/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+0
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-192-5/+5
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Move accessibility_win_browsertest to content.phajdan.jr@chromium.org2013-02-261-843/+0
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move API functions registrations out of ExtensionFunctionRegistry.ncj674@motorola.com2013-02-142-9/+10
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-102-7/+7
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Remove GetActiveWebContents from browser_tabstrip.avi@chromium.org2013-01-291-5/+4
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-281-2/+3
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-6/+9
* Move ui_controls files to chrome\test\base since they're now only usd within ...jam@chromium.org2013-01-141-1/+1
* Add test for accessibility histograms.dmazzoni@chromium.org2013-01-091-0/+30
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-3/+2
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-222-4/+4
* Disable flaky AccessibilityWinBrowserTest.TestRendererAccessibilityTreephajdan.jr@chromium.org2012-12-211-1/+2
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-202-12/+10
* Disable 6 ExtensionApiTests on win asandgrogan@chromium.org2012-12-131-1/+7
* Remove deprecated extension EventRouter APIs.mpcomplete@chromium.org2012-12-071-2/+3
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-2/+2
* Remove some TabContentses from extensions.avi@chromium.org2012-10-301-3/+2
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-5/+9
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-291-3/+6
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-112-5/+7
* Disabling flaky test, AccessibilityWinBrowserTest.TestNotificationActiveDesce...twiz@chromium.org2012-08-291-1/+2
* Make accessibility interactive_ui_tests less brittledmazzoni@chromium.org2012-08-291-144/+69
* Disable AccessibilityWinBrowserTest::TestToggleButtonRoleAndStates.peter@chromium.org2012-08-231-1/+2
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-1/+1
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-132-3/+3
* Refactor extension event distribution to use Values instead of JSON strings.gdk@chromium.org2012-08-072-24/+24
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-1/+1
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-20/+20
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-3/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0