Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show "Stop Archiving" only when the EphyWebView is archivingHEADarchive-creationarchive-integration | Ting-Wei Lan | 2013-09-15 | 2 | -2/+5 |
| | |||||
* | Archive creating can be cancelled | Ting-Wei Lan | 2013-09-15 | 6 | -10/+103 |
| | |||||
* | Generate suggested archive name from selected files and archive format | Ting-Wei Lan | 2013-09-15 | 1 | -1/+120 |
| | |||||
* | Automatically create archives if required when select files to upload | Ting-Wei Lan | 2013-09-15 | 1 | -0/+443 |
| | |||||
* | Add cancellable support to download panel when extracting archivesarchive-extraction-completed | Ting-Wei Lan | 2013-08-06 | 2 | -30/+73 |
| | |||||
* | Use new libgnome-autoar API | Ting-Wei Lan | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | Remove all things related to autoarchive, which becomes a shared library | Ting-Wei Lan | 2013-07-31 | 20 | -3330/+4 |
| | |||||
* | Add some missing definitions and functions | Ting-Wei Lan | 2013-07-30 | 3 | -8/+87 |
| | |||||
* | Move some common functions into separate files | Ting-Wei Lan | 2013-07-29 | 4 | -158/+263 |
| | |||||
* | Allow users to click "Open" if extraction has failed | Ting-Wei Lan | 2013-07-29 | 1 | -4/+7 |
| | |||||
* | Click "Show in folder" when extracting should not destroy widgets | Ting-Wei Lan | 2013-07-29 | 1 | -2/+4 |
| | |||||
* | Fix segmentation fault in the previous commit | Ting-Wei Lan | 2013-07-29 | 1 | -1/+0 |
| | |||||
* | Use g_signal_query to get signal infomation | Ting-Wei Lan | 2013-07-29 | 1 | -32/+28 |
| | | | | Remove duplicate code about signal in the source file. | ||||
* | Remove unneeded memory allocation and copying | Ting-Wei Lan | 2013-07-29 | 1 | -17/+3 |
| | |||||
* | Add AutoarCreate boilerplate code | Ting-Wei Lan | 2013-07-28 | 3 | -0/+525 |
| | | | | Many lines are copied or modified from AutoarExtract | ||||
* | Fix incorrect properties description | Ting-Wei Lan | 2013-07-28 | 2 | -3/+16 |
| | |||||
* | Add more archive formats from archive.h | Ting-Wei Lan | 2013-07-28 | 1 | -10/+21 |
| | |||||
* | Reject to copy the source file without doing modification | Ting-Wei Lan | 2013-07-28 | 1 | -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 commit | Ting-Wei Lan | 2013-07-28 | 1 | -21/+26 |
| | |||||
* | Fix extraction problems for archives containing only one file | Ting-Wei Lan | 2013-07-27 | 1 | -35/+71 |
| | |||||
* | Add seek and skip callback functions for libarchive | Ting-Wei Lan | 2013-07-27 | 3 | -20/+126 |
| | | | | Seek callback function is required to extract 7-zip file. | ||||
* | Fix issues in non-ASCII filename | Ting-Wei Lan | 2013-07-27 | 1 | -1/+5 |
| | |||||
* | Fix some typo | Ting-Wei Lan | 2013-07-27 | 2 | -11/+11 |
| | |||||
* | Show error message in download panel if extraction failed | Ting-Wei Lan | 2013-07-27 | 2 | -3/+5 |
| | |||||
* | Add autoarchive to tests because it is used by ephy-download | Ting-Wei Lan | 2013-07-27 | 1 | -0/+1 |
| | |||||
* | Integrate autoarchive functions into Epiphany download panel | Ting-Wei Lan | 2013-07-26 | 4 | -27/+185 |
| | | | | | This commit complete the extraction part of the archive integration project in Epiphany. | ||||
* | Add asynchronous archives extracting functions | Ting-Wei Lan | 2013-07-26 | 3 | -40/+204 |
| | |||||
* | Revert "Add basic archive support using libarchive" | Ting-Wei Lan | 2013-07-22 | 1 | -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 AutoarExtract | Ting-Wei Lan | 2013-07-22 | 7 | -18/+197 |
| | |||||
* | Add AutoarPref settings reading support | Ting-Wei Lan | 2013-07-22 | 4 | -78/+188 |
| | | | | These codes has not been tested, so it may contain serious bugs. | ||||
* | Fix typo in configure.ac | Ting-Wei Lan | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | Add .cpio check when removing the file extension | Ting-Wei Lan | 2013-07-22 | 1 | -5/+4 |
| | |||||
* | Use BUILT_SOURCES to fix some build dependencies problem | Ting-Wei Lan | 2013-07-21 | 2 | -7/+13 |
| | |||||
* | Add AutoarPref boilerplate code | Ting-Wei Lan | 2013-07-21 | 6 | -6/+630 |
| | |||||
* | Fix some trivial things in the build system | Ting-Wei Lan | 2013-07-19 | 3 | -6/+16 |
| | |||||
* | Ignore unneeded files when extracting files | Ting-Wei Lan | 2013-07-17 | 3 | -13/+77 |
| | |||||
* | Set uid / gid when writing files | Ting-Wei Lan | 2013-07-16 | 2 | -11/+89 |
| | |||||
* | Change the meaning of size variable in AutoarExtractPrivate | Ting-Wei Lan | 2013-07-16 | 2 | -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 program | Ting-Wei Lan | 2013-07-15 | 5 | -173/+449 |
| | | | | Several mistakes are discovered and fixed using the testing program. | ||||
* | Add new function autoar_extract_start to do the extraction | Ting-Wei Lan | 2013-07-13 | 2 | -2/+230 |
| | | | | This function is not tested and does not write files to disks currently. | ||||
* | Implement callback functions for archive_read_open | Ting-Wei Lan | 2013-07-12 | 2 | -24/+122 |
| | |||||
* | Add AutoarExtract class files | Ting-Wei Lan | 2013-07-09 | 5 | -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 extraction | Ting-Wei Lan | 2013-07-08 | 2 | -0/+21 |
| | |||||
* | Add basic archive support using libarchive | Ting-Wei Lan | 2013-07-08 | 1 | -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 dependencies | Ting-Wei Lan | 2013-07-07 | 2 | -0/+5 |
| | |||||
* | Add gsettings key "extract-downloaded-archives" | Ting-Wei Lan | 2013-07-07 | 4 | -0/+28 |
| | |||||
* | Add some extensions of compressed files | Ting-Wei Lan | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Fixed typo in author's name | Daniel Mustieles | 2013-07-05 | 3 | -3/+3 |
| | |||||
* | Update the help index structure | Ekaterina Gerasimova | 2013-07-03 | 7 | -7/+11 |
| | |||||
* | Add stub for bookmark topic help | Ekaterina Gerasimova | 2013-07-03 | 1 | -0/+31 |
| | |||||
* | Add help page about smart bookmarks | Ekaterina Gerasimova | 2013-07-03 | 1 | -0/+60 |
| | |||||
* | Link bookmark help pages to the guide | Ekaterina Gerasimova | 2013-07-03 | 3 | -0/+3 |
| | |||||
* | Finish the help guide for the bookmarks dialog | Ekaterina Gerasimova | 2013-07-03 | 1 | -10/+13 |
| | |||||
* | Add help for cookie pref and data | Ekaterina Gerasimova | 2013-07-03 | 3 | -17/+113 |
| | |||||
* | Update help index | Ekaterina Gerasimova | 2013-07-02 | 4 | -6/+10 |
| | | | | Split off a privacy section | ||||
* | Review help about bookmarks | Ekaterina Gerasimova | 2013-07-02 | 2 | -35/+34 |
| | |||||
* | Review adding bookmarks page | Ekaterina Gerasimova | 2013-07-01 | 1 | -30/+19 |
| | | | | See bug 703365 | ||||
* | Reorder the help index | Ekaterina Gerasimova | 2013-07-01 | 9 | -11/+17 |
| | |||||
* | Fix validation error in browse-private help page | Ekaterina Gerasimova | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | Add help for browsing local files | Ekaterina Gerasimova | 2013-07-01 | 1 | -11/+21 |
| | |||||
* | Add help about private browsing | Ekaterina Gerasimova | 2013-07-01 | 2 | -10/+44 |
| | |||||
* | Add help for first run of using "Web" | Ekaterina Gerasimova | 2013-07-01 | 1 | -11/+33 |
| | |||||
* | Add help about browser history | Ekaterina Gerasimova | 2013-07-01 | 2 | -9/+65 |
| | |||||
* | Add the screenshot for the help introduction | Ekaterina Gerasimova | 2013-07-01 | 1 | -0/+0 |
| | |||||
* | Finish the introduction to the help | Ekaterina Gerasimova | 2013-06-30 | 1 | -10/+17 |
| | |||||
* | prefs: Use the correct signal to monitor GtkFileChooserButton's selection ↵ | Federico Mena Quintero | 2013-06-22 | 1 | -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 NULL | Sergio Villar Senin | 2013-06-17 | 1 | -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 mode | Gustavo Noronha Silva | 2013-06-10 | 1 | -7/+7 |
| | | | | | Since application mode also has a profile directory, we will enter the non-app-mode profile shell mode instead. | ||||
* | Update Arabic translation | Khaled Hosny | 2013-06-09 | 1 | -179/+182 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | tuhaihe | 2013-06-06 | 1 | -531/+595 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-06-05 | 1 | -1/+0 |
| | |||||
* | Make about:applications handler asynchrounous | Carlos Garcia Campos | 2013-06-05 | 1 | -4/+30 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696728 | ||||
* | Make about:memory handler asynchronous | Carlos Garcia Campos | 2013-06-05 | 1 | -5/+32 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696728 | ||||
* | Make ephy-about-handler a GObject and handle all request using the same API | Carlos Garcia Campos | 2013-06-05 | 3 | -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-about | Carlos Garcia Campos | 2013-06-05 | 4 | -129/+1 |
| | | | | | | It's not used in WebKit2. https://bugzilla.gnome.org/show_bug.cgi?id=696728 | ||||
* | Updated Czeach translation | Marek Černocký | 2013-06-04 | 1 | -52/+58 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2013-06-02 | 1 | -235/+231 |
| | |||||
* | configure.ac: require automake 1.11 | Alberto Garcia | 2013-06-01 | 2 | -2/+2 |
| | | | | The dist-xz option is not present in earlier versions | ||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-05-31 | 1 | -6/+6 |
| | |||||
* | ephy-web-view: Do not use an idle to show crashed error page | Carlos Garcia Campos | 2013-05-30 | 1 | -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.2 | Xan Lopez | 2013-05-30 | 2 | -2/+15 |
| | |||||
* | gd-main-icon-view: include config.h | Alberto Garcia | 2013-05-24 | 1 | -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 Shahrabani | 2013-05-24 | 1 | -51/+57 |
| | |||||
* | ephy-find-toolbar: Correct the parent class used | Bastien Nocera | 2013-05-24 | 1 | -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 Saavedra | 2013-05-21 | 1 | -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 frozen | Claudio Saavedra | 2013-05-21 | 1 | -3/+4 |
| | | | | Otherwise we end up saving titles for error pages. | ||||
* | ephy-web-view: thaw history when load is finished | Claudio Saavedra | 2013-05-20 | 1 | -2/+2 |
| | | | | Otherwise we end up creating snapshots for error pages. | ||||
* | ephy-main: actually add the FIXME that goes with the previous wayland fix | Claudio Saavedra | 2013-05-20 | 1 | -0/+4 |
| | |||||
* | Make sure we only rely on X11 to obtain timestamps when we are running in a ↵ | Iago Toral Quiroga | 2013-05-20 | 1 | -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 translation | Kjartan Maraas | 2013-05-16 | 1 | -225/+247 |
| | |||||
* | [l10n] Updated Turkish translation | Muhammet Kara | 2013-05-13 | 1 | -1011/+1385 |
| | |||||
* | Updated help: Changes to bookmark pages | Aruna Sankaranarayanan | 2013-05-09 | 4 | -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 pages | Aruna Sankaranarayanan | 2013-05-07 | 4 | -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 Sankaranarayanan | 2013-05-06 | 3 | -25/+33 |
| | | | | | Added content to bookmark-add.page, bookmark-delete.page, bookmark.page. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2013-05-05 | 1 | -369/+483 |
| | |||||
* | Allow running a regular standalone instance with a different profile | Gustavo Noronha Silva | 2013-05-04 | 3 | -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 translation | Daniel Mustieles | 2013-05-04 | 1 | -234/+232 |
| | |||||
* | Updating help:New topic bookmark-add | Aruna Sankaranarayanan | 2013-05-03 | 1 | -8/+40 |
| | | | | Topic explains how to add a bookmark to Epiphany. | ||||
* | Added missing mnemonics in application menu. | Adam Dingle | 2013-05-03 | 2 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696894 | ||||
* | ephy-embed: do not expand the top_widgets_vbox | Claudio Saavedra | 2013-04-29 | 1 | -1/+1 |
| | | | | Otherwise they end up using half the screen. | ||||
* | update Malayalam translation | Praveen Arimbrathodiyil | 2013-04-26 | 1 | -1049/+1429 |
| | |||||
* | configure.ac: depend on libsoup 2.42.1 | Xan Lopez | 2013-04-17 | 1 | -1/+1 |
| | | | | Fixes a giant memory leak. | ||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-04-14 | 1 | -21/+21 |
| | |||||
* | Add structure for new Mallard help, bug 668110 | Ekaterina Gerasimova | 2013-04-13 | 21 | -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 translation | Hajime Taira | 2013-04-11 | 1 | -29/+11 |
| | |||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-04-11 | 1 | -4/+4 |
| | | | | Merge the latest pot. | ||||
* | uri-tester: Overwrite existing filters on update | Sebastian Keller | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2013-04-08 | 1 | -526/+614 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2013-04-07 | 1 | -543/+609 |
| | |||||
* | Only connect to the FormAuthDataSaveConfirmationRequired signal of the ↵ | Carlos Garcia Campos | 2013-04-06 | 1 | -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 GResources | Carlos Garcia Campos | 2013-04-05 | 8 | -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 startup | Carlos Garcia Campos | 2013-04-05 | 4 | -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 translation | Alexandre Franke | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | Do not schedule a DNS prefetch for invalid URIs or without a hostname | Carlos Garcia Campos | 2013-03-30 | 1 | -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 translation | Marek Černocký | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-03-28 | 1 | -233/+247 |
| | |||||
* | ephy-encoding-dialog: use the right signal to track load status | Xan Lopez | 2013-03-26 | 1 | -0/+11 |
| | | | | There's no notify::load-status in WebKit2 | ||||
* | Update uk translation | Daniel Korostil | 2013-03-26 | 1 | -894/+956 |
| | |||||
* | ephy-web-view: restore zoom level on load started | Xan Lopez | 2013-03-26 | 1 | -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 leak | Xan Lopez | 2013-03-26 | 1 | -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 again | Xan Lopez | 2013-03-25 | 1 | -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 translation | OKANO Takayoshi | 2013-03-25 | 1 | -522/+588 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2013-03-25 | 1 | -222/+241 |
| | |||||
* | Updated Czech translation | Adam Matoušek | 2013-03-25 | 1 | -506/+464 |
| | |||||
* | updating Hindi Translation | Chandan Kumar | 2013-03-25 | 1 | -654/+722 |
| | |||||
* | Fix translations of keywords in .desktop files | Piotr Drąg | 2013-03-25 | 2 | -2/+2 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2013-03-25 | 1 | -1/+0 |
| | |||||
* | ephy-bookmarks-import: sort headers | Xan Lopez | 2013-03-24 | 1 | -8/+7 |
| | |||||
* | ephy-embed-shell: unref downloads in dispose | Xan Lopez | 2013-03-24 | 1 | -10/+4 |
| | | | | This is potentially needed to break ref cycles, so just do the right thing. | ||||
* | ephy-embed-shell: use g_list_free_full | Xan Lopez | 2013-03-24 | 1 | -2/+1 |
| | |||||
* | Get rid of EphyEmbedSingle | Xan Lopez | 2013-03-24 | 13 | -402/+88 |
| | | | | | | Move the remaining initialization code to EphyEmbedShell https://bugzilla.gnome.org/show_bug.cgi?id=693703 | ||||
* | Remove dummy work offline code | Xan Lopez | 2013-03-24 | 3 | -22/+0 |
| | | | | We are doing nothing with this these days. | ||||
* | ephy-window: do not track network-status | Xan Lopez | 2013-03-24 | 1 | -33/+0 |
| | | | | The signal was removed from EphyEmbedSingle since it was a no-op. | ||||
* | Update Arabic translation | Khaled Hosny | 2013-03-24 | 1 | -145/+155 |
| | |||||
* | configure.ac: do not define EPIPHANY_UA_VERSION | Xan Lopez | 2013-03-24 | 1 | -4/+0 |
| | | | | It's unused. | ||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-03-24 | 1 | -116/+120 |
| | |||||
* | ephy-web-view-test: disconnect signals after test is over | Xan Lopez | 2013-03-22 | 1 | -0/+1 |
| | | | | Otherwise it will carry over to the next tests. | ||||
* | uri-tester: define ad check types here | Xan Lopez | 2013-03-22 | 3 | -190/+29 |
| | | | | And get rid of ad-block.[c,h], which we only used for the enum. | ||||
* | ephy-adblock-manager: remove, this is unused now | Xan Lopez | 2013-03-22 | 2 | -199/+0 |
| | |||||
* | ephy-shell: remove non-WebKit2 bits for adblock manager | Xan Lopez | 2013-03-22 | 1 | -8/+0 |
| | | | | This does not exist anymore. | ||||
* | Makefile.am: remove WebKit2 conditional build bits from embed/ | Xan Lopez | 2013-03-22 | 1 | -16/+0 |
| | |||||
* | ephy-web-view: remove some remaining non WebKit2 bits | Xan Lopez | 2013-03-22 | 1 | -361/+0 |
| | |||||
* | ephy-embed-utils: remove non WebKit2 bits | Xan Lopez | 2013-03-22 | 1 | -5/+0 |
| | |||||
* | ephy-embed-event: remove non WebKit2 bits | Xan Lopez | 2013-03-22 | 1 | -6/+0 |
| | |||||
* | ephy-embed-prefs: remove non WebKit2 bits | Xan Lopez | 2013-03-22 | 2 | -241/+0 |
| | |||||
* | ephy-download: remove non WebKit2 bits | Xan Lopez | 2013-03-22 | 2 | -121/+1 |
| | |||||
* | ephy-about-handler: add license, G_{BEGIN,END}_DECLS, etc | Xan Lopez | 2013-03-22 | 1 | -5/+22 |
| | |||||
* | ephy-about-handler: remove non WebKit2 bits | Xan Lopez | 2013-03-22 | 1 | -51/+0 |
| | |||||
* | configure.ac: bump version to 3.9.0 | Xan Lopez | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | ephy-window: connect the reload/stop button the load status | Xan Lopez | 2013-03-22 | 1 | -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 bits | Xan Lopez | 2013-03-21 | 2 | -387/+0 |
| | |||||
* | ephy-embed-shell: remove non WebKit2 bits | Xan Lopez | 2013-03-21 | 2 | -56/+0 |
| | |||||
* | Move the clear cache method to EphyEmbedShell | Xan Lopez | 2013-03-21 | 5 | -18/+16 |
| | | | | EphyEmbedSingle is almost dead! | ||||
* | ephy-web-view: remove non WebKit2 bits | Xan Lopez | 2013-03-21 | 2 | -867/+4 |
| | | | | A couple of TODO features have been left guarded by #if 0 blocks. | ||||
* | ephy-embed-single: remove non WebKit2 bits | Xan Lopez | 2013-03-21 | 2 | -218/+0 |
| | |||||
* | configure.ac: remove WebKit2 config stuff | Xan Lopez | 2013-03-21 | 1 | -11/+3 |
| | | | | The post 3.8 world is WebKit2 only. | ||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2013-03-21 | 1 | -729/+1049 |
| | |||||
* | L10N: Updated Persian Translation | Arash Mousavi | 2013-03-21 | 1 | -272/+297 |
| | |||||
* | [release] 3.7.923.7.92 | Xan Lopez | 2013-03-21 | 2 | -1/+12 |
| | |||||
* | ephy-embed-shell-test: unskip web created test | Xan Lopez | 2013-03-21 | 1 | -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 dir | Xan Lopez | 2013-03-21 | 1 | -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-shell | Carlos Garcia Campos | 2013-03-20 | 3 | -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 WebKit2 | Xan Lopez | 2013-03-20 | 1 | -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 Cavasoli | 2013-03-20 | 1 | -552/+554 |
| | |||||
* | [l10n] Added Tadjik translation | Victor Ibragimov | 2013-03-20 | 2 | -0/+2615 |
| | |||||
* | ephy-profile-migrator: Check for errors correctly | Bastien Nocera | 2013-03-20 | 1 | -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 passwords | Bastien Nocera | 2013-03-20 | 1 | -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 wk2 | Gustavo Noronha Silva | 2013-03-19 | 1 | -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 translation | Alexandre Franke | 2013-03-19 | 1 | -537/+518 |
| | |||||
* | ephy-web-view: actually move signal handler disconnects to dispose | Xan Lopez | 2013-03-19 | 1 | -30/+30 |
| | |||||
* | ephy-web-view: disconnect form auth signal handler or dispose | Xan Lopez | 2013-03-19 | 1 | -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 mode | Xan Lopez | 2013-03-19 | 1 | -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 WebKit2 | Xan Lopez | 2013-03-19 | 1 | -0/+4 |
| | | | | This is done differently for WebKit2, so this test won't work. | ||||
* | ephy-embed-prefs: Implement user style sheet setting in WebKit2 | Carlos Garcia Campos | 2013-03-19 | 1 | -6/+60 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679372 | ||||
* | embed: Use a custom WebKitWebViewGroup for all ephy web views | Carlos Garcia Campos | 2013-03-19 | 4 | -19/+44 |
| | | | | | Create all ephy web views with the global group that shares all the global settings. | ||||
* | [l10n] Update Japanese translation | Hajime Taira | 2013-03-18 | 1 | -10/+11 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2013-03-17 | 1 | -63/+77 |
| | |||||
* | ephy-embed: Remove TODO comments about missing send-request signal | Carlos Garcia Campos | 2013-03-17 | 1 | -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++ comments | Carlos Garcia Campos | 2013-03-17 | 1 | -1/+1 |
| | | | | Forgot to fix this before landing the prefilled forms patch. | ||||
* | Add spelling suggestion to the context menu in WebKit2 | Carlos Garcia Campos | 2013-03-17 | 2 | -7/+57 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695904 | ||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-03-17 | 1 | -7878/+2600 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-03-17 | 1 | -2614/+7900 |
| | |||||
* | Updated Hungarian translation | Balázs Úr | 2013-03-17 | 1 | -169/+244 |
| | |||||
* | ephy-session: fix memory leak | Xan Lopez | 2013-03-17 | 1 | -0/+2 |
| | | | | | | We were not freeing the save data struct itself. https://bugzilla.gnome.org/show_bug.cgi?id=695963 | ||||
* | Updated Uyghur translation | Gheyret Kenji | 2013-03-17 | 1 | -63/+78 |
| | | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com> | ||||
* | Updated Korean translation | Changwoo Ryu | 2013-03-17 | 1 | -537/+638 |
| | |||||
* | ephy-find-toolbar: freaking tabs | Xan Lopez | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | ephy-find-toolbar: fix memory leak | Xan Lopez | 2013-03-16 | 1 | -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 Lopez | 2013-03-16 | 1 | -47/+4 |
| | | | | | | This reverts commit 45e86f4c6f6922fb0b554c738967b9403bd70ecc. Pushed this by mistake. | ||||
* | ephy-session: fix GTask leak | Xan Lopez | 2013-03-16 | 1 | -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 WebKit2 | Carlos Garcia Campos | 2013-03-16 | 1 | -4/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695904 | ||||
* | ephy-bookmarks-export: fix memory leak | Xan Lopez | 2013-03-16 | 1 | -0/+2 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-03-16 | 1 | -27/+44 |
| | |||||
* | configure.ac: added a missing ')' | Sergio Villar Senin | 2013-03-15 | 1 | -1/+1 |
| | | | | Fixes the configuration phase broken by previous commit. | ||||
* | configure.ac: drop the EPIPHANY_API_VERSION variable | Xan Lopez | 2013-03-15 | 1 | -4/+0 |
| | | | | We do not use this anymore. | ||||
* | configure.ac: require WebKitGTK+ 1.11.92 | Xan Lopez | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | [l10n] Updated Catalan (Valencian) translation | Carles Ferrando | 2013-03-15 | 1 | -580/+644 |
| | |||||
* | [l10n] Updated Catalan translation | Gil Forcada | 2013-03-15 | 1 | -568/+632 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2013-03-15 | 1 | -312/+206 |
| | |||||
* | web-extension: Implement Do Not Track in WebKit2 | Carlos Garcia Campos | 2013-03-15 | 2 | -9/+13 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695343 | ||||
* | web-extension: Implement pre-filled forms in WebKit2 | Carlos Garcia Campos | 2013-03-15 | 8 | -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 Campos | 2013-03-14 | 1 | -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 WebKit2 | Carlos Garcia Campos | 2013-03-14 | 1 | -6/+19 |
| | | | | It will be used by the web extension to implement the pre-filled forms. | ||||
* | ephy-bookmarks-editor: fix compiler warnings | Xan Lopez | 2013-03-14 | 1 | -1/+3 |
| | |||||
* | window-commands: do not show favicon.ico downloads in the UI | Xan Lopez | 2013-03-14 | 1 | -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 finished | Xan Lopez | 2013-03-14 | 1 | -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 WebKit2 | Xan Lopez | 2013-03-13 | 1 | -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 WK2 | Manuel Rego Casasnovas | 2013-03-13 | 1 | -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 Loreto | 2013-03-13 | 1 | -710/+775 |
| | |||||
* | Updated Danish translation | KennethNielsen | 2013-03-13 | 1 | -527/+601 |
| | |||||
* | ephy-shell-test: fix compiler warnings | Xan Lopez | 2013-03-13 | 1 | -4/+3 |
| | |||||
* | configure.ac: remove --with-webkit2 flag | Xan Lopez | 2013-03-13 | 1 | -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 loaded | Manuel Rego Casasnovas | 2013-03-13 | 4 | -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-utils | Manuel Rego Casasnovas | 2013-03-13 | 4 | -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 zero | Xan Lopez | 2013-03-13 | 1 | -1/+3 |
| | | | | | | Since dispose can run multiple times. Patch by Carlos García Campos <cgarcia@igalia.com> | ||||
* | ephy-web-extension: fix coding style | Xan Lopez | 2013-03-13 | 1 | -3/+3 |
| | | | | Patch by Carlos García Campos <cgarcia@igalia.com> | ||||
* | ephy-form-auth-data: remove query section from URIs | Xan Lopez | 2013-03-13 | 1 | -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 WebKit2 | Carlos Garcia Campos | 2013-03-13 | 2 | -1/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695345 | ||||
* | ephy-web-view: cast object to the right type | Xan Lopez | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | Fix download tests in WK2 | Manuel Rego Casasnovas | 2013-03-13 | 2 | -4/+1 |
| | | | | | | Modify ephy_download_dispose to disconnect WebKitDownload from all the handlers. https://bugzilla.gnome.org/show_bug.cgi?id=694579 | ||||
* | Updated Polish translation | Piotr Drąg | 2013-03-13 | 1 | -74/+91 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2013-03-12 | 1 | -463/+459 |
| | |||||
* | Assamese translation updated for gnome 3.8 | Nilamdyuti Goswami | 2013-03-12 | 1 | -68/+78 |
| | |||||
* | Add EphyFormAuthDataCache to ephy-form-auth-data | Carlos Garcia Campos | 2013-03-12 | 5 | -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 file | Carlos Garcia Campos | 2013-03-12 | 9 | -300/+348 |
| | | | | Move to ephy-form-auth-data and renamed accordingly. | ||||
* | Move find_username_and_password_elements to ephy-web-dom-utils | Carlos Garcia Campos | 2013-03-12 | 3 | -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 translation | Rafael Ferreira | 2013-03-12 | 1 | -59/+76 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-03-12 | 1 | -528/+597 |
| | |||||
* | Port to wk2 webview's snapshotting API | Claudio Saavedra | 2013-03-12 | 2 | -13/+100 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695347 | ||||
* | Updated Galician translations | Fran Diéguez | 2013-03-12 | 1 | -27/+44 |
| | |||||
* | ephy-web-view-test: skip another failing test | Xan Lopez | 2013-03-12 | 1 | -0/+5 |
| | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=695649 | ||||
* | ephy-shell-test: skip a couple of failing tests in WK2 | Xan Lopez | 2013-03-12 | 1 | -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 WK2 | Manuel Rego Casasnovas | 2013-03-12 | 1 | -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 broken | Xan Lopez | 2013-03-12 | 1 | -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 reliably | Xan Lopez | 2013-03-12 | 1 | -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 translation | Mario Blättermann | 2013-03-12 | 1 | -61/+75 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2013-03-12 | 1 | -58/+75 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2013-03-11 | 1 | -58/+75 |
| | |||||
* | configure.ac: second try for WebKit2 by default | Xan Lopez | 2013-03-11 | 1 | -3/+3 |
| | |||||
* | ephy-navigation-history-action: fix compiler warnings | Xan Lopez | 2013-03-11 | 1 | -5/+5 |
| | |||||
* | Show an error page when the WebProcess crashes | Xan Lopez | 2013-03-11 | 4 | -1/+123 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=693832 | ||||
* | ephy-embed-shell: add a ::web-view-created signal | Xan Lopez | 2013-03-11 | 3 | -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-11 | 2 | -174/+220 |
| | |||||
* | [l10n] Updated German translation | Tobias Endrigkeit | 2013-03-10 | 1 | -125/+149 |
| | |||||
* | Updated Latvian translation | Rūdolfs Mazurs | 2013-03-10 | 1 | -601/+630 |
| | |||||
* | Update Arabic translation | Khaled Hosny | 2013-03-10 | 1 | -524/+573 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-03-09 | 1 | -87/+110 |
| | |||||
* | pdm-dialog: remove compiler warnings | Xan Lopez | 2013-03-09 | 1 | -1/+3 |
| | |||||
* | Fix missing call to webkit_uri_request_set_uri in WK2 | Manuel Rego Casasnovas | 2013-03-09 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=695446 | ||||
* | [l10n] Update Japanese translation | Hajime Taira | 2013-03-09 | 1 | -422/+437 |
| |