Title: [116318] trunk/Source/WebKit/blackberry
Revision
116318
Author
[email protected]
Date
2012-05-07 10:32:20 -0700 (Mon, 07 May 2012)

Log Message

[BlackBerry] Add methods need by client side
https://bugs.webkit.org/show_bug.cgi?id=85661

Patch by Crystal Zhang <[email protected]> on 2012-05-07
Reviewed by Antonio Gomes.

Add methods needed by client side when create and close HTML popup dialogs.
PR 154360

* Api/WebPageClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/Api/WebPageClient.h (116317 => 116318)


--- trunk/Source/WebKit/blackberry/Api/WebPageClient.h	2012-05-07 17:32:10 UTC (rev 116317)
+++ trunk/Source/WebKit/blackberry/Api/WebPageClient.h	2012-05-07 17:32:20 UTC (rev 116318)
@@ -251,6 +251,8 @@
     virtual void clearCache() = 0;
 
     virtual bool hasKeyboardFocus() = 0;
+    virtual void createPopupWebView(const Platform::IntRect& webViewRect) = 0;
+    virtual void closePopupWebView() = 0;
 };
 } // namespace WebKit
 } // namespace BlackBerry

Modified: trunk/Source/WebKit/blackberry/ChangeLog (116317 => 116318)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-05-07 17:32:10 UTC (rev 116317)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-05-07 17:32:20 UTC (rev 116318)
@@ -1,3 +1,15 @@
+2012-05-07  Crystal Zhang  <[email protected]>
+
+        [BlackBerry] Add methods need by client side
+        https://bugs.webkit.org/show_bug.cgi?id=85661
+
+        Reviewed by Antonio Gomes.
+
+        Add methods needed by client side when create and close HTML popup dialogs.
+        PR 154360
+
+        * Api/WebPageClient.h:
+
 2012-05-06  Mary Wu  <[email protected]>
 
         [BlackBerry] Support html5 download attribute.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to