Title: [127445] trunk/Source/WebKit/blackberry
- Revision
- 127445
- Author
- [email protected]
- Date
- 2012-09-04 01:38:04 -0700 (Tue, 04 Sep 2012)
Log Message
[BlackBerry] Add webplatform and browser to build info
https://bugs.webkit.org/show_bug.cgi?id=95715
Reviewed by George Staikos.
PR# 202102
* WebKitSupport/AboutData.cpp:
(BlackBerry::WebKit::buildPage):
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/ChangeLog (127444 => 127445)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-09-04 08:27:24 UTC (rev 127444)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-09-04 08:38:04 UTC (rev 127445)
@@ -1,3 +1,15 @@
+2012-09-04 Mary Wu <[email protected]>
+
+ [BlackBerry] Add webplatform and browser to build info
+ https://bugs.webkit.org/show_bug.cgi?id=95715
+
+ Reviewed by George Staikos.
+
+ PR# 202102
+
+ * WebKitSupport/AboutData.cpp:
+ (BlackBerry::WebKit::buildPage):
+
2012-08-31 Jacky Jiang <[email protected]>
[BlackBerry] ASSERT failure in RenderBlock::checkPositionedObjectsNeedLayout
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp (127444 => 127445)
--- trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp 2012-09-04 08:27:24 UTC (rev 127444)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp 2012-09-04 08:38:04 UTC (rev 127445)
@@ -505,6 +505,8 @@
result.append(String(BlackBerry::Platform::BUILDINFO_WEBKIT));
result.append(String(BlackBerry::Platform::BUILDINFO_PLATFORM));
result.append(String(BlackBerry::Platform::BUILDINFO_LIBWEBVIEW));
+ result.append(String(BlackBerry::Platform::BUILDINFO_WEBPLATFORM));
+ result.append(String(BlackBerry::Platform::BUILDINFO_BROWSER));
result.append(String("</body></html>"));
return result;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes