- 25 May, 2018 6 commits
-
-
Michael Catanzaro authored
It still exists in gsettings for now, for people who really need it. Tentatively planned for removal after 3.34. https://mail.gnome.org/archives/epiphany-list/2018-March/msg00002.html
-
Cheng-Chia Tseng authored
-
Michael Catanzaro authored
Obviously I don't really know what I'm doing with yaml.
-
Michael Catanzaro authored
- 23 May, 2018 2 commits
-
-
-
Michael Catanzaro authored
OverviewItem.thumbnailPath always returns null because the double quote characters are missing. Fix it.
-
- 22 May, 2018 12 commits
-
-
Michael Catanzaro authored
It'd be better to fix WebKit to use the notifications portal instead, but got to start somewhere.
-
Marek Cernocky authored
-
Daniel Mustieles authored
-
Michael Catanzaro authored
-
-
-
Michael Catanzaro authored
It's too much effort to add an ellipsis character.
-
Michael Catanzaro authored
It's a false positive, because we add the NUL on the next line, but better to just fix the strncpy.
-
Michael Catanzaro authored
-
Michael Catanzaro authored
This reverts commit a57231e7. Social media button blocking is going away https://bugzilla.gnome.org/show_bug.cgi?id=796245
-
Michael Catanzaro authored
This reverts commit 8edafec7. It's breaking a bunch of websites. This fixes a lot of bugs. https://bugzilla.gnome.org/show_bug.cgi?id=796245
-
Michael Catanzaro authored
-
- 21 May, 2018 1 commit
-
-
Mingcong Bai authored
-
- 19 May, 2018 1 commit
-
-
Mingcong Bai authored
-
- 18 May, 2018 1 commit
-
-
Michael Catanzaro authored
-
- 15 May, 2018 2 commits
-
-
Matej Urbančič authored
-
Matej Urbančič authored
-
- 08 May, 2018 1 commit
-
-
Daniel Mustieles authored
-
- 06 May, 2018 5 commits
-
-
Gabriel Ivascu authored
-
-
emintufan authored
-
Fabio Tomat authored
-
Gabriel Ivascu authored
When the user signs out, all sync secrets including the crypto-keys are deleted. If the sign out happens while syncing, i.e. while retrieving the sync records from the server, and the server request callback is called after the sign out, the sync service will try to access the crypto-keys that no longer exist.
-
- 04 May, 2018 1 commit
-
-
Marek Cernocky authored
-
- 01 May, 2018 1 commit
-
-
Michael Catanzaro authored
-
- 30 Apr, 2018 3 commits
-
-
-
Adrián Pérez de Castro authored
In particular, the theming for the incognito windows tends to look odd with themes other than Adwaita. It is possible to load different CSS resources depending on the selected theme by handling changes to the GtkSettings::gtk-theme-name property: this splits the CSS into a "shared.css" part which contains the rules which play well with most themes, and an "Adwaita.css" which builds upon the shared CSS rules and is loaded only for the Adwaita theme. The CSS code is still generated from SCSS, with definitions used by SCSS snippets moved into a new _definitions.scss file to avoid repeating them. Note that instead of manually handling theme changes, EphyEmbedShell is changed to inherit from DzlApplication (instead of GtkApplication), which already implements the desired CSS resource loading behaviour. This makes the existing CSS loading code unneeded, and therefore it is removed. Also, the resources are moved into the resource path /org/gnome/Epiphany/themes as expected by DzlApplication. https://bugzilla.gnome.org/show_bug.cgi?id=783912
-
Michael Catanzaro authored
This is what I deserve, for not testing my rebases.
-
- 26 Apr, 2018 4 commits
-
-
Michael Catanzaro authored
-
Michael Catanzaro authored
On some intranets, it's important to be able to load domains with no dot, e.g. example/something. But currently this triggers a web search if the protocol is not explicitly specified, e.g. http://example/something. Some users would rather disable autosearch rather than have to type out http:// all the time, so add a hidden setting to cater to them. https://bugzilla.gnome.org/show_bug.cgi?id=789776
-
Michael Catanzaro authored
Instead of changing zoom in LOAD_STARTED, wait for LOAD_COMMITTED so as to shrink the amount of time that the zoom is wrong for. This isn't a proper fix as WebKit's load events don't indicate when rendering has started, and that would be the only proper time to change the zoom. https://bugzilla.gnome.org/show_bug.cgi?id=787486
-
-