aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* FixChristian Persch2008-03-281-1/+1
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-285-25/+239
* 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
* Initialise variable. Bug #519173.Christian Persch2008-02-281-0/+2
* Fix AutoModalDialog::ShouldShow(). Bug #519173.Christian Persch2008-02-282-6/+4
* Remove cruftChristian Persch2008-02-274-446/+0
* Update for added nsIContentPolicy constants in 1.9.Christian Persch2008-02-261-2/+8
* Remove unused struct member.Xan Lopez2008-02-251-2/+0
* 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-185-203/+30
* Comment this out; it's unreliableChristian Persch2008-02-181-0/+4
* 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-181-0/+1
* Add stub for displayProtectedAuthChristian Persch2008-02-181-0/+10
* Add translator comment.Christian Persch2008-02-181-0/+1
* Make Go Up recognize HTML anchors. Bug #335631.Cosimo Cecchi2008-02-151-1/+11
* 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-251-1/+4
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-146-40/+48
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-51/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-304-41/+101
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-303-7/+4
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-304-2/+217
* 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
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-232-3/+3
* Fix comment.Christian Persch2007-12-161-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-181-1/+15
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-171-5/+3
* 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-121-18/+14
* Remove unused ge_content_changed.Xan Lopez2007-11-121-1/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-2/+0
* Remove unused ge-location signal.Xan Lopez2007-11-121-1/+0
* 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
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+3
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-061-1509/+22
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-063-50/+68
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+40
* 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-271-3/+348
* Tabify modified files.Xan Lopez2007-10-261-129/+129
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-51/+18
* Fix the remaining breakage.Xan Lopez2007-10-261-3/+24
* 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-261-0/+44
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-12/+133
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-6/+316
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-2/+2
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-17/+329
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-8/+102
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+45
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+37
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-0/+31
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-1/+111
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-5/+42
* 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
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-111-1/+2
* 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-271-47/+8
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-251-1/+2
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-1338-38/+38
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-1328-28/+28
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1328-28/+28
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1338-38/+38
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-272-5/+32
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-231-2/+2
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-6/+5
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-153-4/+9
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-2/+15
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-90/+13
* Don't mention 'Epiphany' in the message introduced in the patch for bugReinout van Schouwen2007-07-271-1/+1
* Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-07-261-9/+7
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-3/+3
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-159-10/+10
* Make sure postscript printing is enabled, and the printer list empty (soChristian Persch2007-07-151-0/+3
* It's yet another API change!Christian Persch2007-07-153-1/+9
* Fixes bug #452707Nguyen Thai Ngoc Duy2007-07-111-7/+12
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-9/+0
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Remove empty filesRELEASE_2_19_5Christian Persch2007-07-102-0/+0
* === Release 2.19.5 ===Christian Persch2007-07-102-0/+0
* Modified first-time dialog when visiting a secure page, to mention theDiego Escalante Urrelo2007-06-171-1/+4
* Set the print as cancelled in the print settings too, seeChristian Persch2007-06-143-4/+14
* Last commit reverted.Diego Escalante Urrelo2007-06-061-4/+4
* Change the "The page was not fully loaded when the crash ocurred" messageDiego Escalante Urrelo2007-06-061-4/+4
* nsIPasswordManager doesn't exist on trunk anymore.Christian Persch2007-05-271-3/+12
* Take the printer's capabilities into account.Christian Persch2007-05-271-9/+40
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-3/+121
* Just use ngettext here, no need for dngettext.Christian Persch2007-05-201-4/+3
* Store http-only flag too.Christian Persch2007-05-201-0/+6
* Fix printing of frames.Christian Persch2007-04-093-13/+39
* Fix Epiphany not finding some Gecko plugins when running in a multilibBastien Nocera2007-03-162-12/+68
* Add translator's comment for 'token'.Christian Persch2007-03-121-0/+4
* Implement nsICookiePromptService. Bug #337826.Christian Persch2007-03-124-1/+214
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1268-68/+68
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-031-9/+10
* What's this? Another mozilla API change!Christian Persch2007-02-232-7/+1
* === Release 2.17.91 ===RELEASE_2_17_91Christian Persch2007-02-132-1/+2
* Fix a g_free on static string. Also fix a leak.Jean-François Rameau2007-02-091-23/+24
* Guess what? Another mozilla API change!Christian Persch2007-02-091-0/+14
* Check for a potential veto. Fix #342951.Jean-François Rameau2007-01-291-0/+12
* Fixes the menu path of Gnome control center when displaying the servicePriit Laes2007-01-271-1/+1
* Changed the "redirected too many times" error page to be more friendly.Diego Escalante Urrelo2007-01-241-3/+4
* Clear some print settings in the settings we hand to the print job, soChristian Persch2007-01-244-13/+62
* Fixes the escaping in the error message "The page %s was not fully loadedDiego Escalante Urrelo2007-01-091-2/+2
* Fixes the menu path of the service unavailable error message.Diego Escalante Urrelo2007-01-091-1/+1
* .cvsignore files are obsoleteChristian Persch2006-12-301-6/+0
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-181-0/+33
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-7/+4
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-156-14/+20
* Try to work with trunkChristian Persch2006-12-091-2/+1
* Version 2.17.3.Christian Persch2006-12-052-2/+2
* Another mozilla API change.Christian Persch2006-12-023-5/+8
* Fix printing of page ranges.Christian Persch2006-11-051-2/+3
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-251-1/+2
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-233-0/+95
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-152-1/+35
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-151-1/+29
* Revert part of the last change, we don't need the top window here.Christian Persch2006-10-071-6/+1
* Use the top DOM window here, and adapt to gecko 1.8.1.Christian Persch2006-10-061-5/+28
* Fix build with gecko 1.8.1.Christian Persch2006-10-051-0/+4
* R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h:Christian Persch2006-09-302-181/+0
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-301-0/+3
* These header files were GPL v2-only while the implementation .cpp filesChristian Persch2006-09-242-8/+32
* Fix find direction.Christian Persch2006-09-181-1/+1
* Remove ill-conceived attempt at uninstalling the XPInstall handler, andChristian Persch2006-09-175-79/+143
* Use UTF-8 copyright symbolChristian Persch2006-09-1376-115/+115
* Remove some unnecessary static data.Christian Persch2006-09-078-28/+28
* Make this LGPL.Christian Persch2006-08-221-4/+4
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* Don't show the empty window that the print options tab isChristian Persch2006-08-221-0/+1
* YAMAC.Christian Persch2006-08-191-7/+3
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-121-7/+1
* Fix the build.Christian Persch2006-08-081-2/+0
* Simply CallGetService to get the pref branch.Christian Persch2006-08-081-12/+8
* Use AutoJSContextStack on window open. Disable XPrint.Christian Persch2006-08-081-1/+12
* R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h:Christian Persch2006-08-083-58/+0
* Don't start search on <embed> and <object> elements.Christian Persch2006-08-081-1/+6
* Decrease maximum progress update to 0.5sChristian Persch2006-08-081-1/+4
* Fix default activation.Christian Persch2006-07-251-1/+2
* Missing GeckoFormSigningDialog entries.Jean-François Rameau2006-07-241-0/+2
* Implement nsIDOMCryptoDialogs, nsITokenDialogs andChristian Persch2006-07-244-19/+211
* Implement nsIFormSigningDialog. Bug #312869.Christian Persch2006-07-233-1/+208
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-66/+219
* Force label wrapping.Christian Persch2006-07-191-0/+2
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-111-1/+1
* Don't hammer the cpu when downloading file with an unknown size. Fix bugJean-François Rameau2006-07-071-2/+1
* Guess what? Another mozilla API change!Christian Persch2006-07-072-10/+37
* Fix the build.Christian Persch2006-07-072-5/+2
* A embed/mozilla/AutoWindowModalState.cpp: AChristian Persch2006-07-0611-25/+150
* Fix a warning from gecko "Bad contract id registed with the scriptJean-François Rameau2006-06-241-0/+2
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-224-362/+392
* Fix build with latest gtk printing changes.Christian Persch2006-06-223-25/+30
* Look! Yet Another Mozilla API Change!Christian Persch2006-06-201-0/+11
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-1912-563/+1420
* Fix header guard nameChristian Persch2006-06-121-2/+2
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-094-0/+276
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-4/+0
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-2/+6
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-023-4/+71
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-1612-33/+33
* Use nsAString::Equals.Christian Persch2006-05-153-16/+1
* The API is also changed on 1.8 branch, adapt the #ifdef accordingly.Christian Persch2006-05-121-2/+2
* Drop non-toolkit gecko support too.Christian Persch2006-05-112-12/+3
* Another API change! Thank you, mozilla!Christian Persch2006-05-111-0/+11
* Drop support for gecko 1.7.Christian Persch2006-05-1158-2469/+1043
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-242-3/+3
* Check for nsIMutableArray.h and include it if found. Fixes build withChristian Persch2006-04-171-1/+5
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-111-1/+14
* 2006-04-03 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-04-031-2/+5
* Oops, this is a string pref!Christian Persch2006-04-031-13/+4
* Fix crash when cancelling the prompt before the timeout has run.Christian Persch2006-04-011-3/+2
* Use g_object_ref_sink().Christian Persch2006-03-291-23/+19
* .Jean-François Rameau2006-03-291-9/+48