Bug 75162

Summary: [BlackBerry] Add the BlackBerry specific pauseLoad(bool) to ResourceHandle
Product: WebKit Reporter: Leo Yang <leo.yang>
Component: PlatformAssignee: Leo Yang <leo.yang>
Status: RESOLVED FIXED    
Severity: Normal CC: charles.wei, rwlbuis, staikos, tonikitoo, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Leo Yang 2011-12-22 22:25:36 PST
The BlackBerry port needs a porting specific function in ResourceHandle.

+#if PLATFORM(BLACKBERRY)
+    void pauseLoad(bool);
+#endif
Comment 1 Leo Yang 2011-12-22 22:29:11 PST
Created attachment 120436 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-12-23 04:49:51 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Antonio Gomes 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
Comment 5 Leo Yang 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.