aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add cancellable support to download panel when extracting archivesarchive-extraction-completedTing-Wei Lan2013-08-061-25/+63
* Allow users to click "Open" if extraction has failedTing-Wei Lan2013-07-291-4/+7
* Click "Show in folder" when extracting should not destroy widgetsTing-Wei Lan2013-07-291-2/+4
* Add seek and skip callback functions for libarchiveTing-Wei Lan2013-07-271-1/+0
* Show error message in download panel if extraction failedTing-Wei Lan2013-07-271-1/+3
* Integrate autoarchive functions into Epiphany download panelTing-Wei Lan2013-07-261-12/+107
* Add gsettings key "extract-downloaded-archives"Ting-Wei Lan2013-07-071-0/+1
* gd-main-icon-view: include config.hAlberto Garcia2013-05-241-0/+2
* Allow running a regular standalone instance with a different profileGustavo Noronha Silva2013-05-041-1/+1
* Do not schedule a DNS prefetch for invalid URIs or without a hostnameCarlos Garcia Campos2013-03-301-1/+8
* ephy-profile-migrator: Check for errors correctlyBastien Nocera2013-03-201-2/+1
* ephy-profile-migrator: Stop spinning when porting form passwordsBastien Nocera2013-03-201-6/+13
* ephy-form-auth-data: remove query section from URIsXan Lopez2013-03-131-0/+1
* Add EphyFormAuthDataCache to ephy-form-auth-dataCarlos Garcia Campos2013-03-122-0/+166
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-126-279/+327
* Move find_username_and_password_elements to ephy-web-dom-utilsCarlos Garcia Campos2013-03-122-12/+71
* Port to wk2 webview's snapshotting APIClaudio Saavedra2013-03-121-11/+48
* Add support for DNS prefetching when using WebKit2Carlos Garcia Campos2013-03-061-1/+9
* ephy-profile-migrator: migrate form passwords to new schemaClaudio Saavedra2013-03-052-1/+134
* ephy-profile-migrator: migrate to libsecretClaudio Saavedra2013-03-051-12/+11
* ephy-profile-utils: migrate ephy_profile_utils_store/query_form_auth_data() t...Claudio Saavedra2013-03-053-61/+198
* Move code to get application icon from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-024-234/+228
* Move code to get application title from DOM to ephy-dom-utilsManuel Rego Casasnovas2013-03-022-0/+37
* Try more shortcut icon namesWilliam Jon McCann2013-03-011-0/+2
* Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_formsManuel Rego Casasnovas2013-03-012-3/+3
* Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2Manuel Rego Casasnovas2013-02-283-0/+140
* Add setting for delayed tab loading, and use it to fix the session testsGustavo Noronha Silva2013-02-241-0/+1
* Do not install headersXan Lopez2013-02-151-5/+0
* ephy-node-db: build fix; log node db saving to where filename is availableGustavo Noronha Silva2013-01-291-2/+2
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-282-111/+0
* ephy-node-db: use g_file_set_contents() when saving to diskClaudio Saavedra2013-01-271-15/+12
* Remove ability to open URIs in the clipboard through middle clickXan Lopez2013-01-181-1/+0
* ephy-string: Handle about: and ephy-about: as special cases in ephy_string_ge...Carlos Garcia Campos2013-01-111-1/+5
* Fix build with WebKit2Carlos Garcia Campos2012-12-202-1/+3
* Use new libsoup APIsXan Lopez2012-12-192-4/+2
* ephy-initial-state: document 'ephy_initial_state_add_window'Xan Lopez2012-12-161-0/+17
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-165-89/+88
* ephy-state: use new coding styleXan Lopez2012-12-162-352/+326
* ephy-removable-pixbuf-renderer: don't crash if no close icon is foundAlberto Garcia2012-12-151-1/+9
* Use better icons for webappsWilliam Jon McCann2012-12-132-0/+238
* Define the names of the history and bookmarks files in just one placeXan Lopez2012-12-123-4/+8
* First iteration for 'Incognito mode'Xan Lopez2012-12-122-4/+46
* Remove UUID hacks to prevent self-launchXan Lopez2012-12-123-21/+0
* Handle a bit more gracefully the self-launch detectionXan Lopez2012-12-122-60/+74
* e-location-entry: use new soup_session_prefetch_dns APIDiego Escalante Urrelo2012-12-101-1/+2
* widgets: do not use deprecated GtkStyleContext APIDiego Escalante Urrelo2012-12-103-3/+6
* lib: Remove unused EphySearchEntry widgetBastien Nocera2012-12-103-278/+0
* Port EphyHostsStore to WebKit2GTK+ favicons API.Mario Sanchez Prada2012-12-041-67/+108
* Add new helper functions WebKit2GTK+'s favicons API.Mario Sanchez Prada2012-12-043-0/+87
* Remove EggDesktopFile, it's unusedXan Lopez2012-11-263-1640/+0
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-053-13/+13
* g_type_init is no longer mandatory in GObjectXan Lopez2012-10-191-2/+0
* ephy-zoom: use new coding styleXan Lopez2012-10-082-37/+36
* ephy-loader: remove, this is unused nowXan Lopez2012-10-083-139/+0
* Remove extensions supportXan Lopez2012-10-086-585/+0
* Add adblock GSetting, use itXan Lopez2012-10-021-0/+1
* ephy-profile-utils: don't replace environment when spwaning ephy-profile-migr...Stefano Facchini2012-09-291-1/+8
* ephy-dialog: fix GtkBuilder leakPavel Vasin2012-09-171-0/+2
* ephy-file-helpers: Add ephy_sanitize_filename()Carlos Garcia Campos2012-09-102-0/+22
* Use the new EphyHistoryService::urls-visited signalClaudio Saavedra2012-09-101-6/+4
* ephy-history-service: add urls-visited signalClaudio Saavedra2012-09-102-0/+54
* ephy-file-helpers: style fixXan Lopez2012-09-091-2/+3
* ephy-file-helpers: update commentXan Lopez2012-09-091-2/+2
* embed-shell: should be safe to drop the legacy print setup code nowXan Lopez2012-09-083-319/+0
* Revert "ephy-profile-utils: don't replace environment when spwaning ephy-prof...Xan Lopez2012-09-081-6/+1
* ephy-profile-utils: don't replace environment when spwaning ephy-profile-migr...Stefano Facchini2012-09-071-1/+6
* EphyOverviewStore: don't register the snapshot mtime as longGiovanni Campagna2012-09-071-2/+2
* ephy-history-service: remove some dangerous g_object_unref() callsClaudio Saavedra2012-09-073-5/+1
* ephy-history-service: fix a few leaksClaudio Saavedra2012-09-073-1/+7
* ephy-snapshot-service: don't leak the async resultClaudio Saavedra2012-09-061-0/+1
* ephy-snapshot-service: Split ephy_snapshot_service_get_snapshot_async()Carlos Garcia Campos2012-09-063-231/+443
* gd-main-view: don't use ctrl+click for selection-mode-requestClaudio Saavedra2012-09-051-2/+1
* Add code coverage supportXan Lopez2012-09-044-1/+7
* ephy-file-helpers: plug a leakClaudio Saavedra2012-09-041-0/+1
* ephy-overview-store: hide the close button while animating a removed itemClaudio Saavedra2012-09-043-0/+17
* ephy-removable-pixbuf-renderer: reorder policy enumClaudio Saavedra2012-09-041-2/+2
* ephy-removable-pixbuf-renderer: do not emit delete on click if policy is NEVERClaudio Saavedra2012-09-041-0/+3
* ephy-profile-utils: add a profile_dir parameter to ephy_profile_utils_do_migr...Claudio Saavedra2012-09-042-2/+7
* ephy-profile-migrator: allow running migration in non-default profile directo...Claudio Saavedra2012-09-042-1/+17
* ephy-file-helpers: add ephy_dot_dir_is_default()Claudio Saavedra2012-09-042-0/+17
* ephy-profile-utils: use an index variable instead of manually setting itClaudio Saavedra2012-09-031-6/+6
* ephy-profile-utils: fix array lengthClaudio Saavedra2012-09-031-1/+1
* ephy-file-helpers: rename KEEP_TEMP_DIR to KEEP_DIRClaudio Saavedra2012-09-032-4/+4
* ephy-frecent-store: Fix the build with WebKit2Carlos Garcia Campos2012-09-031-0/+2
* ephy-snapshot-service: Fix memory leakCarlos Garcia Campos2012-09-031-0/+1
* ephy-bookmarks-editor: repaint the favicon on "icon-loaded"Sergio Villar Senin2012-09-031-1/+1
* ephy-node-view: added ephy_node_view_get_iter_for_node()Sergio Villar Senin2012-09-032-0/+23
* ephy-overview-store: fix the setter for the default iconClaudio Saavedra2012-09-031-2/+6
* ephy-embed-shell: make the shell find uninstalled iconsXan Lopez2012-09-031-0/+2
* ephy-profile-utils: pass the required version to the migratorXan Lopez2012-09-011-6/+9
* ephy-profile-migrator: add a "requested version" option to the migratorXan Lopez2012-09-011-0/+9
* ephy-frecent-store: set default icon in new rowsClaudio Saavedra2012-09-011-0/+7
* ephy-history-service: Do not emit signals from the history service threadClaudio Saavedra2012-09-011-3/+85
* ephy-frecent-store: animate hiding of store itemsClaudio Saavedra2012-09-013-5/+113
* ephy-overview-store: fix history service reference handlingClaudio Saavedra2012-09-011-1/+1
* ephy-frecent-store: plug string leakClaudio Saavedra2012-09-011-0/+1
* ephy-overview-store: add icon-frame propertyClaudio Saavedra2012-09-012-119/+62
* ephy-overview-store: add missing dispose implementationClaudio Saavedra2012-09-011-0/+14
* ephy-removable-pixbuf-renderer: use the pixbuf size to determine the position...Claudio Saavedra2012-09-011-4/+16
* ephy-snapshot-service: change the size of the thumbnailsClaudio Saavedra2012-09-011-2/+2
* ephy-overview-store: set the default snapshot only when failing to retrieve oneClaudio Saavedra2012-09-011-9/+8
* ephy-overview-store: add internal helper for setting the default iconClaudio Saavedra2012-09-011-8/+17
* ephy-overview-store: remove spurious warningClaudio Saavedra2012-09-011-1/+0
* ephy-overview-store: use the age of a thumbnail only to decide when update is...Claudio Saavedra2012-09-012-10/+18
* ephy-overview-store: use the thumbnail saving time to decide whether an updat...Claudio Saavedra2012-09-011-24/+36
* ephy-history-service: add API to store a url's thumbnail update timeClaudio Saavedra2012-09-012-0/+44
* ephy-history-service: extend to support URL thumbnail timeClaudio Saavedra2012-09-013-4/+9
* Add EphyFrecentStore class filesClaudio Saavedra2012-09-013-0/+473
* ephy-history-service: add a method to set/unset a row hiddenClaudio Saavedra2012-09-012-0/+46
* ephy-history-service: add backend bits to support the new hidden columnClaudio Saavedra2012-09-013-5/+16
* ephy-history-service-urls-table: add new rows to the tableClaudio Saavedra2012-09-011-1/+3
* ephy-history-service: add "host-deleted" signalClaudio Saavedra2012-09-011-0/+12
* ephy-history-service: add "url-deleted" signalClaudio Saavedra2012-09-011-0/+12
* ephy-history-service: add "url-title-changed" signalClaudio Saavedra2012-09-011-0/+13
* ephy-profile-migrator: New migrator for history backend changesClaudio Saavedra2012-09-012-2/+47
* Add the base EphyOverviewStore modelClaudio Saavedra2012-09-013-0/+653
* gd-main-view: add a "item-deleted" signal to handle user-triggered item delet...Claudio Saavedra2012-09-012-0/+61
* gd-main-icon-view: use the new renderer to add a close button to itemsClaudio Saavedra2012-09-011-1/+13
* gd-main-view-generic: add "delete-element-clicked" signal to the interfaceClaudio Saavedra2012-09-012-1/+24
* ephy-removable-pixbuf-renderer: new renderer for the overviewClaudio Saavedra2012-09-013-0/+351
* Add GdMainView for use in the overviewClaudio Saavedra2012-09-0113-0/+2550
* Add a service for snapshotting webpagesClaudio Saavedra2012-09-013-0/+552
* ephy-profile-utils: reorder includesXan Lopez2012-09-011-1/+2
* ephy-history-service: fix CLEAR signal emissionXan Lopez2012-08-311-3/+5
* ephy-file-helpers: sort includesXan Lopez2012-08-291-11/+7
* ephy-profile-migrator: do nothing if there's no profile dirXan Lopez2012-08-291-0/+12
* ephy-file-helpers: add '.migrated' file to newly created profile dirsXan Lopez2012-08-291-8/+21
* ephy-window: centralize the logic about invisible URIs in one placeXan Lopez2012-08-241-1/+1
* ephy-string: use new coding styleXan Lopez2012-08-171-384/+361
* ephy-string: improve a bit ephy_string_get_host_nameXan Lopez2012-08-171-0/+9
* Port save as to WebKit2Carlos Garcia Campos2012-08-171-0/+2
* Show information about web and plugin processes in about:memoryCarlos Garcia Campos2012-08-141-10/+177
* Show information about the SSL errors when clicking on lock iconCarlos Garcia Campos2012-08-093-0/+397
* ephy-location-entry: small cleanupsXan Lopez2012-08-071-9/+6
* Settings: add a enable-webaudio setting.Philippe Normand2012-08-021-0/+1
* ephy-history-service: prevent double call to execute_quit()Claudio Saavedra2012-08-021-1/+0
* e-file-chooser: remove persist-keyDiego Escalante Urrelo2012-08-012-182/+0
* Use $(pkglibdir) instead of $(libdir)/epiphanyMichael Biebl2012-07-311-1/+1
* ephy-sqlite-statement: remove get_propertyDiego Escalante Urrelo2012-07-311-19/+0
* e-dialog: handle old uses of ephy_dialog_constructDiego Escalante Urrelo2012-07-311-1/+13
* Port persistent cookies to WebKit2Carlos Garcia Campos2012-07-131-11/+33
* ephy-web-app-utils: Fix memory leakCarlos Garcia Campos2012-07-121-0/+1
* ephy-web-app-utils: Use soup_cookie_domain_matches to check the cookie domainCarlos Garcia Campos2012-07-121-1/+1
* Port downloads to WebKit2Carlos Garcia Campos2012-06-271-21/+91
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-1/+1
* ephy-download-widget: add get_destination_basename_from_download() helper fun...Carlos Garcia Campos2012-06-261-11/+26
* ephy-download-widget: add ephy_download_widget_download_finished()Carlos Garcia Campos2012-06-252-23/+33
* Initial WebKit2 portCarlos Garcia Campos2012-06-214-0/+78
* ephy-location-entry: make it possible to hide the faviconClaudio Saavedra2012-06-202-3/+42
* e-history-service: print db file when open failsDiego Escalante Urrelo2012-06-151-1/+1
* e-web-app-utils: warn when app dir already existsDiego Escalante Urrelo2012-06-151-1/+3
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-142-0/+53
* ephy-download-widget: Show bytes downloaded when the total size is unknownCarlos Garcia Campos2012-06-141-20/+54
* ephy-download-widget: Check the icon has changed before updating the imageCarlos Garcia Campos2012-06-131-3/+6
* ephy-download-widget: Don't leak the GIconCarlos Garcia Campos2012-06-131-5/+17
* ephy-profile-utils: fix memory leakPavel Vasin2012-06-121-1/+2
* ephy-location-entry: make parameters actual propertiesClaudio Saavedra2012-06-051-0/+112
* e-web-app-utils: warn when cookies are unavailableDiego Escalante Urrelo2012-05-271-0/+8
* e-file-helpers: simplify ephy_file_get_downloads_dirDiego Escalante Urrelo2012-05-241-7/+14
* Remove check for negative unsigned intsLubomír Sedlář2012-05-211-2/+0
* Add support for 'Do Not Track'Xan Lopez2012-05-191-0/+1
* ephy-profile-utils: use absolute path for build dirXan Lopez2012-05-162-7/+7
* ephy-profile-utils: tweak migrator location codeXan Lopez2012-05-161-7/+6
* ephy-profile-utils: fix migrator binary nameXan Lopez2012-05-101-1/+1
* Remove a few more egg leftoversXan Lopez2012-05-102-2/+0
* tests: test that trying to run an invalid migration step failsXan Lopez2012-05-103-10/+33
* ephy-profile-migrator: allow to run just one migration stepXan Lopez2012-05-101-7/+53
* ephy-profile-utils: make ephy_profile_utils_do_migration more verbose on failureXan Lopez2012-05-092-5/+8
* Remove ephy-marshal.list, we don't use it anymoreXan Lopez2012-05-091-20/+0
* ephy-web-app-utils: remove unused variableXan Lopez2012-05-091-4/+0
* lib/egg: type builtins are not used eitherXan Lopez2012-05-091-66/+1
* lib/egg: remove some leftoversXan Lopez2012-05-093-71/+2
* ephy-web-app-utils: remove dummy toolbar XML fileXan Lopez2012-05-091-17/+0
* ephy-profile-migrator: migrate Web Applications to new profile locationXan Lopez2012-05-092-2/+87
* ephy-web-app-utils: add the desktop file name to EphyWebApplicationXan Lopez2012-05-092-0/+4
* Move ephy-web-app-utils to lib/Xan Lopez2012-05-093-0/+557
* ephy-profile-migrator: better safe than sorry in history migrationXan Lopez2012-05-091-11/+9
* ephy-profile-migrator: migrate the profile dir location before anything elseXan Lopez2012-05-091-4/+4
* ephy-history: remove spurious castingsClaudio Saavedra2012-05-083-3/+3
* ephy-history-service: trim query strings to avoid reaching sqlite limitClaudio Saavedra2012-05-086-3/+19
* Based on a patch by Jon McCann.Xan Lopez2012-05-083-6/+65
* Allow for more fine-grained file helpers initXan Lopez2012-05-083-10/+20
* ephy-profile-utils: split profile migration from EphyShellXan Lopez2012-05-082-0/+19
* Drop the use of GTK accel mapsWilliam Jon McCann2012-05-082-39/+0
* e-file-helpers: unset EPHY_UUID_ENVVAR on shutdownDiego Escalante Urrelo2012-04-301-0/+2
* e-file-helpers: improve ephy_file_tmp_filename commentDiego Escalante Urrelo2012-04-221-5/+8
* Add an option to never show the tabs barXan Lopez2012-04-161-1/+2
* Create a new 'tabs-bar-visibility-policy' settingXan Lopez2012-04-163-7/+30
* ephy-embed-single: introspection fixesXan Lopez2012-04-141-2/+2
* Add a 'crashed' option to the session restore policyXan Lopez2012-04-121-1/+2
* ephy-prefs: use new coding styleXan Lopez2012-04-121-77/+78
* Add a setting to control whether the session is automatically restoredXan Lopez2012-04-121-0/+7
* e-file-helpers: catch GErrors in switch_temp_fileDiego Escalante Urrelo2012-04-111-12/+41
* e-file-helpers: remove old dirs from ephy_fileDiego Escalante Urrelo2012-04-111-6/+0
* e-file-helpers: prevent invalid enumerator and return valueDiego Escalante Urrelo2012-04-071-2/+2
* e-file-helpers: remove ephy_file_add_recent_itemDiego Escalante Urrelo2012-04-072-20/+0
* e-file-helpers: fix weird spacingDiego Escalante Urrelo2012-04-021-1/+1
* e-file-helpers: missing Returns: in commentDiego Escalante Urrelo2012-04-021-0/+2
* e-location-entry: make aligment pixel-perfectDiego Escalante Urrelo2012-03-311-0/+59
* e-location-entry: dim URL in completion rowsDiego Escalante Urrelo2012-03-311-2/+2
* e-location-entry: redundant ellipsize-setDiego Escalante Urrelo2012-03-311-4/+1
* e-location-entry: make bookmark icon follow-stateDiego Escalante Urrelo2012-03-311-0/+1
* Remove the 'disable-menubar' optionXan Lopez2012-03-301-1/+0
* Remove 'show-boomkarks-bar' optionXan Lopez2012-03-301-1/+0
* history-service: remove unnecessary type castClaudio Saavedra2012-03-291-1/+1
* history-service: remove unused variablesClaudio Saavedra2012-03-292-3/+0
* Rip out the EggSMClient codeXan Lopez2012-03-286-2403/+0
* Use glib resources to bundle our UI filesXan Lopez2012-03-282-8/+8
* ephy-hosts-store: listen to favicon changes in the wk databaseClaudio Saavedra2012-03-271-2/+66
* download-widget: use the "linked" style classCosimo Cecchi2012-03-271-0/+4
* profile-migrator: do not freak out if the history is emptyXan Lopez2012-03-211-4/+6
* ephy-hosts-store: -1 is not a valid insertion positionClaudio Saavedra2012-03-211-1/+1
* ephy-history-window: add back the faviconsClaudio Saavedra2012-03-213-5/+74
* Fix distcheckXan Lopez2012-03-142-5/+7
* floating-bar: set a max-width to the labelCosimo Cecchi2012-03-141-1/+2
* history: remember visit typesXan Lopez2012-03-143-8/+15
* history: generate gtypes for the history typesXan Lopez2012-03-141-0/+62
* lib: link to the internal libraries instead of copying source filesXan Lopez2012-03-141-22/+4
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-133-41/+78
* ephy-history-view: add row-middle-clicked signalClaudio Saavedra2012-03-132-0/+74
* ephy-history-service: Give me a break!Priit Laes2012-03-091-0/+1
* ephy-history-service: plug a few more leaksClaudio Saavedra2012-03-082-0/+4
* ephy-history-window: plug a couple of leaksClaudio Saavedra2012-03-082-2/+2
* ephy-history-service: add API to query for hostsClaudio Saavedra2012-03-084-2/+156
* ephy-history-service: execute_get_hosts() should return TRUEClaudio Saavedra2012-03-081-1/+1
* ephy-hosts-view: ensure "all hosts" is selected by defaultClaudio Saavedra2012-03-081-14/+28
* ephy-host-store: add a clear() methodClaudio Saavedra2012-03-082-0/+14
* ephy-history-service-hosts-table: init host to NULLDiego Escalante Urrelo2012-03-081-1/+1
* ephy-history-view: remove unneeded unselect_all()Claudio Saavedra2012-03-081-2/+1
* ephy-hosts-view: add a method to select a given hostClaudio Saavedra2012-03-082-0/+34
* ephy-history-service: remove orphan hosts from databaseClaudio Saavedra2012-03-083-0/+27
* ephy-history-service: validate parameters of public methodsXan Lopez2012-03-071-33/+77
* ephy-history-service-urls-table: do not g_assert on inputXan Lopez2012-03-071-4/+4
* ephy-hosts-store: sort the model by URLClaudio Saavedra2012-03-071-0/+3
* ephy-history-view: properly handle button-press-eventClaudio Saavedra2012-03-071-8/+6
* ephy-history-window: correctly handle 2 and 10 days of historyXan Lopez2012-03-071-0/+1
* ephy-prefs: correct the order of the history time filter enumXan Lopez2012-03-071-2/+2
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-0711-0/+790
* ephy-history-service: default handler for visit-url should be FALSEClaudio Saavedra2012-03-071-1/+1
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-074-0/+79
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-072-2/+3
* Add ephy_history_service_get_hosts()Claudio Saavedra2012-03-072-1/+29
* Fix typoClaudio Saavedra2012-03-071-1/+1
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-074-0/+24
* Add missing header include to ephy-history-types.hClaudio Saavedra2012-03-071-0/+2
* ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels.Xan Lopez2012-03-071-6/+4
* ephy-history-service: agh, committed this by mistakeXan Lopez2012-03-071-1/+1
* ephy-history-service: handle correctly zoom level migrationXan Lopez2012-03-071-0/+9
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-0/+14
* ephy-history-service: add a method to clear the entire historyClaudio Saavedra2012-03-072-0/+44