Changeset 127445 in webkit


Ignore:
Timestamp:
Sep 4, 2012 1:38:04 AM (12 years ago)
Author:
mary.wu@torchmobile.com.cn
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):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/ChangeLog

    r127326 r127445  
     12012-09-04  Mary Wu  <mary.wu@torchmobile.com.cn>
     2
     3        [BlackBerry] Add webplatform and browser to build info
     4        https://bugs.webkit.org/show_bug.cgi?id=95715
     5
     6        Reviewed by George Staikos.
     7
     8        PR# 202102
     9
     10        * WebKitSupport/AboutData.cpp:
     11        (BlackBerry::WebKit::buildPage):
     12
    1132012-08-31  Jacky Jiang  <zhajiang@rim.com>
    214
  • trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp

    r127325 r127445  
    506506    result.append(String(BlackBerry::Platform::BUILDINFO_PLATFORM));
    507507    result.append(String(BlackBerry::Platform::BUILDINFO_LIBWEBVIEW));
     508    result.append(String(BlackBerry::Platform::BUILDINFO_WEBPLATFORM));
     509    result.append(String(BlackBerry::Platform::BUILDINFO_BROWSER));
    508510    result.append(String("</body></html>"));
    509511
Note: See TracChangeset for help on using the changeset viewer.