- 08 Dec, 2013 1 commit
-
-
Carlos Garcia Campos authored
We are using WebKit2 unconditionally already.
-
- 14 Nov, 2013 1 commit
-
-
Claudio Saavedra authored
-
- 02 Sep, 2013 2 commits
-
-
Claudio Saavedra authored
Another hardcoded google instance.
-
-
- 28 Aug, 2013 1 commit
-
-
- 22 Aug, 2013 1 commit
-
-
Claudio Saavedra authored
-
- 30 May, 2013 1 commit
-
-
Carlos Garcia Campos authored
This was a workaround for a WebKit bug that has already been fixed in WebKitGTK+ 2.1.1
-
- 20 May, 2013 3 commits
-
-
-
Claudio Saavedra authored
Otherwise we end up saving titles for error pages.
-
Claudio Saavedra authored
Otherwise we end up creating snapshots for error pages.
-
- 05 Apr, 2013 1 commit
-
-
Carlos Garcia Campos authored
So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system. https://bugzilla.gnome.org/show_bug.cgi?id=696792
-
- 25 Mar, 2013 1 commit
-
-
Xan Lopez authored
This seems to work much better, although it makes the zoom level be wrong when *leaving pages* in some cases. Still, an improvement, so let's do this for now. https://bugzilla.gnome.org/show_bug.cgi?id=693951
-
- 23 Mar, 2013 1 commit
-
-
Xan Lopez authored
Move the remaining initialization code to EphyEmbedShell https://bugzilla.gnome.org/show_bug.cgi?id=693703
-
- 22 Mar, 2013 1 commit
-
-
Xan Lopez authored
-
- 21 Mar, 2013 1 commit
-
-
Xan Lopez authored
A couple of TODO features have been left guarded by #if 0 blocks.
-
- 20 Mar, 2013 1 commit
-
-
Xan Lopez authored
This code is causing some problems because the check happens in a sync call right before a WebView is destroyed. There seems to be a race condition and some times the method call will hang for seconds waiting for a dead process on the other side. We'll figure it out for 3.8.1, but for now disable it since it's causing more harm than good.
-
- 19 Mar, 2013 2 commits
- 18 Mar, 2013 1 commit
-
-
Carlos Garcia Campos authored
Create all ephy web views with the global group that shares all the global settings.
-
- 14 Mar, 2013 3 commits
-
-
-
-
Carlos Garcia Campos authored
This will allow to use it for WebKit2 when pre-filled forms are implemented.
-
- 12 Mar, 2013 4 commits
-
-
Xan Lopez authored
-
Carlos Garcia Campos authored
And use it in EphyEmbedSingle to cache the form auth data.
-
Carlos Garcia Campos authored
Move to ephy-form-auth-data and renamed accordingly.
-
Carlos Garcia Campos authored
Renamed as ephy_web_dom_utils_find_form_auth_elements(). Also fixed possible memory leaks in case of multiple auth input fields found. It now returns a boolean indicating whther form auth elements were found.
-
- 11 Mar, 2013 4 commits
-
-
-
Manuel Rego Casasnovas authored
As now we are able to modify the request with webkit_uri_request_set_uri() it is better to use webkit_web_view_load_request() than webkit_web_view_load_uri(). This will allow to call ephy_web_view_load_request() with a modified request. https://bugzilla.gnome.org/show_bug.cgi?id=695446
-
-
Xan Lopez authored
Emitted every time we create an EphyWebView anywhere. This will be useful in our tests. https://bugzilla.gnome.org/show_bug.cgi?id=695300
-
- 08 Mar, 2013 1 commit
-
-
- 06 Mar, 2013 1 commit
-
-
Xan Lopez authored
-
- 05 Mar, 2013 2 commits
-
-
Claudio Saavedra authored
The overview shouldn't be shown in an incognito window as it reveals information about the browsing activity of the user. Also, a welcome page indicating the scope of the incognito window is better. https://bugzilla.gnome.org/show_bug.cgi?id=694200
-
Claudio Saavedra authored
We add a new SecretSchema that is specific to epiphany and intended solely to store passwords for webforms. This is a better approach than hacking the server url in order to store the names of the forms in it. These methods are only used by EphyWebView to store the passwords and to retrieve the password when there is a cache match and by one of the early stages of password migration in the profile-migrator. If only this patch is applied, it is likely that only newly saved patchs will work properly, but others will remain intact. https://bugzilla.gnome.org/show_bug.cgi?id=679918
-
- 02 Mar, 2013 1 commit
-
-
Xan Lopez authored
-
- 28 Feb, 2013 2 commits
-
-
- 23 Feb, 2013 1 commit
-
-
Carlos Garcia Campos authored
And watch the web extension also to clear the proxy if the extension vanishes, normally due to a web process crash, and create the proxy again when the web process is re-spawned. https://bugzilla.gnome.org/show_bug.cgi?id=694519
-
- 22 Feb, 2013 2 commits