aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show "Stop Archiving" only when the EphyWebView is archivingHEADarchive-creationarchive-integrationTing-Wei Lan2013-09-152-2/+5
|
* Archive creating can be cancelledTing-Wei Lan2013-09-156-10/+103
|
* Generate suggested archive name from selected files and archive formatTing-Wei Lan2013-09-151-1/+120
|
* Automatically create archives if required when select files to uploadTing-Wei Lan2013-09-151-0/+443
|
* Add cancellable support to download panel when extracting archivesarchive-extraction-completedTing-Wei Lan2013-08-062-30/+73
|
* Use new libgnome-autoar APITing-Wei Lan2013-08-051-1/+1
|
* Remove all things related to autoarchive, which becomes a shared libraryTing-Wei Lan2013-07-3120-3330/+4
|
* Add some missing definitions and functionsTing-Wei Lan2013-07-303-8/+87
|
* Move some common functions into separate filesTing-Wei Lan2013-07-294-158/+263
|
* Allow users to click "Open" if extraction has failedTing-Wei Lan2013-07-291-4/+7
|
* Click "Show in folder" when extracting should not destroy widgetsTing-Wei Lan2013-07-291-2/+4
|
* Fix segmentation fault in the previous commitTing-Wei Lan2013-07-291-1/+0
|
* Use g_signal_query to get signal infomationTing-Wei Lan2013-07-291-32/+28
| | | | Remove duplicate code about signal in the source file.
* Remove unneeded memory allocation and copyingTing-Wei Lan2013-07-291-17/+3
|
* Add AutoarCreate boilerplate codeTing-Wei Lan2013-07-283-0/+525
| | | | Many lines are copied or modified from AutoarExtract
* Fix incorrect properties descriptionTing-Wei Lan2013-07-282-3/+16
|
* Add more archive formats from archive.hTing-Wei Lan2013-07-281-10/+21
|
* Reject to copy the source file without doing modificationTing-Wei Lan2013-07-281-19/+54
| | | | | libarchive will just copy the source file without modifying anything if no filter can be applied. This behavior is not what users expecting.
* Fix bugs in the previous commitTing-Wei Lan2013-07-281-21/+26
|
* Fix extraction problems for archives containing only one fileTing-Wei Lan2013-07-271-35/+71
|
* Add seek and skip callback functions for libarchiveTing-Wei Lan2013-07-273-20/+126
| | | | Seek callback function is required to extract 7-zip file.
* Fix issues in non-ASCII filenameTing-Wei Lan2013-07-271-1/+5
|
* Fix some typoTing-Wei Lan2013-07-272-11/+11
|
* Show error message in download panel if extraction failedTing-Wei Lan2013-07-272-3/+5
|
* Add autoarchive to tests because it is used by ephy-downloadTing-Wei Lan2013-07-271-0/+1
|
* Integrate autoarchive functions into Epiphany download panelTing-Wei Lan2013-07-264-27/+185
| | | | | This commit complete the extraction part of the archive integration project in Epiphany.
* Add asynchronous archives extracting functionsTing-Wei Lan2013-07-263-40/+204
|
* Revert "Add basic archive support using libarchive"Ting-Wei Lan2013-07-221-99/+1
| | | | | This reverts commit 43bc4e374edc6699382e601beff0c3f750cb428e. I think we should use autoarchive now, which use GIO and libarchive as backend.
* Complete archive preferences support and integrate into AutoarExtractTing-Wei Lan2013-07-227-18/+197
|
* Add AutoarPref settings reading supportTing-Wei Lan2013-07-224-78/+188
| | | | These codes has not been tested, so it may contain serious bugs.
* Fix typo in configure.acTing-Wei Lan2013-07-221-1/+1
|
* Add .cpio check when removing the file extensionTing-Wei Lan2013-07-221-5/+4
|
* Use BUILT_SOURCES to fix some build dependencies problemTing-Wei Lan2013-07-212-7/+13
|
* Add AutoarPref boilerplate codeTing-Wei Lan2013-07-216-6/+630
|
* Fix some trivial things in the build systemTing-Wei Lan2013-07-193-6/+16
|
* Ignore unneeded files when extracting filesTing-Wei Lan2013-07-173-13/+77
|
* Set uid / gid when writing filesTing-Wei Lan2013-07-162-11/+89
|
* Change the meaning of size variable in AutoarExtractPrivateTing-Wei Lan2013-07-162-20/+16
| | | | | The meaning of the size is changed from read source archive size to the written bytes of the extracted files.
* Add functions to writing files and a new testing programTing-Wei Lan2013-07-155-173/+449
| | | | Several mistakes are discovered and fixed using the testing program.
* Add new function autoar_extract_start to do the extractionTing-Wei Lan2013-07-132-2/+230
| | | | This function is not tested and does not write files to disks currently.
* Implement callback functions for archive_read_openTing-Wei Lan2013-07-122-24/+122
|
* Add AutoarExtract class filesTing-Wei Lan2013-07-095-1/+591
| | | | | AutoarExtract class is used to handle automatic extraction of archives. Currently only boilerplate code is completed.
* Add a checkbutton to toggle the automatical extractionTing-Wei Lan2013-07-082-0/+21
|
* Add basic archive support using libarchiveTing-Wei Lan2013-07-081-1/+99
| | | | | | All files I/O are currently done by archive_write_disk. However, epiphany will get a segfault if the archive contains absolute path. This may be able to be solved by using GIO for file I/O.
* Add libarchive to dependenciesTing-Wei Lan2013-07-072-0/+5
|
* Add gsettings key "extract-downloaded-archives"Ting-Wei Lan2013-07-074-0/+28
|
* Add some extensions of compressed filesTing-Wei Lan2013-07-061-1/+1
|
* Fixed typo in author's nameDaniel Mustieles2013-07-053-3/+3
|
* Update the help index structureEkaterina Gerasimova2013-07-037-7/+11
|
* Add stub for bookmark topic helpEkaterina Gerasimova2013-07-031-0/+31
|
* Add help page about smart bookmarksEkaterina Gerasimova2013-07-031-0/+60
|
* Link bookmark help pages to the guideEkaterina Gerasimova2013-07-033-0/+3
|
* Finish the help guide for the bookmarks dialogEkaterina Gerasimova2013-07-031-10/+13
|
* Add help for cookie pref and dataEkaterina Gerasimova2013-07-033-17/+113
|
* Update help indexEkaterina Gerasimova2013-07-024-6/+10
| | | | Split off a privacy section
* Review help about bookmarksEkaterina Gerasimova2013-07-022-35/+34
|
* Review adding bookmarks pageEkaterina Gerasimova2013-07-011-30/+19
| | | | See bug 703365
* Reorder the help indexEkaterina Gerasimova2013-07-019-11/+17
|
* Fix validation error in browse-private help pageEkaterina Gerasimova2013-07-011-2/+2
|
* Add help for browsing local filesEkaterina Gerasimova2013-07-011-11/+21
|
* Add help about private browsingEkaterina Gerasimova2013-07-012-10/+44
|
* Add help for first run of using "Web"Ekaterina Gerasimova2013-07-011-11/+33
|
* Add help about browser historyEkaterina Gerasimova2013-07-012-9/+65
|
* Add the screenshot for the help introductionEkaterina Gerasimova2013-07-011-0/+0
|
* Finish the introduction to the helpEkaterina Gerasimova2013-06-301-10/+17
|
* prefs: Use the correct signal to monitor GtkFileChooserButton's selection ↵Federico Mena Quintero2013-06-221-1/+1
| | | | | | | | | | | | | | changes The correct signal is 'selection-changed', as in all file choosers. The signal that was being used, 'current-folder-changed', only means that the current directory being shown in the file chooser dialog has changed - not that the selection has changed. See https://bugzilla.gnome.org/show_bug.cgi?id=696498#c8 - although that comment suggests the use of the 'file-set' signal, which I don't think is very useful. It's just a historical remnant.
* uri-tester: fixed a G_CRITICAL when regexp was NULLSergio Villar Senin2013-06-171-1/+1
| | | | | Do not unconditionally unref the regexp in case of error because it could be NULL.
* Move profile directory check to after checking for application modeGustavo Noronha Silva2013-06-101-7/+7
| | | | | Since application mode also has a profile directory, we will enter the non-app-mode profile shell mode instead.
* Update Arabic translationKhaled Hosny2013-06-091-179/+182
|
* update Simplified Chinese (zh_CN) translationtuhaihe2013-06-061-531/+595
|
* Updated POTFILES.inPiotr Drąg2013-06-051-1/+0
|
* Make about:applications handler asynchrounousCarlos Garcia Campos2013-06-051-4/+30
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696728
* Make about:memory handler asynchronousCarlos Garcia Campos2013-06-051-5/+32
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696728
* Make ephy-about-handler a GObject and handle all request using the same APICarlos Garcia Campos2013-06-053-128/+250
| | | | | | | about:plugins was handled differently because it's asynchrounous, now all handlers can be implemented asynchronously too. https://bugzilla.gnome.org/show_bug.cgi?id=696728
* Remove ephy-request-aboutCarlos Garcia Campos2013-06-054-129/+1
| | | | | | It's not used in WebKit2. https://bugzilla.gnome.org/show_bug.cgi?id=696728
* Updated Czeach translationMarek Černocký2013-06-041-52/+58
|
* Updated Galician translationsFran Diéguez2013-06-021-235/+231
|
* configure.ac: require automake 1.11Alberto Garcia2013-06-012-2/+2
| | | | The dist-xz option is not present in earlier versions
* l10n: Update Japanese translationJiro Matsuzawa2013-05-311-6/+6
|
* ephy-web-view: Do not use an idle to show crashed error pageCarlos Garcia Campos2013-05-301-25/+5
| | | | | This was a workaround for a WebKit bug that has already been fixed in WebKitGTK+ 2.1.1
* [release] 3.9.23.9.2Xan Lopez2013-05-302-2/+15
|
* gd-main-icon-view: include config.hAlberto Garcia2013-05-241-0/+2
| | | | | | The files included from here (in particular ephy-overview-store.h) rely on the definition of HAVE_WEBKIT2 in order to include the correct WebKit header.
* Updated Hebrew translation.Yaron Shahrabani2013-05-241-51/+57
|
* ephy-find-toolbar: Correct the parent class usedBastien Nocera2013-05-241-1/+1
| | | | | | | The instance is a GtkBox child, so the class should be a GtkBoxClass child, not GtkToolbarClass. https://bugzilla.gnome.org/show_bug.cgi?id=700910
* 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-211-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.
* ephy-main: actually add the FIXME that goes with the previous wayland fixClaudio Saavedra2013-05-201-0/+4
|
* Make sure we only rely on X11 to obtain timestamps when we are running in a ↵Iago Toral Quiroga2013-05-201-3/+15
| | | | | | | | X session This avoids a startup crash when running on Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=700691
* Updated Norwegian bokmål translationKjartan Maraas2013-05-161-225/+247
|
* [l10n] Updated Turkish translationMuhammet Kara2013-05-131-1011/+1385
|
* Updated help: Changes to bookmark pagesAruna Sankaranarayanan2013-05-094-12/+74
| | | | | | | Added content to data-passwords.page. Changed bookmark-delete.page, bookmark-edit.page and bookmark.page to drafts, instead of stubs. Reflowed content to make pages 80 characters compliant.
* Updated help: Added content to bookmark pagesAruna Sankaranarayanan2013-05-074-26/+49
| | | | | Added content to bookmark-edit.page and made general edits to the other bookmark pages.
* Updated help: Edited pages to sort bookmarks.Aruna Sankaranarayanan2013-05-063-25/+33
| | | | | Added content to bookmark-add.page, bookmark-delete.page, bookmark.page.
* Updated Slovenian translationMatej Urbančič2013-05-051-369/+483
|
* Allow running a regular standalone instance with a different profileGustavo Noronha Silva2013-05-043-7/+9
| | | | | | | | | Adds a new standalone shell mode and removes restrictions on using --profile in a non-private, non-incognito instance of the browser. Useful for debugging or improving features that rely on being in a regular session, such as password and session saving/restoring. https://bugzilla.gnome.org/show_bug.cgi?id=699602
* Updated Spanish translationDaniel Mustieles2013-05-041-234/+232
|
* Updating help:New topic bookmark-addAruna Sankaranarayanan2013-05-031-8/+40
| | | | Topic explains how to add a bookmark to Epiphany.
* Added missing mnemonics in application menu.Adam Dingle2013-05-032-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696894
* ephy-embed: do not expand the top_widgets_vboxClaudio Saavedra2013-04-291-1/+1
| | | | Otherwise they end up using half the screen.
* update Malayalam translationPraveen Arimbrathodiyil2013-04-261-1049/+1429
|
* configure.ac: depend on libsoup 2.42.1Xan Lopez2013-04-171-1/+1
| | | | Fixes a giant memory leak.
* l10n: Update Japanese translationJiro Matsuzawa2013-04-141-21/+21
|
* Add structure for new Mallard help, bug 668110Ekaterina Gerasimova2013-04-1321-0/+730
| | | | | | | Create stubs, and interlink all the pages. Intentionally do not add Makefile.am until the help is complete so that the build cannot be broken accidentally.
* 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
|
* Updated British English translationBruce Cowan2013-04-071-543/+609
|
* Only connect to the FormAuthDataSaveConfirmationRequired signal of the ↵Carlos Garcia Campos2013-04-061-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
* Compile template pages as GResourcesCarlos Garcia Campos2013-04-058-24/+23
| | | | | | | | So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system. https://bugzilla.gnome.org/show_bug.cgi?id=696792
* Unify all web context setup in EphyEmbedShell on primary instance startupCarlos Garcia Campos2013-04-054-105/+112
| | | | | | | | | | | Cookies, web extension and custom URI handlers were initialized in ephy_embed_shell_init(), so they were always called even for secondary instances. All other initializations were in ephy_shell_startup so that it only happens for the primary instance. Move all the code to ephy_embed_shell_startup to make sure everything happens at the same time and only for the primary instance. https://bugzilla.gnome.org/show_bug.cgi?id=696020
* Update French translationAlexandre Franke2013-04-031-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
* Updated Czech translationMarek Černocký2013-03-301-1/+1
|
* Updated Hebrew translation.Yaron Shahrabani2013-03-281-233/+247
|
* ephy-encoding-dialog: use the right signal to track load statusXan Lopez2013-03-261-0/+11
| | | | There's no notify::load-status in WebKit2
* Update uk translationDaniel Korostil2013-03-261-894/+956
|
* 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.
* 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-222/+241
|
* Updated Czech translationAdam Matoušek2013-03-251-506/+464
|
* updating Hindi TranslationChandan Kumar2013-03-251-654/+722
|
* Fix translations of keywords in .desktop filesPiotr Drąg2013-03-252-2/+2
|
* Updated POTFILES.inPiotr Drąg2013-03-251-1/+0
|
* ephy-bookmarks-import: sort headersXan Lopez2013-03-241-8/+7
|
* ephy-embed-shell: unref downloads in disposeXan Lopez2013-03-241-10/+4
| | | | This is potentially needed to break ref cycles, so just do the right thing.
* ephy-embed-shell: use g_list_free_fullXan Lopez2013-03-241-2/+1
|
* Get rid of EphyEmbedSingleXan Lopez2013-03-2413-402/+88
| | | | | | Move the remaining initialization code to EphyEmbedShell https://bugzilla.gnome.org/show_bug.cgi?id=693703
* Remove dummy work offline codeXan Lopez2013-03-243-22/+0
| | | | We are doing nothing with this these days.
* ephy-window: do not track network-statusXan Lopez2013-03-241-33/+0
| | | | The signal was removed from EphyEmbedSingle since it was a no-op.
* Update Arabic translationKhaled Hosny2013-03-241-145/+155
|
* configure.ac: do not define EPIPHANY_UA_VERSIONXan Lopez2013-03-241-4/+0
| | | | It's unused.
* Finnish translation update by Jiri GrönroosVille-Pekka Vainio2013-03-241-116/+120
|
* ephy-web-view-test: disconnect signals after test is overXan Lopez2013-03-221-0/+1
| | | | Otherwise it will carry over to the next tests.
* uri-tester: define ad check types hereXan Lopez2013-03-223-190/+29
| | | | And get rid of ad-block.[c,h], which we only used for the enum.
* ephy-adblock-manager: remove, this is unused nowXan Lopez2013-03-222-199/+0
|
* ephy-shell: remove non-WebKit2 bits for adblock managerXan Lopez2013-03-221-8/+0
| | | | This does not exist anymore.
* Makefile.am: remove WebKit2 conditional build bits from embed/Xan Lopez2013-03-221-16/+0
|
* ephy-web-view: remove some remaining non WebKit2 bitsXan Lopez2013-03-221-361/+0
|
* ephy-embed-utils: remove non WebKit2 bitsXan Lopez2013-03-221-5/+0
|
* ephy-embed-event: remove non WebKit2 bitsXan Lopez2013-03-221-6/+0
|
* ephy-embed-prefs: remove non WebKit2 bitsXan Lopez2013-03-222-241/+0
|
* ephy-download: remove non WebKit2 bitsXan Lopez2013-03-222-121/+1
|
* ephy-about-handler: add license, G_{BEGIN,END}_DECLS, etcXan Lopez2013-03-221-5/+22
|
* ephy-about-handler: remove non WebKit2 bitsXan Lopez2013-03-221-51/+0
|
* configure.ac: bump version to 3.9.0Xan Lopez2013-03-221-2/+2
|
* 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
* ephy-embed: remove non WebKit2 bitsXan Lopez2013-03-212-387/+0
|
* ephy-embed-shell: remove non WebKit2 bitsXan Lopez2013-03-212-56/+0
|
* Move the clear cache method to EphyEmbedShellXan Lopez2013-03-215-18/+16
| | | | EphyEmbedSingle is almost dead!
* ephy-web-view: remove non WebKit2 bitsXan Lopez2013-03-212-867/+4
| | | | A couple of TODO features have been left guarded by #if 0 blocks.
* ephy-embed-single: remove non WebKit2 bitsXan Lopez2013-03-212-218/+0
|
* configure.ac: remove WebKit2 config stuffXan Lopez2013-03-211-11/+3
| | | | The post 3.8 world is WebKit2 only.
* Updated Tamil translationDr.T.Vasudevan2013-03-211-729/+1049
|
* 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
|