lp:~gnome3-team/epiphany-browser/+git/master

Owned by GNOME3 Team
Get this repository:
git clone https://git.launchpad.net/~gnome3-team/epiphany-browser/+git/master

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/epiphany.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
master 2024-04-21 08:18:57 UTC
Update Ukrainian translation

Author: Yuri Chornoivan
Author Date: 2024-04-21 08:18:57 UTC

Update Ukrainian translation

gnome-46 2024-04-18 09:26:30 UTC
Update Friulian translation

Author: Fabio Tomat
Author Date: 2024-04-18 09:26:30 UTC

Update Friulian translation

gnome-45 2024-03-27 20:26:55 UTC
Fix another crash on exit with tab sync enabled...

Author: Michael Catanzaro
Author Date: 2024-03-27 16:00:20 UTC

Fix another crash on exit with tab sync enabled...

I messed up the previous fix in !1463. The EphyTabsCatalog is no longer
supposed to be owned, to avoid a circular ref. But we still unref it.
Oops.

(cherry picked from commit 5c71e4c3b504f93f77b03998b1ece8a9c6e1a03b)

gnome-44 2024-02-29 15:47:45 UTC
Close security popover after selection

Author: Jan-Michael Brummer
Author Date: 2024-02-27 22:09:56 UTC

Close security popover after selection

Note: It's safe to drop callback return value as GtkComboBox::changed does not have one.

Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/2215
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1441>

(cherry picked from commit dda2ac003975e2b6eacae6b8eab0c6317341934a)

gnome-43 2024-02-10 01:02:49 UTC
Update Czech translation

Author: AsciiWolf
Author Date: 2024-02-10 01:02:49 UTC

Update Czech translation

mcatanzaro/graphics-offload 2024-02-01 19:44:04 UTC
wip experiment with graphics offload for issue #2274

Author: Michael Catanzaro
Author Date: 2024-02-01 19:44:04 UTC

wip experiment with graphics offload for issue #2274

mcatanzaro/delayed-web-view 2024-01-26 14:40:44 UTC
wip: delay web view creation until needed

Author: Michael Catanzaro
Author Date: 2024-01-26 14:33:42 UTC

wip: delay web view creation until needed

Instead of creating a bunch of web views immediately when opening
Epiphany and loading blank pages in them, which is a resource-intensive
task, instead delay creation of the web view entirely.

This is WIP and not working yet. The entire codebase needs to be audited
to remove the assumption that an EphyEmbed always has an EphyWebView.

Note to future me or anybody else working on this: next task is to fix a
crash on startup in session_tab_new()

wip/cdavis/adw-dialog 2024-01-09 14:42:01 UTC
general: Port to AdwMessageDialog2

Author: Christopher Davis
Author Date: 2024-01-09 05:17:45 UTC

general: Port to AdwMessageDialog2

mcatanzaro/newer-alpine 2024-01-03 21:18:56 UTC
ci: update to latest freedesktop-ci-templates

Author: Michael Catanzaro
Author Date: 2024-01-03 21:18:56 UTC

ci: update to latest freedesktop-ci-templates

mcatanzaro/update-appdata-again 2023-12-01 14:45:17 UTC
Update appdata

Author: Michael Catanzaro
Author Date: 2023-12-01 14:45:17 UTC

Update appdata

appstreamcli wants us to get rid of the GNOME kudos, and there is a new
syntax for the developer tag.

mcatanzaro/unsafe-browsing 2023-10-30 14:17:28 UTC
Remove Safe Browsing support

Author: Michael Catanzaro
Author Date: 2023-10-16 21:44:18 UTC

Remove Safe Browsing support

This is unfortunate, but this feature has been disabled everywhere
except Epiphany Tech Preview due to changes in Google's terms of
service. We have to keep Google API keys secret now, and it's just not
possible unless build secrets are allowed. We can do that in Tech
Preview, but Linux distros cannot do this. Keeping the feature around
only for ourselves and not for normal users is just not very useful.

Closes #1393
Closes #1334
Closes #1699
Closes #1721

