Commit Graph

108561 Commits

Author SHA1 Message Date
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
alecf%netscape.com
75e2072ee8 first cut at freezable array interface
not part of build
2002-09-12 04:37:51 +00:00
sspitzer%netscape.com
c8d877e2fe implement view filter log UI. not part of the build yet. 2002-09-12 04:04:54 +00:00
kmcclusk%netscape.com
d6f51b19b1 reparent the view's descendant widgets when a view is re-inserted into a new view hierarchy position by paginated reflow. b=129034 r=roc+moz sr=kin 2002-09-12 03:59:15 +00:00
sspitzer%netscape.com
b61e862689 fix for CAB UI and backend. bug #167571. following jglick's spec and mscott's document (http://www.mozilla.org/mailnews/arch/cab.html). also fix #168115. add "IM" button to addressbook, and launch default IM application using screenname attributes of selected cards.
if multiple screennames, launch a chat.
2002-09-12 03:59:14 +00:00
caillon%returnzero.com
0a9f9ac614 167964 - nsCSSProps::LookupPropertyValue() doesn't handle -moz-appearance
r=dbaron sr=jst
2002-09-12 03:57:02 +00:00
bzbarsky%mit.edu
1d1f4c702f Fix debug-only build bustage on GCC 3.2. Don't pass objects through "...". 2002-09-12 03:44:37 +00:00
danm%netscape.com
cb279f2219 bloody hell. backing out the rest of popup manager because of a suspected Txul regression. bug 167929 2002-09-12 02:42:44 +00:00
danm%netscape.com
997fa879e8 backing out Txul-regression-causing popup window manager. bug 167929 2002-09-12 01:16:59 +00:00
rogerl%netscape.com
172045ff53 Statement result value. Loop control. Equality op. 2002-09-12 01:15:46 +00:00
ian%hixie.ch
ad095c7804 Add two new filters: One for theoretically valid URIs, and one for strings being embedded _into_ URIs. Note that the first overrides the Template::Filters version since that version is arguably incorrect. 2002-09-11 23:11:43 +00:00
bzbarsky%mit.edu
3d583e763d backing out remainder of bug 22056 patch to hopefully fix remaining
regression. a=perf regression.
2002-09-11 22:16:36 +00:00
beard%netscape.com
e217720b66 Trivial resource changes for 1.0.1 release, r=bnesse. 2002-09-11 22:05:16 +00:00
bzbarsky%mit.edu
9b274ff1cb Backing out CSS changes from bug 22056 to see whether this fixes the
perf regression.
2002-09-11 20:59:22 +00:00
alecf%netscape.com
76fecf3d4c check in dummy file so that this directory appears in people's trees - no effect on builds 2002-09-11 20:22:22 +00:00
leaf%mozilla.org
bdb8dd5fb8 backing out erroneous checkin to pull scripts 2002-09-11 18:34:54 +00:00
mikep%oeone.com
d11ad10577 Adding in check if not event array is passed. 2002-09-11 18:29:06 +00:00
mikep%oeone.com
d02273ea58 Code cleanup. 2002-09-11 18:28:42 +00:00
mikep%oeone.com
a5f999b5e7 Adding ability to publish to FTP server. 2002-09-11 18:28:16 +00:00
mikep%oeone.com
f2a6af5e31 Changing function that gets called when calendar is passed a URL. 2002-09-11 18:27:42 +00:00
mikep%oeone.com
63acddb08c Fixing localizatioFixing localizationn 2002-09-11 18:27:09 +00:00
mikep%oeone.com
454159842a Fixing bug with main view not refreshing when you click on grippy. 2002-09-11 18:25:18 +00:00
mikep%oeone.com
fa93ee7361 Changing function name that gets called if URL is passed to calendar. 2002-09-11 18:24:23 +00:00
mikep%oeone.com
7b8a079235 New build. 2002-09-11 18:23:48 +00:00
mikep%oeone.com
e788e4f04b Fixing problems with selecting all. Not complete yet, but at least select all now works. 2002-09-11 18:23:08 +00:00
cltbld%netscape.com
f70ff03c41 update the tag to MOZILLA_1_2a_RELEASE 2002-09-11 18:03:05 +00:00
mikep%oeone.com
93577816e5 Fixing bug 159455. 2002-09-11 17:57:59 +00:00
rogerl%netscape.com
e03eabe26c Statement labels. 2002-09-11 17:20:41 +00:00