summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Fix printing to file with a non-absolute path. Fixes bug #148849.Christian Persch2004-08-311-10/+66
* Forgot to re-number MOZILLA_SNAPSHOT here.Christian Persch2004-08-311-1/+1
* Remove support for mozilla 1.8a2 too. Adapt to mozilla API change;Christian Persch2004-08-278-33/+33
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-151-2/+2
* Fix typo.Christian Persch2004-08-131-1/+1
* Don't use nsIDOMWindow2 with mozilla 1.8a1.Christian Persch2004-08-121-2/+2
* 2004-08-10 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-101-1/+25
* Preempt a mozilla API change.Christian Persch2004-08-092-0/+90
* Confirm before overwriting a file. Fixes bug #143501. Also fixes crashChristian Persch2004-08-091-2/+11
* Mozilla API change; thanks to Crispin for alerting me to it.Christian Persch2004-08-011-0/+8
* Use nsIDOMWindow2 to get the event target for mozilla >= 1.7rc3.Christian Persch2004-07-311-1/+16
* Typo fix.Christian Persch2004-07-311-1/+1
* s/nsCString/nsACString/ in a few places. Patch taken from FreeBSD ports.Christian Persch2004-07-312-6/+6
* Mozilla API change.Christian Persch2004-07-291-0/+8
* Fix build with old mozilla versions (<= 1.5).Christian Persch2004-07-271-3/+3
* Pass the single to the header sniffer and weak ref it. Fixes bug #141928,Christian Persch2004-07-253-11/+24
* Release the single observer in dispose. Should fix bug #146873.Christian Persch2004-07-252-4/+22
* Stored state is guint not gint.Christian Persch2004-07-241-1/+1
* Handle the case where the downloads dir cannot be created gracefully. FixChristian Persch2004-07-221-22/+20
* Remove a unused variable.Christian Persch2004-07-221-1/+0
* Mozilla API change (backported from HEAD).Christian Persch2004-07-221-0/+4
* Fix mem leaks (ported from Galeon).Christian Persch2004-07-222-0/+3
* Since the print dialogue is modal the filechooser needs to be modal too.Christian Persch2004-07-171-0/+1
* Make print and print setup go trough nsIPrintingPromptService (backportedChristian Persch2004-07-1013-157/+132
* Don't convert filename encoding here, since we use it as UTF-8 inChristian Persch2004-07-071-5/+1
* Unescape the mailto: address, fixes bug #144462 (merged from HEAD).Christian Persch2004-07-074-3/+47
* Move check for javascript after the http[s] checks.Christian Persch2004-06-231-8/+5
* Remove implementation of GlobalHistory2::HidePage, it's really not usedChristian Persch2004-06-201-16/+1
* Implement GlobalHistory[2]::HidePage, fixes bug #142143.Christian Persch2004-06-201-8/+39
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-172-9/+9
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-143-7/+72
* ==> ChangeLog <==Christian Persch2004-06-101-1/+1
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-081-12/+3
* Fix setting the default filename in the !modeSave case. (Backported fromChristian Persch2004-06-072-22/+29
* Another API change on 1.7 branch.Christian Persch2004-06-011-3/+3
* Filter unwanted urls (unused protocols, redirects, non-toplevel loads).Christian Persch2004-05-291-1/+48
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* Fix for mozilla API change, backported from HEAD (ported from galeon).Christian Persch2004-05-291-1/+15
* Include "config.h".Christian Persch2004-05-281-0/+4
* Fix stupid bug.Christian Persch2004-05-201-2/+2
* Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero.Christian Persch2004-05-194-1/+7
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-171-1/+1
* Fix refcount leak.Christian Persch2004-05-151-0/+3
* Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.Christian Persch2004-05-151-7/+11
* Yet another mozilla API change (backported from HEAD).Christian Persch2004-05-141-20/+61
* Destroy browser on destroy, but delete it on finalize. Fix for bugChristian Persch2004-05-112-30/+67
* Use the single sign-on prompt service.Christian Persch2004-05-072-34/+9
* Adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-071-15/+15
* Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-077-22/+14
* Suppress some warnings for C++ code.Christian Persch2004-05-071-1/+3