Title: [103622] trunk/Source/WebCore
Revision
103622
Author
[email protected]
Date
2011-12-23 04:49:31 -0800 (Fri, 23 Dec 2011)

Log Message

[BlackBerry] Add the BlackBerry specific pauseLoad(bool) to ResourceHandle
https://bugs.webkit.org/show_bug.cgi?id=75162

Reviewed by George Staikos.

The porting can be built now, no new tests so far.

* platform/network/ResourceHandle.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103621 => 103622)


--- trunk/Source/WebCore/ChangeLog	2011-12-23 12:05:46 UTC (rev 103621)
+++ trunk/Source/WebCore/ChangeLog	2011-12-23 12:49:31 UTC (rev 103622)
@@ -1,3 +1,14 @@
+2011-12-23  Leo Yang  <[email protected]>
+
+        [BlackBerry] Add the BlackBerry specific pauseLoad(bool) to ResourceHandle
+        https://bugs.webkit.org/show_bug.cgi?id=75162
+
+        Reviewed by George Staikos.
+
+        The porting can be built now, no new tests so far.
+
+        * platform/network/ResourceHandle.h:
+
 2011-12-23  Karl Koscher  <[email protected]>
 
         Give embedders a chance to handle postMessage calls

Modified: trunk/Source/WebCore/platform/network/ResourceHandle.h (103621 => 103622)


--- trunk/Source/WebCore/platform/network/ResourceHandle.h	2011-12-23 12:05:46 UTC (rev 103621)
+++ trunk/Source/WebCore/platform/network/ResourceHandle.h	2011-12-23 12:49:31 UTC (rev 103622)
@@ -191,6 +191,10 @@
     void setClient(ResourceHandleClient*);
 
     void setDefersLoading(bool);
+
+#if PLATFORM(BLACKBERRY)
+    void pauseLoad(bool);
+#endif
       
     ResourceRequest& firstRequest();
     const String& lastHTTPMethod() const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to