aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* ephy-embed-prefs: Port user agent to WebKit2Carlos Garcia Campos2012-10-081-9/+56
* ephy-overview: very minor style fixesXan Lopez2012-10-031-3/+1
* ephy-overview: also set shadow style as IN hereXan Lopez2012-10-031-1/+1
* ephy-embed: set shadow type IN for scrolled windowXan Lopez2012-10-031-0/+2
* ephy-embed: small cleanupXan Lopez2012-10-031-8/+10
* uri-tester: make it compile wth WebKit2Xan Lopez2012-10-031-0/+6
* adblock: get rid of AdBlock interfaceXan Lopez2012-10-036-270/+135
* adblock: we don't use the edit rules stuff anymore, remove itXan Lopez2012-10-035-54/+0
* Move adblock extension to embed/Xan Lopez2012-10-035-1/+1154
* ephy-adblock-manager: use new coding styleXan Lopez2012-10-032-67/+70
* Add adblock GSetting, use itXan Lopez2012-10-021-1/+33
* ephy-web-view: Use webkit_web_view_is_loading() in WebKit2Carlos Garcia Campos2012-09-271-8/+6
* ephy-web-view: remove ephy_web_view_is_loading_homepage()Claudio Saavedra2012-09-172-14/+0
* ephy-web-view: freeze history on homepage loadClaudio Saavedra2012-09-171-22/+22
* ephy-web-view: do not save history visits for no-show-addressesClaudio Saavedra2012-09-171-0/+6
* ephy-embed-utils: add ephy_embed_utils_is_no_show_address()Claudio Saavedra2012-09-172-0/+19
* ephy_web_view_load_error_page: fix GtkIconInfo leakPavel Vasin2012-09-171-0/+3
* ephy-embed: show the overview when using wk2Claudio Saavedra2012-09-121-1/+6
* ephy-web-view: fix the wk2 buildClaudio Saavedra2012-09-121-0/+2
* Use ephy_sanitize_filename() for filenames suggested by the serverCarlos Garcia Campos2012-09-101-1/+1
* ephy-web-view: fix memory leakXan Lopez2012-09-081-0/+1
* embed-shell: drop a couple of unneeded includesXan Lopez2012-09-081-2/+0
* ephy-embed-shell: another style fixXan Lopez2012-09-081-1/+1
* embed-shell: remove stale defineXan Lopez2012-09-081-2/+0
* embed-shell: should be safe to drop the legacy print setup code nowXan Lopez2012-09-081-20/+0
* ephy-embed-shell: minor style fixesXan Lopez2012-09-081-7/+7
* ephy-embed-shell: use now coding styleXan Lopez2012-09-082-365/+317
* ephy-embed-shell: small cleanupsXan Lopez2012-09-081-10/+6
* ephy-embed-shell: cleanup dispose & finalizeXan Lopez2012-09-081-40/+7
* ephy-overview: add missing includeXan Lopez2012-09-061-0/+1
* ephy-embed-shell: ephy_embed_shell_get_frecent_store() should not be publicSergio Villar Senin2012-09-053-3/+5
* ephy-overview: Use hand cursor when hovering itemsClaudio Saavedra2012-09-051-0/+23
* embed-utils: remove extra indentation level in methodXan Lopez2012-09-041-27/+24
* Add code coverage supportXan Lopez2012-09-041-0/+1
* ephy-web-view: don't leak the snapsoht cairo surfaceClaudio Saavedra2012-09-041-3/+6
* ephy-embed-shell: make the shell find uninstalled iconsXan Lopez2012-09-032-4/+2
* ephy-embed-prefs: Port preferred languages to WebKit2Carlos Garcia Campos2012-09-021-9/+13
* ephy-embed-shell: load the new thumbnail frame and use it in the overview storeClaudio Saavedra2012-09-011-0/+4
* ephy-embed-shell: use the new artwork for the overview's default thumbnailClaudio Saavedra2012-09-011-10/+6
* data: add artwork for the overviewClaudio Saavedra2012-09-011-0/+1
* ephy-web-view: store the source tag for the snapshot idleClaudio Saavedra2012-09-011-0/+9
* ephy-web-view: use is_history_frozen() to avoid snapshotting error pagesClaudio Saavedra2012-09-011-2/+4
* ephy-web-view: Lower the priority of the snapshotting taskClaudio Saavedra2012-09-011-1/+1
* ephy-overview: define the overview title string hereClaudio Saavedra2012-09-012-1/+4
* ephy-web-view: define the special-cased title for the overviewClaudio Saavedra2012-09-011-8/+19
* ephy-overview: improve layouting of items in the overviewClaudio Saavedra2012-09-011-7/+11
* Add about:overview to actually go to overview modeClaudio Saavedra2012-09-012-3/+7
* ephy-web-view: take a snapshot if needed when the page load finishesClaudio Saavedra2012-09-011-0/+9
* ephy-embed: add the overview and a overview-mode propertyClaudio Saavedra2012-09-012-0/+118
* Add EphyOverview widgetClaudio Saavedra2012-09-013-0/+203
* ephy-embed-shell: set the default icon for the frecent storeClaudio Saavedra2012-09-011-0/+29
* ephy-embed-shell: add a frecent store to the shellClaudio Saavedra2012-09-012-0/+34
* ephy-embed-prefs: tiny cosmetic fixesXan Lopez2012-08-261-6/+6
* ephy-web-view: do not allocate variables before they are neededXan Lopez2012-08-261-3/+3
* ephy-web-view: avoid getting a 'Blank page' title for non titled pagesXan Lopez2012-08-261-3/+3
* ephy-web-view: drop superflous notifyXan Lopez2012-08-251-2/+0
* ephy-web-view: remove more "invisible URI" logicXan Lopez2012-08-241-4/+1
* ephy-embed-prefs: Pass an array of languages to spellchecker in WebKit2Carlos Garcia Campos2012-08-231-12/+24
* ephy-embed-single: Pass NULL as destroy notify to webkit_web_context_register...Carlos Garcia Campos2012-08-221-1/+1
* ephy-web-view: Use webkit_web_view_load_alternate_html() for error pages in W...Carlos Garcia Campos2012-08-221-10/+8
* ephy-web-view: Take a reference of the certificate returned by the responseCarlos Garcia Campos2012-08-211-0/+1
* ephy-embed-single.c: move unstable API defines to be the very first thing in ...Gustavo Noronha Silva2012-08-211-3/+6
* ephy-embed-single: check for SOUP_TYPE_PASSWORD_MANAGER_GNOMEGustavo Noronha Silva2012-08-211-1/+1
* ephy-web-view: use ephy_string_get_host_nameXan Lopez2012-08-171-15/+9
* Port save as to WebKit2Carlos Garcia Campos2012-08-171-5/+68
* ephy-web-view: ignore paths when deciding whether a URI has a TLDXan Lopez2012-08-151-8/+23
* ephy-embed-event: some cosmetic fixesXan Lopez2012-08-141-11/+3
* ephy-web-view: do not store error pages in historyXan Lopez2012-08-141-1/+31
* Use webkit_web_frame_load_alternate_string to load error pagesMartin Robinson2012-08-141-2/+2
* ephy-embed-single: style cleanupsXan Lopez2012-08-101-18/+16
* ephy-embed-single: make the http disk cache respect private modeXan Lopez2012-08-101-3/+7
* ephy-web-view: Return the certificate and TLS errors in ephy_web_view_get_sec...Carlos Garcia Campos2012-08-092-40/+42
* ephy-web-view: small style cleanupsXan Lopez2012-08-081-6/+6
* ephy-web-view: fix URI normalizationXan Lopez2012-08-071-1/+1
* ephy-web-view: do autosearch foo.bar strings where bar is not a TLDXan Lopez2012-08-072-5/+35
* ephy-web-view: no need to cast g_object_new resultsXan Lopez2012-08-071-1/+1
* ephy-web-view: export the 'normalize or autosearch' methodXan Lopez2012-08-072-11/+21
* Port spell checking to WebKit2Mario Sanchez Prada2012-08-071-1/+6
* e-web-view: use GtkLabel API when possibleDiego Escalante Urrelo2012-08-031-2/+3
* e-web-view: use GtkOrientable API for info barsDiego Escalante Urrelo2012-08-031-45/+10
* ephy-embed: Port inspector to WebKit2Carlos Garcia Campos2012-08-031-18/+29
* ephy-embed-single: Port disk cache to Webit2Carlos Garcia Campos2012-08-031-0/+10
* Settings: add a enable-webaudio setting.Philippe Normand2012-08-021-0/+4
* ephy-embed-utils: use new coding styleXan Lopez2012-08-022-117/+111
* ephy-encoding: auto-calculate 'title-elided' and 'collation-key'Xan Lopez2012-07-313-45/+47
* ephy-encoding: fix extra blank lineXan Lopez2012-07-311-2/+1
* ephy-embed-shell: sort headers properly!Xan Lopez2012-07-311-1/+1
* ephy-embed-shell: add missing headerXan Lopez2012-07-311-7/+7
* ephy-encodings: remove dead codeXan Lopez2012-07-311-10/+0
* ephy-encodings: use new coding styleXan Lopez2012-07-312-340/+324
* ephy-encoding: fix indentationXan Lopez2012-07-311-23/+23
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-315-142/+448
* ephy-web-view: fix gtk-doc warningXan Lopez2012-07-281-1/+1
* ephy-encodings: drop some useless codeXan Lopez2012-07-281-4/+0
* ephy-web-view: get rid of gtk-doc warningXan Lopez2012-07-191-1/+1
* Use G_DEFINE_BOXED_TYPE to define boxed typesXan Lopez2012-07-191-15/+3
* Port persistent cookies to WebKit2Carlos Garcia Campos2012-07-131-3/+12
* ephy-web-view: Port security level to WebKit2Carlos Garcia Campos2012-07-131-15/+9
* ephy-embed-prefs: Remove TODO comment about page-cache settingCarlos Garcia Campos2012-07-091-1/+0
* ephy-embed-prefs: Enable site specific quirks in WebKit2Carlos Garcia Campos2012-07-091-1/+2
* Port cookies to WebKit2Carlos Garcia Campos2012-07-043-7/+60
* ephy-web-view: unref objects in dispose, not finalizeXan Lopez2012-06-281-5/+2
* ephy-web-view: set_title can also be made private to its fileXan Lopez2012-06-282-49/+40
* ephy-web-view: get rid of redundant calls to set_titleXan Lopez2012-06-281-11/+2
* ephy-web-view: make set_address completely privateXan Lopez2012-06-282-43/+37
* 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