index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
accessibility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draw a focus ring around native views when ChromeVox is running.
dmazzoni
2014-09-26
5
-4
/
+33
*
Add private extension API to move the accessibility focus ring.
dmazzoni
2014-09-13
4
-0
/
+45
*
Rename experimental_accessibility to accessibility_private in histograms.
Dominic Mazzoni
2014-09-12
1
-4
/
+4
*
Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...
mlerman@chromium.org
2014-08-21
1
-3
/
+2
*
Added accessible name to bookmark_bar_instructions_view.
evy@chromium.org
2014-07-25
4
-1
/
+24
*
Remove many instances of CreateBooleanValue.
estade@chromium.org
2014-07-17
1
-2
/
+2
*
Implement accessible states and notifications for the tab strip.
dmazzoni@chromium.org
2014-07-10
1
-1
/
+1
*
Make Views fire an accessible hover event on mouse enter.
dmazzoni@chromium.org
2014-05-29
2
-0
/
+15
*
Cleanup extension_service.h
rdevlin.cronin@chromium.org
2014-05-29
1
-0
/
+1
*
infobars: Componentize ConfirmInfoBarDelegate.
tfarina@chromium.org
2014-05-22
1
-1
/
+1
*
components: Extract pref_registry component out of user_prefs.
tfarina@chromium.org
2014-05-15
1
-1
/
+1
*
Re-land: Rename experimental.accessibility to accessibilityPrivate
dmazzoni@chromium.org
2014-05-09
3
-34
/
+32
*
Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl
kalman@chromium.org
2014-04-30
2
-8
/
+8
*
Revert "Rename experimental.accessibility to accessibilityPrivate"
dtseng@chromium.org
2014-04-29
3
-28
/
+27
*
Cleanup: Fix a bunch of random style cleanups and lint errors.
thestig@chromium.org
2014-04-23
1
-3
/
+3
*
Move Infobars core files to the Infobars component
droger@chromium.org
2014-04-18
2
-2
/
+2
*
Use EventRouter instead of ExtensionSystem::Get->event_router()
limasdf@gmail.com
2014-04-17
1
-7
/
+9
*
InfoBarService inherits from InfoBarManager
droger@chromium.org
2014-04-10
1
-5
/
+3
*
Rename experimental.accessibility to accessibilityPrivate
dmazzoni@chromium.org
2014-04-03
3
-27
/
+28
*
Cleanup: Remove unused accessibility constants.
thestig@chromium.org
2014-04-02
2
-11
/
+0
*
Split InfoBarService core code into InfoBarManager
droger@chromium.org
2014-04-01
1
-3
/
+5
*
Use SYZYASAN instead of ADDRESS_SANITIZER.
chrisha@google.com
2014-03-27
1
-2
/
+2
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
1
-1
/
+1
*
Move ui/base/accessibility to ui/accessibility.
dmazzoni@chromium.org
2014-02-25
4
-26
/
+26
*
No longer observe listener addition/removal in ChromeVox unload.
dtseng@chromium.org
2014-02-03
1
-1
/
+1
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
3
-25
/
+33
*
Infobar system refactor.
pkasting@chromium.org
2013-12-06
1
-2
/
+2
*
Replace string16 with base::string16.
brettw@chromium.org
2013-12-04
1
-1
/
+2
*
Revert 238283 "Infobar system refactor."
tonyg@chromium.org
2013-12-03
1
-2
/
+2
*
Infobar system refactor.
pkasting@chromium.org
2013-12-03
1
-2
/
+2
*
Added basic accessibility to TreeView.
zelidrag@chromium.org
2013-12-02
4
-0
/
+96
*
Move EventRouter to src/extensions/browser
jamescook@chromium.org
2013-11-21
1
-1
/
+1
*
Allow controls other than windows to send alert accessibility events.
plundblad@chromium.org
2013-11-18
1
-0
/
+4
*
Allows views of role "menu" to receive focus events.
dtseng@chromium.org
2013-11-13
1
-0
/
+3
*
Adds a new "AccessibilityAlertInfo" event and removes AccessibilityManager::S...
dtseng@chromium.org
2013-11-13
4
-1
/
+20
*
Move ExtensionTabUtil into extensions namespace
rdevlin.cronin@chromium.org
2013-11-13
1
-7
/
+7
*
Move chrome/common/extensions/background_info.h to src/extensions
jamescook@chromium.org
2013-11-09
1
-1
/
+1
*
Adjust ChromeVox (spoken feedback) strings and make it possible for announcemen
dtseng@chromium.org
2013-11-05
2
-0
/
+45
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
2
-7
/
+14
*
JSON/IDL Compiler now generates event names as of r215660. Use these generate...
DHNishi@gmail.com
2013-08-20
2
-15
/
+21
*
Remove notifications from Accessibility API
caitkp@chromium.org
2013-08-17
4
-89
/
+128
*
Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc.
yoz@chromium.org
2013-07-31
1
-2
/
+2
*
Disable Ash browser tests by detecting command-line switch rather than OS ver...
gab@chromium.org
2013-07-31
1
-5
/
+3
*
Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browserte...
gab@chromium.org
2013-07-22
1
-0
/
+9
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
2
-2
/
+2
*
Misc. cleanup:
pkasting@chromium.org
2013-07-11
1
-2
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
1
-1
/
+1
*
[InfoBar] Add InfoBarDelegate::GetIconID()
dfalcantara@chromium.org
2013-05-16
1
-1
/
+1
[next]