[Webkit-unassigned] [Bug 87993] New: window.internals is not good for changing persistent settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 11:17:05 PDT 2012


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

           Summary: window.internals is not good for changing persistent
                    settings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: eric at webkit.org, dglazkov at chromium.org,
                    cshu at webkit.org, dominicc at chromium.org


1. Changing a setting in one window.internals.settings object affects all frames in a page, but does not work across secondary windows. This is inconsistent.

2. If a test navigates to a different URL (with waitUntilDone/notifyDone), settings are restored from last document's InternalSettings instead of first one's, so changes made in first one just leak to future tests.

3. Code design is not very clear. Settings are per-page, yet many Internals methods take Document, Frame or a global context.

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