WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
11566
[S60] OSS Browser: Crash when getting the currently in-use Access Point Id via the BrCtl Interface
https://bugs.webkit.org/show_bug.cgi?id=11566
Summary
[S60] OSS Browser: Crash when getting the currently in-use Access Point Id vi...
Sachin Padma
Reported
2006-11-10 11:54:26 PST
The WebEngine panic when currently in use APId is retrieved from the Application (i.e. Music Shop) using the following API TUint32 curIAPId = iApiProvider.BrCtlInterface().BrowserSettingL( TBrCtlDefs::ESettingsApId ); Remarks: This line has been used without any problem on S60 3.0. [Preconditions] 1. Access point is created 2. Webpage is already launched in Browser View [Step to Reproduce] 1. Create Browser Control iBrCtlInterface = CreateBrowserControlL(); iBrCtlInterface->SetBrowserSettingL(TBrCtlDefs::ESettingsApId, ap ); 2. Load the URL 3. Then later, get the ApId, at this point, the WebEngine should have the info of ApId to return, TUint32 curIAPId = iApiProvider.BrCtlInterface().BrowserSettingL( TBrCtlDefs::ESettingsApId ); [Actual Result] WebEngine crashed [Expected Result] ApId can return to application without crash.
Attachments
fix browser crash
(3.14 KB, patch)
2006-11-10 12:09 PST
,
Sachin Padma
yongjun.zhang
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sachin Padma
Comment 1
2006-11-10 11:54:48 PST
TSW ID: SKWK-6VDV28
Sachin Padma
Comment 2
2006-11-10 12:09:09 PST
Created
attachment 11465
[details]
fix browser crash
Yongjun Zhang
Comment 3
2006-11-10 12:50:34 PST
Comment on
attachment 11465
[details]
fix browser crash r=me
Sachin Padma
Comment 4
2006-11-10 13:09:29 PST
committed as
r17706
Sachin Padma
Comment 5
2006-11-10 13:16:04 PST
3.1m -> 17707
Joel Parks
Comment 6
2011-03-21 11:52:47 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