WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
56946
[Qt][Symbian] Fix Api test failure -- tst_QWebFrame::setHtmlWithBaseURL
https://bugs.webkit.org/show_bug.cgi?id=56946
Summary
[Qt][Symbian] Fix Api test failure -- tst_QWebFrame::setHtmlWithBaseURL
Yi Shen
Reported
2011-03-23 12:11:21 PDT
tst_QWebFrame::setHtmlWithBaseURL tries to load an image resource from a particular path, while, this resource doesn't exist under symbian environment. Will provide a patch soon.
Attachments
first try
(1.23 KB, patch)
2011-03-23 12:14 PDT
,
Yi Shen
no flags
Details
Formatted Diff
Diff
proposed fix
(1.27 KB, patch)
2011-03-24 07:42 PDT
,
Yi Shen
no flags
Details
Formatted Diff
Diff
updated with Siddharth's suggestion
(705 bytes, patch)
2011-04-05 09:50 PDT
,
Yi Shen
no flags
Details
Formatted Diff
Diff
fix the changlog
(1.30 KB, patch)
2011-04-05 09:53 PDT
,
Yi Shen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Yi Shen
Comment 1
2011-03-23 12:14:43 PDT
Created
attachment 86661
[details]
first try
Yi Shen
Comment 2
2011-03-24 07:42:42 PDT
Created
attachment 86772
[details]
proposed fix
Kenneth Rohde Christiansen
Comment 3
2011-03-24 11:42:46 PDT
Comment on
attachment 86772
[details]
proposed fix Why dont other platforms need this?
Yi Shen
Comment 4
2011-03-25 11:43:23 PDT
(In reply to
comment #3
)
> (From update of
attachment 86772
[details]
) > Why dont other platforms need this?
For desktop env like Linux, Windows, they don't need this. For other mobile env like Meego, Maemo, they may need to add a similar, platform-dependent patch. It would be good to be done in a separated bug. Thanks!
Siddharth Mathur
Comment 5
2011-03-26 13:56:13 PDT
(In reply to
comment #2
)
> Created an attachment (id=86772) [details] > proposed fix
If the .png and other content can be loaded from a qrc:// URL as part of the test, then we should prefer that. I.e add to qmake's RESOURCES list. If the test requires loading a file from local disk, then we should install the .png within c:\private\UID3ofTestRunnerEXE\ , and not in C:\resource
Yi Shen
Comment 6
2011-04-05 09:50:08 PDT
Created
attachment 88258
[details]
updated with Siddharth's suggestion
Yi Shen
Comment 7
2011-04-05 09:53:29 PDT
Created
attachment 88261
[details]
fix the changlog
Tor Arne Vestbø
Comment 8
2011-04-26 15:43:37 PDT
Comment on
attachment 88261
[details]
fix the changlog lgtm
WebKit Commit Bot
Comment 9
2011-04-26 16:19:04 PDT
Comment on
attachment 88261
[details]
fix the changlog Clearing flags on attachment: 88261 Committed
r84974
: <
http://trac.webkit.org/changeset/84974
>
WebKit Commit Bot
Comment 10
2011-04-26 16:19:09 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug