Changeset 22701 in webkit


Ignore:
Timestamp:
Dec 19, 2006 5:37:22 PM (17 years ago)
Author:
aliceli1
Message:

In r11349 I accidentally checked in my local change to the user agent.
Here I am changing it back to what it used to be.

  • WebView.cpp: (WebView::userAgentForKURL):
Location:
branches/WindowsMerge/WebKitWin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WindowsMerge/WebKitWin/ChangeLog

    r22699 r22701  
     12006-12-19  Alice Liu  <alice.liu@apple.com>
     2
     3        In r11349 I accidentally checked in my local change to the user agent. 
     4        Here I am changing it back to what it used to be.
     5
     6        * WebView.cpp:
     7        (WebView::userAgentForKURL):
     8
    192006-12-19  Alice Liu  <alice.liu@apple.com>
    210
  • branches/WindowsMerge/WebKitWin/WebView.cpp

    r22690 r22701  
    14501450
    14511451    if (!m_userAgentStandard.length())
    1452 //        m_userAgentStandard = String::format("Mozilla/5.0 (Windows; U; %s; %s) AppleWebKit/%s (KHTML, like Gecko)%s%s", osVersion().latin1().data(), language().latin1().data(), webKitVersion().latin1().data(), (m_applicationName.length() ? " " : ""), m_applicationName.latin1().data());
    1453         m_userAgentStandard = String::format("Mozilla/5.0 (Macintosh; U; Intel Mac OS X; %s) AppleWebKit/%s (KHTML, like Gecko) Safari/521.31", language().latin1().data(), webKitVersion().latin1().data(), (m_applicationName.length() ? " " : ""), m_applicationName.latin1().data(), osVersion().latin1().data());
     1452        m_userAgentStandard = String::format("Mozilla/5.0 (Windows; U; %s; %s) AppleWebKit/%s (KHTML, like Gecko)%s%s", osVersion().latin1().data(), language().latin1().data(), webKitVersion().latin1().data(), (m_applicationName.length() ? " " : ""), m_applicationName.latin1().data());
    14541453    return m_userAgentStandard;
    14551454}
Note: See TracChangeset for help on using the changeset viewer.