aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ephy-window: Always show the top bar in app mode and show/hide title ↵Yosef Or Boczko2013-08-301-1/+6
| | | | | | | | | | | | according mode window * In normal mode: show address bar and hide title and reload/stop buttons. * In web application mode: hidde the address bar and show instead the page title and the reload/stop button. https://bugzilla.gnome.org/show_bug.cgi?id=706050
* ephy-window: Fix the margins in the top barYosef Or Boczko2013-08-301-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706050
* ephy-window: Use the top bar GtkBox as titlebarYosef Or Boczko2013-08-301-5/+5
| | | | | | | The GtkEventBox is to ensure opacity (see bug #706045). https://bugzilla.gnome.org/show_bug.cgi?id=706050
* ephy-toolbar: Use GtkBox instead GtkToolbarYosef Or Boczko2013-08-302-71/+57
| | | | | | The padding is according the comments of the team design. https://bugzilla.gnome.org/show_bug.cgi?id=706050
* build: don't use GTK_DISABLE_DEPRECATIONGiovanni Campagna2013-08-291-8/+0
| | | | | | | It breaks the build when Gtk deprecates API, and buys nothing over -Wdeprecated-declarations. https://bugzilla.gnome.org/show_bug.cgi?id=706871
* ephy-window: Simplify ephy_window_close()Claudio Saavedra2013-08-291-9/+7
| | | | | | Simply use one if block, also put the boolean variable check first. https://bugzilla.gnome.org/show_bug.cgi?id=695642
* Make ephy_web_view_has_modified_forms() asynchronousCarlos Garcia Campos2013-08-293-70/+203
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695642
* Updated German help translationChristian Kirbach2013-08-292-0/+1179
|
* Revert "Updated German translation"Christian Kirbach2013-08-291-941/+2572
| | | | This reverts commit 0b7f0e20c5456d878bd53fd1600e699d7a736455.
* Updated German translationChristian Kirbach2013-08-291-2572/+941
|
* Fix translation comment for default search engineClaudio Saavedra2013-08-293-6/+6
| | | | | | I mistakenly gave as an example a wrong URL in the translation comment. Fix it now and also the two translations that picked it up.
* Updated Czech translationMarek Černocký2013-08-281-106/+127
|
* ephy-web-extension: remove unused variableClaudio Saavedra2013-08-281-1/+0
|
* Updated Brazilian Portuguese translationRafael Ferreira2013-08-281-30/+52
|
* Show a box with a list of available users for a login formGustavo Noronha Silva2013-08-283-0/+535
| | | | | | | | If the login input is clicked, or focused the list of available users is shown, and one can be chosen by clicking or using the arrow keys. https://bugzilla.gnome.org/show_bug.cgi?id=675060
* Updated Galician translationsFran Diéguez2013-08-281-106/+127
|
* Updated Lithuanian translationAurimas Černius2013-08-281-253/+259
|
* Switch the default search engine to DuckDuckGoClaudio Saavedra2013-08-282-11/+25
|
* Updated Hungarian translationBalázs Úr2013-08-251-235/+236
|
* Update French translationAlexandre Franke2013-08-231-220/+216
|
* overview: add favicon to page thumbnailsClaudio Saavedra2013-08-225-7/+28
|
* Updated Polish translationPiotr Drąg2013-08-211-7/+7
|
* Updated Polish translationPiotr Drąg2013-08-191-232/+216
|
* Updated Slovenian translationMatej Urbančič2013-08-181-124/+125
|
* Condition calling gdk_x11 API with build and runtime checksGustavo Noronha Silva2013-08-161-2/+8
|
* [Release] 3.9.33.9.3Claudio Saavedra2013-08-152-1/+14
|
* Updated Norwegian bokmål translationKjartan Maraas2013-08-141-81/+84
|
* Pre-fill password field when the username field loses focusGustavo Noronha Silva2013-08-145-8/+61
| | | | | | | | | This change makes Web pass the username as a query attribute when querying the secrets service when the username field loses focus, and pre-fills the password field with the one that was stored for the username the user typed in the username field. https://bugzilla.gnome.org/show_bug.cgi?id=699606
* Force an update on WNCK's knowledge of windows and workspacesGustavo Noronha Silva2013-08-141-0/+9
| | | | | | | We need to poke WNCK, otherwise our first call to ephy_window_is_on_current_workspace will be a false-positive. https://bugzilla.gnome.org/show_bug.cgi?id=705811
* Updated Spanish translationMaría Majadas2013-08-131-503/+420
|
* Updated Czech translationMarek Černocký2013-08-111-1/+1
|
* Updated Brazilian Portuguese translationRafael Ferreira2013-08-061-240/+237
|
* Updated Spanish translationMaría Majadas2013-08-051-367/+409
|
* Add help buttons to the pdm and pref dialogsEkaterina Gerasimova2013-08-043-3/+31
|
* Update links to help, add app menuitemEkaterina Gerasimova2013-08-0416-38/+46
| | | | | | | Update ephy_gui_help to link to pages, not sections. Update links to pages in the new help. Add an app menu Help item. Change the link from the preference dialog to link to the pref.page because one page per tab is not compatible with the help style…
* Remove duplicate GtkBuilder propertyEkaterina Gerasimova2013-08-041-1/+0
|
* Add es to the help/Makefile.amEkaterina Gerasimova2013-08-041-1/+1
|
* Set up build system for user helpEkaterina Gerasimova2013-08-043-1/+45
|
* Updated Russian translationYuri Myasoedov2013-08-041-311/+202
|
* ephy-window: disable new window creation in application modeClaudio Saavedra2013-08-031-0/+2
| | | | | | Also incognito windows. https://bugzilla.gnome.org/show_bug.cgi?id=703929
* ephy-about-handler: add content charsetYoung-ho Cha2013-08-031-0/+5
|
* e-window: hide unsensitive actions in webapp modeDiego Escalante Urrelo2013-08-031-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=685216
* Updated Galician translationsFran Diéguez2013-08-021-16/+16
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-08-022-560/+650
|
* e-window: hide and disable more actions in webapp modeDiego Escalante Urrelo2013-08-011-0/+9
| | | | | | | This disables and hides: ViewPageSource, ContextBookmarkPage, InspectElement. https://bugzilla.gnome.org/show_bug.cgi?id=672910
* ephy-window: update commentClaudio Saavedra2013-08-011-1/+1
|
* Updated Spanish translationDaniel Mustieles2013-08-011-0/+1135
|
* Updated Hebrew translation.Yaron Shahrabani2013-07-311-187/+711
|
* Updated Norwegian bokmål translationKjartan Maraas2013-07-181-70/+75
|
* l10n: Update Japanese translationJiro Matsuzawa2013-07-131-212/+208
|
* ephy-string: Avoid poking at remote websitesBastien Nocera2013-07-121-2/+2
| | | | | | | | | | | | | | | Epiphany tries to query the existence of remote sites before loading their page. This causes problems when the remote site is not available and loading it requires the query to timeout (epiphany would look like it's not loading the site for up to 60 seconds) or for one-time URLs (where it might invalidate the query, such as for password resets, or confirmation e-mails). We'll now only check whether the file exists so that incomplete URLs ("epiphany foo.com/bar.html") still loads the bar.html file if it exists locally, but the remote website if not. https://bugzilla.gnome.org/show_bug.cgi?id=703772
* Updated Spanish translationDaniel Mustieles2013-07-081-62/+63
|
* Work around the UI for the user helpEkaterina Gerasimova2013-07-074-8/+8
|
* Tidy index and pref help pagesEkaterina Gerasimova2013-07-072-8/+6
|
* Updated Czech translationMarek Černocký2013-07-071-17/+17
|
* Rename the figures help directory to mediaEkaterina Gerasimova2013-07-076-3/+3
| | | | …as that makes more sense as it may have other media in it in the future.
* Fix typo in a messageMichael Catanzaro2013-07-071-1/+1
|
* Stub out the problem section in the help indexEkaterina Gerasimova2013-07-071-2/+2
|
* Stub the view source help pageEkaterina Gerasimova2013-07-071-0/+2
|
* Add help about Web ApplicationsEkaterina Gerasimova2013-07-071-4/+26
|
* help: More content in data-passwords.pageAruna Sankaranarayanan2013-07-071-0/+28
| | | | Added content on updating stored passwords in Web.
* Review pref-css, pref-font pagesMichael Hill2013-07-072-5/+5
|
* Review bookmark-smart, browse-privateMichael Hill2013-07-072-10/+9
|
* Review data-cookiesMichael Hill2013-07-071-1/+1
|
* Review bookmark-deleteMichael Hill2013-07-071-3/+3
|
* Review bookmark editMichael Hill2013-07-061-6/+6
|
* Review cookies.xml, pref-cookies pageMichael Hill2013-07-062-10/+11
|
* Fix typo on the history help pageEkaterina Gerasimova2013-07-061-1/+1
|
* Start writing language help pageEkaterina Gerasimova2013-07-062-42/+47
|
* Review of introduction, history and history-deleteMichael Hill2013-07-063-12/+14
|
* Add help page for download preferencesEkaterina Gerasimova2013-07-061-11/+21
|
* Split the passwords page for help buttonsEkaterina Gerasimova2013-07-062-25/+53
|
* Reorder instructions in pref-cssEkaterina Gerasimova2013-07-061-4/+5
| | | | The instructions only seem to work if followed in a specific order, where the CCS is created before being enabled.
* Review font preference help pageEkaterina Gerasimova2013-07-061-12/+22
|
* Review custom CSS help pageEkaterina Gerasimova2013-07-061-12/+26
|
* Review password help pageEkaterina Gerasimova2013-07-061-48/+34
|
* Stub the privacy help pageEkaterina Gerasimova2013-07-061-0/+8
|
* Write help page about bookmark topicsEkaterina Gerasimova2013-07-061-7/+30
|
* Stub help pages for webapps and viewing sourceEkaterina Gerasimova2013-07-062-0/+61
|
* Fonts and user CSS pages filled out.Gord Hill2013-07-062-18/+30
|
* 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>