Changeset 96497 in webkit


Ignore:
Timestamp:
Oct 3, 2011 7:21:17 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-03
Reviewed by Antonio Gomes.

This is the code responsible for dumping the back and forward history
list.

  • DumpRenderTree/efl/DumpHistoryItem.cpp: Added.

(dumpHistoryItem):
(dumpBackForwardListForWebView):
(dumpBackForwardListForWebViews):

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r96489 r96497  
     12011-10-03  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        [EFL] DRT: Add DumpHistoryItem.{cpp,h}
     4        https://bugs.webkit.org/show_bug.cgi?id=63992
     5
     6        Reviewed by Antonio Gomes.
     7
     8        This is the code responsible for dumping the back and forward history
     9        list.
     10
     11        * DumpRenderTree/efl/DumpHistoryItem.cpp: Added.
     12        (dumpHistoryItem):
     13        (dumpBackForwardListForWebView):
     14        (dumpBackForwardListForWebViews):
     15        * DumpRenderTree/efl/DumpHistoryItem.h: Added.
     16
    1172011-10-03  Zeno Albisser  <zeno.albisser@nokia.com>
    218
Note: See TracChangeset for help on using the changeset viewer.