RESOLVED FIXED64521
[EFL] Remove unused codes in ewk_tiled_model.c
https://bugs.webkit.org/show_bug.cgi?id=64521
Summary [EFL] Remove unused codes in ewk_tiled_model.c
JungJik Lee
Reported 2011-07-14 03:14:51 PDT
A dirty flag in Ewk_Tile_Unused_Cache is not referenced anywhere and ewk_tile_unused_cache_dirty function is not called. This is a patch for removing the dirty flag and the function for keeping source code clean.
Attachments
proposed patch (2.93 KB, patch)
2011-07-14 03:34 PDT, JungJik Lee
dbates: review+
dbates: commit-queue-
updated patch (2.93 KB, patch)
2011-07-25 20:09 PDT, JungJik Lee
no flags
Changed the patch by following the patch rule. (2.93 KB, patch)
2011-07-25 20:20 PDT, JungJik Lee
no flags
updated patch (2.93 KB, patch)
2011-07-25 21:07 PDT, JungJik Lee
no flags
JungJik Lee
Comment 1 2011-07-14 03:34:29 PDT
Created attachment 100794 [details] proposed patch A patch for removing the dirty flag and the function which are not using anymore in ewk_tiled_model.c.
Gyuyoung Kim
Comment 2 2011-07-14 03:40:13 PDT
LGTM. This removal was announced in webkit-efl mailing list. https://lists.webkit.org/pipermail/webkit-efl/2011-July/000018.html
Raphael Kubo da Costa (:rakuco)
Comment 3 2011-07-14 06:43:47 PDT
Informal r+ from my side too.
Daniel Bates
Comment 4 2011-07-25 16:42:46 PDT
Comment on attachment 100794 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=100794&action=review OK to the changes. On another note, the first diff in this patch (i.e. Source/WebKit/efl/ChangeLog) has a messed up chunk range of @@ -1,3 +1,15 @@. It should be @@ -1,3 +1,18 @@. Hence patch(1) fails to apply this patch. Did you edit the diff by hand? > Source/WebKit/efl/ChangeLog:6 > + Reviewed by NOBODY (OOPS!). > + > + [EFL] Remove unused code in ewk_tile_model.c > + https://bugs.webkit.org/show_bug.cgi?id=64521 Nit: We changed our changelog entry format such that a changelog entry should have the bug title and URL then the Reviewed by line.
JungJik Lee
Comment 5 2011-07-25 20:09:29 PDT
Created attachment 101963 [details] updated patch I am sorry for inconvenience. I updated the patch.
JungJik Lee
Comment 6 2011-07-25 20:20:01 PDT
Created attachment 101965 [details] Changed the patch by following the patch rule. Update the patch again to make obsolete the previous patch and change the flags
Daniel Bates
Comment 7 2011-07-25 20:27:37 PDT
(In reply to comment #6) > Created an attachment (id=101965) [details] > Changed the patch by following the patch rule. > > Update the patch again to make obsolete the previous patch and change the flags The patch is still malformed and hence cannot be landed by the commit-queue. How are you generating these patches?
Daniel Bates
Comment 8 2011-07-25 20:31:45 PDT
Comment on attachment 101965 [details] Changed the patch by following the patch rule. View in context: https://bugs.webkit.org/attachment.cgi?id=101965&action=review > Source/WebKit/efl/ChangeLog:1 > +2011-07-25 jungjik.lee <jungjik.lee@samsung.com> You used your username for your name.
JungJik Lee
Comment 9 2011-07-25 21:07:33 PDT
Created attachment 101966 [details] updated patch Sorry for inconvenience. I would not do such a mistake again.
WebKit Review Bot
Comment 10 2011-07-25 22:12:00 PDT
Comment on attachment 101966 [details] updated patch Clearing flags on attachment: 101966 Committed r91741: <http://trac.webkit.org/changeset/91741>
WebKit Review Bot
Comment 11 2011-07-25 22:12:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.