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

108588 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 5b402e3d70 Sun ld is picky about the ordering of libraries & their search paths so put gfxshared_s later in the list.
Fixing tinderbox bustage.
2002-09-12 16:31:30 +00:00
seawood%netscape.com c6574a59fa MODULE_NAME must match the name used in the NS_IMPL_NSGETMODULE macro.
Fixing static build bustage.
2002-09-12 15:55:02 +00:00
seawood%netscape.com 329d618904 Mark library as an "EXPORT_LIBRARY" so that it gets linked into static builds.
Fixing tinderbox bustage.
2002-09-12 15:49:08 +00:00
alecf%netscape.com 5e8b096ab8 fix xprint bustage one more time (does not affect main tinderbox builds) 2002-09-12 15:20:53 +00:00
mikep%oeone.com ebc6f0f413 Fixing bug 167166, problem with selection after adding event. 2002-09-12 15:16:55 +00:00
mikep%oeone.com 2cdbfcf83a Fixing bug 168198 and adding more items to the event list tree. 2002-09-12 15:07:15 +00:00
mikep%oeone.com 3d95c3fb30 Removing unused file. 2002-09-12 15:06:35 +00:00
wtc%netscape.com 433fd93736 Bug 167375: configuration changes needed for building on BSD/OS 5.0.
The patch is contributed by lidl@pix.net.
Modified files: configure configure.in _bsdi.h
2002-09-12 15:04:22 +00:00
alecf%netscape.com 83d3ac7a7d attempt to fix BeOS bustage 2002-09-12 14:54:09 +00:00
mikep%oeone.com 0b01f8237b Fixing uncaught exception causing events not to disappear. 2002-09-12 14:53:09 +00:00
alecf%netscape.com ea466b6b06 attempt to fix xprint bustage on ports 2002-09-12 14:48:20 +00:00
mkaply%us.ibm.com 61779d04ab No bug - fixing my backout of the restart browser turbo action - should have been closer to what windows looked like before the code got put in 2002-09-12 14:48:07 +00:00
mikep%oeone.com 5fc66a20ad Fixing problems with selectAll. 2002-09-12 14:33:25 +00:00
mikep%oeone.com 32f97cecc7 Fixing some selection problems in calendar. Select All continues not to work. 2002-09-12 14:20:19 +00:00
mkaply%us.ibm.com 7c3a81751f #67749
r=pedemont, sr=dbaron
Add #ifdef to nsChromeRegistry to use platform specific forms.css overrides
2002-09-12 14:05:22 +00:00
mikep%oeone.com 0d107cdc87 Fixing bug 165438, problem with hover graphic for time picker. 2002-09-12 13:23:02 +00:00
rods%netscape.com 0563ea1f59 IFrames need their own calculation for placement, different from Frameset frames
Bug 167775 r=dcone sr=kin
2002-09-12 13:20:38 +00:00
mikep%oeone.com f610c232ef Fixing problem with arguments not being passed in. Window is now being opened as a dialog (bad) 2002-09-12 13:17:56 +00:00
mikep%oeone.com edf928645c Fixing bug 167935: Problem with hide completed tasks checkbox. 2002-09-12 13:16:57 +00:00
mikep%oeone.com b1f221b0a6 Fixing if statement for imap URLs. 2002-09-12 13:16:31 +00:00
rods%netscape.com d8a5ddd33f Adding more tests 2002-09-12 12:29:33 +00:00
rods%netscape.com 028a986528 fixing up my own #ifdef debug 2002-09-12 12:27:03 +00:00
locka%iol.ie 2b481bcc1c Added xmlextras to embedding manifests. b=166608 r=ccarlen@netscape.com sr=heikki@netscape.com 2002-09-12 12:20:50 +00:00
ian%hixie.ch 4889c1fb44 To make debugging easier, move the level 9 output debugging dumps from failure cases in the datasources to always, in the generic output service. May need further tweaking later. 2002-09-12 11:45:17 +00:00
ian%hixie.ch adba24c93e Adding a new way of executing database statements: attempt(). Works like execute() but doesn't raise an exception on failure. Check for failure by using the ResultsFrame's 'lastError' method. 2002-09-12 11:44:07 +00:00
chanial%noos.fr 77f073b279 Simplified CSS rules for the bookmark buttons and menus. Get rid of the bookmarksToolbar.css file. Fix the drag and drop feedback line and other glitches. 2002-09-12 10:37:25 +00:00
mjudge%netscape.com 424de9b081 small fix 14835 sr=jag r=pav very small chance of a memory leak in nsFrame 2002-09-12 10:35:46 +00:00
pavlov%netscape.com 48fb8951f4 Fix string bustage in DEBUG_pavlov code. r=mozbot, sr=lumpy 2002-09-12 08:42:39 +00:00
bryner%netscape.com 6818f259e9 Remove nsAVLTree.cpp to fix mac bustage from alecf's checkin (bug 124182). 2002-09-12 08:36:17 +00:00
brendan%mozilla.org 178463efe0 Limit code generator recursion using iterative techniques; also limit js_EmitTree frame size using arena allocation of cg2 (96526, r=shaver). 2002-09-12 07:56:35 +00:00
rogerl%netscape.com 3110f38597 Fixes to loop handling & equality ops. 2002-09-12 07:34:22 +00:00
seawood%netscape.com 3506d96f8d Do not set EXPORTS to empty as it breaks 'make install'. 2002-09-12 06:57:39 +00:00
sspitzer%netscape.com ab849a173f more work on filter log viewer. not part of the build yet. 2002-09-12 06:50:04 +00:00
beard%netscape.com d13cda72a3 Fix for bug #168064, crash when ~/Library/Logs doesn't exist. r=bnesse, sr=sfraser 2002-09-12 06:33:49 +00:00
sspitzer%netscape.com db24fc91f0 supplimental fix for #161002. html escape the buffer we write to disk for security reasons.
r/sr=bienvenu
2002-09-12 06:31:50 +00:00
naving%netscape.com 31c2746d11 166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
72322 r=cavin sr=bienvenu Make imap deletes (move to trash) not fail if user hits delete, delete... quickly.
2002-09-12 06:22:55 +00:00
anthonyd%netscape.com bc6e072ea3 fix for 14835, mac specific change to clip image tiling code blit to the dest rect to emulate win32 behavior - saari r=mjudge, pavlov 2002-09-12 06:20:20 +00:00
mjudge%netscape.com eb9b1f27a0 14835 r=pavlov saari, fixing bustage of image selection on mac/unix regression 2002-09-12 06:16:51 +00:00
alecf%netscape.com ac9065d718 remove all files in gfx2, no longer part of the build 2002-09-12 06:07:09 +00:00
naving%netscape.com c6af1fc938 166411 r=cavin sr=bienvenu made so that copying msgs to local folders w/ invalid db not kick off folder parsing, just append the msg
165151 r=cavin sr=bienvenu made so that parsing folder obtains folder lock, fixes some corruption issues
writing/reading from the folder at the same time.
166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
2002-09-12 06:01:59 +00:00
naving%netscape.com a1321c0fc8 165151 r=cavin sr=bienvenu Throw an alert in case parsing folder cannot get folder lock 2002-09-12 06:01:41 +00:00
alecf%netscape.com 3f1f10181e oops, fix typo 2002-09-12 05:48:35 +00:00
alecf%netscape.com 8571aa2206 argh, missed a Makefile.in to check in 2002-09-12 05:41:42 +00:00
alecf%netscape.com 41be94e57c add first cut at combined imglib2 dll
not part of build
2002-09-12 05:07:28 +00:00
alecf%netscape.com 1a88abe55c fix bug 124182 - move nsAVLTree into htmlparser, since it is the only consumer
r=harishd, sr=jst
2002-09-12 04:52:01 +00:00
alecf%netscape.com 5e02f3f9a1 one more file for bug 163736 - add gfx2 objects to factory, r=pavlov, sr=rbs 2002-09-12 04:47:09 +00:00
alecf%netscape.com 8fcc4d711d oops, part of last checkin for bug 163736 - add shared lib to build 2002-09-12 04:46:15 +00:00
alecf%netscape.com 214146625e fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
sspitzer%netscape.com b94abfcad0 fix for #168108. show icons in card preview pane, using screenname attribute.
if you happen to use NS 7.x, the place we look on disk (by default) is the buddy icon directory.  r/sr=bienvenu
2002-09-12 04:41:19 +00:00
hyatt%netscape.com b815570db2 A collection of broadcaster fixes. Make sure observes are unhooked when removed from the doc. ALso suppress notifications on hookup, since they result in double frame construction. Bug 167445. r/sr=ben/bryner 2002-09-12 04:40:22 +00:00