Related: #682

mcatanzaro/fatal-criticals 2023-08-14 19:45:52 UTC
Enable fatal criticals in Tech Preview and Canary

Author: Michael Catanzaro
Author Date: 2023-08-14 19:45:52 UTC

Enable fatal criticals in Tech Preview and Canary

Since Tech Preview and Canary exist primarily for discovering bugs, and
since I really do not like it with program execution proceeds after a
bug has occurred, let's make criticals fatal here. My efforts to do so
globally have probably failed, but we can do so for Epiphany alpha/beta
testers at least.

See also: https://gitlab.gnome.org/GNOME/glib/-/issues/2715

mcatanzaro/disable-dmabuf 2023-08-14 16:18:58 UTC
Temporarily disable dmabuf renderer in Tech Preview

Author: Michael Catanzaro
Author Date: 2023-08-12 20:14:15 UTC

Temporarily disable dmabuf renderer in Tech Preview

This is a workaround for: https://bugs.webkit.org/show_bug.cgi?id=260073

I almost disabled this in Canary as well, but it's maybe better to
allow Canary users to notice immediately if the bug is fixed or if new
bugs are introduced.

mcatanzaro/remove-more-canary 2023-06-16 15:04:07 UTC
Remove Canary icon

Author: Michael Catanzaro
Author Date: 2023-06-16 15:04:07 UTC

Remove Canary icon

The rest of Canary has been removed already, but I forgot about the
icon.

mcatanzaro/permissions-manager-asserts 2023-04-28 19:20:02 UTC
permissions-manager: add asserts regarding storage access permission requests

Author: Michael Catanzaro
Author Date: 2023-04-24 21:09:52 UTC

permissions-manager: add asserts regarding storage access permission requests

These permissions _could_ be stored in the permissions manager, but
they're not. And it will crash if you try to do it, so let's crash a
little bit sooner with an assert to document that it's not intended to
be done.

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1320>

mcatanzaro/#1989 2023-03-24 08:51:30 UTC
Update Slovenian translation

Author: Martin Srebotnjak
Author Date: 2023-03-24 08:51:30 UTC

Update Slovenian translation

mcatanzaro/web-process-extension 2023-03-08 15:52:04 UTC
Require WebKitGTK 2.39.91

Author: Michael Catanzaro
Author Date: 2023-03-08 15:52:04 UTC

Require WebKitGTK 2.39.91

carlosgc/wk-api-changes 2023-02-22 12:21:36 UTC
Do not include legacy JSC API headers

Author: Adrian Perez
Author Date: 2023-02-20 16:05:30 UTC

Do not include legacy JSC API headers

Remove inclusion of pre-GLib JSC API headers, which are no longer
installed after https://bugs.webkit.org/show_bug.cgi?id=252187

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1281>

gnome-42 2023-02-20 17:03:42 UTC
Prepare 42.5

Author: Michael Catanzaro
Author Date: 2023-02-20 17:03:42 UTC

Prepare 42.5

carlosgc/permission-state-query 2023-02-10 13:45:41 UTC
embed: implement permission state query API

Author: Carlos Garcia Campos
Author Date: 2022-12-16 14:52:07 UTC

embed: implement permission state query API

Use new WebKit API added in https://github.com/WebKit/WebKit/pull/6852

gnome-41 2023-01-28 21:09:45 UTC
Update German translation

Author: =?utf-8?q?J=C3=BCrgen_Benvenuti?=
Author Date: 2023-01-28 21:09:45 UTC

Update German translation

mcatanzaro/password-manager 2023-01-22 22:53:27 UTC
Password manager should autofill forms more aggressively

Author: Michael Catanzaro
Author Date: 2023-01-22 21:06:35 UTC

Password manager should autofill forms more aggressively

Currently the password manager will only fill passwords if the origin,
form target origin, username, name of username element, and name of
password element all match what is stored in the keyring. In practice,
this is just too strict because some websites do weird stuff with their
forms. Changing the form before submission might seem weird, but it's
tame compared to other weird stuff websites do with their forms.

