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

2966 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 87777aed43 (NOT PART OF THE BUILD)
Changes to get the icon loader working on win2k with 16bit icons.
2001-04-18 02:48:04 +00:00
edburns%acm.org 1caafa50ec I've checked the diffs, they are as expected.
r=dbaron
a=edburns
sr=waterson
bug=71644

Files in this fix:
lcglue.cpp
nsCSecurityContext.cpp

-                nsCOMPtr<nsIScriptGlobalObject> global = scriptContext->GetGlobalObject();
+                nsCOMPtr<nsIScriptGlobalObject> global(dont_AddRef(scriptContext->GetGlobalObject()));

All the changes are like this.
2001-04-18 02:20:32 +00:00
av%netscape.com e9fe7004bd Fixing bug 76384 -- crash in the default plugin, r=serge, sr=attinasi 2001-04-18 00:05:20 +00:00
serge%netscape.com a9d6f87537 #67879 fix the crash, getting rid of xpm.h to show up a puzzle pixmap; sr=blizzard, r=av 2001-04-17 23:57:26 +00:00
av%netscape.com b4bfce2250 Fixing 76356 -- plugin streams don't ask for byte range support, r=gagan, sr=darin 2001-04-17 23:47:01 +00:00
av%netscape.com 8dd38b5042 Fixing 75826 -- PostURL not working from files, r=peterl, sr=waterson 2001-04-17 23:30:25 +00:00
gordon%netscape.com 89b0c9362b bug 72528, remove old cache from build. sr=darin. 2001-04-17 10:47:22 +00:00
sgehani%netscape.com e0321683cb Make bookmarks checkbox reflect that the bookmarks folder is
in the personal toolbar by default.

b  = 68395
r  = jag
sr = alecf
2001-04-17 07:33:26 +00:00
mstoltz%netscape.com c60a1c0ded Temporary fix for 66938 (wiretap exploit), previously reviewed for checkin on NS6.01 branch.
Limiting DOM access for scripts in mail messages to prevent stealing forwarded mail content.
2001-04-17 05:22:55 +00:00
loadrunner%betak.net d369386c27 bug 54285, r=nhotta, jag, pink, sr=brendan 2001-04-17 02:16:51 +00:00
pinkerton%netscape.com 2664b017e0 adjust a define for osx. r=saari/sr=hyatt, bug 75653. 2001-04-17 01:50:50 +00:00
pavlov%netscape.com e9b54cf19b fixing from generating huge imageframes with broken images. bug 76230. r=akkana, sr=hyatt 2001-04-16 23:13:01 +00:00
bnesse%netscape.com 5cedb5aa04 Fixed bad JS_Request stuff in openPrefFile. [Not part of the build]. 2001-04-16 22:34:30 +00:00
akkana%netscape.com c702439ead 74169: Enable controls on image animation in libpr0n. r=pavlov,saari sr=sfraser 2001-04-16 22:02:39 +00:00
av%netscape.com 1a251e82a3 Fixing 76116 -- crash on File->Exit with plugin on page, ra=av, sr=waterson 2001-04-16 21:26:28 +00:00
av%netscape.com 505552ebf2 Fixing 75682 -- file leaf name comparison xp'ed in nsPluginHostImpl.cpp, r=peterl, a=av, sr=attinasi 2001-04-16 21:21:11 +00:00
hwaara%chello.se 4e1c241b36 Implement date&time support in reply-headers, like:
"On <date & time>, <author> wrote:"
For now, this is optional (set mailnews.reply_header_type to '2' in prefs.js), we will default to only show "<author> wrote:", as usual.  This is due to some l10n issues which are part of bug 75377. The date&time format is hard-coded to be en-US if set, again, bug 75377.
bug 23615. r=disttsc@bart.nl, sr=sspitzer@netscape.com

