Bug 112545

Summary: Web Inspector: [Settings] Register "?" shortcut.
Product: WebKit Reporter: Eugene Klyuchnikov <eustas>
Component: Web Inspector (Deprecated)Assignee: Eugene Klyuchnikov <eustas>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Eugene Klyuchnikov 2013-03-18 02:43:26 PDT
"?" (show shortcuts page) is not mentioned on shortcuts page.
Comment 1 Eugene Klyuchnikov 2013-03-18 02:46:37 PDT
Created attachment 193509 [details]
Patch
Comment 2 Vsevolod Vlasov 2013-03-18 07:06:40 PDT
Comment on attachment 193509 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=193509&action=review

> Source/WebCore/inspector/front-end/inspector.js:704
> +    section.addKey(shortcut.makeDescriptor("?"), WebInspector.UIString("Show this page"));

Show keyboard shortcuts help
Comment 3 Vsevolod Vlasov 2013-03-18 07:07:23 PDT
Comment on attachment 193509 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=193509&action=review

>> Source/WebCore/inspector/front-end/inspector.js:704
>> +    section.addKey(shortcut.makeDescriptor("?"), WebInspector.UIString("Show this page"));
> 
> Show keyboard shortcuts help

Please note that F1 also shows this help page.
Comment 4 Eugene Klyuchnikov 2013-03-18 07:30:52 PDT
Created attachment 193558 [details]
Patch
Comment 5 Eugene Klyuchnikov 2013-03-18 07:41:04 PDT
Created attachment 193561 [details]
Patch
Comment 6 Eugene Klyuchnikov 2013-03-18 07:41:35 PDT
Comment on attachment 193509 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=193509&action=review

>>> Source/WebCore/inspector/front-end/inspector.js:704
>>> +    section.addKey(shortcut.makeDescriptor("?"), WebInspector.UIString("Show this page"));
>> 
>> Show keyboard shortcuts help
> 
> Please note that F1 also shows this help page.

OK
Done.
Comment 7 Vsevolod Vlasov 2013-03-18 07:45:31 PDT
Comment on attachment 193561 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=193561&action=review

> Source/WebCore/inspector/front-end/inspector.js:-678
> -    var keys = [

'var' should be here, not below.
Comment 8 Eugene Klyuchnikov 2013-03-18 07:47:12 PDT
Created attachment 193563 [details]
Patch
Comment 9 Eugene Klyuchnikov 2013-03-18 07:49:48 PDT
Comment on attachment 193561 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=193561&action=review

>> Source/WebCore/inspector/front-end/inspector.js:-678
>> -    var keys = [
> 
> 'var' should be here, not below.

surely. it is above =)
Comment 10 WebKit Review Bot 2013-03-18 08:13:33 PDT
Comment on attachment 193563 [details]
Patch

Clearing flags on attachment: 193563

Committed r146066: <http://trac.webkit.org/changeset/146066>
Comment 11 WebKit Review Bot 2013-03-18 08:13:37 PDT
All reviewed patches have been landed.  Closing bug.