[Webkit-unassigned] [Bug 23849] Keyboard shortcuts needed in Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 02:23:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=23849


yurys at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32002|0                           |1
        is obsolete|                            |
  Attachment #32044|                            |review?(timothy at hatcher.name
               Flag|                            |)




------- Comment #13 from yurys at chromium.org  2009-06-30 02:23 PDT -------
Created an attachment (id=32044)
 --> (https://bugs.webkit.org/attachment.cgi?id=32044&action=view)
Previous patch with Timothy's comments addressed.

I've  fixed all of the pointed issues(sorry, it's hard to switch between two
different style guides) except for the semicolons. If you don't mind I'd rather
have each expression ending with semicolon explicitly to avoid possible nasty
errors happening when semicolon is accidentally omitted between two expressions
like in the following example: 

var x = {
  'i': 1,
  'j': 2
} 
// 2.  Trying to do one thing on IE and another on FF.
// I know you'd never write code like this, but throw me a bone.
[normalVersion, ffVersion][isIE]();


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list