Changeset 96537 in webkit


Ignore:
Timestamp:
Oct 3, 2011 1:57:54 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] DRT: Add JSStringUtils.{cpp,h}
https://bugs.webkit.org/show_bug.cgi?id=66397

Patch by Leandro Pereira <leandro@profusion.mobi> on 2011-10-03
Reviewed by Ryosuke Niwa.

Adds helper functions to compare the equality of C-style strings and
JSStringRef objects.

  • DumpRenderTree/efl/JSStringUtils.cpp: Added.

(equals):

  • DumpRenderTree/efl/JSStringUtils.h: Added.
Location:
trunk/Tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r96536 r96537  
     12011-10-03  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        [EFL] DRT: Add JSStringUtils.{cpp,h}
     4        https://bugs.webkit.org/show_bug.cgi?id=66397
     5
     6        Reviewed by Ryosuke Niwa.
     7       
     8        Adds helper functions to compare the equality of C-style strings and
     9        JSStringRef objects.
     10
     11        * DumpRenderTree/efl/JSStringUtils.cpp: Added.
     12        (equals):
     13        * DumpRenderTree/efl/JSStringUtils.h: Added.
     14
    1152011-10-03  Adam Barth  <abarth@webkit.org>
    216
Note: See TracChangeset for help on using the changeset viewer.