summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ephy-string: Avoid poking at remote websiteskiosk-modeBastien Nocera2013-08-281-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
* Add new home/back buttons to standard error pageLorenzo Tilve Álvaro2013-08-282-5/+39
| | | | | | | | Adds new buttons to go back (if navigation is not locked down) and return to the home page (the overview or the configured homepage-url if its corresponding gsetting is defined). https://bugzilla.gnome.org/show_bug.cgi?id=705180
* Merge the different error pagesLorenzo Tilve Álvaro2013-08-285-177/+18
| | | | | | | | The different epiphany HTML error pages have been refactored into a single one, that depending on the type of the conditions include some different styles to keep the original appearances. https://bugzilla.gnome.org/show_bug.cgi?id=705180
* Introduced support for only 1 tab/window behaviourLorenzo Tilve Álvaro2013-08-285-31/+70
| | | | | | | | | | | | For some situations like on the kiosk-mode, it's neccesary that all the navigation is done on the same window and tab, which would be opened fullscreen and without controls to switch between tabs, so everything should be displated in the same view. A new setting is introduced as part of the lockdown system to enable this behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=703648
* Reintroduced homepage preference on GSettingsLorenzo Tilve Álvaro2013-07-238-14/+52
| | | | | | | | | | | | | This setting is particulary important for the kiosk mode of Epiphany where it's neccesary that the browser is opened starting on a very specific home address. There is not a need to create a UI for the configuration of the setting as on the mentioned main purposes of the flag like the mentioned kiosk mode, or intranets, the homepage-url, would be basically system-configured. https://bugzilla.gnome.org/show_bug.cgi?id=702435
* Add custom http errors supportJavier M. Mellid2013-07-054-1/+60
| | | | | | | | | | | When custom-http-error-management enabled the browser takes control over pages displaying http errors. This option is useful to handle some use cases where user operates under a limited user experience and http error pages may need customization (e.g. kiosk mode configurations) https://bugzilla.gnome.org/show_bug.cgi?id=702436
* 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
|
* ephy-embed-shell-test: unskip web created testXan Lopez2013-03-201-6/+0
| | | | | | It should work now. https://bugzilla.gnome.org/show_bug.cgi?id=695620
* ephy-embed-shell-test: try harder to find the schemas dirXan Lopez2013-03-201-0/+13
| | | | | | Need to do this since we override XDG_DATA_DIRS. https://bugzilla.gnome.org/show_bug.cgi?id=695620
* Move code to initialize preferences from ephy-main to ephy-shellCarlos Garcia Campos2013-03-203-29/+47
| | | | | | | | | | As well as the code the prepare the environment for the wen process and web context initialization. This allows to only run that initializations only for the primary instance. It fixes a crash in web process when the ui process finishes too early and makes secondary instances to run faster, since they don't spawn a web process anymore. https://bugzilla.gnome.org/show_bug.cgi?id=696020
* ephy-web-view: disable modified forms check in WebKit2Xan Lopez2013-03-201-0/+3
| | | | | | | | | | 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.