Changeset 117524 in webkit


Ignore:
Timestamp:
May 17, 2012 6:40:56 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Linux amd64 platform reported as i686
https://bugs.webkit.org/show_bug.cgi?id=86778
http://code.google.com/p/chromium/issues/detail?id=128167

Remove the old hard-coded gyp define and allow the more recent (but
still quite old) code in Source/WebCore/page/NavigatorBase.cpp to take
precedence and detect this at runtime.

Patch by Michael Moss <mmoss@chromium.org> on 2012-05-17
Reviewed by Tony Chang.

No new tests because it's hardware dependent.

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r117521 r117524  
     12012-05-17  Michael Moss  <mmoss@chromium.org>
     2
     3        Linux amd64 platform reported as i686
     4        https://bugs.webkit.org/show_bug.cgi?id=86778
     5        http://code.google.com/p/chromium/issues/detail?id=128167
     6
     7        Remove the old hard-coded gyp define and allow the more recent (but
     8        still quite old) code in Source/WebCore/page/NavigatorBase.cpp to take
     9        precedence and detect this at runtime.
     10
     11        Reviewed by Tony Chang.
     12
     13        No new tests because it's hardware dependent.
     14
     15        * WebCore.gyp/WebCore.gyp:
     16
    1172012-05-17  Vangelis Kokkevis  <vangelis@chromium.org>
    218
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r117384 r117524  
    13031303          ],
    13041304        }],
    1305         ['OS=="linux"', {
    1306           'direct_dependent_settings': {
    1307             'defines': [
    1308               # Mozilla on Linux effectively uses uname -sm, but when running
    1309               # 32-bit x86 code on an x86_64 processor, it uses
    1310               # "Linux i686 (x86_64)".  Matching that would require making a
    1311               # run-time determination.
    1312               'WEBCORE_NAVIGATOR_PLATFORM="Linux i686"',
    1313             ],
    1314           },
    1315         }],
    13161305        ['OS=="mac"', {
    13171306          'dependencies': [
Note: See TracChangeset for help on using the changeset viewer.