[Webkit-unassigned] [Bug 27552] New: not enough state saved in Scripts panel across invocations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 12:20:34 PDT 2009


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

           Summary: not enough state saved in Scripts panel across
                    invocations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmuellr at yahoo.com


The following states should be saved across invocations in the Scripts panel:

- current source file being viewed
- expand/collapse state of:
   - Call Stack
   - Scope Variables

None of these seem to be saved; first source displayed seems to be random, and
I think Call Stack and Scope Variables expand/collapse is hardcoded as
expanded.

There may be other things on the panel, like Pause on Exception (not sure).

For current source file, I suggest we attempt to open the last open file if
it's in the source list, otherwise resort to some other fixed behavior, like
the first file on the list.  Anything seems better than random.

Another potential saveable thing would be the list of source files open, but
that's dicer; even the current source file is a bit dicey.    I suspect this
may work in practice, probably most developers are working on the same web
pages with the same resources all day long.

-- 
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