WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
12422
[S60] Disabling Java/ECMA script on www.viamichelin.com crashes Browser
https://bugs.webkit.org/show_bug.cgi?id=12422
Summary
[S60] Disabling Java/ECMA script on www.viamichelin.com crashes Browser
Hong Zhao
Reported
2007-01-26 11:50:53 PST
TSW BugID: MHAE-6XQJ5V - Use case: Browsing on
http://www.viamichelin.com
(popular free site with maps & navigation instructions to Europe) - Steps to reproduce: 1. Load www.viamichelin.com 2. Go to Browser settings -> General -> set Java/ECMA script to Disabled - Actual outcome: Browser crashes when Java/ECMA script is disabled. - Expected outcome: Java/ECMA script can disabled without a crash.
Attachments
Fix the crash of disable JavaScript settings while the page is open.
(1.18 KB, patch)
2007-01-26 12:49 PST
,
Hong Zhao
zalan
: review-
Details
Formatted Diff
Diff
Fix the crash in disable JavaScript settings while the page is open in 3.1.
(1.22 KB, patch)
2007-01-26 12:53 PST
,
Hong Zhao
zalan
: review-
Details
Formatted Diff
Diff
Fix the crash of disable JavaScript settings while the page is open.
(1.72 KB, patch)
2007-01-29 07:26 PST
,
Hong Zhao
zalan
: review+
Details
Formatted Diff
Diff
Fix the crash of disable JavaScript settings while the page is open in 3.1m.
(1.72 KB, patch)
2007-01-29 07:34 PST
,
Hong Zhao
zalan
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Hong Zhao
Comment 1
2007-01-26 12:49:59 PST
Created
attachment 12692
[details]
Fix the crash of disable JavaScript settings while the page is open.
Hong Zhao
Comment 2
2007-01-26 12:53:01 PST
Created
attachment 12693
[details]
Fix the crash in disable JavaScript settings while the page is open in 3.1.
zalan
Comment 3
2007-01-28 20:01:08 PST
Comment on
attachment 12692
[details]
Fix the crash of disable JavaScript settings while the page is open. fix looks great but you dont have to declare the proxy variable unless you really use it. so either if (!KJSProxy::proxy(window->m_part)) { return; } or KJSProxy *proxy = KJSProxy::proxy(window->m_part); if (!proxy) { return; } ScriptInterpreter *interpreter = static_cast<ScriptInterpreter *>(proxy->interpreter());
zalan
Comment 4
2007-01-28 20:02:10 PST
Comment on
attachment 12693
[details]
Fix the crash in disable JavaScript settings while the page is open in 3.1. same here
Hong Zhao
Comment 5
2007-01-29 07:26:27 PST
Created
attachment 12739
[details]
Fix the crash of disable JavaScript settings while the page is open.
Hong Zhao
Comment 6
2007-01-29 07:34:34 PST
Created
attachment 12740
[details]
Fix the crash of disable JavaScript settings while the page is open in 3.1m.
zalan
Comment 7
2007-01-29 18:28:42 PST
Comment on
attachment 12739
[details]
Fix the crash of disable JavaScript settings while the page is open. r=me
zalan
Comment 8
2007-01-29 18:29:15 PST
Comment on
attachment 12740
[details]
Fix the crash of disable JavaScript settings while the page is open in 3.1m. r=me
zalan
Comment 9
2007-01-29 18:31:09 PST
3.1->
r19240
3.2->
r19241
Krishna
Comment 10
2007-02-09 13:30:39 PST
Verified and Closed.
Joel Parks
Comment 11
2011-03-21 11:53:02 PDT
re-purposing InTSW keyword for use by QtWebkit team
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