Changeset 107863 in webkit


Ignore:
Timestamp:
Feb 15, 2012 6:02:33 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream WebPageClient.h
https://bugs.webkit.org/show_bug.cgi?id=78660

Reviewed by Antonio Gomes.

Source/WebCore:

Header inclusion fix, no new test.

  • plugins/blackberry/PluginViewPrivateBlackBerry.h:

Add #include <BlackBerryPlatformIntRectRegion.h>
and #include <BlackBerryPlatformGraphics.h> because they
are being removed from WebKit/blackberry/Api/WebPageClient.h.

Source/WebKit:

Initial upstreaming, no new tests.

  • blackberry/Api/BackingStore.cpp: Add #include <BlackBerryPlatformWindow.h> because this inclusion

is being removed from WebPageClient.h.

  • blackberry/Api/WebPageClient.h: Added.
  • blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp: Add #include <BlackBerryPlatformWindow.h>

because this inclusion is being removed from WebPageClient.h.

Location:
trunk/Source
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r107862 r107863  
     12012-02-15  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream WebPageClient.h
     4        https://bugs.webkit.org/show_bug.cgi?id=78660
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Header inclusion fix, no new test.
     9
     10        * plugins/blackberry/PluginViewPrivateBlackBerry.h:
     11        Add #include <BlackBerryPlatformIntRectRegion.h>
     12        and #include <BlackBerryPlatformGraphics.h> because they
     13        are being removed from WebKit/blackberry/Api/WebPageClient.h.
     14
    1152012-02-15  Tim Horton  <timothy_horton@apple.com>
    216
  • trunk/Source/WebCore/plugins/blackberry/PluginViewPrivateBlackBerry.h

    r101689 r107863  
    2121
    2222#include "PluginView.h"
     23
     24#include <BlackBerryPlatformGraphics.h>
     25#include <BlackBerryPlatformIntRectRegion.h>
    2326#include <pthread.h>
    2427
  • trunk/Source/WebKit/ChangeLog

    r107855 r107863  
     12012-02-15  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream WebPageClient.h
     4        https://bugs.webkit.org/show_bug.cgi?id=78660
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Initial upstreaming, no new tests.
     9
     10        * blackberry/Api/BackingStore.cpp: Add #include <BlackBerryPlatformWindow.h> because this inclusion
     11        is being removed from WebPageClient.h.
     12        * blackberry/Api/WebPageClient.h: Added.
     13        * blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp: Add #include <BlackBerryPlatformWindow.h>
     14        because this inclusion is being removed from WebPageClient.h.
     15
    1162012-02-15  Rob Buis  <rbuis@rim.com>
    217
  • trunk/Source/WebKit/blackberry/Api/BackingStore.cpp

    r107737 r107863  
    4040#include <BlackBerryPlatformMessage.h>
    4141#include <BlackBerryPlatformMessageClient.h>
     42#include <BlackBerryPlatformWindow.h>
    4243
    4344#include <wtf/CurrentTime.h>
  • trunk/Source/WebKit/blackberry/WebCoreSupport/ChromeClientBlackBerry.cpp

    r107033 r107863  
    6262#include "WebString.h"
    6363#include "WindowFeatures.h"
     64
    6465#include <BlackBerryPlatformLog.h>
    6566#include <BlackBerryPlatformSettings.h>
     67#include <BlackBerryPlatformWindow.h>
    6668
    6769#define DEBUG_OVERFLOW_DETECTION 0
Note: See TracChangeset for help on using the changeset viewer.