RESOLVED INVALID 66857
[EFL] Add API to clear the frame name.
https://bugs.webkit.org/show_bug.cgi?id=66857
Summary [EFL] Add API to clear the frame name.
Raphael Kubo da Costa (:rakuco)
Reported 2011-08-24 07:04:26 PDT
[EFL] Add API to clear the frame name.
Attachments
Patch (2.71 KB, patch)
2011-08-24 07:08 PDT, Raphael Kubo da Costa (:rakuco)
no flags
Raphael Kubo da Costa (:rakuco)
Comment 1 2011-08-24 07:08:16 PDT
Antonio Gomes
Comment 2 2011-08-24 08:32:22 PDT
Comment on attachment 104994 [details] Patch Have you consider have a DRTSupportEfl, like Qt and Gtk does, so API does not get needlessly inflated?
Raphael Kubo da Costa (:rakuco)
Comment 3 2011-08-24 08:36:57 PDT
It would probably involve making the smart data structs in each file visible to other parts of the code (otherwise this patch for example would not be able to access sd->frame), so we ended up just putting the API in the file that makes the internal data available. That can change in the future, but would require us to sit down a bit and do some rewrites.
Raphael Kubo da Costa (:rakuco)
Comment 4 2011-09-20 09:58:50 PDT
I've adopted the DRTSupportEfl approach and will submit a separate patch later.
Raphael Kubo da Costa (:rakuco)
Comment 5 2011-09-20 09:59:04 PDT
Comment on attachment 104994 [details] Patch Clearing flags.
Note You need to log in before you can comment on or make changes to this bug.