aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
...
* ephy-web-view: move private methods to the private headerXan Lopez2012-06-282-23/+21
* ephy-web-view: ephy_web_view_location_changed is private to its classXan Lopez2012-06-282-53/+43
* Port fullscreen popup to WebKit2Claudio Saavedra2012-06-281-3/+9
* ephy-web-view: fix think-o in ephy_web_view_location_changedXan Lopez2012-06-281-6/+3
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-282-49/+12
* ephy-web-view: and more type checksXan Lopez2012-06-281-0/+2
* ephy-web-view: add type checks for the set_typed_address method parametersXan Lopez2012-06-281-1/+5
* ephy-web-view: do not duplicate the setter code for typed-addressXan Lopez2012-06-281-7/+2
* ephy-web-view: try to simplify a bit the typed-address logicXan Lopez2012-06-281-23/+17
* ephy-web-view: remove useless forward declarationsXan Lopez2012-06-281-3/+0
* ephy-web-view: remove unneeded headers, and sort themXan Lopez2012-06-281-2/+1
* Port downloads to WebKit2Carlos Garcia Campos2012-06-273-63/+161
* ephy-web-view: fix anchor links' URI updateXan Lopez2012-06-271-4/+5
* ephy-web-view: move the file monitoring code to its own class, EphyFileMonitor.Xan Lopez2012-06-274-183/+376
* ephy-web-view: stop using notify::uri in WebKit2Xan Lopez2012-06-271-0/+4
* ephy-web-view: small style and indentation fixesXan Lopez2012-06-271-17/+17
* Port geolocation permission request to WebKit2Carlos Garcia Campos2012-06-261-7/+40
* Port plugins about handler to WebKit2Carlos Garcia Campos2012-06-263-11/+105
* Port about handlers to WebKit2Carlos Garcia Campos2012-06-261-0/+22
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-267-162/+227
* ephy-download: remove _ephy_download_new() internal functionCarlos Garcia Campos2012-06-251-33/+33
* ephy-download: Pass suggested filename to define_destination_uri()Carlos Garcia Campos2012-06-251-9/+7
* Por run javascript to WebKit2Carlos Garcia Campos2012-06-251-4/+4
* Port printing to WebKit2Carlos Garcia Campos2012-06-251-3/+38
* ephy-web-view: add ephy_web_view_print_failed()Carlos Garcia Campos2012-06-251-16/+22
* Port hovering over link to WebKit2Carlos Garcia Campos2012-06-252-7/+16
* ephy-web-view: status message should be constCarlos Garcia Campos2012-06-254-5/+5
* Port history to WebKit2Carlos Garcia Campos2012-06-251-1/+1
* Add support for new windows in WebKit2Carlos Garcia Campos2012-06-252-6/+43
* Port web settings to WebKit2Carlos Garcia Campos2012-06-251-33/+65
* Port policy client to WebKit2Carlos Garcia Campos2012-06-251-2/+60
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-242-18/+205
* ephy-web-view: Add ephy_web_view_load_failed()Carlos Garcia Campos2012-06-242-0/+19
* ephy-download: add EPHY_DOWNLOAD_ACTION_DO_NOTHINGDiego Escalante Urrelo2012-06-232-3/+9
* Initial WebKit2 portCarlos Garcia Campos2012-06-2111-12/+369
* ephy-web-view: Use webkit_web_view_load_uri() instead of webkit_web_view_open()Carlos Garcia Campos2012-06-211-4/+4
* Use WebKitWebView API to get/set the zoom level instead of g_object_get/setCarlos Garcia Campos2012-06-211-8/+4
* Include libsoup header explicitly when requiredCarlos Garcia Campos2012-06-214-3/+3
* ephy-embed: show a message popup when entering fullscreen modeClaudio Saavedra2012-06-202-0/+92
* ephy-window: keep track of whether the downloads box is shownClaudio Saavedra2012-06-201-0/+1
* ephy-web-view: remove unused EphyWebViewChrome elementsDiego Escalante Urrelo2012-06-152-11/+3
* ephy-download: Simplify decide_action_from_mimeCarlos Garcia Campos2012-06-141-29/+16
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-142-41/+8
* Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TESTXan Lopez2012-06-141-1/+2
* ephy-web-view: fix GList leakPavel Vasin2012-06-121-3/+3
* ephy-web-view: fix use-after-free in get_file_content_as_base64()Dan Williams2012-06-111-3/+3
* ephy-embed: fix a comment typoClaudio Saavedra2012-06-111-1/+1
* ephy-web-view: chain up to the parent constructed virtual methodCarlos Garcia Campos2012-06-051-0/+3
* e-download: document get_content_typeDiego Escalante Urrelo2012-05-271-0/+10
* embed: remove custom CSS styling for the overlay progressbarCosimo Cecchi2012-05-241-2/+2
* Fix memory leak in ephy_web_view_set_popups_allowedLubomír Sedlář2012-05-211-3/+3
* Add support for 'Do Not Track'Xan Lopez2012-05-191-0/+46
* Move ephy-web-app-utils to lib/Xan Lopez2012-05-093-558/+1
* Replace "system" with system languages when setting spelling dictionariesMartin Robinson2012-04-271-0/+19
* e-web-app-utils: use LOG and g_warning instead of g_printDiego Escalante Urrelo2012-04-221-3/+3
* Also consider email inputs when looking for user/password formsGustavo Noronha Silva2012-04-211-1/+1
* ephy-embed-single: introspection fixesXan Lopez2012-04-141-1/+1
* ephy-embed-event: introspection fixesXan Lopez2012-04-141-2/+2
* ephy-permission-manager: introspection fixesXan Lopez2012-04-141-5/+5
* ephy-embed-event: fix introspection warningXan Lopez2012-04-141-0/+6
* ephy-web-view: fix a few gtk-doc warningsXan Lopez2012-04-141-8/+6
* web-apps: s/StartupNotification/StartupNotify/ in desktop filesXan Lopez2012-04-111-1/+1
* ephy-embed-single: do not handle ephy-embed-prefsDiego Escalante Urrelo2012-04-111-4/+0
* Revert "e-web-app-utils: whitespace nitpicks in casts"Xan Lopez2012-04-021-5/+5
* e-web-app-utils: whitespace nitpicks in castsDiego Escalante Urrelo2012-04-011-5/+5
* e-web-app-utils: update and fix gtk-doc commentsDiego Escalante Urrelo2012-03-311-3/+17
* e-web-app-utils: sync var names in APIDiego Escalante Urrelo2012-03-312-10/+10
* e-web-app-utils: remove ephy-web-view includeDiego Escalante Urrelo2012-03-312-3/+1
* e-web-app-utils: add ephy_web_application_existsAlexandre Mazari2012-03-312-0/+21
* ephy-encodings: reorder includesXan Lopez2012-03-311-3/+3
* ephy-web-app-utils: do not use the webview in the web app creation methodAlexandre Mazari2012-03-292-12/+10
* Remove EphyHistory from the repository. It's unused now.Xan Lopez2012-03-206-1230/+1
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-208-1012/+13
* Fix bookmarklet's titles when they are createdXan Lopez2012-03-162-14/+22
* ephy-web-view: return an actual visit type instead of just '0'Xan Lopez2012-03-151-1/+1
* The security certificate code is a no-op, remove itXan Lopez2012-03-152-13/+0
* ephy-web-view: remove gtk-doc snippet for a private methodXan Lopez2012-03-151-7/+0
* ephy-web-view: use plain g_signal_connect alwaysXan Lopez2012-03-151-9/+9
* ephy-web-view: connect to WebView signals in just one placeXan Lopez2012-03-151-8/+12
* ephy-web-view: we already have a reference to the history serviceXan Lopez2012-03-151-1/+1
* ephy-web-view: do not duplicate code for the uri->title fallbackXan Lopez2012-03-151-17/+14
* ephy-web-view: remove can_go_up/go_up codeXan Lopez2012-03-152-50/+2
* ephy-web-view: make ephy_web_view_clear_history privateXan Lopez2012-03-152-54/+47
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-143-5/+17
* Revert "ephy-embed-single: remove some dead code"Xan Lopez2012-03-141-1/+53
* ephy-embed-single: remove network statusXan Lopez2012-03-142-96/+0
* ephy-embed-single: remove some dead codeXan Lopez2012-03-141-56/+1
* ephy-embed: do not pull in string.h for strcmpXan Lopez2012-03-141-2/+1
* ephy-embed: remove a few useless includesXan Lopez2012-03-141-8/+0
* ephy-web-view: also reset page visit type on load failedXan Lopez2012-03-141-0/+3
* ephy-web-view: style fixesXan Lopez2012-03-141-82/+79
* ephy-embed: remove history serviceXan Lopez2012-03-141-5/+0
* ephy-web-view: move history management to EphyWebViewXan Lopez2012-03-142-26/+21
* ephy-web-view: move zoom handling to EphyWebViewXan Lopez2012-03-142-81/+82
* ephy-web-view: let EphyWebView clear its own historyXan Lopez2012-03-142-15/+15
* ephy-web-view: get a reference to the history serviceXan Lopez2012-03-141-0/+3
* history: remember visit typesXan Lopez2012-03-143-6/+62
* ephy-web-view: fix indentationXan Lopez2012-03-131-18/+14
* ephy-web-view: remove useless includesXan Lopez2012-03-131-4/+0
* ephy-web-view: move header to the new coding styleXan Lopez2012-03-131-32/+34
* ephy-web-view: remove stale codeXan Lopez2012-03-131-43/+0
* ephy-embed: cancel the pending history queries during finalizeClaudio Saavedra2012-03-131-1/+8
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-132-3/+3
* ephy-web-view: share non-search-regex for testingDiego Escalante Urrelo2012-03-113-9/+47
* ephy-embed: do not add the homepage (about:blank) to the historyXan Lopez2012-03-081-0/+3
* ephy-web-view: remember when we are loading the homepageXan Lopez2012-03-082-11/+37
* ephy-web-view: protect against pages with NULL URIXan Lopez2012-03-071-4/+6
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-079-804/+1
* ephy-history-view: ellypsize the title and url columnsClaudio Saavedra2012-03-071-2/+6
* history-window: Add a view for the hostsClaudio Saavedra2012-03-075-0/+396
* Add a new view for the pages historyClaudio Saavedra2012-03-075-0/+403
* ephy-embed: do not retrieve the legacy history instanceXan Lopez2012-03-071-3/+0
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-3/+3
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-071-1/+1
* Get rid of EphyBrowseHistoryXan Lopez2012-03-077-295/+40
* ephy-web-view: also fallback to URI as title hereXan Lopez2012-03-071-3/+9
* ephy-browse-history: small cleanupXan Lopez2012-03-071-1/+1
* ephy-browse-history: style cleanupsXan Lopez2012-03-072-115/+45
* Remove the set_url_property history methodXan Lopez2012-03-071-6/+4
* Store zoom levels per host, not per URLXan Lopez2012-03-073-17/+32
* Hook the new history to the URL entryXan Lopez2012-03-072-0/+6
* Use EphyBrowseHistory to store page titlesClaudio Saavedra2012-03-071-4/+3
* Use EphyBrowseHistory to set/get the zoom level for pagesClaudio Saavedra2012-03-071-39/+39
* Use the new EphyBrowseHistory to add a URI to the historyClaudio Saavedra2012-03-071-6/+1
* Add a EphyBrowseHistory instance to EphyEmbedClaudio Saavedra2012-03-071-0/+3
* Add a EphyBrowseHistory instance to EphyEmbedShellClaudio Saavedra2012-03-072-0/+29
* Add initial implementation of the browse history frontendClaudio Saavedra2012-03-073-0/+321
* We need to be a bit smarter about this, and only dismiss it forXan Lopez2012-02-241-1/+1
* ephy-web-view: fix loading of <domain>:<port> URIsXan Lopez2012-02-231-1/+76
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-231-7/+9
* ephy-web-view: don't assume a embed-container in close-web-viewDiego Escalante Urrelo2012-02-221-9/+5
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-222-17/+0
* ephy-web-app-utils: be more careful listing applicationsDiego Escalante Urrelo2012-02-221-16/+17
* Initialize variables that could be freed without being setGustavo Noronha Silva2012-02-201-2/+2
* Make inspector handling real-world compliantGustavo Noronha Silva2012-02-201-10/+30
* ephy-web-view: blank line nitpickDiego Escalante Urrelo2012-02-111-1/+1
* ephy-web-app-utils: add EPHY_WEB_APP_ICON defineDiego Escalante Urrelo2012-02-092-2/+3
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-081-12/+53
* Allow toggling WebGL as a runtime GSettings switchMartin Robinson2012-02-031-0/+4
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-1/+0
* ephy-embed-utils: load again stuff like 'localhost:3000"Xan Lopez2012-01-251-5/+16
* Never append "http://" to an address with a schemeXan Lopez2012-01-242-3/+6
* ephy-embed-utils: consider 'ephy-about' as a web schemeXan Lopez2012-01-241-0/+1
* ephy-web-view: remove unused variableXan Lopez2012-01-241-6/+0
* ephy-web-view: dismiss the "Remember password?" infobar on navigationXan Lopez2012-01-241-1/+1
* ephy-window: sync page actions with is-blank propertyDiego Escalante Urrelo2012-01-241-3/+42
* ephy-web-view: remove uneeded is_blank callsDiego Escalante Urrelo2012-01-241-4/+3
* ephy-web-view: only autosearch input without schemeDiego Escalante Urrelo2012-01-241-11/+18
* ephy-embed-utils: mailto is not a web schemeDiego Escalante Urrelo2012-01-241-2/+1
* ephy-embed: reorder includesXan Lopez2012-01-231-3/+2
* ephy-embed: move the other statusbar id to the .c fileXan Lopez2012-01-232-2/+2
* ephy-embed: remove unused defineXan Lopez2012-01-221-1/+0
* ephy-embed: the method to set the statusbar label can be private tooXan Lopez2012-01-222-17/+15
* ephy-embed: we can now make the statusbar methods privateXan Lopez2012-01-222-122/+116
* ephy-embed: stop listening to progress updates after disposeXan Lopez2012-01-201-6/+14
* ephy-embed-shell: add missing annotationXan Lopez2012-01-201-1/+1
* ephy-embed: if there's a priv variable set, use itXan Lopez2012-01-191-39/+40
* ephy-embed: do not listen to status updates after disposeXan Lopez2012-01-191-1/+13
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-181-3/+6
* Remove Print Preview item from the super menuXan Lopez2012-01-182-16/+0
* ephy-web-view: remove unused methodXan Lopez2012-01-172-67/+0
* embed: add enter/leave events to the GtkOverlayCosimo Cecchi2012-01-171-0/+3
* embed: set the floating bar as no_show_allCosimo Cecchi2012-01-171-0/+1
* Move the nautilus floating bar to lib/widgetsXan Lopez2012-01-171-3/+1
* floating-bar: import NautilisFloatingBar into EpiphanyCosimo Cecchi2012-01-171-37/+10
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-061-2/+2
* ephy-embed-prefs: Hardcode enable-fullscreen to TRUEPhilippe Normand2012-01-041-0/+1
* e-download: add ephy_download_get_content_typeDiego Escalante Urrelo2011-12-212-3/+49
* ephy-embed-prefs: reorder includesXan Lopez2011-12-201-4/+4
* EphyEmbed: do not show the progressbar for about:blankClaudio Saavedra2011-12-161-0/+5
* EphyEmbed: Hide the statusbar in a timeout handlerClaudio Saavedra2011-12-161-1/+22
* EphyEmbed: reset the alignment of the statusbar when hiddenClaudio Saavedra2011-12-161-2/+3
* ephy-web-view: plug leakXan Lopez2011-12-151-3/+3
* Some indentation fixes.Claudio Saavedra2011-12-141-6/+4
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-1/+32
* Use a GtkOverlay for the statusbar instead of shipping GeditOverlayClaudio Saavedra2011-12-141-10/+27
* ephy-embed: small cleanupsXan Lopez2011-12-111-5/+3
* Remove last traces of dummy certificate managerXan Lopez2011-12-051-49/+0
* Remove homepage preference from GSettingsXan Lopez2011-12-042-18/+5
* Redesign of about:pagesTom Tryfonidis2011-12-011-1/+2
* web view: fix icon namesSaleem Abdulrasool2011-12-011-4/+4
* ephy-request-about: fix a potential crasher if the css file is missingClaudio Saavedra2011-12-011-1/+4
* webapps: ensure the webapps are shown in the shellClaudio Saavedra2011-12-011-6/+14
* ephy-embed: disconnect statusbar timeout on disposeXan Lopez2011-11-301-7/+12
* Use SoupSession:ssl-use-system-ca-file propertyDan Winship2011-11-302-16/+4
* Delay hiding the statusbar overlay when the status text changes.Martin Robinson2011-11-301-2/+23
* fix string formatFunda Wang2011-09-281-1/+1
* Add translation context for a stringClaudio Saavedra2011-09-161-1/+3
* Fix documentation commentClaudio Saavedra2011-09-121-1/+1
* web apps: Remove G_DIRECTORY_SEPARATOR chars from filenamesClaudio Saavedra2011-09-121-0/+1
* Normalize the web app profile directory and desktop file namesClaudio Saavedra2011-09-121-8/+38
* ephy-web-view: SoupURI construction can fail for invalid URIsXan Lopez2011-09-121-2/+4
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-112-18/+0
* ephy-web-view: sort includesXan Lopez2011-09-111-14/+14
* ephy-web-view: use SoupURI for about: checkXan Lopez2011-09-111-4/+9
* Remove obsolete commentClaudio Saavedra2011-09-091-2/+1
* ephy-web-view: remove now unused parameter to sprintfXan Lopez2011-09-081-1/+1
* ephy-web-view: do not mention the URL twice in error pagesXan Lopez2011-09-071-1/+1
* Revert "ephy-web-view: fix title for error pages"Xan Lopez2011-09-071-1/+1
* Make about:applications prettierXan Lopez2011-09-073-8/+57
* ephy-web-view: fix title for error pagesXan Lopez2011-09-061-1/+1
* ephy-web-view: fix multiple deletes in about:applicationsXan Lopez2011-09-061-1/+3
* Implement about:applicationsXan Lopez2011-09-064-4/+147
* ephy-request-about: move this to embed/Xan Lopez2011-09-063-0/+238
* e-web-view: fix error pages for RTL localesVinicius Depizzol2011-09-051-2/+3
* e-web-view: use proper html for paragraphsDiego Escalante Urrelo2011-09-051-10/+11
* e-web-view: better messages in error pagesDiego Escalante Urrelo2011-09-051-4/+15
* e-file-helpers: implement and use ephy_file_delete_dir_recursivelyDiego Escalante Urrelo2011-09-051-52/+1
* ephy-web-app-utils: fix include sortXan Lopez2011-09-041-0/+1
* ephy-web-app-utils: adjust includes to styleguideXan Lopez2011-09-041-2/+0
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-043-164/+183
* ephy-web-view: silence compiler warningXan Lopez2011-09-031-0/+1
* ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio...Xan Lopez2011-09-032-3/+3
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-023-9/+26
* Move EPHY_WEB_APP_PREFIX declaration to a cleaner locationClaudio Saavedra2011-09-022-2/+2
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-023-1/+175
* ephy-web-view: do not launch ephy with jhbuildXan Lopez2011-08-291-1/+1
* Add basic support for Web ApplicationsXan Lopez2011-08-292-0/+211
* e-web-view: use hostname in geolocation infobarDiego Escalante Urrelo2011-08-131-1/+4
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-131-1/+2
* Use g_markup_printf_escaped when printing urisDiego Escalante Urrelo2011-08-131-5/+5
* e-web-view: use ephy_string_get_host_nameDiego Escalante Urrelo2011-08-111-4/+4
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-15/+0
* e-embed: remove useless e-file-chooser includeDiego Escalante Urrelo2011-07-301-1/+0
* Add an --application-mode flag and global modeXan Lopez2011-06-301-1/+2
* Use an enum for the global mode of the applicationXan Lopez2011-06-304-22/+30
* Use GtkApplication's window tracking for EphyWindow tooXan Lopez2011-06-302-44/+0
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-302-2/+2
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-302-3/+83
* ephy-embed-single: remove add-search-engine signalXan Lopez2011-06-282-27/+0
* ephy-embed-prefs: stop trying to use the GNOME font settingsXan Lopez2011-06-181-37/+7
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-06-161-1/+4
* Use the generic marshaler throughoutXan Lopez2011-06-146-19/+13
* ephy-web-view: do not warn of modified forms for short text in input elementsXan Lopez2011-06-101-2/+23
* ephy-embed-utils: make URI normalization for about: genericXan Lopez2011-06-101-3/+3
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-093-7/+10
* use gtk_box_pack_start() with EphyEmbedClaudio Saavedra2011-06-091-1/+1
* ephy-embed-single: set_network_status needs to notifyDiego Escalante Urrelo2011-06-051-0/+2
* Added about:plugins support.Sergio Villar Senin2011-06-014-5/+43
* ephy-web-view: warn about unsubmitted forms on closeXan Lopez2011-06-011-0/+33
* Add optional spell checking, enabled by defaultXan Lopez2011-05-231-0/+26
* Slide out the status overlay when the mouse pointer goes close by.Alexandre Mazari2011-04-261-1/+6
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-04-241-1/+4
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-212-4/+0
* Better behaviour when openning new windows that are resized as tabsGustavo Noronha Silva2011-04-182-1/+39
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-164-202/+187
* Rely on WebKit doing the check for mixed symbolsGustavo Noronha Silva2011-04-151-14/+0
* ephy-embed-prefs: auto-shrink images by defaultXan Lopez2011-04-121-1/+0
* ephy-web-view: use new API for DOM eventsXan Lopez2011-03-191-2/+3
* Select the serif font as the default web font.Martin Robinson2011-03-121-4/+4