mcatanzaro/invisible-password-forms 2023-01-22 22:41:36 UTC
wip

Author: Michael Catanzaro
Author Date: 2023-01-22 22:41:36 UTC

wip

mcatanzaro/coverity-gnome-42 2023-01-04 19:12:26 UTC
embed-prefs: fix double free on error path

Author: Michael Catanzaro
Author Date: 2023-01-04 19:02:41 UTC

embed-prefs: fix double free on error path

If we fail to create the file monitor for the user JS file, then we free
the error twice by mistake. Uh-oh. Found by Coverity.

mcatanzaro/coverity-gnome-43 2023-01-04 19:11:41 UTC
embed-prefs: fix double free on error path

Author: Michael Catanzaro
Author Date: 2023-01-04 19:02:41 UTC

embed-prefs: fix double free on error path

If we fail to create the file monitor for the user JS file, then we free
the error twice by mistake. Uh-oh. Found by Coverity.

set-sast-config-1 2022-12-27 14:39:10 UTC
Add SAST and Secret Detection in gitlab-ci.yml

Author: Jan-Michael Brummer
Author Date: 2022-12-26 22:41:11 UTC

Add SAST and Secret Detection in gitlab-ci.yml

mcatanzaro/webkitgtk-6.0 2022-11-21 22:02:29 UTC
web-view: properly check for main resource in decide-policy

Author: Michael Catanzaro
Author Date: 2022-10-27 13:33:12 UTC

web-view: properly check for main resource in decide-policy

Using the new API from https://commits.webkit.org/256058@main allows us
to properly solve https://bugs.webkit.org/show_bug.cgi?id=245625.

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1210>

mcatanzaro/#1897 2022-11-04 14:43:34 UTC
window-commands: fix critical when opening about dialog

Author: Michael Catanzaro
Author Date: 2022-11-03 22:58:25 UTC

window-commands: fix critical when opening about dialog

GLib-GObject-CRITICAL **: 17:38:04.419: ../gobject/gsignal.c:2620: signal 'response' is invalid for instance '0x5575a6def290' of type 'GtkAboutDialog'

Fixes #1897

Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1215>

wip/exalm/gesture 2022-11-02 19:34:32 UTC
mouse-gesture-controller: Fix sequence claiming

Author: Alexander Mikhaylenko
Author Date: 2022-11-02 19:34:32 UTC

mouse-gesture-controller: Fix sequence claiming

Claim it on drag-update instead of drag-end. Remove gesture_active as GTK
already tracks that.

mcatanzaro/ci-weirdness 2022-08-24 23:41:01 UTC
Try harder to be verbose

Author: Michael Catanzaro
Author Date: 2022-08-24 23:41:01 UTC

Try harder to be verbose

barthalion/gnome-runtime-images-quay 2022-07-27 10:38:08 UTC
Update (or drop) the Docker image used by Flatpak job

Author: Bartłomiej Piotrowski
Author Date: 2022-07-27 10:38:08 UTC

Update (or drop) the Docker image used by Flatpak job

The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template.

Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.

pgriffis/web-extension/unify-web-process-extensions 2022-07-17 23:24:59 UTC
WebExtensions: Implement runtime.getManifest()

Author: Patrick Griffis
Author Date: 2022-07-17 23:12:46 UTC

WebExtensions: Implement runtime.getManifest()

Closes #1822

mcatanzaro/require-soup3 2022-06-17 22:59:32 UTC
Require libsoup 3

Author: Michael Catanzaro
Author Date: 2022-06-17 22:57:30 UTC

Require libsoup 3

This ensures users benefit from HTTP/2 support.

pgriffis/web-extension/thread-safety 2022-06-14 17:23:27 UTC
WebExtensions: Fix webkit_user_script_new_for_world() called from thread

Author: Patrick Griffis
Author Date: 2022-06-14 17:23:27 UTC

WebExtensions: Fix webkit_user_script_new_for_world() called from thread

We now lazily call it when its needed on the main thread.

Fixes #1808

