aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-notifiers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-3/+121
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Simply CallGetService to get the pref branch.Christian Persch2006-08-081-12/+8
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-1/+1
* Drop support for gecko 1.7.Christian Persch2006-05-111-15/+16
* Oops, this is a string pref!Christian Persch2006-04-031-13/+4
* Fix leaks, minor cleanups.Christian Persch2006-01-171-31/+23
* Add event type to the callback.Christian Persch2006-01-171-0/+7
* Fix number of /'s in URI.Christian Persch2006-01-171-76/+484
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-3/+3
* Check the encodings before we set the mozilla pref. From bug #150266.Christian Persch2004-12-171-20/+69
* Lowercase the lang codes.Christian Persch2004-11-251-1/+1
* No need to include nsEmbedString.h.Christian Persch2004-11-161-3/+0
* Make mozilla_notifier_add return the connection ID, andChristian Persch2004-11-161-35/+21
* Simplify the gconf -> mozilla prefs bridge.Christian Persch2004-11-161-531/+465
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-141-0/+2
* Show language code in the string in languages editor. Fixes bug #115355.Christian Persch2004-11-071-94/+21
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Remove explicit PAC autoconf call, it works perfectly ok without it.Christian Persch2004-09-301-30/+0
* Fix compiler warnings.Christian Persch2004-09-271-1/+1
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-3/+1
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-1/+2
* Remove load_proxy_autoconf() vfunc.Christian Persch2004-07-271-1/+1
* #include <nsEmbedString.h>Adam Hooper2004-07-251-0/+1
* No need to make proxy PAC configuration public, we only use it in a prefChristian Persch2004-07-231-4/+15
* Remove unused variable.Christian Persch2004-05-111-1/+0
* Don't allow a font size less than 1.Piers Cornwell2004-03-311-1/+1
* Fix mem leak.Christian Persch2004-01-251-0/+1
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-091-0/+1
* Remove default font notifier, it's been obsoleted by the fonts rewrite.Christian Persch2004-01-021-12/+11
* Set socks prefs from gconf too.Christian Persch2004-01-021-0/+2
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-2/+7
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-19/+43
* Add /system/http_proxy to list of directories to monitor.Christian Persch2003-12-021-0/+5
* Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not beenChristian Persch2003-11-251-1/+1
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-1/+1
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+6
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-1/+2
* Migrate font family tooMarco Pesenti Gritti2003-11-051-0/+28
* Resync with eel.Marco Pesenti Gritti2003-11-051-6/+108
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-5/+7
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-25/+18
* Return "en" when in C locale.Christian Persch2003-10-131-1/+1
* Use gconf_client_notify. Fixed bug #112882.Christian Persch2003-09-201-10/+1
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-1/+1
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-121-0/+45
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+4
* *** empty log message ***Marco Pesenti Gritti2003-08-071-61/+55
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-3/+9
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-38/+0
* Misc i18n fixes: mark default encoding and encoding autodetector in theChristian Persch2003-06-221-1/+15
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-6/+6
* Fix use document colorsMarco Pesenti Gritti2003-06-171-2/+4
* Add support for string enums.Marco Pesenti Gritti2003-06-131-109/+80
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-0/+4
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-18/+0
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-7/+20
* Remove custom notifiers, the generic string notifier works just fine forChristian Persch2003-06-011-49/+3
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-35/+26
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-25/+25
* Refactored the charset and language groups strings.Christian Persch2003-05-271-5/+6
* Fix mem leak.Christian Persch2003-05-271-1/+6
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+61
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-191-5/+0
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+3
* Use sys language as defaultMarco Pesenti Gritti2003-05-111-27/+47
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-101-33/+5
* Remove proxy prefs initialization. Now we call the gconf notifier onMarco Pesenti Gritti2003-05-061-22/+20
* Initialize mozilla prefs on startup every time. That is necessary ifMarco Pesenti Gritti2003-05-051-60/+60
* Better user agent string (from galeon)Marco Pesenti Gritti2003-03-071-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-061-8/+11
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+710