Changeset 116318 in webkit


Ignore:
Timestamp:
May 7, 2012 10:32:20 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Crystal Zhang <haizhang@rim.com> 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:
Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/Api/WebPageClient.h

    r115728 r116318  
    252252
    253253    virtual bool hasKeyboardFocus() = 0;
     254    virtual void createPopupWebView(const Platform::IntRect& webViewRect) = 0;
     255    virtual void closePopupWebView() = 0;
    254256};
    255257} // namespace WebKit
  • trunk/Source/WebKit/blackberry/ChangeLog

    r116265 r116318  
     12012-05-07  Crystal Zhang  <haizhang@rim.com>
     2
     3        [BlackBerry] Add methods need by client side
     4        https://bugs.webkit.org/show_bug.cgi?id=85661
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Add methods needed by client side when create and close HTML popup dialogs.
     9        PR 154360
     10
     11        * Api/WebPageClient.h:
     12
    1132012-05-06  Mary Wu  <mary.wu@torchmobile.com.cn>
    214
Note: See TracChangeset for help on using the changeset viewer.