Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-web-view.c: allow all windows to be closed by JSactual-2.29.6 | Xan Lopez | 2010-01-26 | 1 | -1/+8 |
| | | | | Since we are not marking windows as popups for now. | ||||
* | Enable page cache for real, now. | Gustavo Noronha Silva | 2010-01-22 | 1 | -0/+1 |
| | | | | | All critical bugs have been fixed, we already depend on a new enough version of WebKit, and this feature needs testing. | ||||
* | Escape the name of resources before saving them | Diego Escalante Urrelo | 2010-01-21 | 1 | -4/+6 |
| | | | | | | | | | | Some resources might be of the style "page.php?orig=/place/other", this would make Epiphany crash while saving them because of the invalid characters for the filename. To solve this we escape the name of the resources before using it as the name of the destination file. Bug #606876 | ||||
* | Rename a variable to make its relation obvious | Diego Escalante Urrelo | 2010-01-21 | 1 | -15/+15 |
| | | | | | | | | | | In ephy_web_view_save_sub_resources the destination_uri var is passed down to the GAsyncReadyCallbacks and is freed after all the operations are finished, however it is named sub_destination_uri in this callbacks. To make it more obvious that it is the same data we renamed all the ocurrences to destination_uri. Bug #606876 | ||||
* | ephy-web-view: plug leaks in ephy_web_view_save | Diego Escalante Urrelo | 2010-01-21 | 1 | -8/+11 |
| | | | | Bug #606876 | ||||
* | Ask for confirmation when replacing files, in save as | Jorge Kalmbach | 2010-01-21 | 1 | -4/+6 |
| | | | | Bug #605480 | ||||
* | Disable page cache - I committed it by mistake | Gustavo Noronha Silva | 2010-01-16 | 1 | -1/+0 |
| | |||||
* | Remove error handling work-arounds | Gustavo Noronha Silva | 2010-01-16 | 2 | -31/+22 |
| | | | | | | | WebKit will stop emitting load signals when it loads the error page, which makes life easier for us. Bug #377012 | ||||
* | Remove legacy fields in EphyEmbedPersist | Diego Escalante Urrelo | 2010-01-14 | 1 | -7/+0 |
| | |||||
* | Improve infobar text a bit | Diego Escalante Urrelo | 2010-01-12 | 1 | -3/+12 |
| | | | | | | Include a mention to the username being saved and the domain where the form is. Bug #605022 | ||||
* | Rename EphyWebView::ge-new-window to EphyWebView::new-window | Xan Lopez | 2010-01-09 | 1 | -8/+8 |
| | |||||
* | Don't omit notifications for downloads | Diego Escalante Urrelo | 2009-12-30 | 1 | -24/+11 |
| | | | | | | | | | | If a download is finished while the GtkStatusIcon for DownloadView is not embedded the finished notification for such download is missed and user is left wondering what happened with his/her download. This makes notifications show whether there is or not a GtkStatusIcon to attach to. Bug #604599 | ||||
* | Implement replace action for downloads | Diego Escalante Urrelo | 2009-12-30 | 2 | -20/+81 |
| | | | | | | | Always download to a temporary location, only move the file to the final destination after it has been downloaded completely. Bug #594192 | ||||
* | downloader-view: fix wrong return type | Diego Escalante Urrelo | 2009-12-30 | 1 | -1/+3 |
| | | | | Bug #594192 | ||||
* | Minor style fixes in downloads code. | Diego Escalante Urrelo | 2009-12-30 | 2 | -5/+7 |
| | | | | Bug #594192 | ||||
* | ephy-embed: fix download button action | Diego Escalante Urrelo | 2009-12-30 | 1 | -0/+8 |
| | | | | | | | | | Sometimes downloads can have a mime_description but a NULL helper_app in that case action is never changed so DOWNLOAD_ACTION_DOWNLOAD remains as action value. This is the same response value as Save as... button, which is wrong for the Download button. Bug #605091 | ||||
* | ephy-embed: minor style fix | Diego Escalante Urrelo | 2009-12-29 | 1 | -2/+1 |
| | | | | Bug #605091 | ||||
* | Enable mime type safety check in downloads | Diego Escalante Urrelo | 2009-12-29 | 1 | -0/+1 |
| | | | | | | Honour our database of safe and unsafe mime types. Bug #605026 | ||||
* | Reimplement window.close | Xan Lopez | 2009-12-26 | 1 | -0/+18 |
| | | | | | | | | We consider all windows opened by the web page without user intervention as popups, and allow them to be closed in the same way if the page so requests. Bug #599009 | ||||
* | Copy WebKitWebHistoryItem objects | Gustavo Noronha Silva | 2009-12-21 | 1 | -1/+2 |
| | | | | | This is so that changes to the item objects do not affect other WebViews. | ||||
* | ephy-embed-prefs: enable quirks mode by default | Xan Lopez | 2009-12-21 | 1 | -0/+1 |
| | | | | Makes WebKit apply a series of workarounds for known broken sites. | ||||
* | Restrict number of password infobars to one | Gustavo Noronha Silva | 2009-12-20 | 1 | -0/+13 |
| | |||||
* | Finish porting the favicon cache to WebKitDownload | Gustavo Noronha Silva | 2009-12-20 | 1 | -5/+5 |
| | |||||
* | Add custom user-agent support | Vincent Untz | 2009-12-19 | 2 | -1/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We default to the WebKitGTK+ user agent with Epiphany and the version appended to it. This can be overriden/modified in two ways: - The gconf key /apps/epiphany/general/user_agent has the maximum priority, and if it's set it will be always used. - If the gconf key is not set, vendors can still customize the UA by placing a branding.conf file in the share data directory. One example would be: [User Agent] Vendor=SUSE VendorSub=11.2 VendorComment=2.29.94-1 And the result would be: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ SUSE/11.2 (2.29.94-1) Epiphany/2.29.94 Bug #580903 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Properly manage the list of languages for the "Accept-Language" header | Mario Sanchez Prada | 2009-12-19 | 1 | -1/+56 |
| | | | | | | | | New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893 | ||||
* | Make form code safe against unnamed password/username elements | Benjamin Otte | 2009-12-18 | 1 | -2/+7 |
| | |||||
* | Restore download on shift-click functionality | Gustavo Noronha Silva | 2009-12-18 | 3 | -2/+23 |
| | |||||
* | Make Ctrl-rightclick always display the browser keyboard | Gustavo Noronha Silva | 2009-12-18 | 1 | -0/+11 |
| | |||||
* | docs: ephy-web-view | Diego Escalante Urrelo | 2009-12-18 | 2 | -27/+185 |
| | |||||
* | ephy-web-view: add missing include | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+1 |
| | |||||
* | ephy-web-view.c: use NULL-safe str compare function | Xan Lopez | 2009-12-18 | 1 | -1/+1 |
| | | | | Fixes crasher in pages with no rel elements. | ||||
* | Use the new top-widget infrastructure to ask whether to store passwords | Gustavo Noronha Silva | 2009-12-17 | 1 | -19/+190 |
| | |||||
* | Make it possible to add arbitrary widgets above the WebView | Gustavo Noronha Silva | 2009-12-17 | 2 | -3/+93 |
| | |||||
* | Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow | Gustavo Noronha Silva | 2009-12-17 | 4 | -11/+19 |
| | |||||
* | Allow dialog buttons be the default | Benjamin Otte | 2009-12-17 | 1 | -0/+1 |
| | | | | | Fixes crashers when we actually make them the default shortly afterwards. | ||||
* | ephy-web-view: do not auto-fill passwords when using a private profile | Xan Lopez | 2009-12-16 | 1 | -3/+3 |
| | |||||
* | Emitting ge-feed-link signal for rss extension | Estêvão Samuel Procópio | 2009-12-16 | 1 | -0/+93 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Implement the actual form authentication saving and pre-filling | Gustavo Noronha Silva | 2009-12-16 | 2 | -0/+517 |
| | | | | | | | | | This is a "draft" quality implementation. There are some FIXMEs, and a bunch of caveats, like private profiles not being taken into consideration, and the user not being asked whether they want to save the passwords or not. Bug #582267 | ||||
* | ephy-embed-single: add a function to update the form auth cache with a new entry | Xan Lopez | 2009-12-15 | 2 | -12/+47 |
| | |||||
* | ephy-embed-single: add a function to get the form auth data for a URI | Xan Lopez | 2009-12-15 | 2 | -13/+45 |
| | |||||
* | ephy-embed-single: cache form auth data | Xan Lopez | 2009-12-15 | 1 | -0/+153 |
| | | | | | Otherwise we need to query keyring all the time to figure out if we have to prefill forms. | ||||
* | Let web pages handle mouse clicks before doing our own handling | Gustavo Noronha Silva | 2009-12-14 | 1 | -1/+4 |
| | | | | | | | This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326 | ||||
* | ephy-web-view: url-decode javascript URIs before executing them | Xan Lopez | 2009-12-14 | 1 | -3/+7 |
| | | | | | | Fixes Amazon Add to Wishlist bookmark. Bug #604489 | ||||
* | ephy-web-view: do not set favicon when we have no address | Nguyen Thai Ngoc Duy | 2009-12-12 | 1 | -1/+1 |
| | | | | | | | | | This shouldn't happen in theory, but the double check fixes a crasher opening URLs from gmail. Bug #604375 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-web-view: get rid of 'icon-address' property | Xan Lopez | 2009-12-11 | 2 | -85/+48 |
| | | | | Also redundant since we have the same thing in WebKitWebView now. | ||||
* | ephy-web-view.h: remove old signal from class struct | Xan Lopez | 2009-12-11 | 1 | -2/+0 |
| | |||||
* | Remove the 'favicon' signal from EphyWebView | Xan Lopez | 2009-12-11 | 3 | -29/+1 |
| | | | | We already have WebKitWebView::icon-loaded, so it's redundant now. | ||||
* | Make the favicon cache work on top of new WebKit API, and WebKitDownload | Gustavo Noronha Silva | 2009-12-10 | 3 | -57/+54 |
| | | | | | | | | This restores basic favicon functionality. In the future we will want to replace our favicon cache with the IconDatabase that is available in WebKit. Bug #601859 | ||||
* | Add gconf key to control the search engine used in auto-search | Carl van Tonder | 2009-12-09 | 1 | -2/+14 |
| | | | | | | | | Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Use new WebKit API to respect the Content-Disposition header | Gustavo Noronha Silva | 2009-12-09 | 1 | -1/+29 |
| | | | | | | | This allows us to perform downloads when the server tells us to do so, even for types WebKit supports. This fixes downloading GMail attachments. Bug #598605 | ||||
* | Get rid of 'ge-document-type' signal | Xan Lopez | 2009-12-08 | 2 | -88/+60 |
| | | | | Connecting to notify::document-type is enough. | ||||
* | ephy-web-view: fix typo | Xan Lopez | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | ephy-embed: consider text/plain pages as document-type HTML | Xan Lopez | 2009-12-08 | 1 | -2/+3 |
| | | | | | | | WebKit still thinks of them as HTML documents, and otherwise things like the text-encoding menu are disabled for them. Bug #603927 | ||||
* | docs: nitpick in ephy-web-view | Diego Escalante Urrelo | 2009-12-03 | 1 | -1/+1 |
| | | | | Bug #503852 | ||||
* | docs: ephy-web-view missing @view descriptions | Diego Escalante Urrelo | 2009-12-03 | 1 | -15/+15 |
| | | | | Bug #503852 | ||||
* | ephy-web-view: formatting nitpick | Diego Escalante Urrelo | 2009-12-03 | 1 | -8/+8 |
| | | | | Bug #503852 | ||||
* | ephy-embed: reimplent EphyEmbedSingle 'handle-content' signal | Xan Lopez | 2009-12-03 | 1 | -1/+13 |
| | | | | This is used by external download managers like gwget. | ||||
* | ephy-web-view.c: fix auto-google search when using Ctrl-Enter | Xan Lopez | 2009-11-30 | 1 | -26/+34 |
| | | | | Bug #603324 | ||||
* | Add GObject introspection annotations to more functions | Iain Nicol | 2009-11-23 | 1 | -0/+5 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-embed: only fetch the document type for a page from the main frame | Xan Lopez | 2009-11-19 | 1 | -16/+19 |
| | | | | | | | Otherwise we will rewrite the right document type with the document type from other frames in the page. Bug #602400 | ||||
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 6 | -13/+71 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Initialize ephy_web_view_get_security_level's output param "description" | Iain Nicol | 2009-10-30 | 1 | -2/+6 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Correct "ReturnValue" to "Return value" in gtk-doc comments | Iain Nicol | 2009-10-27 | 2 | -3/+3 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Reimplement content type checking | Gustavo Noronha Silva | 2009-10-26 | 1 | -13/+19 |
| | | | | | | | This brings back proper content type reporting, and the 'Open' button in the download dialog. Bug #598167 | ||||
* | Refactor EphyShell lifetime tracking | Xan Lopez | 2009-10-24 | 3 | -16/+45 |
| | | | | | | | | | Stop having each EphyWindow ref the shell, and instead have the shell track all the newly created EphyWindows. When the last one is gone, quit the GTK+ mainloop. This is simpler and avoids potential reference cycles (see bug #573551). Bug #599348 | ||||
* | Allow popups when the user asks for them. | Xan Lopez | 2009-10-23 | 1 | -0/+3 |
| | | | | Bug #528799 | ||||
* | Pass mailto: URI to gtk_show_uri() | Frédéric Péters | 2009-10-19 | 1 | -0/+1 |
| | | | | | | (Part of) Bug #584537 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Execute "javascript:" URIs instead of browsing for them. | Chris Lamb | 2009-10-19 | 2 | -1/+5 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Encode the typed URL before passing it as a query string for searching | Gustavo Noronha Silva | 2009-10-07 | 1 | -3/+6 |
| | | | | | | | This change makes sure that all characters that are typed make it to the search query. Thanks to Dan Winship for pointing out the solution. Bug #596717 | ||||
* | Improve localhost matching | Gustavo Noronha Silva | 2009-10-04 | 1 | -1/+1 |
| | | | | | | | Also consider localhost being used along with a port, with a path, and with a domain. Bug #595690 | ||||
* | ephy-web-view.c: update comment of ephy_web_view_is_loading | Xan Lopez | 2009-09-24 | 1 | -3/+4 |
| | |||||
* | ephy-web-view.c: take into account FAILED status for is_loading | Xan Lopez | 2009-09-24 | 1 | -8/+8 |
| | | | | | | | When a page fails to load (for example, when the user cancels it) it won't go through the FINISHED state, which is the only one we are taking into account to decide if a page is still loading. Use the new WEBKIT_LOAD_FAILED status (WebKitGTK+ r48719) too. | ||||
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add back support for the "direction up" navigation (GNOME bug 595653) | Frédéric Péters | 2009-09-22 | 1 | -4/+66 |
| | |||||
* | Cleanup string freeze break for save as | Gustavo Noronha Silva | 2009-09-21 | 1 | -1/+8 |
| | | | | | | | | Use '%s Files', instead of '%s/%s Files' as the translatable string to avoid confusion, and reuse existing mozilla-era translations. Fix the languages that had already translated the new strings using old po files as reference. Also add a translator comment to the source file, for future reference. | ||||
* | ephy-embed-container.h: fix indentation | Xan Lopez | 2009-09-20 | 1 | -30/+23 |
| | |||||
* | Bring back epiphany context menu | Xan Lopez | 2009-09-20 | 4 | -124/+150 |
| | | | | | | | | | | | | | There's a few items (like email link) and actions (like bookmark link) missing or not working because of missing information in the WebKitHitTestResult object, but most of the stuff is working. For some reason the g-ir-scanner is not picking up the correct type name for WebKitHitTestResult (it uses WebKitHitTestResult instead of WebKit.HitTestResult), so the introspection support is broken unless that error is fixed manually. Looking into that ... Bug #562617 | ||||
* | Implement saving the page using the DataSource API | Gustavo Noronha Silva | 2009-09-15 | 2 | -1/+240 |
| | | | | Bug #562611 | ||||
* | Setup nspluginwrapper if available | Bastien Nocera | 2009-09-15 | 1 | -0/+5 |
| | | | | By calling mozilla-plugin-config on startup. | ||||
* | ephy-web-view.c: also allow to expire addresses after a new PROVISIONAL status | Xan Lopez | 2009-09-11 | 1 | -0/+2 |
| | | | | | | | | | | | Otherwise the typed address would get stuck if you tried to load a page while another was already loading, ie: - Load URL. - While it's loading, Ctrl+L, type something else, Enter. - The new page will load, but the typed address won't be replaced with the full address as usual. This is particularly bad when you type a few letters and complete the URL in the dropdown. | ||||
* | Get rid of EphyCommandManager | Xan Lopez | 2009-09-10 | 4 | -239/+1 |
| | | | | It was just another useless abstraction at this point. | ||||
* | Automatically append (n) to duplicated downloads | Diego Escalante Urrelo | 2009-09-10 | 1 | -4/+81 |
| | | | | | Bug 585499 - [Webkit] Automatic downloading into ~/Downloads fails if file already exists | ||||
* | Delay obtaining suggested filename for dialogs | Gustavo Noronha Silva | 2009-09-09 | 1 | -13/+33 |
| | | | | | | | | Most downloads will only have proper suggested filenames after the request has been sent, and a reply was received, so delay getting the suggested filename to when that has happened. Bug #577797 | ||||
* | Fixing style issues I introduced | Gustavo Noronha Silva | 2009-09-08 | 1 | -5/+5 |
| | |||||
* | Re-adding basic ad blocking support | Gustavo Noronha Silva | 2009-09-08 | 1 | -0/+25 |
| | | | | Bug #562762 | ||||
* | ephy-embed-single: protect against SoupPasswordManager going away | Xan Lopez | 2009-09-07 | 1 | -0/+4 |
| | | | | It might go away for 2.30, so protect against that. | ||||
* | Simplify EXPIRE logic in ephy_web_view_set_typed_address | Xan Lopez | 2009-09-07 | 2 | -26/+13 |
| | | | | | | The whole thing just had one functionality at this point as far as I can see: prevent the typed address from being wiped out when a page is loading. Simplify the code to do just that. | ||||
* | ephy-embed-prefs.c: do not auto-shrink images | Xan Lopez | 2009-09-07 | 1 | -0/+4 |
| | | | | That's what ephy/gecko used to do (and I don't like it). | ||||
* | ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size ↵ | Xan Lopez | 2009-09-07 | 1 | -1/+1 |
| | | | | | | | | | preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big. | ||||
* | ephy-embed: remove some whitespace | Diego Escalante Urrelo | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Making gcc shut up, by initializing loading_uri | Gustavo Noronha Silva | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | ephy-web-view.c: remove some unused variables | Xan Lopez | 2009-09-04 | 1 | -5/+0 |
| | |||||
* | ephy-embed.c: use the initial request to fill the URL entry | Xan Lopez | 2009-09-03 | 1 | -7/+13 |
| | | | | | | | Avoids having a blank URL entry until the server responds to our request. Bug #591294 | ||||
* | Reimplement "search keys" structure for the WebKit backend | Gustavo Noronha Silva | 2009-08-28 | 1 | -3/+22 |
| | | | | | This allows Epiphany itself, and extensions to treat keys that are not handled by the WebView for in-page search purposes. | ||||
* | ephy-embed.c: workaround possibly bogus COMMITTED load-status from WebKit | Xan Lopez | 2009-08-27 | 1 | -2/+41 |
| | | | | | | | | | | | | When WebKitGTK+ fails to load a URI and is allowed to load the default error page it will emit a COMMITTED load-status with the original URI we failed to load. This was confusing epiphany, since in theory COMMITTED should be only emitted with URIs known to be good. As a workaround flag pages that fail to load in the callback for 'load-error' and avoid doing anything with them when they arrive in COMMITTED. Bug #593200 | ||||
* | ephy-web-view.c: do not duplicate the logic to figure out if a page is secure | Xan Lopez | 2009-08-27 | 1 | -9/+3 |
| | | | | Just return the status we set when loading. | ||||
* | Make non-critical g_warning() into LOG() | Benjamin Otte | 2009-08-27 | 1 | -3/+3 |
| | | | | Failing to delete a favicon file should not cause the program to abort. | ||||
* | Reimplement search on the location bar | Gustavo Noronha Silva | 2009-08-27 | 1 | -1/+43 |
| | | | | | | | Use a regular expression and SoupURI to figure out if we should search the string that was typed, or load it as an URI. Bug #583795 | ||||
* | ephy-embed.c: enable undo/redo | Xan Lopez | 2009-08-26 | 1 | -0/+8 |
| | | | | | | Depends on WebKitGTK+ r47776 (will be in 1.1.14) Bug #591072 | ||||
* | Rename ephy_web_view_get_load_status to ephy_web_view_is_loading | Xan Lopez | 2009-08-25 | 2 | -7/+7 |
| | | | | | Much more clear, and avoids confusions with the WebKitWebView function with similar name. | ||||
* | ephy-embed.c: update URL in location when clicking on #anchors | Xan Lopez | 2009-08-21 | 1 | -0/+21 |
| | | | | Bug #584506 | ||||
* | ephy-embed-single.c: use new keyring support in libsoup to store passwords | Xan Lopez | 2009-08-13 | 1 | -0/+7 |
| | | | | | We depend on WebKitGTK+ trunk (r47129) and libsoup master (f81520bfd3a97) now. | ||||
* | Remove unused stuff and clean old references to Mozilla. | Xan Lopez | 2009-08-12 | 3 | -26/+3 |
| | |||||
* | Remove ephy-glib-compat.h, since we depend on a newer glib now | Xan Lopez | 2009-08-12 | 2 | -2/+0 |
| | |||||
* | ephy-embed.c: add FIXME | Xan Lopez | 2009-08-11 | 1 | -0/+5 |
| | |||||
* | ephy-web-view: style fix | Xan Lopez | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Prefix noisy commands with AM_V_GEN | Xan Lopez | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | ephy-web-view: whitespace fixes | Xan Lopez | 2009-08-10 | 1 | -169/+169 |
| | |||||
* | Move address normalization to the EphyWebView functions. | Xan Lopez | 2009-08-10 | 1 | -4/+15 |
| | | | | | | | | EphyLink is called repeatedly when opening URLs, so normalizing the address there all the time is pointless. Also, we don't go through here in all cases, so we need to add the normalization in the ephy_web_view_load_request function too; this fixes opening URLs like "foo.com" from the command line, for example. | ||||
* | Move URL normalization into a utility function | Xan Lopez | 2009-08-10 | 2 | -2/+18 |
| | |||||
* | downloader-view.c: hide the tray icon before unref | Diego Escalante Urrelo | 2009-08-10 | 1 | -0/+5 |
| | | | | | | | | Apparently due to a GTK+/gnome-panel bug (bug #340110), the status icon space is not freed in the notification area. The best work-around is to hide the icon before unrefing it. Bug #591189 | ||||
* | ephy-embed.c: sort headers | Xan Lopez | 2009-08-09 | 1 | -11/+10 |
| | |||||
* | Re-implement PDM's password viewer. | Xan Lopez | 2009-08-09 | 4 | -359/+0 |
| | | | | | | | | | Patch by Holger Freyther, Prit Laes, with fixes from Xan López. Fetches the data from the GNOME keyring, which is where WebKit stores it (when compiled with keyring support). Bug #579217 | ||||
* | Add NULL-check as the returned item can be NULL | Benjamin Otte | 2009-08-08 | 1 | -1/+2 |
| | |||||
* | embed/ephy-embed.c: Fix mnemonic usage. | Priit Laes | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Ignore load status changes after LOAD_FINISHED is emitted | Carlos Garcia Campos | 2009-08-04 | 1 | -0/+16 |
| | | | | | | | This is a workaround for webkit bug https://bugs.webkit.org/show_bug.cgi?id=26409. FIRST_VISUALLY_NON_EMPTY_LAYOUT might be emitted after LOAD_FINISHED, so we just ignore any status change once LOAD_FINISHED has been set | ||||
* | Revert "Move Epiphany to solely use GnomeKeyring for password management." | Priit Laes | 2009-07-29 | 5 | -2/+365 |
| | | | | This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c. | ||||
* | Move Epiphany to solely use GnomeKeyring for password management. | Priit Laes | 2009-07-29 | 5 | -365/+2 |
| | | | | | | Based on patch by Holger Freyther. Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | ephy-embed-prefs.c: also set the sans-serif family | Xan Lopez | 2009-07-25 | 1 | -0/+3 |
| | |||||
* | ephy-embed-prefs: use the font families set in the GNOME preferences | Xan Lopez | 2009-07-25 | 2 | -4/+39 |
| | | | | We were using the defaults set in WebKitGTK+. | ||||
* | ephy-embed-prefs.h: remove duplicated define | Xan Lopez | 2009-07-25 | 1 | -1/+0 |
| | |||||
* | ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon | Peter Bui | 2009-07-21 | 1 | -0/+1 |
| | | | | | | Bug #578575 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 1 | -6/+0 |
| | | | | | | Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. | ||||
* | ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the address | Xan Lopez | 2009-07-21 | 1 | -0/+6 |
| | | | | | Fixes the updating of the current address before the load starts when loading pages from the command line (bug #588143) | ||||
* | ephy-embed.h: remove unneeded header. | Xan Lopez | 2009-06-21 | 1 | -1/+0 |
| | |||||
* | Add a function to get the EphyWebView inside an EphyEmbed. | Xan Lopez | 2009-06-21 | 2 | -1/+17 |
| | | | | For the benefit of bindings. | ||||
* | ephy-web-view.c: adapt to another API change in WebKitGTK+. | Xan Lopez | 2009-06-21 | 1 | -2/+2 |
| | | | | | The bf list now refs newly added items, mostly for the convenience of bindings. | ||||
* | ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView. | Xan Lopez | 2009-06-17 | 1 | -1/+1 |
| | | | | Not many chances it will work. | ||||
* | Simplify widget hierarchy. | Xan Lopez | 2009-06-16 | 3 | -54/+22 |
| | | | | Get rid of a dummy GtkBin layer. | ||||
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 4 | -38/+38 |
| | |||||
* | ephy-web-view.c: use 'load-status' property from WebKitWebView also internally. | Xan Lopez | 2009-06-14 | 1 | -36/+7 |
| | | | | | | Get rid of our 'load-status' property, and just keep the API semantics of the ephy_web_view_get_load_status function using the WebKitWebView's 'load-status' property. | ||||
* | Use WebKitWebView::load-status instead of our own solution. | Xan Lopez | 2009-06-14 | 1 | -106/+53 |
| | |||||
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 3 | -84/+2 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-web-view.c: s/embed/view/ in a few places. | Xan Lopez | 2009-06-14 | 1 | -5/+5 |
| | |||||
* | downloader-view.c: fix warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embeds-single.c: style fix. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embed-single.*: re-indent and untabify. | Xan Lopez | 2009-06-06 | 2 | -156/+158 |
| | |||||
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 6 | -114/+3 |
| | | | | It's useless now, since there's only one backend. | ||||
* | Make EphyEmbedPersist a non-interface type. | Xan Lopez | 2009-06-06 | 6 | -165/+7 |
| | |||||
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 7 | -474/+268 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 7 | -48/+46 |
| | |||||
* | Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed. | Xan Lopez | 2009-06-05 | 4 | -167/+48 |
| | |||||
* | Change EphyEmbed to not be an interface type. | Xan Lopez | 2009-06-05 | 10 | -119/+110 |
| | | | | Holds the code that used to be in WebKitEmbed, which is now dead. | ||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 13 | -2645/+2239 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 5 | -45/+24 |
| | |||||
* | Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request. | Xan Lopez | 2009-06-03 | 3 | -34/+0 |
| | |||||
* | ephy-web-view.c: use nil for false value in elisp, not 'f'. | Xan Lopez | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Correctly handle the 'cancel' case in the download decision dialog | Gustavo Noronha Silva | 2009-06-02 | 1 | -1/+2 |
| | | | | | | | | | Bug #583855 The code that handled responses for the download decision dialog was getting the downloader view from the embed too early. This change confines the request for the downloader view to the condition block that actually uses it. | ||||
* | webkit-embed.c: we still do need to update loading_uri here. | Xan Lopez | 2009-05-31 | 1 | -0/+3 |
| | | | | | Fell through the cracks when moving the normalization higher on the stack. | ||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 5 | -74/+49 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Remove LoadFlags | Gustavo Noronha Silva | 2009-05-30 | 3 | -12/+1 |
| | | | | | | They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization. | ||||
* | Move URL normalization out of embed, to a higher level | Gustavo Noronha Silva | 2009-05-30 | 1 | -13/+1 |
| | | | | | We need this because not all code that loads URLs goes through embed now. | ||||
* | Provide API to loading using WebKitNetworkRequest | Gustavo Noronha Silva | 2009-05-30 | 2 | -0/+22 |
| | | | | | | As the first API adition to out WebKitWebView subclass, we allow Epiphany code to use a WebKitNetworkRequest to load pages. This way we can use the full request information, not just the URI. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 4 | -3/+130 |
| | | | | | This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. | ||||
* | webkit-embed.c: do not reinvent ephy-embed-utils functions. | Xan Lopez | 2009-05-29 | 1 | -10/+2 |
| | |||||
* | webkit-embed: use C gettext macro for translation context. | Xan Lopez | 2009-05-28 | 1 | -3/+1 |
| | | | | Patch by Claude Paroz, bug #583893 | ||||
* | Preserve back/forward history when opening links in new tabs/windows. | Xan Lopez | 2009-05-28 | 2 | -0/+32 |
| | | | | Bug #583459. | ||||
* | Fix variable declaration mixed with the code. | Gustavo Noronha Silva | 2009-05-23 | 1 | -1/+2 |
| | |||||
* | Reimplement the original download logic and dialog. | Gustavo Noronha Silva | 2009-05-23 | 3 | -3/+229 |
| | | | | | We are still missing some of the MIME logic, pending on a WebKit feature landing. | ||||
* | ephy-embed: remove scroll methods from embed | Xan Lopez | 2009-05-22 | 1 | -17/+0 |
| | | | | The way to scroll now is through the adjustments bound to the view. | ||||
* | Implement caret browsing mode (bug #562621) | Xan Lopez | 2009-04-28 | 2 | -1/+5 |
| | |||||
* | ephy-embed: Mark favicon cache as dirty after deletion (bug #120826) | Priit Laes | 2009-04-25 | 1 | -0/+1 |
| | |||||
* | webkit-embed: don use deprecated 'title-changed' signal, connect to ↵ | Xan Lopez | 2009-04-24 | 1 | -11/+14 |
| | | | | notify::title instead. | ||||
* | Use GNOME settings for default font sizes. | Xan Lopez | 2009-04-22 | 2 | -4/+40 |
| | | | | We were using WebKitGTK+ defaults now. | ||||
* | Remove unnecessary passing around of WebKitEmbed, and fix some style | Gustavo Noronha Silva | 2009-03-27 | 1 | -13/+6 |
| | | | | | | issues. svn path=/trunk/; revision=8945 | ||||
* | Adding myself to the header as copyright holder, for earlier | Gustavo Noronha Silva | 2009-03-27 | 1 | -0/+1 |
| | | | | | | contributions. svn path=/trunk/; revision=8943 | ||||
* | Implementing auto-download, and respecting download lock-down. | Gustavo Noronha Silva | 2009-03-27 | 1 | -30/+88 |
| | | | | svn path=/trunk/; revision=8942 | ||||
* | Remove downloading files when cancelling the download. | Gustavo Noronha Silva | 2009-03-26 | 2 | -1/+4 |
| | | | | svn path=/trunk/; revision=8940 | ||||
* | Use Epiphany's profile directory to store the downloaded file | Gustavo Noronha Silva | 2009-03-26 | 1 | -7/+8 |
| | | | | | | temporarily, instead of XDG's cache directory. svn path=/trunk/; revision=8939 | ||||
* | webkit-embed: 'foo ? foo : NULL' == 'foo' | Xan Lopez | 2009-03-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8930 | ||||
* | Removing unused variable | Gustavo Noronha Silva | 2009-03-21 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8929 | ||||
* | Do not use gtk_dialog_run() for the file chooser dialog when | Gustavo Noronha Silva | 2009-03-21 | 2 | -26/+68 |
| | | | | | | | | downloading. Start downloading early to a temporary location, and change the target URI after the user has decided where to put the file on. svn path=/trunk/; revision=8928 | ||||
* | ephy-base-embed: remove note about using force reload when available. | Xan Lopez | 2009-03-18 | 1 | -4/+0 |
| | | | | | | Turns out it's better not to, see bug #568108. svn path=/trunk/; revision=8916 | ||||
* | webkit-embed: re-add support for click-to-download. | Xan Lopez | 2009-03-16 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8908 | ||||
* | webkit-embed-single: couple of cleanups. | Xan Lopez | 2009-03-14 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=8886 | ||||
* | Adapt WebKitDownload-related code to the changes done today in | Gustavo Noronha Silva | 2009-03-13 | 1 | -28/+36 |
| | | | | | | WebKitGTK+. svn path=/trunk/; revision=8877 | ||||
* | webkit-embed.c: set security information. | Xan Lopez | 2009-03-06 | 1 | -1/+24 |
| | | | | | | | | | | | | | Patch by Mario Sánchez Prada. Libsoup lacks the needed security API to do this properly, so for now just set SECURITY_HIGH when a site with 'https' protocol reaches load-committed. This at least means we are actually using SSL, otherwise libosup would have failed to load. Bug #551106 svn path=/trunk/; revision=8852 | ||||
* | Fix a few compiler warnings and coding style. | Xan Lopez | 2009-03-05 | 2 | -11/+14 |
| | | | | svn path=/trunk/; revision=8851 | ||||
* | Basic download functionality for ephy/webkit. This update also removes | Gustavo Noronha Silva | 2009-03-05 | 6 | -400/+173 |
| | | | | | | | | | the EphyDownload wrapper, which should be no longer needed with the advent of WebKitDownload. http://bugzilla.gnome.org/show_bug.cgi?id=570735 svn path=/trunk/; revision=8848 | ||||
* | webkit-embed: increase default size of inspector window. | Xan Lopez | 2009-03-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8843 | ||||
* | Remove ephy_embed_has_automatic_encoding, it's unused now. | Xan Lopez | 2009-03-02 | 3 | -25/+0 |
| | | | | svn path=/trunk/; revision=8833 | ||||
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 3 | -28/+0 |
| | | | | svn path=/trunk/; revision=8825 | ||||
* | webkit-embed-prefs: use utils macro to get WebView from embed. | Xan Lopez | 2009-02-28 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=8823 | ||||
* | webkit-embed-prefs: support user style sheets. | Xan Lopez | 2009-02-27 | 1 | -1/+36 |
| | | | | | | Bug #562628 svn path=/trunk/; revision=8819 | ||||
* | Remove embedding APIs for set/get encoding. | Xan Lopez | 2009-02-27 | 3 | -62/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8817 | ||||
* | webkit-embed: remove extra ';'. | Xan Lopez | 2009-02-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8816 | ||||
* | Implement get/set encoding for the embed. | Xan Lopez | 2009-02-27 | 3 | -5/+8 |
| | | | | | | Bug #525265 svn path=/trunk/; revision=8815 | ||||
* | webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings. | Xan Lopez | 2009-02-26 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=8814 | ||||
* | webkit-embed-single: unref cookie jar once it's added to the session. | Xan Lopez | 2009-02-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8813 | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 4 | -394/+14 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8796 | ||||
* | Remove two unused get_type functions from public header files | Robert Carr | 2009-02-07 | 2 | -4/+0 |
| | | | | svn path=/trunk/; revision=8754 | ||||
* | Set page title for history on title-changed | Gustavo Noronha Silva | 2009-02-03 | 1 | -9/+8 |
| | | | | svn path=/trunk/; revision=8747 | ||||
* | webkit-embed: add titles for history items when we know them. | Xan Lopez | 2009-01-31 | 1 | -2/+13 |
| | | | | svn path=/trunk/; revision=8746 | ||||
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 2 | -146/+84 |
| | | | | svn path=/trunk/; revision=8731 | ||||
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 2 | -84/+0 |
| | | | | svn path=/trunk/; revision=8720 | ||||
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 1 | -9/+3 |
| | | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705 | ||||
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 37 | -37/+0 |
| | | | | svn path=/trunk/; revision=8695 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 2 | -2/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 1 | -1/+1 |
| | | | | | | | | | | Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678 | ||||
* | webkit-embed: do not prefix callbacks with 'webkit_embed', they are static ↵ | Xan Lopez | 2009-01-04 | 1 | -33/+33 |
| | | | | | | functions. svn path=/trunk/; revision=8663 | ||||
* | Emit ge-document-type when the mime type of a page is known. | Xan Lopez | 2009-01-04 | 1 | -0/+33 |
| | | | | svn path=/trunk/; revision=8662 | ||||
* | And re-add ephy-cookie-manager too. | Xan Lopez | 2008-12-12 | 2 | -0/+363 |
| | | | | svn path=/trunk/; revision=8635 | ||||
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 3 | -1/+69 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 2 | -0/+33 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 4 | -396/+0 |
| | | | | svn path=/trunk/; revision=8632 | ||||
* | webkit-embed: lose not needed casts to GObject. | Xan Lopez | 2008-12-06 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=8630 | ||||
* | Include missing Returns: in comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+8 |
| | | | | svn path=/trunk/; revision=8562 | ||||
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8560 | ||||
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵ | Christian Persch | 2008-09-25 | 1 | -3/+7 |
| | | | | | | GnomeClient. svn path=/trunk/; revision=8541 | ||||
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 1 | -12/+0 |
| | | | | | | | This should fix the crash when libnotify was uninit before the notification was actually shown. Fix suggested by Colin Walters, closes: #536768. svn path=/trunk/; revision=8380 | ||||
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 3 | -23/+0 |
| | | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332 | ||||
* | embed: forgot to uncomment this when re-enabling restore zoom. | Xan Lopez | 2008-07-03 | 1 | -7/+1 |
| | | | | svn path=/trunk/; revision=8331 | ||||
* | embed: restore restore_zoom_level. | Xan Lopez | 2008-07-01 | 2 | -35/+39 |
| | | | | svn path=/trunk/; revision=8328 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 3 | -63/+0 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 4 | -79/+47 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 8 | -278/+1 |
| | | | | | | Not needed anymore. svn path=/trunk/; revision=8314 | ||||
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 3 | -30/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313 | ||||
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 3 | -74/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312 | ||||
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 3 | -83/+0 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311 | ||||
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8310 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 3 | -24/+0 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 4 | -24/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 4 | -24/+2 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 3 | -24/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 3 | -23/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 4 | -33/+4 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 3 | -23/+0 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | ephy-embed-utils: add macro to get webkitwebview from embed. | Xan Lopez | 2008-06-30 | 2 | -0/+5 |
| | | | | | | Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301 | ||||
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 7 | -475/+0 |
| | | | | svn path=/trunk/; revision=8292 | ||||
* | Implement search in page for the WebKit embed. | Cosimo Cecchi | 2008-06-17 | 1 | -9/+81 |
| | | | | svn path=/trunk/; revision=8284 | ||||
* | Apply clamping for pixel scroll | Alp Toker | 2008-06-17 | 1 | -5/+2 |
| | | | | svn path=/trunk/; revision=8283 | ||||
* | Emit zoom change signal and implement pixel scrolling | Alp Toker | 2008-06-17 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=8282 | ||||
* | Fix some build warnings. Bug #537487. | Cosimo Cecchi | 2008-06-10 | 3 | -2/+2 |
| | | | | svn path=/trunk/; revision=8274 | ||||
* | Add pages to ephy history on load-committed. | Xan Lopez | 2008-06-05 | 1 | -6/+5 |
| | | | | | | On load-started there's no guarantee that the page actually exists. svn path=/trunk/; revision=8272 | ||||
* | Do not do single includes in embed/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 9 | -27/+10 |
| | | | | svn path=/trunk/; revision=8266 | ||||
* | Add printing support. | Alp Toker | 2008-05-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8262 | ||||
* | Bring back zoom support using the zoom-level property added in WebKit r34249. | Alp Toker | 2008-05-30 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=8261 | ||||
* | Fix the window title copying status bar's text, closes: #524587 | Diego Escalante Urrelo | 2008-05-24 | 1 | -13/+8 |
| | | | | svn path=/trunk/; revision=8250 | ||||
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 26 | -0/+100 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | Small cleanup. | Xan Lopez | 2008-04-08 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=8202 | ||||
* | Small cleanups and correct return value of popup-menu callback. | Xan Lopez | 2008-04-08 | 1 | -7/+5 |
| | | | | svn path=/trunk/; revision=8201 | ||||
* | Remove this too | Christian Persch | 2008-04-04 | 82 | -22391/+0 |
| | | | | svn path=/trunk/; revision=8184 | ||||
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 2 | -56/+4 |
| | | | | svn path=/trunk/; revision=8183 | ||||
* | Decruftify | Christian Persch | 2008-04-03 | 139 | -29111/+0 |
| | | | | svn path=/trunk/; revision=8182 | ||||
* | Try harder to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8177 | ||||
* | Try to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 2 | -0/+10 |
| | | | | svn path=/trunk/; revision=8175 | ||||
* | Do use a 1.9 xpidl for this | Christian Persch | 2008-03-28 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8139 | ||||
* | Renegerate this with an older xpidl version, so it compiles on xr1.9 beta ↵ | Christian Persch | 2008-03-28 | 1 | -20/+18 |
| | | | | | | release svn path=/trunk/; revision=8138 | ||||
* | Next try to get cert exception addition working. This too isn't not working ↵ | Christian Persch | 2008-03-27 | 12 | -214/+426 |
| | | | | | | correctly though; it fails to get any properties from my |arguments| object. svn path=/trunk/; revision=8135 |