[Webkit-unassigned] [Bug 76895] New: Adding Chromium feature to turn on encoding detector from response

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 21:55:30 PST 2012


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

           Summary: Adding Chromium feature to turn on encoding detector
                    from response
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keishi at webkit.org


The second half of the patch for the encoding detector infobar feature.
https://bugs.webkit.org/show_bug.cgi?id=75594

We need to remember if users had turned on the encoding detector in the past, so we don't show the infobar too frequently.
And we decided to implement it by adding a field(needsEncodingDetection) in the resource response.

Chromium will turn the flag on for resources that need encoding detection. The WebKit side should look at that flag and temporarily turn on the encoding detector for that resource.

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