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

4288 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
seawood%netscape.com 0ad1825890 Rename conflicting global symbols to fix debug static build runtime bustage.
Bug #162918 r=serge sr=alecf
2002-08-26 21:20:31 +00:00
dougt%netscape.com 4f8934ad1d Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec. 2002-08-26 20:36:44 +00:00
cbiesinger%web.de 960b1714c1 bug 159256 patch by bxf04451@nifty.ne.jp r=biesi sr=tor
crash loading favicon
2002-08-26 17:58:06 +00:00
bryner%netscape.com b938c34343 Ignore copied sources. 2002-08-26 09:05:19 +00:00
bnesse%netscape.com ea32eb222e Backing myself out to see if this caused btek to go orange. 2002-08-23 18:36:03 +00:00
bnesse%netscape.com 7e8c438fef Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf. 2002-08-23 17:44:47 +00:00
av%netscape.com 45dc6ef3cf Bug 92005 -- Acrobat Copy button doesn't work on windows, r=peterl, sr=beard 2002-08-23 12:01:22 +00:00
av%netscape.com 2536baebbc Fixing bug 48972 -- adding GetOwner interface method to plugin instance peer, r=peterl, sr=beard 2002-08-23 11:23:49 +00:00
bryner%netscape.com b366f360b3 Ignore generated Makefiles. 2002-08-23 10:30:06 +00:00
serge%netscape.com 456023baa0 fix for 163228 Trunk startup crashes [@ nsPluginHostImpl::WritePluginInfo] r=av, sr=dveditz 2002-08-22 22:59:43 +00:00
anthonyd%netscape.com 3bf9edd6ac fix for bug#163738
removal of ms4xPluginStream since it is no longer used in build.
r=peterl
sr=beard
2002-08-22 21:58:29 +00:00
av%netscape.com 7d59fac545 Fixing blocker 164066 -- backing out changes for yesterday fix for 48972 2002-08-22 18:12:59 +00:00
av%netscape.com 4498817045 Fixing bug 48972 -- adding an interface method GetOwner to plugin instance peer, r=peterl, sr=beard 2002-08-22 01:31:44 +00:00
av%netscape.com 9541cb24be Fixing bug 48972 -- adding an interface method GetOwner to plugin instance peer, r=peterl, sr=beard 2002-08-22 01:26:17 +00:00
mkaply%us.ibm.com d7f253803e #163550
r=cls
Add support for USE_STATIC_LIBS on OS/2
2002-08-20 22:21:21 +00:00
mkaply%us.ibm.com dee61b616e No bug - we need this to execute for OS/2 - no idea why it was ever iffed for OS/2 2002-08-19 20:33:53 +00:00
henry.jia%sun.com 227be5af9c Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
bryner%netscape.com 025fb3a058 Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +00:00
anthonyd%netscape.com 3997d9dc72 fix for bug #135292. fix for unsigned int being compared to -1
r=serge
sr=darin
2002-08-16 01:11:18 +00:00
nhotta%netscape.com 40e647a479 Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,
bug 140882, r=rchen, sr=bienvenu.
2002-08-15 22:30:31 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
serge%netscape.com 2e3dc03441 fix irix redness, removing ^M 2002-08-15 00:16:56 +00:00
serge%netscape.com 48770f676d ix 109739, removed nsIRegistry and switched to flat file support for caching plugins info, r=av, sr=dveditz 2002-08-14 22:31:59 +00:00
glazman%netscape.com 896e391414 make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin 2002-08-14 13:12:52 +00:00
pavlov%netscape.com a2ba92c3e2 fix for bug 117983. patch from Mark Wilkinson <mhw@kremvax.net>. r=pavlov sr=ben 2002-08-13 03:57:29 +00:00
timeless%mac.com 24f6d49ed9 Bug 153324 user.js not loaded if prefs.js doesn't exist.
patch by tranquil@mail.dk r=bnesse sr=alecf
2002-08-12 14:52:32 +00:00
seawood%netscape.com 67c2c5b3c0 Removing unused defines:
_IMPL_NS_BASE (bug #162142)
_IMPL_NS_GFXONXP (bug #162145)
_IMPL_NS_UI (bug #162183)
B_ONE_M (bug #162196)
XP_NEW_SELECTION (bug #162230)
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
av%netscape.com 71316c2886 Bug 157796 -- adding referrer URL when plugin requests the data object, r=serge, sr=darin 2002-08-12 06:18:52 +00:00
av%netscape.com 082e6eb5af Bug 151920 -- converting nsPluginHostImpl::AddInstanceToActiveList from void to nsresult, r=serge, sr=darin 2002-08-12 06:12:29 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
serge%netscape.com 16d65fba83 fix 146748 No Visual Progress When Downloading Large PDF Files, r=peterl, sr=darin 2002-08-09 01:36:39 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
caillon%returnzero.com 453fae0bad Bug 160806. Removing Netscape only prefs from Mozilla.
Patch from Stephen Walker <walk84@yahoo.com>
r=caillon sr=blake
2002-08-07 09:16:39 +00:00
av%netscape.com 739d219193 Bug 53895 -- stripping file suffixes in plugin mime description strings, r=peterl, sr=alecf 2002-08-07 03:10:33 +00:00
av%netscape.com ce05ae57b4 Bug 159646 -- taking care of stale pointer in the plugin sample code, not part of the build 2002-08-07 02:46:43 +00:00
av%netscape.com 099806f562 Bug 43543 -- removing redundant calls to nsPluginStreamInfo::SetURL, r=peterl, sr=alecf 2002-08-07 02:17:55 +00:00
av%netscape.com 9022dc5ea3 Bug 83189 -- marking deprecated interfaces as such, r=peterl, sr=darin 2002-08-07 00:35:17 +00:00
henry.jia%sun.com eed9ab0bdd 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
seawood%netscape.com bdbbad71ef Fix win32 gmake static builds.
Bug #160104 r=bryner
2002-08-06 04:17:50 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
mstoltz%netscape.com 12d316ab6a Bug 145031 - initialize CurItemMF to null to avoid uninitialized variable warning on tbox.
patch by Aleksey Nogin, r=mstoltz, sr=dveditz.
2002-08-06 00:51:46 +00:00
mkaply%us.ibm.com a78c1cf8e4 #156953
r=peterl, sr=jst, a=asa
Handle plugins with no name or description
2002-08-02 21:03:16 +00:00
loadrunner%betak.net 3fa9121450 b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa 2002-08-02 01:07:50 +00:00
loadrunner%betak.net 713a2aaa3f b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa 2002-07-30 19:50:12 +00:00
peterlubczynski%netscape.com 5c754de32d Fixing regression bug 155708, on Mac Classic, Acrobat stops painting PDFs because the timer stopped repeating r=bnesse sr=sfraser a=asa 2002-07-30 00:22:49 +00:00
pete.zha%sun.com 489350122f unix: should remove the Reveal Location & Launch File buttons from download progress dialog
bug=90008 r=jkeiser sr=bzbarsky a=asa
2002-07-25 05:10:46 +00:00