Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1354)

Unified Diff: chrome/browser/resources/history/other_devices.js

Issue 664863004: history: more VoiceOver enhancements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bookmarked Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/history/other_devices.css ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/other_devices.js
diff --git a/chrome/browser/resources/history/other_devices.js b/chrome/browser/resources/history/other_devices.js
index 3043b213bcb6712b7ecad61c3d149dfb83f6cb46..427d9f5e1f062590196a69c4976e765c823b5418 100644
--- a/chrome/browser/resources/history/other_devices.js
+++ b/chrome/browser/resources/history/other_devices.js
@@ -189,6 +189,7 @@ Device.prototype.getDOMNode = function(maxNumTabs, row) {
var dropDownButton = new cr.ui.ContextMenuButton;
dropDownButton.tabIndex = 0;
dropDownButton.classList.add('drop-down');
+ dropDownButton.title = loadTimeData.getString('actionMenuDescription');
dropDownButton.addEventListener('mousedown', function(event) {
handleDropDownFocus(event);
// Mousedown handling of cr.ui.MenuButton.handleEvent calls
@@ -242,7 +243,7 @@ Device.prototype.setSearchText = function(searchText) {
* @private
*/
Device.prototype.createSessionContents_ = function(maxNumTabs) {
- var contents = createElementWithClassName('div', 'device-contents');
+ var contents = createElementWithClassName('ol', 'device-contents');
var sessionTag = this.session_.tag;
var numTabsShown = 0;
« no previous file with comments | « chrome/browser/resources/history/other_devices.css ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698