⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Aug 8, 2006:

2:11 PM Changeset in webkit [15822] by zbujtas
  • 2 edits in S60/trunk/MemoryManager

2006-08-08 yongjzha <yongjun.zhang@nokia.com>

Reviewed by Zalan

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


  • Src/fast_malloc.cpp: (close_mem_pool): (ChunkClosingUtil::~ChunkClosingUtil):
1:53 PM Changeset in webkit [15821] by zbujtas
  • 7 edits in S60/trunk

2006-08-08 w3liu <wei.liu@nokia.com>

Reviewed by Zalan.

Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10294
text decoding problem for www.yaplog.cn and www.sogou.com

  • BrowserView/inc/BrowserSettingsContainer.h:
  • BrowserView/src/BrowserSettingsContainer.cpp: (CBrowserSettingsContainer::InsertDefaultSettingsL):
  • ChangeLog:
12:57 PM Changeset in webkit [15820] by zbujtas
  • 4 edits in S60/trunk/WebKit

2006-08-08 bujtas <zbujtas@gmail.com>

Reviewed by Sriram.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10305
Turn off tabbed navigation when the pageoverview is on

  • BrowserView/src/KeyEventHandler.cpp: (CKeyEventHandler::NavigateWithCursor):
  • BrowserView/src/WebKitCursor.cpp: (CWebKitCursor::CursorUpdate):
  • BrowserView/src/WebKitView.cpp: (CWebKitView::CWebKitView): (CWebKitView::ConstructL): (CWebKitView::SetCurrentZoomLevelIndex): (CWebKitView::ZoomLevelChanged): (CWebKitView::TouchScrolling): (CWebKitView::Draw): (CWebKitView::ScrollAndMoveCursor): (CWebKitView::FindNextSmartLink):
12:28 PM Changeset in webkit [15819] by rwlbuis
  • 33 edits
    2 adds
    1 delete in trunk

Reviewed by Darin.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10230
SVGDOMImplementation should die (and be rolled into DOMImplementation)

Delete SVGDOMImplementation and references to it. The
svg specific functionality is now in DOMImplementation.

11:56 AM Changeset in webkit [15818] by zbujtas
  • 2 edits in S60/trunk/S60Internals

2006-08-08 zbujtas <zbujtas@gmail.com>

add one more Download Manager include file:
\epoc32\include\DownloadMgrCRKeys.h


  • S60Headers.zip:
8:12 AM Changeset in webkit [15817] by zbujtas
  • 2 edits in S60/trunk/WebKit

2006-08-07 yongjzha <yongjun.zhang@nokia.com>

Reviewed by Zalan.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10296
Horizontal wrapping from TFastWrapUtil starts from wrong offset.

  • BrowserCore/Renderers/inc/BitmapTiler.h: (TFastWrapUtil::operator++):
7:54 AM Changeset in webkit [15816] by zbujtas
  • 2 edits in S60/trunk/S60Internals
12:28 AM Changeset in webkit [15815] by beidson
  • 12 edits
    2 adds in trunk

WebCore:

Reviewed by Anders and John

Icons can now refresh when new data is sent from WebKit, both on disk and in memory

  • bridge/mac/WebCoreIconDatabaseBridge.h:
  • bridge/mac/WebCoreIconDatabaseBridge.mm: (WebCore::IconDatabase::loadIconFromURL): Allows WebCore/Kit to kick off a load outside of any greater context (-[WebCoreIconDatabaseBridge isIconExpiredForIconURL:]): (-[WebCoreIconDatabaseBridge isIconExpiredForPageURL:]): Allows WebKit to get whether or not an icon has expired
  • loader/icon/IconDatabase.cpp: (WebCore::IconDatabase::recreateDatabase): Changed database schema slightly (WebCore::IconDatabase::createPrivateTables): Changed database schema slightly (WebCore::IconDatabase::iconForPageURL): (WebCore::IconDatabase::isIconExpiredForIconURL): Get if an icon has expired (WebCore::IconDatabase::isIconExpiredForPageURL): Get if an icon has expired (WebCore::IconDatabase::setIconDataForIconURL): Force a refresh of the in memory image when new icon data is loaded (WebCore::IconDatabase::setIconURLForPageURL): added a check for null iconID
  • loader/icon/IconDatabase.h: added/changed some methods
  • loader/icon/SiteIcon.cpp: (SiteIcon::getImage): simplified/removed debugging code (SiteIcon::manuallySetImageData): allow the image data to be changed when new icon data is loaded

