mcmullen%netscape.com
|
6da6f2e50d
|
Assert when nsFileSpec gets a unix path
|
1999-05-12 00:17:53 +00:00 |
|
matt%netscape.com
|
c18dbb8bc4
|
Added viewsource.js and needed to change the name to viewSource.js
|
1999-05-12 00:17:22 +00:00 |
|
kipp%netscape.com
|
93258cd0bc
|
Fix makefile glitch
|
1999-05-12 00:15:22 +00:00 |
|
rhp%netscape.com
|
dee4a72432
|
removed files: mozilla/mailnews/mime/emitters/html/rebuffer.cpp
|
1999-05-12 00:13:19 +00:00 |
|
matt%netscape.com
|
aabef15808
|
Adding viewSource.xul and adding the viewsource.js makefiles
|
1999-05-12 00:07:23 +00:00 |
|
matt%netscape.com
|
5ade4c093a
|
Ripping out javascript from viewsource.js
|
1999-05-12 00:06:17 +00:00 |
|
pinkerton%netscape.com
|
812bb80a2f
|
using accessors when required by Carbon. Also adding lots of preliminary macOS drag and drop stuff. Wish I could have separated these into multiple checkins, but not possible.
|
1999-05-12 00:02:09 +00:00 |
|
mcmullen%netscape.com
|
93409bfffa
|
Well, the pref stuff in here was all bogus. Fixed it up so that it works.
|
1999-05-11 23:56:14 +00:00 |
|
sspitzer%netscape.com
|
5db46d7e5c
|
added files: mozilla/mailnews/mime/src/nsMimeURLUtils.cpp
|
1999-05-11 23:51:29 +00:00 |
|
karnaze%netscape.com
|
0cad3ea937
|
additional regression tests
|
1999-05-11 23:49:46 +00:00 |
|
mscott%netscape.com
|
2885be624e
|
part of mailnews audit --> use nsCOMPtr. Use NS_SUCCEEDED test instead of comparing directly against NS_OK. fix mem leak on msghdr & mismatched memory free.
|
1999-05-11 23:47:13 +00:00 |
|
mcmullen%netscape.com
|
3c20302286
|
We don't need to link with libpref, so I removed it.
|
1999-05-11 23:46:42 +00:00 |
|
alecf%netscape.com
|
fe1caf010d
|
add a way to avoid generating .xpt files (since forward declaring in xpt files is broken right now)
add a rule to generate tags for emacs
|
1999-05-11 23:43:36 +00:00 |
|
rhp%netscape.com
|
0ab36c6fac
|
Changes for new URL parsing interface
|
1999-05-11 23:42:27 +00:00 |
|
rhp%netscape.com
|
99a2cbda6a
|
New interface for URL parsing
|
1999-05-11 23:39:48 +00:00 |
|
rhp%netscape.com
|
aa5ae06643
|
cleanup
|
1999-05-11 23:36:07 +00:00 |
|
rhp%netscape.com
|
8bd8228489
|
Cleanup
|
1999-05-11 23:35:57 +00:00 |
|
kipp%netscape.com
|
9418198626
|
Fix for windoze build
|
1999-05-11 23:35:05 +00:00 |
|
akkana%netscape.com
|
b0b172cff8
|
Add test for IsDataFlavorSupported for xpfe folks to fix bug 6289
|
1999-05-11 23:34:40 +00:00 |
|
rhp%netscape.com
|
69a4902b86
|
Cleanup of debug output
|
1999-05-11 23:30:24 +00:00 |
|
rhp%netscape.com
|
3e89e710db
|
New interface for URL parsing
|
1999-05-11 23:28:33 +00:00 |
|
rhp%netscape.com
|
01f3fd3aad
|
New interface for URL parsing utilities
|
1999-05-11 23:28:09 +00:00 |
|
kipp%netscape.com
|
a0090254da
|
nuked
|
1999-05-11 22:42:58 +00:00 |
|
kipp%netscape.com
|
c180b6ccab
|
Removed nsWBRFrame.cpp from the build
|
1999-05-11 22:42:43 +00:00 |
|
kipp%netscape.com
|
c8cf2c48e8
|
removed files: mozilla/layout/html/base/src/nsWBRFrame.cpp
|
1999-05-11 22:42:29 +00:00 |
|
kipp%netscape.com
|
57e4b9920d
|
Stubbed out
|
1999-05-11 22:39:46 +00:00 |
|
mscott%netscape.com
|
8f857ac10a
|
re-audit this filetoo use nsCOMPtr as some code was added that wasn't using it when it should have. fix memory leak of folder name.
|
1999-05-11 22:32:29 +00:00 |
|
briano%netscape.com
|
e782ee72fd
|
Automated update
|
1999-05-11 22:29:43 +00:00 |
|
putterman%netscape.com
|
a0839afb8e
|
Fix mismatch memory free.
|
1999-05-11 22:28:34 +00:00 |
|
putterman%netscape.com
|
89e1e4a312
|
Fixed mismatched memory free.
|
1999-05-11 22:28:06 +00:00 |
|
akkana%netscape.com
|
a9fb77217e
|
New build option enable-crash-on-assert for those who really want the old behavior
|
1999-05-11 22:22:24 +00:00 |
|
kipp%netscape.com
|
4846f41f1f
|
Reworked frame factory methods; fixed bug 4519
|
1999-05-11 22:03:29 +00:00 |
|
pinkerton%netscape.com
|
cc378d7595
|
use accessors for opaque data structs where required for carbon. Make sure we return grafptrs when asking for graphics and windowptrs when asking for windows, since they are very different under Carbon.
|
1999-05-11 21:56:17 +00:00 |
|
pinkerton%netscape.com
|
2393079fea
|
scroll action proc's need keyword pascal for Carbon. conditionally added it. Ugly, but it works.
|
1999-05-11 21:51:33 +00:00 |
|
pinkerton%netscape.com
|
63c8215e0f
|
using accessor functions for opaque data structs where necessary for carbon.
|
1999-05-11 21:47:03 +00:00 |
|
pinkerton%netscape.com
|
01692677ca
|
using accessors for opaque data structs where necessary for Carbon.
|
1999-05-11 21:46:10 +00:00 |
|
pinkerton%netscape.com
|
40796f98f3
|
FetchFontInfo not yet in Carbon. This will be fixed, but is hacked around for now.
|
1999-05-11 21:43:54 +00:00 |
|
pinkerton%netscape.com
|
84e6a2d3eb
|
ask for the grafPort, not the window, since they are different in Carbon.
|
1999-05-11 21:41:03 +00:00 |
|
pinkerton%netscape.com
|
66b7154dab
|
moved the ifdefs around the printing code to be more correct.
|
1999-05-11 21:40:25 +00:00 |
|
pinkerton%netscape.com
|
39b883dab7
|
old printing api's obsoleted in carbon.
|
1999-05-11 21:40:01 +00:00 |
|
briano%netscape.com
|
da87765bfe
|
Automated update
|
1999-05-11 21:39:38 +00:00 |
|
briano%netscape.com
|
ae3c2af995
|
Fixed a bug in the Motif toolkit section.
|
1999-05-11 21:39:02 +00:00 |
|
pinkerton%netscape.com
|
23c0314a49
|
comment out printing under Carbon. api's have been obsoleted and need to be redone.
|
1999-05-11 21:36:39 +00:00 |
|
pinkerton%netscape.com
|
cf909d0bf5
|
comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed.
|
1999-05-11 21:36:19 +00:00 |
|
pinkerton%netscape.com
|
1c1040d611
|
dont use OpenDeskAcc under Carbon.
|
1999-05-11 21:32:51 +00:00 |
|
pinkerton%netscape.com
|
44eee344d5
|
some of the timer stuff in here (which we don't use) doesn't like the WWDC Carbon Headers. #ifdef'd out for TARGET_CARBON.
|
1999-05-11 21:31:32 +00:00 |
|
pinkerton%netscape.com
|
31a4815379
|
use MacPrefix.h for the target we build. It was already used in the other targets, but not for the optimized .o we always build.
|
1999-05-11 21:30:18 +00:00 |
|
ducarroz%netscape.com
|
8fa271cecf
|
Improuve fiability of the unique number generation for the session ID
|
1999-05-11 21:29:50 +00:00 |
|
pinkerton%netscape.com
|
46a75080ad
|
add "MacOS Support:Universal Headers" access path to debug and opt targets in order to pick up new carbon includes. This will not effect non-carbon builds since this path exists already. Just compiler weirdness makes this necessary.
|
1999-05-11 21:29:07 +00:00 |
|
pinkerton%netscape.com
|
a874cd71b5
|
Font stuff now in CarbonLib so no need to link with it specially.
|
1999-05-11 21:27:25 +00:00 |
|