RESOLVED FIXED106210
[EFL][CMAKE] Compress resource files of inspector
https://bugs.webkit.org/show_bug.cgi?id=106210
Summary [EFL][CMAKE] Compress resource files of inspector
Seokju Kwon
Reported 2013-01-06 23:47:49 PST
Add compressing JavaScript for smaller package and faster connection of remote web inspector. -219 files (Default JavaScript files of inspector except derived file and localizedString file.) -Reduced size : Approximately 1.39MB (3.28MB -> 1.89MB with default option)
Attachments
Patch (1.71 KB, patch)
2013-01-08 07:27 PST, Seokju Kwon
no flags
Patch (1.79 KB, patch)
2013-01-09 02:43 PST, Seokju Kwon
no flags
Patch (1.79 KB, patch)
2013-01-09 16:39 PST, Seokju Kwon
no flags
Patch (1.85 KB, patch)
2013-01-17 00:31 PST, Seokju Kwon
no flags
Seokju Kwon
Comment 1 2013-01-08 07:27:46 PST
Ryuan Choi
Comment 2 2013-01-08 18:47:22 PST
Comment on attachment 181691 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181691&action=review > Source/PlatformEfl.cmake:16 > + file(GLOB all_js_files "${WEBCORE_DIR}/inspector/front-end/*.js") Doesn't we need to compress other js file? > Source/PlatformEfl.cmake:19 > + add_custom_command( I think that it should have dependency to execute this after copied js files.
Seokju Kwon
Comment 3 2013-01-08 19:16:18 PST
(In reply to comment #2) > (From update of attachment 181691 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=181691&action=review > > > Source/PlatformEfl.cmake:16 > > + file(GLOB all_js_files "${WEBCORE_DIR}/inspector/front-end/*.js") > > Doesn't we need to compress other js file? In an initial patch, I just want to compress JavaScripts related to inspector except derived file and localizedString file. No special reason, (but it seems that we can't access derived source at this time.) I will add them. > > > Source/PlatformEfl.cmake:19 > > + add_custom_command( > > I think that it should have dependency to execute this after copied js files. Does this command become part of the target with "TARGET web-inspector-resources" (Need POST_BUILD?)
Seokju Kwon
Comment 4 2013-01-09 00:55:55 PST
I will make it to be part of installation in the next patch. lgombos, Thanks for your feedback
Seokju Kwon
Comment 5 2013-01-09 02:43:58 PST
Seokju Kwon
Comment 6 2013-01-09 16:39:51 PST
Gyuyoung Kim
Comment 7 2013-01-16 03:18:43 PST
Comment on attachment 182009 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=182009&action=review Laszlo and Ryuan, any other comments ? > ChangeLog:3 > + [EFL] Compress resource files of inspector Please add [CMAKE] prefix as well.
Gyuyoung Kim
Comment 8 2013-01-16 17:57:24 PST
Comment on attachment 182009 [details] Patch r=me, but please fix my comment.
Seokju Kwon
Comment 9 2013-01-17 00:31:36 PST
Seokju Kwon
Comment 10 2013-01-17 00:33:09 PST
(In reply to comment #8) > (From update of attachment 182009 [details]) > r=me, but please fix my comment. Done(In reply to comment #8) > (From update of attachment 182009 [details]) > r=me, but please fix my comment. Done. Thanks :)
Chris Dumez
Comment 11 2013-01-17 00:34:03 PST
(In reply to comment #10) > (In reply to comment #8) > > (From update of attachment 182009 [details] [details]) > > r=me, but please fix my comment. > > Done(In reply to comment #8) > > (From update of attachment 182009 [details] [details]) > > r=me, but please fix my comment. > > Done. Thanks :) You just need to ask for cq?, not r? since gyuyoung r+'d it already and you added his name in the Changelog.
Seokju Kwon
Comment 12 2013-01-17 01:31:40 PST
(In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #8) > > > (From update of attachment 182009 [details] [details] [details]) > > > r=me, but please fix my comment. > > > > Done(In reply to comment #8) > > > (From update of attachment 182009 [details] [details] [details]) > > > r=me, but please fix my comment. > > > > Done. Thanks :) > > You just need to ask for cq?, not r? since gyuyoung r+'d it already and you added his name in the Changelog. seems that webkit bot is not working. :(
WebKit Review Bot
Comment 13 2013-01-17 10:39:20 PST
Comment on attachment 183133 [details] Patch Clearing flags on attachment: 183133 Committed r139992: <http://trac.webkit.org/changeset/139992>
WebKit Review Bot
Comment 14 2013-01-17 10:39:25 PST
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.