Changeset 218687 in webkit


Ignore:
Timestamp:
Jun 22, 2017 4:15:14 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

Remove unused coordinated graphics C API
https://bugs.webkit.org/show_bug.cgi?id=173706

Reviewed by Žan Doberšek.

Source/WebKit2:

  • UIProcess/API/C/CoordinatedGraphics/WKView.cpp: Removed.
  • UIProcess/API/C/CoordinatedGraphics/WKView.h: Removed.
  • UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp: Removed.
  • UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.h: Removed.

Tools:

  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewIsActiveSetIsActive.cpp: Removed.
  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewIsActiveSetIsActive_Bundle.cpp: Removed.
  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewRestoreZoomAndScrollBackForward.cpp: Removed.
  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewUserViewportToContents.cpp: Removed.
  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/backforward1.html: Removed.
  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/backforward2.html: Removed.
Location:
trunk
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r218684 r218687  
     12017-06-22  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Remove unused coordinated graphics C API
     4        https://bugs.webkit.org/show_bug.cgi?id=173706
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * UIProcess/API/C/CoordinatedGraphics/WKView.cpp: Removed.
     9        * UIProcess/API/C/CoordinatedGraphics/WKView.h: Removed.
     10        * UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp: Removed.
     11        * UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.h: Removed.
     12
    1132017-06-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Tools/ChangeLog

    r218686 r218687  
     12017-06-22  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Remove unused coordinated graphics C API
     4        https://bugs.webkit.org/show_bug.cgi?id=173706
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewIsActiveSetIsActive.cpp: Removed.
     9        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewIsActiveSetIsActive_Bundle.cpp: Removed.
     10        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewRestoreZoomAndScrollBackForward.cpp: Removed.
     11        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewUserViewportToContents.cpp: Removed.
     12        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/backforward1.html: Removed.
     13        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/backforward2.html: Removed.
     14
    1152017-06-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    216
Note: See TracChangeset for help on using the changeset viewer.