Bug 118105

Summary: Web Inspector: AX: Add support for ARIA tablists/tabs to inspector tabs
Product: WebKit Reporter: James Craig <jcraig>
Component: Web InspectorAssignee: James Craig <jcraig>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, jcraig, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 118104    
Bug Blocks:    
Attachments:
Description Flags
patch
joepeck: review+
patch with review feedback none

James Craig
Reported 2013-06-26 17:18:17 PDT
Web Inspector: AX: Add support for ARIA tablists/tabs to inspector tabs I count at least four sets of tabs: 2 in the main toolbar, 1 in the console toolbar, and 1 in the element Styles inspector.
Attachments
patch (6.42 KB, patch)
2013-08-15 23:35 PDT, James Craig
joepeck: review+
patch with review feedback (6.42 KB, patch)
2013-08-16 11:04 PDT, James Craig
no flags
Radar WebKit Bug Importer
Comment 1 2013-06-26 17:18:30 PDT
Timothy Hatcher
Comment 2 2013-06-26 17:22:45 PDT
What is the definition of tab and tab list?
James Craig
Comment 4 2013-06-27 02:47:05 PDT
Styles Inspector tab fixed as part of the patch for bug 118105, so this one should just cover the main tabs, and any others that still aren't fixed.
James Craig
Comment 5 2013-06-27 02:48:50 PDT
Typo: Above reference should read …as part of the patch for bug 118104, not 118105.
James Craig
Comment 6 2013-08-15 23:35:40 PDT
Joseph Pecoraro
Comment 7 2013-08-16 10:30:08 PDT
Comment on attachment 208883 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=208883&action=review r=me > Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:33 > + Style: Remove this extra blank line. > Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:64 > + if (this._role == "tab") Style: In Web Inspector we use strict equality `===` whenever possible. > Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:69 > + if (this._role == "tab") === > Source/WebInspectorUI/UserInterface/Toolbar.js:38 > + this._leftSectionElement.setAttribute('role', 'tablist'); Style: In Web Inspector we use double quoted strings whenever possible. "role" / "tablist". > Source/WebInspectorUI/UserInterface/Toolbar.js:47 > + this._rightSectionElement.setAttribute('role', 'tablist'); "…"
James Craig
Comment 8 2013-08-16 10:54:29 PDT
(In reply to comment #7) > Style: In Web Inspector we use double quoted strings whenever possible. "role" / "tablist". Do you think this is worth updating the check-webkit-style script?
James Craig
Comment 9 2013-08-16 10:58:19 PDT
(In reply to comment #8) > Do you think this is worth updating the check-webkit-style script? bug 118105
James Craig
Comment 10 2013-08-16 10:59:10 PDT
(In reply to comment #8) > Do you think this is worth updating the check-webkit-style script? Oops. Bug 119901.
James Craig
Comment 11 2013-08-16 11:04:20 PDT
Created attachment 208932 [details] patch with review feedback
WebKit Commit Bot
Comment 12 2013-08-16 11:10:42 PDT
Comment on attachment 208932 [details] patch with review feedback Rejecting attachment 208932 [details] from commit-queue. james@cookiecrook.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
James Craig
Comment 13 2013-08-16 11:12:56 PDT
commit‑queue?
chris fleizach
Comment 14 2013-08-16 11:13:23 PDT
Comment on attachment 208932 [details] patch with review feedback Real review by Joe, but setting the flag to make it through commit bot
WebKit Commit Bot
Comment 15 2013-08-16 11:42:20 PDT
Comment on attachment 208932 [details] patch with review feedback Clearing flags on attachment: 208932 Committed r154196: <http://trac.webkit.org/changeset/154196>
WebKit Commit Bot
Comment 16 2013-08-16 11:42:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.