Changeset 160001 in webkit


Ignore:
Timestamp:
Dec 3, 2013 6:24:50 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Nix Upstream: Adding missing nix new files to WebCore
https://bugs.webkit.org/show_bug.cgi?id=124987

Patch by Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> on 2013-12-03
Reviewed by Benjamin Poulain.

No new tests needed.

  • PlatformNix.cmake:
  • platform/nix/ErrorsNix.cpp: Added.
  • platform/nix/ErrorsNix.h: Added.
  • platform/nix/FileSystemNix.cpp: Added.
  • platform/nix/MIMETypeRegistryNix.cpp: Added.
  • platform/nix/SharedTimerNix.cpp: Added.
  • platform/nix/TemporaryLinkStubs.cpp: Added.
Location:
trunk/Source/WebCore
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r159999 r160001  
     12013-12-03  Thiago de Barros Lacerda  <thiago.lacerda@openbossa.org>
     2
     3        Nix Upstream: Adding missing nix new files to WebCore
     4        https://bugs.webkit.org/show_bug.cgi?id=124987
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        No new tests needed.
     9
     10        * PlatformNix.cmake:
     11        * platform/nix/ErrorsNix.cpp: Added.
     12        * platform/nix/ErrorsNix.h: Added.
     13        * platform/nix/FileSystemNix.cpp: Added.
     14        * platform/nix/MIMETypeRegistryNix.cpp: Added.
     15        * platform/nix/SharedTimerNix.cpp: Added.
     16        * platform/nix/TemporaryLinkStubs.cpp: Added.
     17
    1182013-12-03  Tamas Gergely  <gertom@inf.u-szeged.hu>
    219
  • trunk/Source/WebCore/PlatformNix.cmake

    r159854 r160001  
    117117    platform/nix/DragDataNix.cpp
    118118    platform/nix/DragImageNix.cpp
     119    platform/nix/ErrorsNix.cpp
     120    platform/nix/FileSystemNix.cpp
    119121    platform/nix/GamepadsNix.cpp
    120122    platform/nix/LanguageNix.cpp
    121123    platform/nix/LocalizedStringsNix.cpp
     124    platform/nix/MIMETypeRegistryNix.cpp
    122125    platform/nix/NixKeyboardUtilities.cpp
    123126    platform/nix/PasteboardNix.cpp
     
    126129    platform/nix/RenderThemeNix.cpp
    127130    platform/nix/ScrollbarThemeNix.cpp
     131    platform/nix/SharedTimerNix.cpp
    128132    platform/nix/SoundNix.cpp
     133    platform/nix/TemporaryLinkStubs.cpp
    129134    platform/nix/WidgetNix.cpp
    130135
Note: See TracChangeset for help on using the changeset viewer.