[Webkit-unassigned] [Bug 64259] [EFL] Implement EditorClientEfl::respondToChangedContents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 11 06:21:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64259
--- Comment #5 from Michal Pakula vel Rutka <m.pakula at samsung.com> 2011-07-11 06:21:15 PST ---
(In reply to comment #4)
> Informal r- to address these small issues:
>
> LGTM in general, however I think these new signals should be documented in ewk_frame.h and ewk_view.h even though the functions which emit them are marked as internal, as the signals are emitted publicly anyway.
OK I see, should I add documentation for 'editorclient,selection,changed' in this or another patch, as I haven't added it before?
>
> > Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:125
> > + Evas_Object* frame = ewk_view_frame_focused_get(m_view);
>
> Doing it like this should make the code a bit shorter:
>
> Evas_Object* frame = ewk_view_frame_focused_get(m_view) ? ewk_view_frame_focused_get(m_view) : ewk_view_frame_main_get(m_view);
>
OK
> > Source/WebKit/efl/ewk/ewk_private.h:115
> > +void ewk_view_editor_client_contents_changed(Evas_Object* o);
>
> Nitpick: this declaration could come before the one above it so that they are sorted alphabetically.
>
> > Source/WebKit/efl/ewk/ewk_private.h:184
> > +void ewk_frame_editor_client_contents_changed(Evas_Object* o);
>
> Nitpick: this declaration could come before the one above it so that they are sorted alphabetically.
OK
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list