RESOLVED FIXED 75162
[BlackBerry] Add the BlackBerry specific pauseLoad(bool) to ResourceHandle
https://bugs.webkit.org/show_bug.cgi?id=75162
Summary [BlackBerry] Add the BlackBerry specific pauseLoad(bool) to ResourceHandle
Leo Yang
Reported 2011-12-22 22:25:36 PST
The BlackBerry port needs a porting specific function in ResourceHandle. +#if PLATFORM(BLACKBERRY) + void pauseLoad(bool); +#endif
Attachments
Patch (1.69 KB, patch)
2011-12-22 22:29 PST, Leo Yang
no flags
Leo Yang
Comment 1 2011-12-22 22:29:11 PST
WebKit Review Bot
Comment 2 2011-12-23 04:49:47 PST
Comment on attachment 120436 [details] Patch Clearing flags on attachment: 120436 Committed r103622: <http://trac.webkit.org/changeset/103622>
WebKit Review Bot
Comment 3 2011-12-23 04:49:51 PST
All reviewed patches have been landed. Closing bug.
Antonio Gomes
Comment 4 2011-12-24 11:17:55 PST
The changelog should definitively say it is needed, its use case, etc. For example, what is the difference between pauseLoad and deferLoad
Leo Yang
Comment 5 2011-12-25 17:58:08 PST
(In reply to comment #4) > The changelog should definitively say it is needed, its use case, etc. > > For example, what is the difference between pauseLoad and deferLoad Thanks Antonio, I'll add more explanation for this kind of porting specific change next time.
Note You need to log in before you can comment on or make changes to this bug.