Changeset 136385 in webkit


Ignore:
Timestamp:
Dec 3, 2012 4:48:18 AM (11 years ago)
Author:
kihong.kwon@samsung.com
Message:

Remove useless included header and change position of Proximity Events test cases
https://bugs.webkit.org/show_bug.cgi?id=103871

Reviewed by Antonio Gomes.

Source/WebCore:

Remove useless included header from DeviceProximityEvent.cpp.

No new tests, It is just code refactoring.

  • Modules/proximity/DeviceProximityEvent.cpp:

LayoutTests:

Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.

  • platform/chromium/TestExpectations:
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/qt/TestExpectations:
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
  • proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
  • proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
  • proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
  • proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
Location:
trunk
Files:
1 added
10 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136381 r136385  
     12012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
     2
     3        Remove useless included header and change position of Proximity Events test cases
     4        https://bugs.webkit.org/show_bug.cgi?id=103871
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.
     9
     10        * platform/chromium/TestExpectations:
     11        * platform/efl/TestExpectations:
     12        * platform/gtk/TestExpectations:
     13        * platform/mac/TestExpectations:
     14        * platform/qt/TestExpectations:
     15        * platform/win/TestExpectations:
     16        * platform/wincairo/TestExpectations:
     17        * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
     18        * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
     19        * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
     20        * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
     21
    1222012-12-03  János Badics  <jbadics@inf.u-szeged.hu>
    223
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r136378 r136385  
    227227
    228228# Proximity Events is not supported.
    229 webkit.org/b/92942 fast/dom/Proximity
     229webkit.org/b/92942 proximity
    230230webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html
    231231
  • trunk/LayoutTests/platform/efl/TestExpectations

    r136378 r136385  
    13791379
    13801380# Proximity Events is not supported.
    1381 webkit.org/b/92942 fast/dom/Proximity
     1381webkit.org/b/92942 proximity
    13821382webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html
    13831383
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r136378 r136385  
    389389
    390390# Proximity Events is not supported.
    391 webkit.org/b/99060 fast/dom/Proximity
     391webkit.org/b/99060 proximity
    392392webkit.org/b/99060 fast/events/constructors/device-proximity-event-constructor.html
    393393
  • trunk/LayoutTests/platform/mac/TestExpectations

    r136378 r136385  
    576576
    577577# Proximity Events is not supported.
    578 fast/dom/Proximity
     578proximity
    579579fast/events/constructors/device-proximity-event-constructor.html
    580580
  • trunk/LayoutTests/platform/qt/TestExpectations

    r136381 r136385  
    452452
    453453# Proximity Events is now supported.
    454 fast/dom/Proximity
     454proximity
    455455fast/events/constructors/device-proximity-event-constructor.html
    456456
  • trunk/LayoutTests/platform/win/TestExpectations

    r136378 r136385  
    22632263editing/spelling/grammar-edit-word.html
    22642264fast/dom/constructed-objects-prototypes.html
    2265 fast/dom/Proximity/check-event-deviceproximity.html
    2266 fast/dom/Proximity/create-event-deviceproximity.html
     2265proximity/check-event-deviceproximity.html
     2266proximity/create-event-deviceproximity.html
    22672267fast/events/constructors/device-proximity-event-constructor.html
    22682268fast/forms/state-restore-broken-state.html
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r136378 r136385  
    27962796editing/spelling/grammar-edit-word.html
    27972797fast/dom/constructed-objects-prototypes.html
    2798 fast/dom/Proximity/check-event-deviceproximity.html
    2799 fast/dom/Proximity/create-event-deviceproximity.html
     2798proximity/check-event-deviceproximity.html
     2799proximity/create-event-deviceproximity.html
    28002800fast/events/constructors/device-proximity-event-constructor.html
    28012801fast/forms/state-restore-broken-state.html
  • trunk/LayoutTests/proximity/check-event-deviceproximity.html

    r136384 r136385  
    11<html>
    22<head>
    3 <script src="../../js/resources/js-test-pre.js"></script>
     3<script src="../fast/js/resources/js-test-pre.js"></script>
    44</head>
    55<body>
     
    1616shouldBeTrue("document.createEvent('DeviceProximityEvent').constructor === window.DeviceProximityEvent");
    1717</script>
    18 <script src="../../js/resources/js-test-post.js"></script>
     18<script src="../fast/js/resources/js-test-post.js"></script>
    1919</body>
    2020</html>
  • trunk/LayoutTests/proximity/create-event-deviceproximity.html

    r136384 r136385  
    11<html>
    22<head>
    3 <script src="../../js/resources/js-test-pre.js"></script>
     3<script src="../fast/js/resources/js-test-pre.js"></script>
    44</head>
    55<body>
     
    2525}
    2626</script>
    27 <script src="../../js/resources/js-test-post.js"></script>
     27<script src="../fast/js/resources/js-test-post.js"></script>
    2828</body>
    2929</html>
  • trunk/Source/WebCore/ChangeLog

    r136382 r136385  
     12012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
     2
     3        Remove useless included header and change position of Proximity Events test cases
     4        https://bugs.webkit.org/show_bug.cgi?id=103871
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Remove useless included header from DeviceProximityEvent.cpp.
     9
     10        No new tests, It is just code refactoring.
     11
     12        * Modules/proximity/DeviceProximityEvent.cpp:
     13
    1142012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
    215
  • trunk/Source/WebCore/Modules/proximity/DeviceProximityEvent.cpp

    r124759 r136385  
    2222
    2323#if ENABLE(PROXIMITY_EVENTS)
    24 
    25 #include <limits>
    2624
    2725namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.