[Webkit-unassigned] [Bug 10318] Reindeer crashes when started

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Aug 9 04:42:09 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10318





------- Comment #1 from ext-kari.pihkala at nokia.com  2006-08-09 04:42 PDT -------
I did a bit more investigations..

The second crash actually happens in CWebKitBridge::UserAgentForURL(). The line
190 at SubmitCallbackL() doesn't need to be commented out if the line 326
(webkitbridge.cpp) is modified as follows.

TPtrC CWebKitBridge::UserAgentForURL(
    const TDesC& /*aURL*/ )
    {
OLD>>  //return iFrame->WebKitView().WebKitControl().UserAgentStringL();
NEW>>  return _L("Reindeer");
    }

As a result, the homepage loads now fine after startup. Also, all web pages,
such as www.google.com work now (web pages didn't work before this, only local
pages).

So, in addition to HistoryController, it seems that there is something wrong
with the method UserAgentStringL(). 

I'm only posting the code changes so that you can see what makes the browser
work - I know they are NOT real bug fixes.


-- 
Configure bugmail: http://bugzilla.opendarwin.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