[Webkit-unassigned] [Bug 27552] remember last script displayed in Scripts panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 13:30:01 PST 2009


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


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34506|0                           |1
        is obsolete|                            |
  Attachment #43379|                            |review?
               Flag|                            |




--- Comment #6 from Patrick Mueller <pmuellr at yahoo.com>  2009-11-17 13:30:01 PST ---
Created an attachment (id=43379)
 --> (https://bugs.webkit.org/attachment.cgi?id=43379)
proposed patch 2009/11/17 - a

Similar to previous patch, but catches more cases of the "current script" being
selected.

The last script file viewed is saved in the setting "LastViewedScriptFile". 
This is set in ScriptsPanel._showScriptOrResource(), which is the common
function used to cause a script to be displayed.  The parameters for this
function have been refactored, since it would have otherwise meant adding a
fourth parameter needed by only one call.  The "option" parameters are now
collected as properties in a single "option" parameter, and the call sites have
been changed to pass in literal objects as appropriate.

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



More information about the webkit-unassigned mailing list