Граф коммитов

33 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald 1951d7d761 make comment reflect reality 2009-11-08 16:25:45 +01:00
Mitchell Field 41c8798093 Bug 514665 - fix stupid module name differences on windows. r=ted 2009-09-25 18:41:16 +02:00
Benjamin Smedberg ba372f3a4c Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Makoto Kato 1bca2f556f Bug 481112 - Remove nsIPref from system-pref. r=roc 2009-03-08 12:17:41 +09:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
jwalden@mit.edu 6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
flamingice@sourmilk.net 113cf97d21 Bug 379666, Remove incorrect PR_UnloadLibrary call, r=dbaron 2007-06-01 18:43:36 -07:00
dbaron@dbaron.org 9b013dc30a Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg 2007-04-15 15:22:58 -07:00
benjamin%smedbergs.us ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
roc+%cs.cmu.edu eb125f488d Bug 313962. Fix simple uninitialized variable crasher in GConf nsSystemPrefs. r=timeless 2006-04-17 22:03:46 +00:00
benjamin%smedbergs.us 078e45e203 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 18:13:49 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net 1dca58927a Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
timeless%mozdev.org fd6f59e43e Bug 280742 ignore_host GCONF key is not read in firefox proxy settings
patch by alfred.peng@sun.com r=timeless sr=roc
2005-12-27 03:45:05 +00:00
bsmedberg%covad.net cf0d973c21 Bug 320148 - Incorporate extensions/pref into libxul, r=bryner 2005-12-14 15:57:40 +00:00
robin.lu%sun.com cfe21df0aa fix bug 290435 proxy settings are disabled after switching profiles.
alecf: review+
neil.parkwaycc.co.uk: superreview+
patched by Boying Lu <brian.lu@sun.com>
2005-04-30 02:37:41 +00:00
bsmedberg%covad.net be30b2f533 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
bsmedberg%covad.net ea84e3ded3 Fix misplaced semicolon from bug 281414 - r=biesi sr=lumpy 2005-03-10 19:06:59 +00:00
bsmedberg%covad.net 311203ed0c Fix system-pref service from bug 281414 (s/nsIPrefBranchInternal/nsIPrefBranch2/), r=blizzard 2005-02-23 16:15:37 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
roc+%cs.cmu.edu d1351875be Bug 259076. Use gconf system prefs for proxy-type and other proxy settings. r=darin,sr=roc, patch by Ganesh (Novell) 2005-02-02 01:21:16 +00:00
cvshook%sicking.cc befc76b9c8 Bug 234858: Make do_GetWeakReference typesafe.
r=dbaron sr=bryner
2005-01-24 22:59:27 +00:00
bsmedberg%covad.net e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
bsmedberg%covad.net b7aedee852 Bizarre crash-fix that I added on the aviary1.0 branch, now porting to trunk. rs=darin 2004-06-17 20:53:35 +00:00
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
bsmedberg%covad.net ff8f8a7309 Fix system pref extension for bug 232201. r=bustage 2004-01-28 05:11:20 +00:00
bryner%brianryner.com 07bcb40ee4 Fix unresolved references with static gtk2 build (bug 216022). The file containing NS_IMPL_NSGETMODULE for a library must be compiled from the Makefile that sets IS_COMPONENT in order for the entry point translation to work correctly. r=cls, not part of the default build. 2003-10-27 10:11:00 +00:00
bryner%netscape.com 2211a2a6f9 Fix a shutdown crash with gtk2 by not attempting to unload libgconf after we've called gconf_client_get_default(). gconf initializes ORBit which in turn registers atexit() handlers, so unloading the library would cause those function pointers to become invalid. Also, release our reference to the GConfClient in the GConfProxy dtor, and remove some unneeded code from the dtor. Bug 210471, r=bolian.yin@sun.com, sr=alecf. 2003-06-25 06:29:44 +00:00
bryner%netscape.com 23fb72d6eb Fix gtk2 static build bustage - MODULE_NAME in Makefile.in must match NS_IMPL_NSGETMODULE. Bug 209747. 2003-06-18 22:54:25 +00:00
bolian.yin%sun.com 8442b87c63 Remedy patch for Bug 202388, runtime switch between system prefs and mozilla prefs. The original patch got sr=alecf, r=kyle. 2003-06-17 05:52:04 +00:00
bolian.yin%sun.com 8001504701 Bug 202388 runtime switch between system prefs and mozilla prefs.
sr=alecf.
2003-06-09 08:30:04 +00:00
wade%ezri.org 8ef3ab1a46 Fix build from checkin of bug 195708 2003-04-15 14:32:37 +00:00
bolian.yin%sun.com e0c588e9d7 Bug 195708, Mozilla should read system preferences (using gconf on Gnome Desktop)
r/sr=alecf.
2003-04-15 02:28:27 +00:00