aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Include nsXPCOMCIDInternal.hChristian Persch2009-05-291-0/+4
* Another NULL check for bug #572810Christian Persch2009-02-231-0/+1
* Try to fix the build with gecko 1.9.1Christian Persch2009-02-081-2/+2
* Spring cleaning.RELEASE_2_24_3Christian Persch2009-01-13154-30922/+2
* Be extra safe.Christian Persch2008-12-271-0/+4
* More gecko 1.9.1 fixes.Christian Persch2008-12-271-5/+22
* Check for nsIDOMNSLocation.h, which was removed in gecko 1.9.1, andChristian Persch2008-12-261-2/+12
* Convert strings to UTF16 before passing them to nsIPrintSettings with Josselin Mouette2008-10-221-0/+4
* Try to fix crash on zoom change. Bug #525357, patch by Mike Hommey.RELEASE_2_24_1Christian Persch2008-10-212-2/+12
* Register our global history component for all the contracts thatChristian Persch2008-10-192-0/+51
* Use 'while' instead of 'whilst' in error messages.Diego Escalante Urrelo2008-10-132-4/+4
* Remove leading dots in suggested filename.Diego Escalante Urrelo2008-08-302-2/+10
* Misc. identation fixes.Diego Escalante Urrelo2008-08-301-14/+15
* Allow remembering the selected user cert.Christian Persch2008-08-151-1/+24
* Move libnotify initialization to ephy-mainDiego Escalante Urrelo2008-08-041-12/+0
* Fix conditional.Christian Persch2008-08-041-1/+1
* Use NS_ENSURE_TRUE here since this shouldn't ever fail.Christian Persch2008-08-041-2/+1
* Bail out if listing the passwords fails or there are no results. Possibly fix...Christian Persch2008-08-041-2/+6
* Also use HAVE_NSIBADCERTLISTENER_H here, instead of HAVE_GECKO_1_9.Christian Persch2008-08-041-1/+1
* Fix use of spaces instead of tabs in the canberra fix.Diego Escalante Urrelo2008-07-291-7/+7
* Enable complete-download sound with libcanberra.Diego Escalante Urrelo2008-07-251-0/+10
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-07-229-27/+10
* Use percentage instead of value when calling gtk_print_settings_set_scale.Cosimo Cecchi2008-07-031-1/+1
* Check for nsIBadCertListener.h.Christian Persch2008-07-015-14/+19
* Add emergency NULL-check.Christian Persch2008-07-011-0/+1
* Fix typos causing passwords not being correctly removed from the Josselin Mouette2008-06-211-2/+2
* Fix the string names to obtain the proxy login prompt when using Gecko Josselin Mouette2008-06-211-0/+5
* Fix the build with gecko 1.9 last minute changes. Diego Escalante Urrelo2008-06-131-0/+3
* Don't check only for apps supporting URIs. Bug #534846.Christian Persch2008-05-271-1/+1
* Fix compile warning.Christian Persch2008-05-271-2/+1
* Fix the window title copying status bar's text, closes: #524587.Diego Escalante Urrelo2008-05-241-13/+8
* nother try to fix bug #534056.Christian Persch2008-05-241-15/+9
* Remove leading/trailing whitespace from strings in EventContext. Bug #533983.Christian Persch2008-05-241-3/+4
* Try to to fix the build on 1.8. Bug #534056.Christian Persch2008-05-241-25/+8
* Use sizeof here instead of hardcoding the current size.Christian Persch2008-05-191-1/+1
* Fix bug #453379.Christian Persch2008-05-191-2/+8
* Convert and control chars to spaces in the prompt strings. Fixes bug #504519.Christian Persch2008-05-192-2/+8
* Implement nsIXULAppInfo so we get the "Gecko/DATE" part in the UA right. Use ...Christian Persch2008-05-194-1/+201
* Remove debug spew. NULL-proof the pwd entry removal.Christian Persch2008-05-191-29/+64
* Implement dummy nsIDownloadHistory interface on GlobalHistory.Christian Persch2008-05-193-2/+33
* Fix print preview. Bug #510694.Christian Persch2008-04-111-2/+6
* Use nsIURIFixup instead of massaging the URI ourself.Christian Persch2008-04-102-11/+15
* CleanupChristian Persch2008-04-092-8/+12
* Fix auto-open. Bug #513837.Christian Persch2008-04-091-0/+2
* Add another death grip.Christian Persch2008-04-091-0/+2
* Add a kung fu death grip to keep us alive. Part of bug #513837Christian Persch2008-04-091-0/+3
* Release 2.22.1.1RELEASE_2_22_1_1Christian Persch2008-04-081-2/+5
* Fix mem leak.Christian Persch2008-04-061-0/+5
* Use ephy_password_info_new to allocate EphyPasswordInfo, not g_new. Fixes a c...Christian Persch2008-04-061-30/+42
* Add nsIPromptService2.Christian Persch2008-04-042-20/+18
* Try harder to fix the build with gecko 1.8Christian Persch2008-04-011-0/+8
* Try to fix the build with gecko 1.8Christian Persch2008-04-012-0/+10
* Do use a 1.9 xpidl for thisChristian Persch2008-03-281-1/+3
* Renegerate this with an older xpidl version, so it compiles on xr1.9 beta rel...Christian Persch2008-03-281-20/+18
* Next try to get cert exception addition working. This too isn't not working c...Christian Persch2008-03-2812-214/+426
* Fix the buildChristian Persch2008-03-281-1/+2
* Try to fix the build on 1.8.Christian Persch2008-03-282-9/+31
* Add a service to open the cert exception dialogue.Christian Persch2008-03-284-0/+212
* Fix the build with 1.9b4.Christian Persch2008-03-281-0/+5
* Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9.Christian Persch2008-03-281-2/+2
* Remove the unnecessary setting of the preffered action in the casees that act...Christian Persch2008-03-282-28/+32
* Make this inclusion conditionally, since we don't use our directory provider ...Christian Persch2008-03-281-1/+4
* Typo fixChristian Persch2008-03-281-1/+1
* Fix the branding bundle registration by providing the app chrome manifest in ...Christian Persch2008-03-281-2/+5
* Try again to fix the directory provider for 1.9. Branding still fails thoughChristian Persch2008-03-286-14/+271
* Try to fix the gecko 1.8 backend, and this also might fix the branding bundle...Christian Persch2008-03-281-5/+3
* Use GChecksum to calculate the MD5 of favicons.Christian Persch2008-03-281-3/+2
* FixChristian Persch2008-03-281-1/+1
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-288-25/+249
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Christian Persch2008-03-283-8/+8
* Use g_slice for EphyCookie allocation. (#520560)Christian Persch2008-03-281-3/+3
* Fix make distRELEASE_2_22_0Christian Persch2008-03-101-1/+1
* Remove this patch that was accidentally committed on the branch instead of on...Christian Persch2008-03-102-2/+3
* Remove this patch that was accidentally committed on the branch instead of on...Christian Persch2008-03-102-120/+0
* Remove this patch that was accidentally committed on the branch instead of on...Christian Persch2008-03-101-17/+1
* Comment the login manager prompter again; probably it's not needed after all.Christian Persch2008-03-101-3/+3
* Add some checking.Christian Persch2008-03-101-30/+8
* Add stub impl of nsILoginManagerPrompter.Christian Persch2008-03-103-1/+159
* Add ifdef for a function that's unused on gecko 1.9.Christian Persch2008-03-101-2/+2
* Remove unused includes.Christian Persch2008-03-101-1/+0
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-03-011-12/+8
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-03-011-1/+0
* Strip anchors from URIs before trying to turn them into a GFile, and properlyJens Granseuer2008-02-291-4/+21
* Initialise variable. Bug #519173.Christian Persch2008-02-281-0/+2
* Fix AutoModalDialog::ShouldShow(). Bug #519173.Christian Persch2008-02-282-6/+4
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-281-18/+91
* Fix a crash when downloading a file. (Bug #519121)Carlos Garcia Campos2008-02-281-0/+5
* Remove cruftChristian Persch2008-02-2712-1040/+0
* Add new types from xr 1.9.Christian Persch2008-02-261-1/+9
* Update for added nsIContentPolicy constants in 1.9.Christian Persch2008-02-261-2/+8
* Adapt to gio API changeChristian Persch2008-02-261-1/+1
* Remove unused struct member.Xan Lopez2008-02-251-2/+0
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-1/+8
* Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now con...Xan Lopez2008-02-211-1/+1
* Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445.Christian Persch2008-02-1813-172/+415
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-1813-463/+50
* Comment this out; it's unreliableChristian Persch2008-02-181-0/+4
* Add our own reference to the webkit history item.Xan Lopez2008-02-181-1/+1
* No need to implement nsIBadCertListener2 hereChristian Persch2008-02-182-21/+4
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-184-0/+28
* Add stub for displayProtectedAuthChristian Persch2008-02-181-0/+10
* Add translator comment.Christian Persch2008-02-181-0/+1
* Remove unneeded embed list for prefs.Xan Lopez2008-02-163-22/+0
* Make Go Up recognize HTML anchors. Bug #335631.Cosimo Cecchi2008-02-151-1/+11
* Do not apply prefs to a view more than once.Xan Lopez2008-02-151-11/+0
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-151-0/+4
* Initial implementation of WebKit preferences.Xan Lopez2008-02-155-0/+158
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
* Cleanups in webkit-embed.cXan Lopez2008-02-101-24/+15
* Fix encoding for webkit-history-item.*Xan Lopez2008-02-052-2/+2
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-054-10/+231
* Track header location change in WebKit r29898Alp Toker2008-02-012-2/+2
* Fix keyboard focus remaining in the location entry after enteringCosimo Cecchi2008-02-011-1/+4
* Fix compilation error with gcc4.3.Cosimo Cecchi2008-01-292-2/+2
* Better fix for bug #511759.Cosimo Cecchi2008-01-252-2/+9
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-153-4/+6
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1418-222/+236
* Update to new coding guidelines.Xan Lopez2008-01-051-18/+20
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-303-148/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-306-47/+109
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-303-7/+4
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-305-4/+219
* Add new embed history interfaces.Xan Lopez2007-12-305-81/+282
* If is_blank is TRUE then set title to Blank page without checking whetherXan Lopez2007-12-271-2/+2
* Make libnotify optional, completes the previous commit by chpe.Diego Escalante Urrelo2007-12-271-4/+38
* Whitespace fixes.Xan Lopez2007-12-271-2/+2
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-251-10/+21
* Fix missing tab title on empty page.Cosimo Cecchi2007-12-251-5/+6
* Enable multiple selection in download dialog, now you can cancel more than oneDiego Escalante Urrelo2007-12-241-19/+45
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-2/+8
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-8/+37
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-1/+1
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+11
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-242-1/+9
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+2
* Fixes for xr 1.9. Bug #503657.Christian Persch2007-12-241-1/+18
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-0/+3
* Add ifdefs for xr 1.9. Part of bug #503657.Christian Persch2007-12-242-7/+41
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-241-13/+97
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-232-3/+3
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
* Implement clipboard operations for WebKit.Xan Lopez2007-12-222-39/+65
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
* Constify char* parameter for ephy_base_embed_location_changed.Xan Lopez2007-12-182-2/+2
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-161-0/+2
* Fix comment.Christian Persch2007-12-161-1/+1
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-152-5/+2
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-34/+34
* Need to put the parent struct first.Christian Persch2007-11-291-0/+2
* Initialize the title property to "Blank page" in EphyBaseEmbed.Xan Lopez2007-11-271-0/+1
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
* Fix vfunc for get_visibility in EphyEmbed interface.Xan Lopez2007-11-181-1/+1
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-0/+137
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-185-1/+68
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-173-317/+312
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-0/+4
* Rename param to "set_active".Christian Persch2007-11-172-5/+7
* Yes, tabs.Xan Lopez2007-11-171-8/+8
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-7/+40
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-0/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-172-4/+5
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-162-9/+9
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
* Add EphyEmbedContainer.Xan Lopez2007-11-163-0/+266
* embed/ephy-history.h: build fix, missing commaJan Michael C. Alonzo2007-11-141-1/+1
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-143-27/+39
* Uncomment icon update for history in EphyBaseEmbed, it works just fine.Xan Lopez2007-11-141-8/+5
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
* Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_...Xan Lopez2007-11-132-2/+2
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-122-2/+4
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+1
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+2
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-123-25/+26
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
* Remove unused ge_content_changed.Xan Lopez2007-11-123-23/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-124-48/+0
* Remove unused ge-location signal.Xan Lopez2007-11-123-24/+0
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-071-3/+4
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-064-8/+14
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-062-462/+391
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-063-431/+32
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-063-1537/+1460
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-062-103/+159
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-066-50/+218
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-055-0/+81
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-052-0/+18
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
* Fix the build with --enable-debug.Christian Persch2007-10-281-1/+1
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-272-3/+363
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-15/+192
* Remove non-existing functions in the embed interface from the _init function.Xan Lopez2007-10-271-3/+0
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
* Tabify modified files.Xan Lopez2007-10-263-166/+166
* Add config.h in ephy-embed-utils.cXan Lopez2007-10-261-1/+3
* Fix more issues left with the refactoring.Xan Lopez2007-10-262-52/+19
* Fix the remaining breakage.Xan Lopez2007-10-262-4/+27
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-261-0/+11
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-266-1/+230
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-263-12/+184
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-263-10/+357
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-263-5/+5
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-263-121/+396
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-263-9/+198
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...Cosimo Cecchi2007-10-231-6/+203
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-223-4/+89
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-223-4/+78
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-223-1/+76
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-212-1/+120
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-213-19/+83
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-147/+102
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-2/+67
* Remove security data from EphyTab.Xan Lopez2007-10-211-0/+8
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-112-2/+4
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
* Fix code style.Christian Persch2007-10-092-10/+9
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
* Make it build.Christian Persch2007-09-283-18/+25
* A new class designed to handle everything we need to run a modal dialogue.Christian Persch2007-09-282-0/+255
* Add app lifecycle helper class.Christian Persch2007-09-283-0/+88
* EphyContentPolicy::ShouldLoad: use the same content policy forJosselin Mouette2007-09-271-4/+4
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-272-94/+16
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-252-2/+4
* Make PromptService QI to nsIPromptService2 (not implemented yet, though).Christian Persch2007-09-162-18/+36
* Use nsILoginManager.Christian Persch2007-09-161-62/+50
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-152-0/+4
* Fix missing symbol on link.Christian Persch2007-09-151-0/+1
* Add libephyxulrunnerembed.la so LDADD.Christian Persch2007-09-151-0/+1
* Move EphyHistoryListener from embed/ to components/ since it's only used by G...Christian Persch2007-09-154-2/+2
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-147-8/+5