aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [release] 3.8.03.8.0Xan Lopez2013-03-262-3/+13
|
* ephy-encoding-dialog: make this work againXan Lopez2013-03-261-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-251-507/+465
|
* updating Hindi TranslationChandan Kumar2013-03-251-654/+722
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-252-2/+2
|
* Update Arabic translationKhaled Hosny2013-03-241-102/+119
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-241-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-221-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-211-272/+297
|
* [release] 3.7.923.7.92Xan Lopez2013-03-212-1/+12
|
* ephy-embed-shell-test: unskip web created testXan Lopez2013-03-211-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-211-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.
* [l10n] Updated Italian translation.Gianvito Cavasoli2013-03-201-552/+554
|
* [l10n] Added Tadjik translationVictor Ibragimov2013-03-202-0/+2615
|
* ephy-profile-migrator: Check for errors correctlyBastien Nocera2013-03-201-2/+1
| | | | | This guards against error paths that might not return errors. It'll crash in the error path instead :)
* ephy-profile-migrator: Stop spinning when porting form passwordsBastien Nocera2013-03-201-6/+13
| | | | | | | | | | | | | | Use atomic operations to manipulate the counter that tracks the number of operations we need to achieve, to ensure coherency when the results are received from different threads. Also use our own main loop rather than spinning on g_main_context_iteration() to avoid CPU burning when waiting for completion. Finally, fix the migrator never returning as the number of operations was not decreased on the ephy_form_auth_data_store() error path. https://bugzilla.gnome.org/show_bug.cgi?id=695828
* Load back item when back is clicked with control held/middle clicked, for wk2Gustavo Noronha Silva2013-03-191-0/+25
| | | | | | | | | In WebKit2 the back/forward list is not copiable, so that assumption doesn't hold, and the current code path fails. With this change we tell EphyShell to not copy the list and load the URL held by the back item of the existing WebView in the new WebView instead, for WebKit2. https://bugzilla.gnome.org/show_bug.cgi?id=695951
* Update French translationAlexandre Franke2013-03-191-537/+518
|
* ephy-web-view: actually move signal handler disconnects to disposeXan Lopez2013-03-191-30/+30
|
* ephy-web-view: disconnect form auth signal handler or disposeXan Lopez2013-03-191-45/+47
| | | | | The signal can (somewhat easily) be emitted on the shell after the web view dies.
* ephy-window: disable a few more actions in application modeXan Lopez2013-03-191-4/+8
| | | | | | | Do not allow to launch bookmarks, history, preferences and personal data editors through keyboard shortcuts in app mode. https://bugzilla.gnome.org/show_bug.cgi?id=690191
* ephy-embed-single-test: skip form auth test in WebKit2Xan Lopez2013-03-191-0/+4
| | | | This is done differently for WebKit2, so this test won't work.
* ephy-embed-prefs: Implement user style sheet setting in WebKit2Carlos Garcia Campos2013-03-191-6/+60
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679372
* embed: Use a custom WebKitWebViewGroup for all ephy web viewsCarlos Garcia Campos2013-03-194-19/+44
| | | | | Create all ephy web views with the global group that shares all the global settings.
* [l10n] Update Japanese translationHajime Taira2013-03-181-10/+11
|
* Updated Belarusian translation.Ihar Hrachyshka2013-03-171-63/+77
|
* ephy-embed: Remove TODO comments about missing send-request signalCarlos Garcia Campos2013-03-171-4/+1
| | | | | It's already implemented and used in the web extension to implement ad-blocker and Do Not Track.
* web-extension: Do not use C++ commentsCarlos Garcia Campos2013-03-171-1/+1
| | | | Forgot to fix this before landing the prefilled forms patch.
* Add spelling suggestion to the context menu in WebKit2Carlos Garcia Campos2013-03-172-7/+57
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695904
* Updated Latvian translationRūdolfs Mazurs2013-03-171-7878/+2600
|
* Updated Latvian translationRūdolfs Mazurs2013-03-171-2614/+7900
|
* Updated Hungarian translationBalázs Úr2013-03-171-169/+244
|
* ephy-session: fix memory leakXan Lopez2013-03-171-0/+2
| | | | | | We were not freeing the save data struct itself. https://bugzilla.gnome.org/show_bug.cgi?id=695963
* Updated Uyghur translationGheyret Kenji2013-03-171-63/+78
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Korean translationChangwoo Ryu2013-03-171-537/+638
|
* ephy-find-toolbar: freaking tabsXan Lopez2013-03-161-1/+1
|
* ephy-find-toolbar: fix memory leakXan Lopez2013-03-161-0/+1
| | | | | The size group initial reference can be dropped after adding all the widgets.
* Revert "Add spelling suggestion to the context menu in WebKit2"Xan Lopez2013-03-161-47/+4
| | | | | | This reverts commit 45e86f4c6f6922fb0b554c738967b9403bd70ecc. Pushed this by mistake.
* ephy-session: fix GTask leakXan Lopez2013-03-161-0/+1
| | | | | | | g_task_run_in_thread already refs the task, so we have to unref it ourselves after calling it. https://bugzilla.gnome.org/show_bug.cgi?id=695905
* Add spelling suggestion to the context menu in WebKit2Carlos Garcia Campos2013-03-161-4/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695904
* ephy-bookmarks-export: fix memory leakXan Lopez2013-03-161-0/+2
|
* Updated Lithuanian translationAurimas Černius2013-03-161-27/+44
|
* configure.ac: added a missing ')'Sergio Villar Senin2013-03-151-1/+1
| | | | Fixes the configuration phase broken by previous commit.
* configure.ac: drop the EPIPHANY_API_VERSION variableXan Lopez2013-03-151-4/+0
| | | | We do not use this anymore.
* configure.ac: require WebKitGTK+ 1.11.92Xan Lopez2013-03-151-1/+1
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-03-151-580/+644
|
* [l10n] Updated Catalan translationGil Forcada2013-03-151-568/+632
|
* Updated Slovenian translationMartin Srebotnjak2013-03-151-312/+206
|
* web-extension: Implement Do Not Track in WebKit2Carlos Garcia Campos2013-03-152-9/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695343
* web-extension: Implement pre-filled forms in WebKit2Carlos Garcia Campos2013-03-158-52/+675
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684439
* Move the code to crate the remember passwords info bar widget to its own ↵Carlos Garcia Campos2013-03-141-39/+54
| | | | | | | function This will allow to use it for WebKit2 when pre-filled forms are implemented.
* Do not use ephy-auth-data in ephy-embed-single for WebKit2Carlos Garcia Campos2013-03-141-6/+19
| | | | It will be used by the web extension to implement the pre-filled forms.
* ephy-bookmarks-editor: fix compiler warningsXan Lopez2013-03-141-1/+3
|
* window-commands: do not show favicon.ico downloads in the UIXan Lopez2013-03-141-0/+6
| | | | | | | These are internal to the web app creation process, the user should not see them. https://bugzilla.gnome.org/show_bug.cgi?id=695793
* ephy-download-test: do nothing when the download is finishedXan Lopez2013-03-141-0/+1
| | | | | | | We don't want the default action to run, which in this case is to fire GEdit with the dummy file we are downloading. https://bugzilla.gnome.org/show_bug.cgi?id=695782
* ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2Xan Lopez2013-03-131-0/+4
| | | | Should not be as important as in WebKit1, but no reason to not do it.
* Fix provisional_load_failure_updates_back_forward_list test in WK2Manuel Rego Casasnovas2013-03-131-8/+53
| | | | | | | | | The EphyWebView test provisional_load_failure_updates_back_forward_list was failing in WK2 for a similar issue than other tests. We were not waiting for the "changed" signal in WebKitBackForwardList, so the list was not ready when checking it. https://bugzilla.gnome.org/show_bug.cgi?id=695649
* Updated Portuguese translation and converted to New Spelling (Novo AO)Duarte Loreto2013-03-131-710/+775
|
* Updated Danish translationKennethNielsen2013-03-131-527/+601
|
* ephy-shell-test: fix compiler warningsXan Lopez2013-03-131-4/+3
|
* configure.ac: remove --with-webkit2 flagXan Lopez2013-03-131-3/+2
| | | | | | | Otherwise it's likely some people will start to ship WebKit1 versions of Epiphany 3.8 with our without knowing what they are doing. For those that *really* want to use the WebKit1 backend, just set the 'with_webkit2' variable to 'no'.
* Fix EphyShell tests in WK2 waiting until views are loadedManuel Rego Casasnovas2013-03-134-25/+76
| | | | | | | | /src/ephy-shell/tab_load and /src/ephy-shell/tab_from_external tests were failing because of the same issue than session tests. We were not waiting till the views reach the committed load status in order to check the address. https://bugzilla.gnome.org/show_bug.cgi?id=695646
* Move methods related to view load from ephy-session-test to ephy-test-utilsManuel Rego Casasnovas2013-03-134-91/+173
| | | | | | | | In ephy-session-tests we added some methods in order to know if the EphyWebViews have been loaded or not before checking their addresses. These methods are going to be needed in more tests so they are moved to a utilities file. https://bugzilla.gnome.org/show_bug.cgi?id=695646
* ephy-embed-shell: set bus watch id to zeroXan Lopez2013-03-131-1/+3
| | | | | | Since dispose can run multiple times. Patch by Carlos García Campos <cgarcia@igalia.com>
* ephy-web-extension: fix coding styleXan Lopez2013-03-131-3/+3
| | | | Patch by Carlos García Campos <cgarcia@igalia.com>
* ephy-form-auth-data: remove query section from URIsXan Lopez2013-03-131-0/+1
| | | | | | | We do not want the query to be relevant when loading/storing auth data. Patch by Carlos García Campos <cgarcia@igalia.com>
* Set the disk cache directory depending on the ephy mode in WebKit2Carlos Garcia Campos2013-03-132-1/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695345
* ephy-web-view: cast object to the right typeXan Lopez2013-03-131-1/+1
|
* Fix download tests in WK2Manuel Rego Casasnovas2013-03-132-4/+1
| | | | | | Modify ephy_download_dispose to disconnect WebKitDownload from all the handlers. https://bugzilla.gnome.org/show_bug.cgi?id=694579
* Updated Polish translationPiotr Drąg2013-03-131-74/+91
|
* Updated Indonesian translationAndika Triwidada2013-03-121-463/+459
|
* Assamese translation updated for gnome 3.8Nilamdyuti Goswami2013-03-121-68/+78
|
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-125-129/+176
| | | | And use it in EphyEmbedSingle to cache the form auth data.
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-129-300/+348
| | | | Move to ephy-form-auth-data and renamed accordingly.
* Move find_username_and_password_elements to ephy-web-dom-utilsCarlos Garcia Campos2013-03-123-78/+75
| | | | | | 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.
* Updated Brazilian Portuguese translationRafael Ferreira2013-03-121-59/+76
|
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-121-528/+597
|
* Port to wk2 webview's snapshotting APIClaudio Saavedra2013-03-122-13/+100
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695347
* Updated Galician translationsFran Diéguez2013-03-121-27/+44
|
* ephy-web-view-test: skip another failing testXan Lopez2013-03-121-0/+5
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=695649
* ephy-shell-test: skip a couple of failing tests in WK2Xan Lopez2013-03-121-0/+10
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=695646
* Using webkit_web_view_load_request() after webkit_uri_request_set_uri() in WK2Manuel Rego Casasnovas2013-03-121-1/+2
| | | | | | | | 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
* ephy-download-test: comment out this test for now, since it's brokenXan Lopez2013-03-121-0/+4
| | | | We'll fix it soon but I want to be able to run make check.
* ephy-session-test: make session tests work more reliablyXan Lopez2013-03-121-8/+131
| | | | | | | | | | | | | | | Based on a patch by Manuel Rego. Ensure the WebViews created during the session load are fully loaded before we check their URIs. This was working more or less by pure chance in WK1, and was failing in WK2 because of the process separation. The restore tab test is skipped in WK2 for now, since it's crashing. The patch excludes some asserts in WK2 while bug #695437 is not fixed. https://bugzilla.gnome.org/show_bug.cgi?id=695300
* [l10n] Updated German translationMario Blättermann2013-03-121-61/+75
|
* Updated Spanish translationDaniel Mustieles2013-03-121-58/+75
|
* Updated Greek translationDimitris Spingos2013-03-111-58/+75
|
* configure.ac: second try for WebKit2 by defaultXan Lopez2013-03-111-3/+3
|
* ephy-navigation-history-action: fix compiler warningsXan Lopez2013-03-111-5/+5
|
* Show an error page when the WebProcess crashesXan Lopez2013-03-114-1/+123
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693832
* ephy-embed-shell: add a ::web-view-created signalXan Lopez2013-03-113-1/+53
| | | | | | | Emitted every time we create an EphyWebView anywhere. This will be useful in our tests. https://bugzilla.gnome.org/show_bug.cgi?id=695300
* Updated Serbian translationМирослав Николић2013-03-112-174/+220
|
* [l10n] Updated German translationTobias Endrigkeit2013-03-101-125/+149
|
* Updated Latvian translationRūdolfs Mazurs2013-03-101-601/+630
|
* Update Arabic translationKhaled Hosny2013-03-101-524/+573
|
* Updated Lithuanian translationAurimas Černius2013-03-091-87/+110
|
* pdm-dialog: remove compiler warningsXan Lopez2013-03-091-1/+3
|
* Fix missing call to webkit_uri_request_set_uri in WK2Manuel Rego Casasnovas2013-03-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695446
* [l10n] Update Japanese translationHajime Taira2013-03-091-422/+437
|
* Makefile.am: remove gtk-doc flag from distcheckXan Lopez2013-03-081-2/+1
| | | | Should not be needed anymore.
* [release] 3.7.913.7.91Xan Lopez2013-03-082-3/+15
| | | | | | In the end we are still going with WebKit1 by default for this release, since a few unit tests are failing and it's already pretty late. Next chance in .92.
* Updated Greek translationDimitris Spingos2013-03-081-88/+111
|
* Updated Slovenian translationMatej Urbančič2013-03-081-87/+110
|
* Updated Belarusian translation.Ihar Hrachyshka2013-03-071-522/+499
|
* Updated Uyghur translationGheyret Kenji2013-03-071-146/+178
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Galician translationsFran Diéguez2013-03-071-87/+110
|
* web-extension: Implement adblocker in WebKit2Carlos Garcia Campos2013-03-073-4/+58
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695307
* Do not build adblock files in libephyembed for WebKit2Carlos Garcia Campos2013-03-074-9/+33
| | | | The required files will be built in the web extension.
* ephy-shell: fix opening new pages from the command lineXan Lopez2013-03-071-1/+1
| | | | | | | We were not re-using the active EphyEmbed, which causes opening one extra empty tab. https://bugzilla.gnome.org/show_bug.cgi?id=694966
* Add support for DNS prefetching when using WebKit2Carlos Garcia Campos2013-03-062-1/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684445
* ephy-window: fix compiler warningsXan Lopez2013-03-061-3/+2
|
* uri-tester: Receive the base data dir as construct property instead of using ↵Carlos Garcia Campos2013-03-063-29/+41
| | | | | | | | | ephy_dot_dir() This removes the dependency of ephy-file-helpers from uri-tester, that will make easier to use it from a WebKit2 web extension https://bugzilla.gnome.org/show_bug.cgi?id=695205
* uri-tester: Use GFile intead of WebKitDownload to retrieve the filtersCarlos Garcia Campos2013-03-061-29/+33
| | | | | | | It removes the WebKit dependency from uri-tester that will allow us to use it also from a WebKit2 web extension. https://bugzilla.gnome.org/show_bug.cgi?id=695198
* configure.ac: use WebKit2 by defaultXan Lopez2013-03-061-2/+2
| | | | | | | We are almost certainly going to switch to WebKit2 by default for 3.8, so change the flag here. There's very few regressions left and we have patches for them, but if we can always change the flag back right before release. Meanwhile, give this some wider exposure in the RC.
* ephy-web-view: fix compiler warningsXan Lopez2013-03-061-2/+0
|
* ephy-embed-single: fix compiler warningXan Lopez2013-03-061-1/+1
|
* Implement get best web app icon in WebKit2Manuel Rego Casasnovas2013-03-062-47/+149
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694091
* Assamese translation updated for gnome 3.8Nilamdyuti Goswami2013-03-061-576/+681
|
* Updated Dutch translation by Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2013-03-061-152/+192
|
* Updated Polish translationPiotr Drąg2013-03-061-81/+104
|
* Updated Spanish translationDaniel Mustieles2013-03-061-81/+104
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2013-03-051-62/+87
|
* POTFILES.in: add missing fileClaudio Saavedra2013-03-051-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695192
* incognito: show about:incognito instead of the overviewClaudio Saavedra2013-03-053-18/+33
| | | | | | | | 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
* ephy-about-handler: add a about:incognito handlerClaudio Saavedra2013-03-055-1/+71
| | | | | | | This shows a welcome message for incognito windows. Artwork by Jakub Steiner. https://bugzilla.gnome.org/show_bug.cgi?id=694200
* ephy-password-info: remove as it is unused nowClaudio Saavedra2013-03-054-103/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679918
* ephy-profile-migrator: migrate form passwords to new schemaClaudio Saavedra2013-03-052-1/+134
| | | | | | | | | | This completes the migration, by moving all passwords previously stored as network passwords to the epiphany form passwords specific schema. It must be noted that some of these passwords were not properly stored as network passwords but as generic passwords, so a throghout search was necessary in order to find all of them. https://bugzilla.gnome.org/show_bug.cgi?id=679918
* ephy-profile-migrator: migrate to libsecretClaudio Saavedra2013-03-052-14/+11
| | | | | | | Use libsecret to store http-authentication data in one of the early migrators. https://bugzilla.gnome.org/show_bug.cgi?id=679918
* ephy-embed-single: cache form data using libsecretClaudio Saavedra2013-03-051-60/+36
| | | | | | | | | | Not only migrate this to libsecret, but also cache the data from the EPHY_FORM_PASSWORD_SCHEMA schema instead of using the GKR-compatibility one. Since we haven't migrated yet the passwords from GKR secrets to the new EPHY_FORM_PASSWORD_SCHEMA schema, the cache will be empty for now. https://bugzilla.gnome.org/show_bug.cgi?id=679918
* pdm-dialog: migrate to libsecretClaudio Saavedra2013-03-051-174/+84
| | | | | | | | | | This is a one-to-one migration from the gkm implementation to libsecret. The existing gkm-powered dialog showed both network authentication and form authentication data. Since we are moving all form authentication data to a Epiphany specific schema, this will not be shown here anymore. https://bugzilla.gnome.org/show_bug.cgi?id=679918
* ephy-profile-utils: migrate ephy_profile_utils_store/query_form_auth_data() ↵Claudio Saavedra2013-03-055-89/+216
| | | | | | | | | | | | | | | | to libsecret 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
* Updated Brazilian Portuguese translationRafael Ferreira2013-03-051-584/+625
|
* Updated Basque languageInaki Larranaga Murgoitio2013-03-051-120/+139
|
* Updated Norwegian bokmål translationKjartan Maraas2013-03-041-124/+140
|
* [l10n] Updated German translationMario Blättermann2013-03-041-122/+136
|
* Updated Hebrew translation.Yaron Shahrabani2013-03-031-109/+117
|
* window-commands: fix WebKit2 build after 8a00f5c726c9Xan Lopez2013-03-021-0/+1
|
* ephy-web-view: remove unused methodXan Lopez2013-03-022-44/+0
|
* Move code to get application icon from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-025-237/+258
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694091
* Fallback to favicon instead of page snapshotWilliam Jon McCann2013-03-021-14/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694703
* Implement get web app title in WebKit2Manuel Rego Casasnovas2013-03-022-12/+62
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694144
* Move code to get application title from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-023-24/+40
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694144
* Updated Serbian translationМирослав Николић2013-03-012-206/+238
|
* Try more shortcut icon namesWilliam Jon McCann2013-03-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694704
* Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_formsManuel Rego Casasnovas2013-03-014-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659
* Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2Manuel Rego Casasnovas2013-02-286-117/+157
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694659
* Updated Lithuanian translationAurimas Černius2013-02-271-105/+117
|
* Updated Greek translationDimitris Spingos2013-02-261-275/+289
|
* Updated Galician translationsFran Diéguez2013-02-261-104/+120
|
* Updated Spanish translationDaniel Mustieles2013-02-251-103/+119
|
* Updated Slovenian translationMatej Urbančič2013-02-251-61/+78
|
* ephy-session: Port to GTaskCarlos Garcia Campos2013-02-241-88/+69
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694580
* Updated Polish translationPiotr Drąg2013-02-241-86/+102
|
* Add setting for delayed tab loading, and use it to fix the session testsGustavo Noronha Silva2013-02-244-6/+64
| | | | | | | | | | | | | The session tests were broken by the delayed tab loading feature - the restored embeds would not finish loading and thus the expectations for the URIs were not met. This change adds a setting that is now used by those tests to disable the feature temporarily. Also revert "ephy-session-test: make tests pass", which is no longer necessary. This reverts commit 75da5fff3f4489dacf4ded6f012daa06af306709. https://bugzilla.gnome.org/show_bug.cgi?id=694470
* Fix WebKit1 buildGustavo Noronha Silva2013-02-241-0/+4
|
* web-extensions: Create the web extension proxy asynchronouslyCarlos Garcia Campos2013-02-232-21/+69
| | | | | | | | 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
* Updated Slovenian translationMatej Urbančič2013-02-231-171/+132
|
* ephy-embed-prefs: fix a couple of warningsXan Lopez2013-02-221-1/+3
|
* ephy-web-view: do not use deprecated GtkInfo methodsXan Lopez2013-02-222-2/+2
|
* [release] 3.7.903.7.90Xan Lopez2013-02-222-1/+17
|
* ephy-web-view: get rid of a compiler warningXan Lopez2013-02-221-2/+0
|
* ephy-session-test: make tests passXan Lopez2013-02-221-3/+3
| | | | | | | | We delay session loads until tab map now, which won't happen in the tests. So take that into account for about: URIs, which are changed to ephy-about: only during the actual load process. We should make this work properly before 3.8
* ephy-main: get rid of a compiler warningXan Lopez2013-02-221-0/+2
|
* ephy-embed: use g_strcmp0 instead of checking manually for null stringsXan Lopez2013-02-221-1/+1
|
* Updated Hebrew translation.Yaron Shahrabani2013-02-221-226/+232
|
* web-extension: Use a different service name for every web process extensionCarlos Garcia Campos2013-02-213-2/+15
|
* Fix a crash when deciding whether to switch to overview modeCarlos Garcia Campos2013-02-211-1/+1
| | | | It seems that URI might be NULL in some cases.
* Fix loading HTTP auth protected pages from the overviewCarlos Garcia Campos2013-02-201-4/+11
| | | | | | | | | | | The switch between overview and normal web page happens when the page load is committed, in case of HTTP auth protected pages we never switch to web page mode because authentication happens before the load is committed. In WebKit2 the auth dialog is attached to the web view, so we need to show the web view before the load is committed to show the auth dialog. https://bugzilla.gnome.org/show_bug.cgi?id=694268
* Updated slovak translationDušan Kazik2013-02-201-224/+205
|
* ephy-web-view: Update to the latest WebKit2 API changesCarlos Garcia Campos2013-02-201-5/+1
| | | | | | Use webkit_web_view_get_tls_info() instead of webkit_uri_response_get_https_status() that has been recently removed from the WebKit2 GTK+ API.
* embed: Implement unsubmitted modified forms warning in WebKit2Carlos Garcia Campos2013-02-1910-8/+292
| | | | | | Installing a web extension to access the DOM. https://bugzilla.gnome.org/show_bug.cgi?id=684437
* Remove epiphany.pc leftoversXan Lopez2013-02-181-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694076
* Updated Serbian translationМирослав Николић2013-02-182-90/+80
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2013-02-182-126/+134
|
* popup-commands: Postpone the creation of the download object until ↵Carlos Garcia Campos2013-02-181-11/+25
| | | | | | | | | | | destination is known In WebKit2 downloads automatically start when an uri is requested to be downloaded. Instead of creating a download that is cancelled if the destination dialog is cancelled, we can simply create the download when the destination dialog has been accepted. https://bugzilla.gnome.org/show_bug.cgi?id=685950
* Updated Polish translationPiotr Drąg2013-02-171-65/+69
|
* [l10n] Updated German translationMario Blättermann2013-02-171-103/+106
|
* ephy-toolbar: make the margins for the New Tab button RTL friendlyXan Lopez2013-02-161-1/+5
|
* Add a New Tab button in the toolbarXan Lopez2013-02-162-0/+18
| | | | | | Useful in general, and in particular in touch-based devices. https://bugzilla.gnome.org/show_bug.cgi?id=684616
* Updated Uyghur translationGheyret Kenji2013-02-161-10/+10
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Get rid of epiphany.pcXan Lopez2013-02-152-17/+0
| | | | Also not needed.
* Get rid of epiphany.hXan Lopez2013-02-153-65/+0
| | | | It is also not needed anymore.
* Do not install headersXan Lopez2013-02-154-20/+0
| | | | Since there are no extensions, we don't need to do this anymore.
* Remove EphyPermissionManagerXan Lopez2013-02-156-518/+3
| | | | | This was also a no-op. The only thing the popup code is doing is checking the GSetting, so just do that.
* support notification filteringNuno Araujo2013-02-142-0/+2
| | | | | | | This gives gnome-shell a change to apply notification filtering on this app. https://bugzilla.gnome.org/show_bug.cgi?id=690996
* ephy-shell: remove some leftovers from the new-window removalXan Lopez2013-02-141-63/+0
|
* ephy-embed-single: remove open_window methodXan Lopez2013-02-143-66/+3
| | | | | | It's also been a no-op for a long time. The problem of allowing the popup manager to create windows from embed/ is still left to be solved.
* ephy-embed-single: remove ::handle-content signalXan Lopez2013-02-133-47/+2
| | | | It was meant for extensions, which we don't have anymore.
* ephy-embed-single: remove clear http auth cache methodXan Lopez2013-02-132-21/+0
| | | | It's been unimplemented for ages.
* ephy-web-view: remove dead declarationsXan Lopez2013-02-131-3/+0
| | | | GCC, you need to warn me about these.
* Remove EphyWebView::visibilityXan Lopez2013-02-132-79/+0
| | | | | | This once was likely used to toggle the visibility of popups, but it's now a no-op. When we re-introduce that feature we can do something similar again.
* ephy-web-view: a few more type checks for public methodsXan Lopez2013-02-131-2/+25
|
* ephy-web-view: only extract title from address if address is not NULLXan Lopez2013-02-131-1/+1
|
* ephy-embed-utils: protect against NULL address in methodXan Lopez2013-02-131-0/+4
|
* Fix the build with WebKit2Carlos Garcia Campos2013-02-132-0/+17
|
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-1210-15/+197
| | | | | | | | | | | | | Firefox has led the way implementing this behaviour to improve the experience of restoring a session with lots of tabs. By delaying the loading of pages to when the user shows interest in them, the time it takes for the browser to become usable is diminished, and less pages are loaded in parallel, which improves load time for the first pages the user sees. It also has the advante of displaying less HTTP Basic Auth dialogs, when the user has many tabs pointed to the same server. https://bugzilla.gnome.org/show_bug.cgi?id=675302
* ephy-web-view: fix the docs for a couple of signalsClaudio Saavedra2013-02-121-4/+4
|
* window-commands: update copyright yearXan Lopez2013-02-111-1/+1
|
* Updated Spanish translationDaniel Mustieles2013-02-111-235/+236
|
* Updated Galician translationsFran Diéguez2013-02-101-35/+39
|
* ephy-notebook: remove two useless forward declarationsXan Lopez2013-02-101-2/+0
|
* Remove API doc generationXan Lopez2013-02-1012-944/+0
| | | | | | We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it.
* Updated Lithuanian translationAurimas Černius2013-02-101-405/+509
|
* ephy-session: port to GTaskXan Lopez2013-02-101-22/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691439
* ephy-shell: add g_return_val_if_fails to ephy_shell_new_tab_fullXan Lopez2013-02-101-0/+9
|
* ephy-shell: avoid useless call to ephy_embed_shell_get_defaultXan Lopez2013-02-101-1/+1
| | | | | There's only one shell, which we already get in the first parameter. No need to ask for the shell again.
* Updated Dutch translationWouter Bolsterlee2013-02-101-210/+212
|
* Updated Uyghur translationGheyret Kenji2013-02-091-99/+104
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Use GtkApplication method to get the list of windowsXan Lopez2013-02-094-85/+23
| | | | | We have one in EphyShell, but should be redundant (since we stopped tracking non-EphyWindow windows some time ago).
* ephy-session-test: add tests for tab restoring APIClaudio Saavedra2013-02-081-0/+69
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-session-test: add test for ephy_session_clear()Claudio Saavedra2013-02-081-27/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693297
* ephy-session.c: add ephy_session_clear()Claudio Saavedra2013-02-082-0/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693297
* ephy-shell: add application menu item for reopening closed tabsClaudio Saavedra2013-02-084-0/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-embed-shell: add EPHY_EMBED_SHELL_MODE_INCOGNITOClaudio Saavedra2013-02-086-9/+11
| | | | | | | | | | Since we need to differenciate between incognito and private mode in order to enable restoring closed tabs only for the latter case. Add a macro for the cases in which either mode should behave in the same way to simplify the change. https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-session: add can-undo-tab-closed boolean propertyClaudio Saavedra2013-02-082-0/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-session: add API to restore closed tabsClaudio Saavedra2013-02-082-0/+251
| | | | | | | | | We add a queue of closed tabs to EphySession, which is later used to restore them through ephy_session_undo_close_tab(). Based on a patch by Diego Escalante Urrelo <diegoe@igalia.com> https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-shell: Make it possible to prepend a tab in a windowClaudio Saavedra2013-02-082-7/+11
| | | | | | | We need this in order to open a tab in the first position of a window when undoing a tab closure. https://bugzilla.gnome.org/show_bug.cgi?id=128184
* ephy-shell: return the proper types for EphySession and GNetworkMonitorXan Lopez2013-02-084-23/+24
|
* Move ephy_session_open_uris to EphyShellXan Lopez2013-02-085-165/+142
| | | | | There's no reason at all for this method to be in EphySession, it neither writes nor reads the state of the browser.
* The inspector has moved to starting attached, so follow the changeGustavo Noronha Silva2013-02-071-9/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693177
* Updated Galician translationsFran Diéguez2013-02-071-85/+83
|
* [release] 3.7.53.7.5Xan Lopez2013-02-072-1/+18
|
* Don't ask Xlib to skip ARGB visualsGiovanni Campagna2013-02-061-3/+0
| | | | | | | | | WebKit uses GLX windows internally, which will have alpha. If any of those windows receives an event, Gtk will attempt to create a foreign GdkWindow wrapping them, and will crash because XGetWindowAttributes will return a NULL visual. https://bugzilla.gnome.org/show_bug.cgi?id=693030
* configure.ac: depend on glib 2.35.6Xan Lopez2013-02-061-1/+1
| | | | | A few important fixes in there that we'd rather have to avoid lots of bug reports.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-02-042-1020/+1056
|
* Updated Uyghur translationGheyret Kenji2013-02-021-120/+43
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Polish translationPiotr Drąg2013-02-011-2/+2
|
* Updated Polish translationPiotr Drąg2013-02-011-259/+244
|
* Updated Basque languageInaki Larranaga Murgoitio2013-01-311-858/+1303
|
* ephy-node-db: build fix; log node db saving to where filename is availableGustavo Noronha Silva2013-01-291-2/+2
|
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-284-185/+0
| | | | | It is racy and it is unnecessary as we've replaced all its instances with g_file_set_contents().
* ephy-bookmarks-export: use g_file_set_contents() when saving to RDFClaudio Saavedra2013-01-281-15/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=691794
* ephy-node-db: use g_file_set_contents() when saving to diskClaudio Saavedra2013-01-271-15/+12
| | | | | | | | Since g_file_set_contents() is atomic and already takes care of saving first to a temporary file, we don't need to use ephy_file_switch_temp_file(). https://bugzilla.gnome.org/show_bug.cgi?id=691794
* Updated Hungarian translationGabor Kelemen2013-01-241-514/+451
|
* Updated Norwegian bokmål translationKjartan Maraas2013-01-231-177/+162
|
* Set a document basename when printing to a fileDavid King2013-01-232-1/+16
| | | | | | | Bump GTK+ dependency to 3.5.4, where the new print-to-file support was added to GtkPrintSettings. https://bugzilla.gnome.org/show_bug.cgi?id=692337
* [l10n] Updated German translationTobias Endrigkeit2013-01-221-1114/+487
|
* Updated Uyghur translationGheyret Kenji2013-01-191-1609/+1903
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Updated Serbian translationМирослав Николић2013-01-182-1036/+924
|
* Remove ability to open URIs in the clipboard through middle clickXan Lopez2013-01-184-85/+0
| | | | | This is disabled by default, pretty obscure, and problematic to port properly to WebKit2. So just drop the code.
* Updated Galician translationsFran Diéguez2013-01-141-150/+151
|