Bug 24640 - Use webkit site as homepage in GtkLauncher
Summary: Use webkit site as homepage in GtkLauncher
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 00:45 PDT by Thadeu Lima de Souza Cascardo
Modified: 2009-07-17 16:38 PDT (History)
1 user (show)

See Also:


Attachments
patch (938 bytes, patch)
2009-03-17 00:46 PDT, Thadeu Lima de Souza Cascardo
no flags Details | Formatted Diff | Diff
Patch with changelog (1.15 KB, patch)
2009-03-17 07:56 PDT, Thadeu Lima de Souza Cascardo
zecke: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thadeu Lima de Souza Cascardo 2009-03-17 00:45:24 PDT
Use webkit site as homepage in GtkLauncher.
Comment 1 Thadeu Lima de Souza Cascardo 2009-03-17 00:46:31 PDT
Created attachment 28683 [details]
patch
Comment 2 Thadeu Lima de Souza Cascardo 2009-03-17 07:56:57 PDT
Created attachment 28689 [details]
Patch with changelog
Comment 3 Holger Freyther 2009-03-17 10:13:41 PDT
What does this change? Why is this important? The google site loads fast and has forms on them which executes a lot more of the Gtk+ specific code than webkit.org.
Comment 4 Thadeu Lima de Souza Cascardo 2009-03-17 10:31:17 PDT
So, I guess any other vendor site that fills these requirements will do. What about randomly picking up a site from a list? The loading time will be the average for these sites and it will execute much more code than any one site could do.

One proposed list:

http://debian.org/
http://en.wikipedia.org/
http://en.opensuse.org/
http://novell.com/
http://apple.com/
http://microsoft.com/
http://redhat.com/
http://holoscopio.com/
http://gentoo.org/
http://gnome.org/
http://kde.org/
http://xfce.org/
http://kernel.org/
http://gnu.org/
http://fsf.org/
Comment 5 Holger Freyther 2009-03-25 00:09:36 PDT
Comment on attachment 28689 [details]
Patch with changelog

Sorry, I fail to see what is broken with the current default and you didn't even bother to explain. google is loading fast, it is excercising native theming capabilities, no privacy besides IP address is disclosed...
Comment 6 Jan Alonzo 2009-07-17 16:38:26 PDT
Google as default home page is fine. Executing "more code" should not be the job of GtkLauncher. We have DRT for that already.