[Webkit-unassigned] [Bug 16482] hook up ICU's encoding detector and add a boolean param to Settings and WebPreferences

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 2 03:39:38 PDT 2008


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





------- Comment #10 from eric at webkit.org  2008-08-02 03:39 PDT -------
Created an attachment (id=22617)
 --> (https://bugs.webkit.org/attachment.cgi?id=22617&action=view)
Updated copy of Jungshik's patch which compiles and links on ToT

 WebCore/WebCore.base.exp                      |    3 +-
 WebCore/icu/unicode/ucsdet.h                  |  350 +++++++++++++++++++++++++
 WebCore/loader/FrameLoader.cpp                |    5 +-
 WebCore/loader/TextResourceDecoder.cpp        |   31 ++-
 WebCore/loader/TextResourceDecoder.h          |    8 +-
 WebCore/page/Settings.cpp                     |    6 +
 WebCore/page/Settings.h                       |    4 +
 WebKit/mac/WebView/WebPreferenceKeysPrivate.h |    1 +
 WebKit/mac/WebView/WebPreferences.mm          |   11 +
 WebKit/mac/WebView/WebPreferencesPrivate.h    |    3 +
 WebKit/mac/WebView/WebView.mm                 |    1 +
 11 files changed, 417 insertions(+), 6 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list