mwleeds/webapp-manifest-support 2022-03-30 18:49:07 UTC
WIP: Copy Sonny's impl for manifest support

Author: Phaedrus Leeds
Author Date: 2022-03-30 18:49:07 UTC

WIP: Copy Sonny's impl for manifest support

mcatanzaro/#1721 2022-03-22 21:53:57 UTC
Delete Safe Browsing database if disabled at build time

Author: Michael Catanzaro
Author Date: 2022-03-22 21:47:55 UTC

Delete Safe Browsing database if disabled at build time

If a Safe Browsing API key is not provided at build time, then there is
no point in keeping the huge database around on disk if it already
exists. Delete it.

Fixes #1721

wip/sophie-h/screenshot-master 2022-02-24 19:23:44 UTC
appdata: Update screenshot

Author: Sophie Herold
Author Date: 2022-02-24 19:23:44 UTC

appdata: Update screenshot

wip/sophie-h/screenshot 2022-02-24 19:20:33 UTC
appdata: Update screenshot

Author: Sophie Herold
Author Date: 2022-02-24 19:20:33 UTC

appdata: Update screenshot

gnome-40 2022-02-08 20:40:23 UTC
Bump minimum GLib dep to 2.68

Author: Michael Catanzaro
Author Date: 2022-02-08 20:40:23 UTC

Bump minimum GLib dep to 2.68

This is required for g_string_replace().

gnome-3-36 2022-02-08 20:39:53 UTC
output-encoding: fix build with older GLib

Author: Michael Catanzaro
Author Date: 2022-02-08 20:39:09 UTC

output-encoding: fix build with older GLib

gnome-3-38 2022-02-08 20:39:09 UTC
output-encoding: fix build with older GLib

Author: Michael Catanzaro
Author Date: 2022-02-08 20:39:09 UTC

output-encoding: fix build with older GLib

wip/hadess/app-mode-fixes 2021-12-13 15:59:18 UTC
web-app-utils: Add more debug for application-mode failures

Author: Bastien Nocera
Author Date: 2021-12-13 15:59:18 UTC

web-app-utils: Add more debug for application-mode failures

Add some debug to help with debugging --application-mode failures.

gnome-3-34 2021-09-16 22:48:02 UTC
Update Hungarian translation

Author: Balázs Úr
Author Date: 2021-09-16 22:48:02 UTC

Update Hungarian translation

jjardon/fix_ci 2021-07-28 18:05:13 UTC
Back to libsoup 2 for GNOME 41

Author: Michael Catanzaro
Author Date: 2021-07-26 19:07:45 UTC

Back to libsoup 2 for GNOME 41

We will switch to libsoup 3 by default in GNOME 42 instead.

https://discourse.gnome.org/t/webkit2gtk-4-1-added-to-gnome-sdk-webkit2gtk-4-0-deprecated/7053/20

gnome-3-32 2020-06-05 09:01:22 UTC
Update Chinese (China) translation

Author: wsxy162
Author Date: 2020-06-05 09:01:22 UTC

Update Chinese (China) translation

gnome-3-30 2020-06-05 09:00:53 UTC
Update Chinese (China) translation

Author: Jeff Bai
Author Date: 2020-06-05 09:00:53 UTC

Update Chinese (China) translation

gnome-3-28 2019-09-07 15:05:25 UTC
Prepare 3.28.6

Author: Michael Catanzaro
Author Date: 2019-09-07 15:05:25 UTC

Prepare 3.28.6

gnome-3-26 2018-06-08 02:22:24 UTC
Prepare 3.26.7

Author: Michael Catanzaro
Author Date: 2018-06-08 02:22:24 UTC

Prepare 3.26.7

gnome-3-24-loki 2017-09-29 16:26:52 UTC
Remove keyboard shortcuts menu item

Author: Michael Catanzaro
Author Date: 2017-09-22 00:16:26 UTC

Remove keyboard shortcuts menu item

Requires newer GTK+

gnome-3-24 2017-09-29 16:09:21 UTC
Prepare 3.24.5

