summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-8Cédric Valmary2016-04-191-884/+1941
|
* Updated Chinese (China) translationWylmer Wang2014-03-101-12/+64
|
* uri-tester: Compile regex in JavaScript compatibility modeAndres Gomez2013-11-271-1/+1
| | | | | | | | AddBlock regexes now are compiled in JavaScript compatibility mode to avoid the errors happening from using the patterns from https://easylist-downloads.adblockplus.org/easylist.txt . https://bugzilla.gnome.org/show_bug.cgi?id=719399
* uri-tester: Avoid critical when unref-ing NULL regexAndres Gomez2013-11-271-1/+0
| | | | | | | When a regex compilation fails we get an error and NULL. No need to unref the NULL pointer. https://bugzilla.gnome.org/show_bug.cgi?id=719405
* ephy-history-view: Call parent class on button release handlerDaniel Wyatt2013-11-261-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696653
* ephy-download: Detect .xz as compressed tooBastien Nocera2013-11-111-1/+1
| | | | | | A fix to a hack to avoid filenames like "filename.tar(1).xz" https://bugzilla.gnome.org/show_bug.cgi?id=711750
* Finnish translation updateLasse Liehu2013-11-051-46/+52
|
* Updated slovak translationDušan Kazik2013-09-191-344/+283
|
* Updated slovak translationDušan Kazik2013-09-191-283/+344
|
* ephy-string: Avoid poking at remote websitesBastien Nocera2013-07-121-2/+2
| | | | | | | | | | | | | | | Epiphany tries to query the existence of remote sites before loading their page. This causes problems when the remote site is not available and loading it requires the query to timeout (epiphany would look like it's not loading the site for up to 60 seconds) or for one-time URLs (where it might invalidate the query, such as for password resets, or confirmation e-mails). We'll now only check whether the file exists so that incomplete URLs ("epiphany foo.com/bar.html") still loads the bar.html file if it exists locally, but the remote website if not. https://bugzilla.gnome.org/show_bug.cgi?id=703772
* uri-tester: fixed a G_CRITICAL when regexp was NULLSergio Villar Senin2013-07-041-1/+1
| | | | | Do not unconditionally unref the regexp in case of error because it could be NULL.
* update Simplified Chinese (zh_CN) translationtuhaihe2013-06-061-531/+595
|
* [release] 3.8.23.8.2Claudio Saavedra2013-05-312-1/+12
|
* ephy-web-view: do not load the crash page for pages that have not been ↵Claudio Saavedra2013-05-211-4/+6
| | | | | | loaded yet https://bugzilla.gnome.org/show_bug.cgi?id=699211
* ephy-web-view: don't store page title in history when it's frozenClaudio Saavedra2013-05-201-3/+4
| | | | Otherwise we end up saving titles for error pages.
* ephy-web-view: thaw history when load is finishedClaudio Saavedra2013-05-201-2/+2
| | | | Otherwise we end up creating snapshots for error pages.
* Updated Norwegian bokmål translationKjartan Maraas2013-05-131-12/+18
|
* [l10n] Updated Turkish translationEmin Tufan2013-05-131-987/+1361
|
* [release] 3.8.13.8.1Xan Lopez2013-04-162-2/+12
|
* l10n: Update Japanese translationJiro Matsuzawa2013-04-141-21/+21
|
* l10n: Update Japanese translationHajime Taira2013-04-111-29/+11
|
* l10n: Update Japanese translationJiro Matsuzawa2013-04-111-4/+4
| | | | Merge the latest pot.
* uri-tester: Overwrite existing filters on updateSebastian Keller2013-04-101-1/+1
|
* Updated Russian translationYuri Myasoedov2013-04-081-526/+614
|
* Only connect to the FormAuthDataSaveConfirmationRequired signal of the ↵Carlos Garcia Campos2013-04-051-1/+1
| | | | | | | | | | | instance web extension To make sure we are only notified when our web extension requires to ask the user to store credentials. Otherwise when a web extension emits the signal all epiphany instances show the info bar asking the user whether to store credentials or not. https://bugzilla.gnome.org/show_bug.cgi?id=697255
* Updated Norwegian bokmål translationKjartan Maraas2013-04-031-134/+172
|
* Updated Basque languageInaki Larranaga Murgoitio2013-04-021-129/+170
|
* Update French translationAlexandre Franke2013-04-021-2/+2
|
* Do not schedule a DNS prefetch for invalid URIs or without a hostnameCarlos Garcia Campos2013-03-301-1/+8
| | | | | | | It produces a runtime critical warning when trying to use webkit_web_context_prefetch_dns() with a NULL hostname. https://bugzilla.gnome.org/show_bug.cgi?id=696787
* ephy-encoding-dialog: use the right signal to track load statusXan Lopez2013-03-261-0/+11
| | | | There's no notify::load-status in WebKit2
* ephy-web-view: restore zoom level on load startedXan Lopez2013-03-261-3/+3
| | | | | | | | 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
* ephy-notebook: fix memory leakXan Lopez2013-03-261-1/+2
| | | | | gtk_style_context_get does return a copy of the requested properties, free our pango font description.
* Update uk translationDaniel Korostil2013-03-261-894/+956
|
* [release] 3.8.03.8.0Xan Lopez2013-03-252-3/+13
|
* ephy-encoding-dialog: make this work againXan Lopez2013-03-251-3/+3
| | | | | | | We were not resetting correctly the internal state when getting a NULL encoding from WebKit, so the dialog would stop working after that. https://bugzilla.gnome.org/show_bug.cgi?id=696548
* l10n: Update Japanese translationOKANO Takayoshi2013-03-251-522/+588
|
* Updated Czech translationMarek Černocký2013-03-251-164/+187
|
* Updated Czech translationMarek Černocký2013-03-251-222/+241
|
* Updated Czech translationAdam Matoušek2013-03-241-507/+465
|
* updating Hindi TranslationChandan Kumar2013-03-251-654/+722
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-242-2/+2
|
* Update Arabic translationKhaled Hosny2013-03-231-102/+119
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-231-116/+120
|
* Updated slovak translationDušan Kazik2013-03-231-182/+238
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-03-222-366/+462
|
* ephy-window: connect the reload/stop button the load statusXan Lopez2013-03-211-0/+20
| | | | | | We were not doing it at all in WebKit2. https://bugzilla.gnome.org/show_bug.cgi?id=696301
* Updated Serbian translationМирослав Николић2013-03-212-188/+222
|
* Updated Tamil translationDr.T.Vasudevan2013-03-211-729/+1047
|
* L10N: Updated Persian TranslationArash Mousavi2013-03-201-272/+297
|
* [release] 3.7.923.7.92Xan Lopez2013-03-202-1/+12
|