Bug 11665 - [S60] Text decoder regression in S60 browser
Summary: [S60] Text decoder regression in S60 browser
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 420+
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-21 07:39 PST by Wei Liu
Modified: 2011-03-21 11:52 PDT (History)
1 user (show)

See Also:


Attachments
initialize the iQTextDecoder to null. (1.31 KB, patch)
2006-11-21 08:03 PST, Wei Liu
yongjun.zhang: review+
Details | Formatted Diff | Diff
3.2 main branch changes (3.82 KB, patch)
2006-11-22 11:52 PST, Wei Liu
yongjun.zhang: review+
Details | Formatted Diff | Diff
3.1 additional fixes, such as using makeDecoder in fromUnicode, etc. (3.32 KB, patch)
2006-11-22 11:54 PST, Wei Liu
yongjun.zhang: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wei Liu 2006-11-21 07:39:34 PST
A new member iQTextDecoder was introduced in QTextCodec class, however, it's not properly initialized (nulled). Since QTextCodec does not derive from CBase, its members will not be automatically nulled. This problem may cause potential crashes on websites which javascript needs char converted.
Comment 1 Wei Liu 2006-11-21 07:42:04 PST
The TSW error ID for this bug is WLIU-6VQSPD.
This regression is caused by fix for bug 11486. 
Comment 2 Wei Liu 2006-11-21 08:03:42 PST
Created attachment 11596 [details]
initialize the iQTextDecoder to null.
Comment 3 Yongjun Zhang 2006-11-21 08:08:10 PST
Comment on attachment 11596 [details]
initialize the iQTextDecoder to null.

r=me
Comment 4 Bradley Morrison 2006-11-21 08:32:49 PST
please create s60webkit bugs with the correct attributes - we share this database with a lot of people not working on s60webkit!

See the bus submission template linked from: 

http://trac.webkit.org/projects/webkit/wiki/S60Buzilla
Comment 5 zalan 2006-11-22 07:59:31 PST
r17875
Comment 6 Wei Liu 2006-11-22 11:52:33 PST
Created attachment 11611 [details]
3.2 main branch changes
Comment 7 Wei Liu 2006-11-22 11:54:17 PST
Created attachment 11612 [details]
3.1 additional fixes, such as using makeDecoder in fromUnicode, etc.
Comment 8 Yongjun Zhang 2006-11-22 12:09:45 PST
Comment on attachment 11611 [details]
3.2 main branch changes

r=me
Comment 9 Yongjun Zhang 2006-11-22 12:10:07 PST
Comment on attachment 11612 [details]
3.1 additional fixes, such as using makeDecoder in fromUnicode, etc.

r=me
Comment 10 zalan 2006-11-26 13:07:55 PST
3.2 -> r17881
3.1m -> r17882
Comment 11 Krishna 2006-11-30 13:53:46 PST
Verified and Closed.
Comment 12 Joel Parks 2011-03-21 11:52:50 PDT
re-purposing InTSW keyword for use by QtWebkit team