summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* ephy-embed-shell: make history read-only in incognito modeClaudio Saavedra2014-10-171-1/+2
* ephy-web-view: Fix potential crashersBastien Nocera2014-09-111-10/+6
* Don't accidentally delete adblock filtersMichael Catanzaro2014-09-071-2/+0
* Revert "Fix a couple more uses of HTTP DuckDuckGo"Michael Catanzaro2014-08-231-1/+1
* Fix a couple more uses of HTTP DuckDuckGoMichael Catanzaro2014-08-221-1/+1
* Add sanity check warning for finding extensionsGustavo Noronha Silva2014-07-101-0/+3
* Wait for name acquisition before we register and emit notificationsGustavo Noronha Silva2014-07-101-5/+6
* uri-tester: Use gio async API to parse the patterns fileCarlos Garcia Campos2014-06-121-17/+56
* uri-tester: don't pass strings around just to free them laterMarco Barisione2014-05-211-31/+27
* uri-tester: don't recompile the regexes every time they are usedMarco Barisione2014-05-211-9/+32
* uri-tester: don't use regular expressions for trivial checksMarco Barisione2014-05-211-2/+2
* ephy-web-view: do not clear typed address on first loadClaudio Saavedra2014-05-121-1/+7
* embed: Fix crash with some password formsBastien Nocera2014-04-141-1/+2
* embed: Add debug when a web page is blockedBastien Nocera2014-04-141-1/+6
* Add title parameter to ephy_shell_new_tab_full to create tabs with an initial...Carlos Garcia Campos2014-03-101-2/+6
* ephy-web-view: Move embed-title property to EphyEmbedCarlos Garcia Campos2014-03-104-75/+81
* ephy-web-view: Move get_title_from_address to ephy-embed-utilsCarlos Garcia Campos2014-03-103-15/+17
* ephy-web-view: Remove status_message memberCarlos Garcia Campos2014-03-101-15/+9
* ephy-web-view: Rename set_loading_title as set_loading_messageCarlos Garcia Campos2014-03-103-58/+35
* ephy-web-view: Remove ephy_web_view_get_title_composite()Carlos Garcia Campos2014-03-102-36/+0
* overview: fix issues on the layout CSSLorenzo Tilve2014-03-051-1/+1
* Fix the build with new WebKitCarlos Garcia Campos2014-03-037-8/+37
* overview: Remove the overview model from the UI processCarlos Garcia Campos2014-03-037-170/+230
* Revert "embed-utils: Invert the logic of condition in ephy_embed_utils_addres...Carlos Garcia Campos2014-03-031-9/+9
* embed-utils: Move ephy_web_view_normalize_or_autosearch_url to embed-utilsCarlos Garcia Campos2014-03-034-87/+30
* embed-utils: do not try to prepend http:// to normalize a URL if it already h...Carlos Garcia Campos2014-03-031-32/+24
* embed-utils: Add ephy_embed_utils_address_is_validCarlos Garcia Campos2014-03-034-57/+96
* embed-utils: Invert the logic of condition in ephy_embed_utils_address_has_we...Carlos Garcia Campos2014-03-031-9/+9
* embed: Remove ephy_embed_prefs_init/shutdown methodsCarlos Garcia Campos2014-02-283-13/+8
* embed: actually hide the progress bar for about: urisClaudio Saavedra2014-02-281-1/+3
* Override the default background color on about:epiphanyLorenzo Tilve2014-02-271-1/+1
* overview: adding a new thumbnail after removing another oneLorenzo Tilve2014-02-251-37/+56
* overview: Remove the default-icon property of EphyOverviewStoreCarlos Garcia Campos2014-02-211-23/+0
* about-handler: Compile the about css file as a gresourceCarlos Garcia Campos2014-02-211-57/+35
* overview: Compile the missing thumbnail icon as a gresourceCarlos Garcia Campos2014-02-211-12/+0
* about-handler: Use ephy-resource for the incognito icon in about:incognitoCarlos Garcia Campos2014-02-211-17/+1
* Add ephy-resource:// custom URI scheme implementationCarlos Garcia Campos2014-02-211-0/+30
* about-handler: Do not send encoded images to the web process in about:applica...Carlos Garcia Campos2014-02-211-8/+2
* about-handler: Do not send encoded images to the web process in about:webCarlos Garcia Campos2014-02-211-9/+4
* web-extension: remove unused variablesClaudio Saavedra2014-02-192-3/+0
* overview: removed hard-wired thumbnail frameClaudio Saavedra2014-02-193-8/+4
* web-extension: Create a EphyWebExtension object and remove all the global var...Carlos Garcia Campos2014-02-194-127/+308
* web-extension: Mark EphyWEbOverview finalize method as staticCarlos Garcia Campos2014-02-191-1/+1
* overview: Fix a typo in the overview page titleCarlos Garcia Campos2014-02-181-1/+1
* Remove ephy_web_view_copy_back_history()Carlos Garcia Campos2014-02-182-20/+0
* Notify the web extension about history changes to update the overviewCarlos Garcia Campos2014-02-189-71/+1326
* overview: Do not send decoded snapshots to the web processCarlos Garcia Campos2014-02-184-12/+38
* Add snapshot path to EphyOverviewStoreCarlos Garcia Campos2014-02-181-7/+1
* Remove the overview widget and use the html based one insteadCarlos Garcia Campos2014-02-188-326/+16
* Alternative HTML-based implementation for the overviewLorenzo Tilve2014-02-183-1/+225