[Webkit-unassigned] [Bug 26694] should we scan beyond 1kB for meta charset?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 20:32:56 PST 2012


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


yosin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yosin at chromium.org




--- Comment #7 from yosin at chromium.org  2012-02-07 20:32:56 PST ---
I ran mapreduce and got following result:

Posn    %Docs   %Coverage
<=1,024  94.80%  94.80%
<=2,048  3.71%   98.50%
<=3,072  0.72%   99.22%
<=4,096  0.26%   99.48%
<=5,120  0.13%   99.61%
<=6,144  0.05%   99.66%
<=7,168  0.03%   99.69%
<=8,192  0.03%   99.72%
<=9,216  0.02%   99.75%
<=10,240 0.07%   99.82%

As you see, if we increase limit to 3072, we can cover 99.22% of the Internet.

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