https://bugs.webkit.org/show_bug.cgi?id=81085
Reviewed by Rob Buis.
.:
* Source/cmake/OptionsBlackBerry.cmake:
* Source/cmakeconfig.h.cmake:
Source/WebKit/blackberry:
* Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::init):
Tools:
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111121
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-17 Charles Wei <charles.wei@torchmobile.com.cn>
+
+ [BlackBerry] Enable Web Timing for performance profiling and improvement.
+ https://bugs.webkit.org/show_bug.cgi?id=81085
+
+ Reviewed by Rob Buis.
+
+ * Source/cmake/OptionsBlackBerry.cmake:
+ * Source/cmakeconfig.h.cmake:
+
2012-03-16 Kihong Kwon <kihong.kwon@samsung.com>
Support for Battery Status API.
#if ENABLE(REQUEST_ANIMATION_FRAME)
m_page->windowScreenDidChange((PlatformDisplayID)0);
#endif
+
+#if ENABLE(WEB_TIMING)
+ m_page->settings()->setMemoryInfoEnabled(true);
+#endif
}
void WebPagePrivate::load(const char* url, const char* networkToken, const char* method, Platform::NetworkRequest::CachePolicy cachePolicy, const char* data, size_t dataLength, const char* const* headers, size_t headersLength, bool isInitial, bool mustHandleInternally, bool forceDownload, const char* overrideContentType)
+2012-03-17 Charles Wei <charles.wei@torchmobile.com.cn>
+
+ [BlackBerry] Enable Web Timing for performance profiling and improvement.
+ https://bugs.webkit.org/show_bug.cgi?id=81085
+
+ Reviewed by Rob Buis.
+
+ * Api/WebPage.cpp:
+ (BlackBerry::WebKit::WebPagePrivate::init):
+
2012-03-16 Arvid Nilsson <anilsson@rim.com>
[BlackBerry] Rename the existing WebPageCompositor class to WebPageCompositorPrivate
WEBKIT_FEATURE(ENABLE_VIDEO "Enable video" DEFAULT ON)
WEBKIT_FEATURE(ENABLE_VIEWPORT_REFLOW "Enable viewport reflow" DEFAULT ON)
WEBKIT_FEATURE(ENABLE_WEB_SOCKETS "Enable web sockets" DEFAULT ON)
+WEBKIT_FEATURE(ENABLE_WEB_TIMING "Enable web timing" DEFAULT ON)
WEBKIT_FEATURE(ENABLE_WML "Enable WML" DEFAULT OFF)
WEBKIT_FEATURE(ENABLE_WORKERS "Enable workers" DEFAULT ON)
WEBKIT_FEATURE(ENABLE_XHTMLMP "Enable XHTMLMP" DEFAULT OFF)
#cmakedefine01 ENABLE_VIDEO
#cmakedefine01 ENABLE_WEBGL
#cmakedefine01 ENABLE_WEB_SOCKETS
+#cmakedefine01 ENABLE_WEB_TIMING
#cmakedefine01 ENABLE_WORKERS
#cmakedefine01 ENABLE_XSLT
+2012-03-17 Charles Wei <charles.wei@torchmobile.com.cn>
+
+ [BlackBerry] Enable Web Timing for performance profiling and improvement.
+ https://bugs.webkit.org/show_bug.cgi?id=81085
+
+ Reviewed by Rob Buis.
+
+ * Scripts/build-webkit:
+
2012-03-17 Dominik Röttsches <dominik.rottsches@linux.intel.com>
Add a dependencies installation step for EFL to buildbot master.cfg
define => "ENABLE_WEB_SOCKETS", default => 1, value=> \$webSocketsSupport },
{ option => "web-timing", desc => "Toggle Web Timing support",
- define => "ENABLE_WEB_TIMING", default => 0, value=> \$webTimingSupport },
+ define => "ENABLE_WEB_TIMING", default => isBlackBerry(), value=> \$webTimingSupport },
{ option => "workers", desc => "Toggle Web Workers support",
define => "ENABLE_WORKERS", default => (isAppleWebKit() || isGtk() || isBlackBerry() || isEfl()), value => \$workersSupport },