Bug 89507 - [BlackBerry] Missing notifyContentRendered() when resuming rendering
Summary: [BlackBerry] Missing notifyContentRendered() when resuming rendering
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jakob Petsovits
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 13:33 PDT by Jakob Petsovits
Modified: 2012-06-19 15:48 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2012-06-19 13:38 PDT, Jakob Petsovits
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Petsovits 2012-06-19 13:33:04 PDT
If rendering without a backing store, we're forgetting to issue a notifyContentRendered() call because the forced rerendering in resumeBackingStore() doesn't go through the RenderQueue where all other calls to notifyContentRendered() currently sit. The patch below fixes this by adding a notification where it's necessary.
Comment 1 Jakob Petsovits 2012-06-19 13:38:35 PDT
Created attachment 148407 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-19 15:48:19 PDT
Comment on attachment 148407 [details]
Patch

Clearing flags on attachment: 148407

Committed r120763: <http://trac.webkit.org/changeset/120763>
Comment 3 WebKit Review Bot 2012-06-19 15:48:24 PDT
All reviewed patches have been landed.  Closing bug.