Title: [127962] trunk/Source/WebKit/blackberry
Revision
127962
Author
[email protected]
Date
2012-09-07 23:49:57 -0700 (Fri, 07 Sep 2012)

Log Message

[BlackBerry] Remove browser from the build info page
https://bugs.webkit.org/show_bug.cgi?id=96162

Patch by Ming Xie <[email protected]> on 2012-09-07
Reviewed by George Staikos.
Internal reviewed by Jeff Rogers.

WebKit build should not have the build info for browser which is
built on top of webkit.

* WebKitSupport/AboutData.cpp:
(BlackBerry::WebKit::buildPage):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (127961 => 127962)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-09-08 06:21:06 UTC (rev 127961)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-09-08 06:49:57 UTC (rev 127962)
@@ -1,3 +1,18 @@
+2012-09-07  Ming Xie  <[email protected]>
+
+
+        [BlackBerry] Remove browser from the build info page
+        https://bugs.webkit.org/show_bug.cgi?id=96162
+
+        Reviewed by George Staikos.
+        Internal reviewed by Jeff Rogers.
+
+        WebKit build should not have the build info for browser which is
+        built on top of webkit.
+
+        * WebKitSupport/AboutData.cpp:
+        (BlackBerry::WebKit::buildPage):
+
 2012-09-07  Yongxin Dai  <[email protected]>
 
         [BlackBerry] Initialize caret rectangle with invalid location

Modified: trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp (127961 => 127962)


--- trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp	2012-09-08 06:21:06 UTC (rev 127961)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp	2012-09-08 06:49:57 UTC (rev 127962)
@@ -493,7 +493,6 @@
     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

Reply via email to