summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* embed-prefs: Start using WebKit's new font size propertieswip/auto-font-sizeGabriel Ivascu2017-11-012-74/+11
* sync-records: Convert NULL to empty string for serializable string propertiesGabriel Ivascu2017-11-013-30/+49
* window: Check context menu item sensitivity using editor stateMichael Catanzaro2017-10-311-73/+26
* Revert "window: Don't depend on WebKit trunk"Michael Catanzaro2017-10-311-2/+0
* Require WebKitGTK+ 2.19.1Michael Catanzaro2017-10-311-1/+1
* Update Spanish translationDaniel Mustieles2017-10-311-306/+422
* Update German translationMario Blättermann2017-10-301-311/+415
* Updated Czech translationMarek Cernocky2017-10-302-404/+482
* Update Friulian translationFabio Tomat2017-10-281-310/+421
* Don't display search URLs in suggestion dropdownMichael Catanzaro2017-10-263-7/+27
* suggestion-model: Append to the model instead of prependingMichael Catanzaro2017-10-261-3/+3
* suggestion-model: Add search enginesMichael Catanzaro2017-10-261-0/+36
* suggestion-model: Split model construction into functionsMichael Catanzaro2017-10-261-21/+40
* header-bar: do not show home button if home page is set to blank pageMal2017-10-261-1/+4
* Revert "window: Use dzl_application_window_set_titlebar"Michael Catanzaro2017-10-251-1/+1
* help: Use a LINGUAS fileMichael Catanzaro2017-10-252-15/+12
* window: Don't depend on WebKit trunkMichael Catanzaro2017-10-241-0/+2
* application mode: when opening a tab on the default browser, close itGustavo Noronha Silva2017-10-243-0/+11
* application mode: add button to open in default browser to non-app urisGustavo Noronha Silva2017-10-245-1/+80
* application-mode: improve detection of redirects to uris that are part of the...Gustavo Noronha Silva2017-10-241-32/+38
* application mode: track origins related to the applicationGustavo Noronha Silva2017-10-243-0/+67
* application mode: allow tabsGustavo Noronha Silva2017-10-242-9/+5
* Track the currently committed addressGustavo Noronha Silva2017-10-242-0/+22
* Use "-webkit-system-font" to obtain the system interface font in CSSAdrian Perez de Castro2017-10-192-8/+4
* gsb-storage: Use indexes to speed up SELECT queriesGabriel Ivascu2017-10-191-1/+17
* gsb-service: Do URL verification in a separate threadGabriel Ivascu2017-10-194-246/+130
* Move safe browsing verification from EphyWebView to EphyWindowGabriel Ivascu2017-10-183-94/+135
* Prepare 3.27.13.27.1Michael Catanzaro2017-10-162-1/+14
* application mode: let context menu be more complete, include inspectionGustavo Noronha Silva2017-10-121-6/+0
* Update Brazilian Portuguese translationRafael Fontenelle2017-10-081-133/+73
* flatpak: Disable web app functionalityMichael Catanzaro2017-10-056-4/+199
* Rename search provider service fileMichael Catanzaro2017-10-053-4/+4
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-1649/+2885
* Require meson 0.42.0 and use gnome.mkenums_simpleMichael Catanzaro2017-10-0513-273/+9
* Remove Chromium licenseMichael Catanzaro2017-10-042-38/+0
* Add support for new WebKitGTK+ 2.18 remote inspectorLoïc Yhuel2017-10-041-1/+2
* flatpak: Allow access to gnome-keyringMichael Catanzaro2017-10-041-1/+3
* flatpak: Ignore download directory gsettingMichael Catanzaro2017-10-041-3/+5
* flatpak: Hide download directory option from preferences dialogMichael Catanzaro2017-10-044-1/+59
* sync-service: Set a name for the periodical sync sourceGabriel Ivascu2017-10-041-0/+1
* gsb-service: Set a name for the periodical update sourceGabriel Ivascu2017-10-041-0/+2
* sqlite-connection: Add function to delete database filewip/google-safe-browsingGabriel Ivascu2017-10-037-94/+117
* sqlite-connection: Add function to enable foreign keysGabriel Ivascu2017-10-034-25/+18
* gsb-storage: Don't fail _open_db() if pragmas failGabriel Ivascu2017-10-031-5/+1
* gsb-service: Check social engineering threats regardless of platformGabriel Ivascu2017-10-031-4/+10
* gsb-service: Check server responses to be a valid JSON objectGabriel Ivascu2017-10-031-16/+34
* gsb-storage: Don't hardcode Linux threat listsGabriel Ivascu2017-10-033-50/+111
* gsb-service: Store timestamps immediately as they are updatedGabriel Ivascu2017-10-031-26/+16
* tests: Add test for ephy_gsb_service_verify_url()Gabriel Ivascu2017-10-032-3/+95
* gsb-service: Add update-finished signalGabriel Ivascu2017-10-031-0/+15