Fix a bunch of leaks (15 of them) in addressbook, addressbook-sync and import-mail code. None of the callers to GetUserProfileDirectory() deallocated their nsFileSpec.
bug 75332. r=chuang@netscape.com, sr=bienvenu@netscape.com
2001-04-16 20:40:07 +00:00
pavlov%netscape.com 1a74015ecf removing the request attribute from imgIDecoder since it was unused and pointless. r=saari sr=hyatt 2001-04-16 09:41:01 +00:00
pavlov%netscape.com dbb8d15bf9 adding some additional error checking r=saari sr=hyatt 2001-04-16 09:17:59 +00:00
dbaron%fas.harvard.edu 96e1422d5e Backing out changes made by serge@netscape.com for bug 67879 because they include X11/xpm.h, which is not a standard part of X11 and therefore breaks builds on machines that don't have it, including the following tinderboxes: speedracer (on Seamonkey), messina, monkeypox, nebiros, palermo, and torino (on SeaMonkey-Ports). Fixes build bustage. 2001-04-15 00:15:35 +00:00
serge%netscape.com 25122ada8c #67879 eliminate crash unix defalt plugin; add puzzle pixmap to unix nullplugin; sr=blizzard, r=av 2001-04-14 21:14:23 +00:00
serge%netscape.com 5a70dbb536 #67879 eliminate unix default plugin crash; add puzzle pixmap to unix nullplugin; sr=blizzard r=av 2001-04-14 21:07:43 +00:00
darin%netscape.com 9deb4986e3 Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
cache validation preferences and browsing via history.  r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
hyatt%netscape.com 46df562a47 Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me 2001-04-14 00:40:47 +00:00
mscott%netscape.com 13da2a9965 NOT PART OF THE BUILD Make the mac moz-icon url code work when the file doesn't exist by leveraging the new get file extension method. 2001-04-14 00:27:09 +00:00
mscott%netscape.com 58b067cb80 NOT PART OF THE BUILD
Make moz-icon urls support both a nested file url and a non existent dummy file.
i.e.
moz-icon:file:///c/test.html?size=32
and
moz-icon:dummyFile.html?size=16
in the later case we use the file extension to determine the icon to fetch.
2001-04-13 23:58:24 +00:00
dveditz%netscape.com 981e8139c0 fix for 73520, update user agent to 0.8.1+ 2001-04-13 23:11:45 +00:00
pavlov%netscape.com 3dc09d7412 fixing build bustage 2001-04-13 05:37:29 +00:00
pavlov%netscape.com 8cdb5c5510 fixing stupid bustage from my last checkin r=saari sr=waterson 2001-04-13 04:59:21 +00:00
ducarroz%netscape.com aa48d46148 Part of bug 28348. Add pref to show progress dialog during send message. This pref will be turn to true when the progress dialog will be statble enough. R=varada, SR=sspitzer 2001-04-13 04:50:14 +00:00
sfraser%netscape.com c89f703086 Fixing imgCache files for pavlov. 2001-04-13 03:07:22 +00:00
pavlov%netscape.com 579d28db50 forgot a file 2001-04-13 02:44:30 +00:00
pavlov%netscape.com aa7e9724eb fix for at least bugs 6074,72087,74506,75190,75180,74165,69857,75576,75326,75417,75474 r=waterson, sr=brendan 2001-04-13 02:42:56 +00:00
mscott%netscape.com 8bdce72a1d NOT PART OF THE BUILD
extract the content Type and the size from the icon url
2001-04-13 00:08:25 +00:00
bnesse%netscape.com 331cae143d Fixes for handling default localized unichar prefs. [Not part of the build] 2001-04-12 23:28:43 +00:00
bnesse%netscape.com f87f83c2a5 Added additional comments about functionality of reset & clear. [Not part of the build] 2001-04-12 23:27:45 +00:00
bienvenu%netscape.com ce119855ef add prefs for compacting folders threshhold 15865 sr=sspitzer 2001-04-12 14:35:05 +00:00
markh%activestate.com ba7f979400 Fix the last checkin which broke this sample. Not part of the build (hence
this error went undetected)
2001-04-12 06:38:28 +00:00
peterlubczynski%netscape.com 8ee9b2c078 Fix for full-page plugin keeps playing after leaving page bug 75293 sr=attinasi a=av 2001-04-12 01:08:51 +00:00
mscott%netscape.com 3c48fc14c1 (NOT PART OF THE BUILD)
fix some build breakage for moz-icon urls caused by the necko api changes from the other day.
2001-04-12 00:19:52 +00:00
av%netscape.com fe2e788d6e Fixing 74485, making shutdown procedures for plugins cleaner, r=sean@beatnik.com, sr=wateson 2001-04-11 23:08:36 +00:00
bnesse%netscape.com aa6c00b8a9 Re-integrated the nsISecurityPref interface because it still appears to be the best solution. [Not part of the build.] 2001-04-11 23:07:03 +00:00
shaver%mozilla.org a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
hewitt%netscape.com a45fdbc40d 72717 - die Blue, die!, r=dveditz, sr=hyatt 2001-04-11 03:32:24 +00:00
darin%netscape.com 00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
hyatt%netscape.com 75145f0e74 Fix linux orange. r=pav, sr=ben 2001-04-10 05:06:57 +00:00
pavlov%netscape.com 3f230b528f fix for bug 74503 r=jag sr=blizzard 2001-04-10 04:54:58 +00:00
mscott%netscape.com 12e8021ba7 (NOT PART OF THE BUILD YET)
turn icon urls into moz-icon to avoid name space problems.
the format is now:
moz-icon://file://some file?size=16&contentType=text/html
The content type parameter is optional. The file need not exist.
2001-04-10 03:40:02 +00:00
saari%netscape.com eba6e78ed4 changes for creating the image container from the decoder. Needed for supporting different image container types (needed for ART support in the short term). 2001-04-10 01:51:36 +00:00
saari%netscape.com 62c7acafe1 changes to image container creation to facilitate different container types. Needed for ART support, and cleaner GIF and JPEG support. r=pavlov, sr=hyatt 2001-04-10 01:44:20 +00:00