Changeset 155360 in webkit


Ignore:
Timestamp:
Sep 9, 2013 10:34:37 AM (11 years ago)
Author:
Luciano Miguel Wolf
Message:

Nix upstreaming - Adding stubs and Nix specific platform files
https://bugs.webkit.org/show_bug.cgi?id=118358

Reviewed by Benjamin Poulain.

Basically adding all files that have "Nix" in their names and
are related to WebCore module.

Source/WebCore:

No new tests. They will be uploaded on another patch during the
upstreaming process.

  • css/mediaControlsNix.css: Added.
  • css/mediaControlsNixFullscreen.css: Added.
  • page/nix/EventHandlerNix.cpp: Added.
  • platform/graphics/egl/GLContextFromCurrentEGL.cpp: Added.
  • platform/graphics/egl/GLContextFromCurrentEGL.h: Added.
  • platform/graphics/gstreamer/PlatformVideoWindowNix.cpp: Added.
  • platform/graphics/nix/IconNix.cpp: Added.
  • platform/graphics/nix/ImageNix.cpp: Added.
  • platform/nix/CursorNix.cpp: Added.
  • platform/nix/DragDataNix.cpp: Added.
  • platform/nix/DragImageNix.cpp: Added.
  • platform/nix/GamepadsNix.cpp: Added.
  • platform/nix/LanguageNix.cpp: Added.
  • platform/nix/LocalizedStringsNix.cpp: Added.
  • platform/nix/NixKeyboardUtilities.cpp: Added.
  • platform/nix/NixKeyboardUtilities.h: Added.
  • platform/nix/PasteboardNix.cpp: Added.
  • platform/nix/PlatformKeyboardEventNix.cpp: Added.
  • platform/nix/PlatformScreenNix.cpp: Added.
  • platform/nix/SoundNix.cpp: Added.
  • platform/nix/WidgetNix.cpp: Added.
  • platform/text/nix/TextBreakIteratorInternalICUNix.cpp: Added.

Source/WTF:

  • wtf/nix/FeatureDefinesNix.h: Added.
  • wtf/nix/PlatformNix.h: Added.
Location:
trunk/Source
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r155357 r155360  
     12013-09-09  Luciano Wolf  <luciano.wolf@openbossa.org>
     2
     3        Nix upstreaming - Adding stubs and Nix specific platform files
     4        https://bugs.webkit.org/show_bug.cgi?id=118358
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        Basically adding all files that have "Nix" in their names and
     9        are related to WebCore module.
     10
     11        * wtf/nix/FeatureDefinesNix.h: Added.
     12        * wtf/nix/PlatformNix.h: Added.
     13
    1142013-09-08  Anders Carlsson  <andersca@apple.com>
    215
  • trunk/Source/WebCore/ChangeLog

    r155358 r155360  
     12013-09-09  Luciano Wolf  <luciano.wolf@openbossa.org>
     2
     3        Nix upstreaming - Adding stubs and Nix specific platform files
     4        https://bugs.webkit.org/show_bug.cgi?id=118358
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        Basically adding all files that have "Nix" in their names and
     9        are related to WebCore module.
     10
     11        No new tests. They will be uploaded on another patch during the
     12        upstreaming process.
     13
     14        * css/mediaControlsNix.css: Added.
     15        * css/mediaControlsNixFullscreen.css: Added.
     16        * page/nix/EventHandlerNix.cpp: Added.
     17        * platform/graphics/egl/GLContextFromCurrentEGL.cpp: Added.
     18        * platform/graphics/egl/GLContextFromCurrentEGL.h: Added.
     19        * platform/graphics/gstreamer/PlatformVideoWindowNix.cpp: Added.
     20        * platform/graphics/nix/IconNix.cpp: Added.
     21        * platform/graphics/nix/ImageNix.cpp: Added.
     22        * platform/nix/CursorNix.cpp: Added.
     23        * platform/nix/DragDataNix.cpp: Added.
     24        * platform/nix/DragImageNix.cpp: Added.
     25        * platform/nix/GamepadsNix.cpp: Added.
     26        * platform/nix/LanguageNix.cpp: Added.
     27        * platform/nix/LocalizedStringsNix.cpp: Added.
     28        * platform/nix/NixKeyboardUtilities.cpp: Added.
     29        * platform/nix/NixKeyboardUtilities.h: Added.
     30        * platform/nix/PasteboardNix.cpp: Added.
     31        * platform/nix/PlatformKeyboardEventNix.cpp: Added.
     32        * platform/nix/PlatformScreenNix.cpp: Added.
     33        * platform/nix/SoundNix.cpp: Added.
     34        * platform/nix/WidgetNix.cpp: Added.
     35        * platform/text/nix/TextBreakIteratorInternalICUNix.cpp: Added.
     36
    1372013-09-09  Hugo Parente Lima  <hugo.lima@openbossa.org>
    238
Note: See TracChangeset for help on using the changeset viewer.