Changeset 62015 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Jun 28, 2010, 9:23:34 AM (15 years ago)
Author:
[email protected]
Message:

2010-06-28 Lucas De Marchi <[email protected]>

Unreviewed build fix.

[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.

  • wtf/efl/MainThreadEfl.cpp: (WTF::timeoutFired): Return Eina_Bool instead of int.

2010-06-28 Lucas De Marchi <[email protected]>

Unreviewed build fix.

[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.

  • efl/EWebLauncher/main.c:
  • efl/ewk/ewk_view.cpp: (_ewk_view_zoom_animator_cb): Return Eina_Bool instead of int.

2010-06-28 Lucas De Marchi <[email protected]>

Unreviewed build fix.

[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.

No new functionality, so no new tests.

  • platform/efl/SharedTimerEfl.cpp: (WebCore::timerEvent): Return Eina_Bool instead of int.

2010-06-28 Lucas De Marchi <[email protected]>

Unreviewed build fix.

[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.

  • cmake/FindEFL.cmake: Bump version of Ecore dependency.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r62007 r62015  
     12010-06-28  Lucas De Marchi  <[email protected]>
     2
     3        Unreviewed build fix.
     4
     5        [EFL] Build fix for latest version of Ecore library.
     6        Ecore recently changed return type of callbacks from int to Eina_Bool.
     7
     8        * wtf/efl/MainThreadEfl.cpp:
     9        (WTF::timeoutFired): Return Eina_Bool instead of int.
     10
    1112010-06-28  Caio Marcelo de Oliveira Filho  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.