| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=671792
|
|
|
|
| |
We are not using it. Easy enough to bring it back if needed.
|
|
|
|
|
|
|
|
|
|
|
| |
The main purpose of the cancellable API in ephy-history-service
is to let the user notify when the results of the operation
are no longer needed and the callback call can be omitted. Since
performing a read operation, in such cases, makes no sense, we
cancel them altogether. However, given the nature of the service,
we don't cancel write operations.
https://bugzilla.gnome.org/show_bug.cgi?id=671901
|
|
|
|
|
|
| |
Testing ephy_web_view_load_url and the internal GRegex of EphyWebView.
https://bugzilla.gnome.org/show_bug.cgi?id=669548
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Zoom levels have always been stored per host in Epiphany, not per URL
(otherwise you'd have to re-apply the zoom level again and again when
visiting, say, every news entry in your favorite newspaper). Change
things to work like that.
Note: this changes the SQL table format for the history, so you'll
need to re-migrate your history.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
EphyHistoryService provides a high-level API to store history
information. It will processed by a worker thread using SQLite to
provide a fast, responsive service to the main UI.
Based on the code by Martin Robinson (mrobinson@igalia.com) and
Claudio Saavedra (csaavedra@igalia.com).
|
|
|
|
|
|
|
| |
We'll use them to implement the new history/bookmarks storage backend.
Code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra
(csaavedra@igalia.com)
|
|
|
|
|
| |
It's actually impossible to catch this through normalization, so it
will need to be moved to an EphyWebView test.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=669461
|
| |
|
|
|
|
| |
They were testing the same URI again and again...
|
|
|
|
|
|
| |
To avoid trivial line changes, ironically.
https://bugzilla.gnome.org/show_bug.cgi?id=669766
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=669766
|
|
|
|
|
|
|
| |
Append -test to .c files in tests/ to avoid duplicating filenames in the
repository.
https://bugzilla.gnome.org/show_bug.cgi?id=669766
|
|
|
|
|
|
|
| |
Specifically ephy_embed_utils_address_has_web_scheme.
Based on a patch by Alexandre Martani.
https://bugzilla.gnome.org/show_bug.cgi?id=613756
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=668758
|
| |
|
|
|
|
|
|
| |
In 99% of the cases we were using it for gtk_window_set_icon_name,
which does nothing in GNOME 3. In the couple of valid use cases, just
use "web-browser" directly.
|
|
|
|
| |
I'm sure Diego will fix them.
|
|
|
|
| |
Which tells us that test-ephy-download is broken.
|
|
|
|
|
|
|
|
| |
Instead of a GtkToolItem. A future commit will move the code in
EphyLocationAction not to be a GtkAction, which is why this was a
GtkToolItem in the first place.
https://bugzilla.gnome.org/show_bug.cgi?id=668206
|
| |
|
|
|
|
| |
They are not needed anymore.
|
|
|
|
|
|
|
|
|
|
|
| |
We want to use EphyApplication from embed/ too, so instead of
following the EphyEmbedShell/EphyShell pattern just fold the code into
the Shell itself. This makes sense since both classes have basically
the same function, and we can easily leave the non-embed code in
EphyShell and move to EphyEmbedShell the bits we want to be global.
The better name would be EphyCoreApplication/EphyApplication for the
resulting object, but we can do this later.
|
|
|
|
| |
We'll want to create our own in main(), this prepares us for that.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EphyDownload is a wrapper object around WebKitDownload that handles common
behavior in downloads: auto-destination, default action for the MIME type.
It can be used to wrap a WebKitDownload coming from a WebKitView or to download
a url: ephy_download_new_for_uri and ephy_download_new_for_download are
provided.
Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it
when you no longer need it.
This new object replaces EphyEmbedPersist and enables us to use a single
codepath for downloads in all Epiphany.
Bug #618443
|
|
|
|
| |
Make filenames readable and tab-completion friendly.
|
|
|
|
|
|
|
|
|
|
|
| |
The migration code is now in the ephy-profile-migrator binary, this means:
- epiphany is not linking to NSS anymore
- lib/ephy-profile-migration.c was split into:
+ lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary
+ lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions.
- testing for migration is done without running ephy-profile-migrator
Bug #636685
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This flag determines if a download should not appear in the DownloaderView
window. The default is to appear, like in gecko times.
Bug #611635
|
|
|
|
| |
Bug #600987
|
|
|
|
| |
Don't cherry pick internal libraries for tests.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and
@typed_address parameter, while both are useful we only end up using one so we
can easily decide which one to use in ephy-window.c instead of carrying both
around until ephy-location-entry.c
Bonus: make ephy_location_entry_set_location accept NULL as @address safely.
Bug #603651
|
|
|
|
| |
svn path=/trunk/; revision=8655
|
|
|
|
|
|
| |
There's no 'internal entry' now.
svn path=/trunk/; revision=8654
|
|
|
|
| |
svn path=/trunk/; revision=8621
|
|
|
|
| |
svn path=/trunk/; revision=8581
|
|
|
|
| |
svn path=/trunk/; revision=8569
|
|
|
|
| |
svn path=/trunk/; revision=8554
|
|
|
|
|
|
| |
Add vim modelines to the files.
svn path=/trunk/; revision=8553
|
|
|
|
|
|
| |
See the FIXME about the mystery crasher, it's probably some kind of leak.
svn path=/trunk/; revision=8552
|
|
|
|
|
|
| |
This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1.
svn path=/trunk/; revision=8551
|
|
|
|
| |
svn path=/trunk/; revision=8439
|
|
|
|
|
|
| |
Part of #544642.
svn path=/trunk/; revision=8385
|
|
Include a test for ephysearchentry, need to make them optional too.
Part of #544642.
svn path=/trunk/; revision=8384
|