Bug 62604 - [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
Summary: [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-13 15:15 PDT by Ryuan Choi
Modified: 2011-06-14 09:29 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2011-06-13 15:22 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff
Patch (2.00 KB, patch)
2011-06-13 22:05 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2011-06-13 15:15:33 PDT
Patch will be updated.
Comment 1 Ryuan Choi 2011-06-13 15:22:16 PDT
Created attachment 97016 [details]
Patch
Comment 2 Lucas De Marchi 2011-06-13 19:36:04 PDT
Comment on attachment 97016 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=97016&action=review

Isn't there any additional files that need to be compiled? Otherwise looks good.

> ChangeLog:8
> +        Add feature to enable or disable ENABLE_TOUCH_ICON which support

supports

> Source/cmakeconfig.h.cmake:39
> +#cmakedefine01 ENABLE_TOUCH_ICO_LOADING

ICON
Comment 3 Ryuan Choi 2011-06-13 22:05:38 PDT
Created attachment 97066 [details]
Patch
Comment 4 Ryuan Choi 2011-06-13 22:10:18 PDT
(In reply to comment #2)
> (From update of attachment 97016 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=97016&action=review
> 
> Isn't there any additional files that need to be compiled? Otherwise looks good.
Compiling is fine without any additional files, but we need to investigate move for using those icon.

> 
> > ChangeLog:8
> > +        Add feature to enable or disable ENABLE_TOUCH_ICON which support
> 
> supports
> 
> > Source/cmakeconfig.h.cmake:39
> > +#cmakedefine01 ENABLE_TOUCH_ICO_LOADING
> 
> ICON

Thanks, done.
Comment 5 Lucas De Marchi 2011-06-14 05:51:09 PDT
(In reply to comment #4)
> (In reply to comment #2)
> > (From update of attachment 97016 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=97016&action=review
> > 
> > Isn't there any additional files that need to be compiled? Otherwise looks good.
> Compiling is fine without any additional files, but we need to investigate move for using those icon.

If there are any file that is not specific to EFL or another port, It should be added on this patch as well.

You can easily checking this by investigating the build system of other ports that enable this feature (removing the platform/PORT/* and xxxxxPORT.[c|h] files)
Comment 6 Eric Seidel (no email) 2011-06-14 08:48:54 PDT
Comment on attachment 97066 [details]
Patch

OK.
Comment 7 WebKit Review Bot 2011-06-14 09:29:28 PDT
Comment on attachment 97066 [details]
Patch

Clearing flags on attachment: 97066

Committed r88809: <http://trac.webkit.org/changeset/88809>
Comment 8 WebKit Review Bot 2011-06-14 09:29:33 PDT
All reviewed patches have been landed.  Closing bug.