summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Another NULL check for bug #572810Christian Persch2009-02-231-0/+1
* Try to fix the build with gecko 1.9.1Christian Persch2009-02-071-2/+2
* Spring cleaning.RELEASE_2_24_3Christian Persch2009-01-12154-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-202-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-141-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-241-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-021-1/+1
* Check for nsIBadCertListener.h.Christian Persch2008-06-305-14/+19
* Add emergency NULL-check.Christian Persch2008-06-301-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-261-1/+1
* Fix compile warning.Christian Persch2008-05-261-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-231-15/+9
* Remove leading/trailing whitespace from strings in EventContext. Bug #533983.Christian Persch2008-05-231-3/+4
* Try to to fix the build on 1.8. Bug #534056.Christian Persch2008-05-231-25/+8
* Use sizeof here instead of hardcoding the current size.Christian Persch2008-05-181-1/+1
* Fix bug #453379.Christian Persch2008-05-181-2/+8
* Convert and control chars to spaces in the prompt strings. Fixes bug #504519.Christian Persch2008-05-182-2/+8
* Implement nsIXULAppInfo so we get the "Gecko/DATE" part in the UA right. Use ...Christian Persch2008-05-184-1/+201
* Remove debug spew. NULL-proof the pwd entry removal.Christian Persch2008-05-181-29/+64
* Implement dummy nsIDownloadHistory interface on GlobalHistory.Christian Persch2008-05-183-2/+33
* Fix print preview. Bug #510694.Christian Persch2008-04-101-2/+6
* Use nsIURIFixup instead of massaging the URI ourself.Christian Persch2008-04-092-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-071-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