WebKit:

Reviewed by Anders and John

  • Misc/WebIconDatabase.m: (-[WebIconDatabase init]): (-[WebIconDatabase isIconExpiredForIconURL:]): Get if an icon expired (-[WebIconDatabase isIconExpiredForPageURL:]): Ditto (-[WebIconDatabase _setIconURL:forURL:]): (-[WebIconDatabase _sendNotificationForURL:]): Moved to WebKitPendingPublic for use outside of WebIconDatabase (-[WebIconDatabase loadIconFromURL:]): Allow a load outside the context of a page load
  • Misc/WebIconDatabasePrivate.h:
  • Misc/WebIconLoader.m: (-[WebIconLoader didFinishLoading]): fixed up the "flipping the switch" #defs a bit (-[WebIconLoader willSendRequest:redirectResponse:]): override to allow a load outside of the context of a page load
  • WebCoreSupport/WebIconDatabaseBridge.h: Added.
  • WebCoreSupport/WebIconDatabaseBridge.m: Added. (-[WebIconDatabaseBridge init]): (-[WebIconDatabaseBridge dealloc]): (-[WebIconDatabaseBridge loadIconFromURL:]): Kick off a load on an icon outside of the context of any page load (-[WebIconDatabaseBridge _setIconData:forIconURL:]): WebKit side of bridge method (-[WebIconDatabaseBridge _setHaveNoIconForIconURL:]): WebKit side of bridge method (-[WebIconDatabaseBridge releaseCachedLoaderForIconURL:]): (+[WebIconDatabaseBridge sharedBridgeInstance]): Moved this from WebCore to WebKit so both sides of the bridge get the WebKit version
  • WebKit.xcodeproj/project.pbxproj: Added some files
  • WebView/WebDataSource.m: (-[WebDataSource _loadIcon]): Added check for reload/expired icon to force a load even if we already have it

Aug 7, 2006:

3:56 PM Changeset in webkit [15814] by zbujtas
  • 3 edits in S60/trunk/WebKit

2006-08-07 ligman <joseph.ligman@nokia.com>

Reviewed by Yongjun.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10260
Browser crashes when trying to cancel a saved page refresh from options menu
Added a flag as to indicate the user has canceled the refresh of a saved page and
therefore the page should not be regenerated


  • BrowserView/inc/WebKitControl.h:
  • BrowserView/src/WebKitControl.cpp: (CWebKitControl::CWebKitControl): (CWebKitControl::PageInfoLC): (CWebKitControl::HandleLoaderCommandL): (CWebKitControl::LoadUrlL): (CWebKitControl::IncrementProgressForLoadStart): (CWebKitControl::ResetProgress): (CWebKitControl::FinalProgressComplete):
3:50 PM Changeset in webkit [15813] by zbujtas
  • 2 edits in S60/trunk/WebCore

2006-08-07 yadavall <sriram.yadavalli@nokia.com>

Reviewed by Zalan Bujtas

WARNING: NO TEST CASES ADDED OR CHANGED


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

  • kwq/KWQKHTMLPart.cpp: (KWQKHTMLPart::getNewTabbedCursorPosition): (KWQKHTMLPart::tabbedNavigation):
3:47 PM Changeset in webkit [15812] by zbujtas
  • 3 edits in S60/trunk/WebCore

2006-08-07 yadavall <sriram.yadavalli@nokia.com>

Reviewed by Zalan Bujtas

WARNING: NO TEST CASES ADDED OR CHANGED


Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10195

  • kwq/KWQPainter.cpp: (QPainter::xForm): (QPainter::drawFocusRing):
  • kwq/KWQPainter.h:
3:31 PM Changeset in webkit [15811] by zbujtas
  • 3 edits in S60/trunk/WebKit

2006-08-05 spaltis <Stanislav.Paltis@nokia.com>

Reviewed by Yongjun.

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

Unfinished download should be visible in the download list,
before connection is established.

  • ResourceLoader/inc/HttpDownloadObserver.h:
  • ResourceLoader/src/HttpDownloadObserver.cpp: (CHttpDownloadObserver::~CHttpDownloadObserver): (CHttpDownloadObserver::ConstructL): (CHttpDownloadObserver::DlMgrInitCB): (CHttpDownloadObserver::InitDownloadMgrL): (CHttpDownloadObserver::HandleDMgrEventL): (CHttpDownloadObserver::HandleDMgrCompletedEventL):
Note: See TracTimeline for information about the timeline view.