Summary: | regression: Konqueror crashes viewing main page of wikipedia | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Keith Neuse <cprgmswr2> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimsuz |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch |
Description
Keith Neuse
2007-09-08 21:48:11 UTC
Confirmed in KDE4 *** Bug 150061 has been marked as a duplicate of this bug. *** Created attachment 21680 [details]
Patch
Only render images ready to render
SVN commit 722147 by orlovich: - Fix painting code to not blow up on not-yet-loaded images, by deferring requesting scaling until everything is needed. Fixes crash on WP front page (149675) - Audit code for divide-by-zero possibilities; especially important since size limiting is coming next - Properly clone anim providers when scaling - Remove stale comments, declarations, TODOs, warnings - Some minor style fixes BUG:149675 M +6 -0 animprovider.cpp M +2 -2 animprovider.h M +28 -22 image.cpp M +2 -10 image.h M +5 -5 imageformat.h M +3 -3 imageloader.h M +1 -1 imageloaderprovider.h M +4 -11 imagemanager.h M +0 -4 imageowner.h M +31 -11 imagepainter.cpp M +4 -0 imagepainter.h M +1 -1 loaderdatabase.h M +4 -4 plane.h M +3 -0 scaledimageplane.h M +1 -1 tile.h M +4 -4 updater.cpp M +5 -4 updater.h WebSVN link: http://websvn.kde.org/?view=rev&revision=722147 |