[Webkit-unassigned] [Bug 103692] New: [EFL][WK2] Restore the default setting values after testing ewk_setting APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 17:29:19 PST 2012


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

           Summary: [EFL][WK2] Restore the default setting values after
                    testing ewk_setting APIs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com
                CC: demarchi at webkit.org
            Blocks: 103229


Bug 103229 fixes the bug which PageGroupID increased even though the EwkView was created with default context.
If the Bug 103229 is resolved, the EwkViews with same context will have a same setting preferences.
For example, in Minibrowser, if there are two windows(EwkViews) A and B, and if the Javascript is disabled in window A,
the Javascript will be disabled in B, too.

Currently, in ewk_setting API test, Javascript is disabled while testing ewk_settings_javascript_enabled API, 
and then next test cases are tested using HTML files with Javascript. So it eventually causes the test case fail.

So IMO, it would be proper to restore the default setting values after testing the setting APIs not to influence
the following test cases.

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