[Webkit-unassigned] [Bug 63966] [EFL] Add url bar to EWebLauncher.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 6 05:59:51 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63966
Raphael Kubo da Costa <kubo at profusion.mobi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kubo at profusion.mobi
--- Comment #4 from Raphael Kubo da Costa <kubo at profusion.mobi> 2011-07-06 05:59:50 PST ---
Apart from the comments below, I would much rather if the patch was changed to use Edje instead of using textblock directly: most of the code in this patch simply does a lot of manual work which should not be required in an application in the 21st century :)
> Tools/ChangeLog:10
> + Then the user can navigate to the site where he or she intends to do.
The "do" is not needed here.
> Tools/EWebLauncher/main.c:762
> + Evas_Event_Mouse_Down *ev = (Evas_Event_Mouse_Down*) event_info;
This kind of cast is not needed.
> Tools/EWebLauncher/main.c:952
> + snprintf(full_url, 4096, "http://%s", url);
As this code is used in two different places, it would be good to factor it out into a separate function (or even provide it as a utility function in ewk later. eve needs to do the same thing in its code).
--
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