Author: Michael Catanzaro
Author Date: 2017-09-29 16:09:21 UTC

Prepare 3.24.5

gnome-3-18 2017-09-05 20:05:53 UTC
Prepare 3.18.12

Author: Michael Catanzaro
Author Date: 2017-09-05 19:25:44 UTC

Prepare 3.18.12

gnome-3-22 2017-07-28 11:58:51 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2017-07-28 11:58:51 UTC

Updated Slovenian translation

gnome-3-20 2017-03-06 01:42:38 UTC
embed: avoid memory corruption when clearing top widgets

Author: Michael Catanzaro
Author Date: 2017-03-04 19:28:19 UTC

embed: avoid memory corruption when clearing top widgets

Don't call remove_from_destroy_list_cb, which modifies the destroy list,
when already iterating through the list.

https://bugzilla.gnome.org/show_bug.cgi?id=779180

wip/missing-codecs 2016-11-07 04:21:18 UTC
WIP for missing codecs installation

Author: Michael Catanzaro
Author Date: 2016-11-07 04:21:18 UTC

WIP for missing codecs installation

It's broken, see:

https://bugs.webkit.org/show_bug.cgi?id=147822#c3

gnome-2-30 2016-04-19 17:30:18 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:30:18 UTC

Updated Occitan translation

gnome-3-14 2016-04-19 17:30:02 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:30:02 UTC

Updated Occitan translation

gnome-3-8 2016-04-19 17:28:37 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:28:37 UTC

Updated Occitan translation

gnome-3-10 2016-04-19 17:28:27 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:28:27 UTC

Updated Occitan translation

gnome-3-16 2016-04-19 17:27:37 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:27:37 UTC

Updated Occitan translation

gnome-3-12 2016-04-19 17:26:46 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:26:46 UTC

Updated Occitan translation

gnome-3-2 2016-04-19 17:25:55 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:25:55 UTC

Updated Occitan translation

gnome-3-0 2016-04-19 17:24:57 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:24:57 UTC

Updated Occitan translation

gnome-3-6 2016-04-19 17:24:45 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:24:45 UTC

Updated Occitan translation

gnome-3-4 2016-04-19 17:23:55 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-04-19 17:23:55 UTC

Updated Occitan translation

gnome-2-28 2010-04-22 20:36:32 UTC
Updated Catalan (Valencian) translation

Author: Carles
Author Date: 2010-04-22 20:36:32 UTC

Updated Catalan (Valencian) translation

gnome-2-24 2010-03-22 16:53:15 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-22 16:53:15 UTC

Updated Basque language

gnome-2-26 2010-03-22 16:51:39 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-22 16:51:39 UTC

Updated Basque language

gnome-2-29-90-1 2010-02-10 13:46:41 UTC
2.29.90.1

Author: Xan Lopez
Author Date: 2010-02-10 13:46:41 UTC

2.29.90.1

gnome-2-14 2009-10-28 13:15:49 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-10-28 13:15:49 UTC

Updated Slovenian translation

gnome-2-16 2009-10-28 13:15:14 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-10-28 13:15:14 UTC

Updated Slovenian translation

gnome-2-20 2009-10-28 13:14:36 UTC
Updated Slovenian translation

Author: Matej Urbančič
Author Date: 2009-10-28 13:14:36 UTC

Updated Slovenian translation

gnome-2-22 2008-08-27 04:04:01 UTC
Updated Dzongkha Translation

Author: Pema Geyleg
Author Date: 2008-08-27 04:04:01 UTC

Updated Dzongkha Translation

svn path=/branches/gnome-2-22/; revision=8435

gnome-2-18 2007-08-29 04:39:51 UTC
Updated Finnish translation

Author: Ilkka Tuohela
Author Date: 2007-08-29 04:39:51 UTC

Updated Finnish translation

svn path=/branches/gnome-2-18/; revision=7320

gnome-2-12-plus 2006-07-18 17:58:46 UTC
Force label wrapping.

Author: Christian Persch
Author Date: 2006-07-18 17:58:46 UTC

Force label wrapping.

2006-07-18 Christian Persch <chpe@cvs.gnome.org>

 * embed/mozilla/EphyPromptService.cpp:

 Force label wrapping.

gnome-2-10 2006-07-14 14:57:10 UTC
=== THIS BRANCH IS DEAD! ===

Author: Christian Persch
Author Date: 2006-07-14 14:57:10 UTC

=== THIS BRANCH IS DEAD! ===

2006-07-14 Christian Persch <chpe@cvs.gnome.org>

 * embed/mozilla/AutoJSContextStack.cpp:
 * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:

 Fix compile warnings.

gnome-2-6 2006-07-14 14:50:36 UTC
Committing uncommitted changes before svn migration. This branch is DEAD!

Author: Christian Persch
Author Date: 2006-07-14 14:50:36 UTC

Committing uncommitted changes before svn migration. This branch is DEAD!

2006-07-14 Christian Persch <chpe@cvs.gnome.org>

 Committing uncommitted changes before svn migration.
 This branch is DEAD!

 * embed/mozilla/Makefile.am:
 * lib/ephy-state.c: (paned_sync_position_cb),
 (ephy_state_add_paned):
 * src/bookmarks/ephy-bookmarks-editor.c:
 (ephy_bookmarks_editor_construct):

gnome-2-12 2006-07-12 13:48:12 UTC
Updated German translation.

Author: Hendrik Richter
Author Date: 2006-07-12 13:48:12 UTC

Updated German translation.

2006-07-12 Hendrik Richter <hendrikr@gnome.org>

 * de.po: Updated German translation.

gnome-2-8 2005-08-18 08:11:48 UTC
NEWS

Author: Marco Pesenti Gritti
Author Date: 2005-08-18 08:11:48 UTC

NEWS

2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>

        * NEWS
        * configure.in:

        Release 1.4.9

        * embed/mozilla/EphyBrowser.cpp:
        * embed/mozilla/EphyBrowser.h:
        * embed/mozilla/Makefile.am:
        * embed/mozilla/mozilla-embed.cpp:
        * src/ephy-shell.c: (url_is_empty), (load_homepage),
        (ephy_shell_new_tab):
        * src/ephy-window.c: (ephy_window_load_url):

        Back port focus fixes from 2.10 branch

pre-gnome-2-14 2005-08-13 20:40:01 UTC
Fix docs build.

Author: Christian Persch
Author Date: 2005-08-13 20:40:01 UTC

Fix docs build.

2005-08-13 Christian Persch <chpe@cvs.gnome.org>

 * doc/reference/Makefile.am:

 Fix docs build.

pre-gnome-2-10 2004-09-12 09:18:04 UTC
Use SAME_APP flag for drag destination. Fix #152388

Author: Marco Pesenti Gritti
Author Date: 2004-09-12 09:18:04 UTC

Use SAME_APP flag for drag destination. Fix #152388

2004-09-12 Marco Pesenti Gritti <marco@gnome.org>

        * src/toolbar.c:

        Use SAME_APP flag for drag destination. Fix #152388

gnome-2-4 2004-03-23 08:27:23 UTC
Fixed a typo.

Author: Marcel Telka
Author Date: 2004-03-23 08:27:23 UTC

Fixed a typo.

2004-03-23 Marcel Telka <marcel@telka.sk>

 * sk.po: Fixed a typo.

pre-gnome-2-8 2004-03-10 17:51:37 UTC
Use CopyUTF8toUTF16 where appropriate.

Author: Christian Persch
Author Date: 2004-03-10 17:51:37 UTC

Use CopyUTF8toUTF16 where appropriate.

2004-03-10 Christian Persch <chpe@cvs.gnome.org>

 * embed/mozilla/EphyHeaderSniffer.cpp:
 * embed/mozilla/FilePicker.cpp:
 * embed/mozilla/GtkNSSDialogs.cpp:
 * embed/mozilla/mozilla-embed-persist.cpp:

 Use CopyUTF8toUTF16 where appropriate.

182 of 82 results
This repository contains Public information 
Everyone can see this information.