waldemar%netscape.com
|
463d769320
|
Added :text-statement and :text-statement-last styles
|
2003-05-03 00:15:36 +00:00 |
waldemar%netscape.com
|
d1f6ff0647
|
Added support for generating distinct identifiers that print alike by including a # symbol in one of them
|
2003-05-03 00:15:03 +00:00 |
waldemar%netscape.com
|
618abf1ecd
|
Added text-stmt
|
2003-05-03 00:13:47 +00:00 |
rogerl%netscape.com
|
eb0a93ef38
|
Test fixes, break & continue handling, switch statements, === operator.
|
2003-05-02 22:35:22 +00:00 |
varga%netscape.com
|
05096034d5
|
Fix for bug 189719. Automatic image sizing: Use a custom magnifying glass cursor.
r=dbaron, sr=roc, a=sspitzer
|
2003-05-02 22:23:55 +00:00 |
cltbld%netscape.com
|
6806665b45
|
Automated update
|
2003-05-02 22:08:11 +00:00 |
leaf%mozilla.org
|
47aa53a203
|
fix bustage for windows systems with spaces in paths to midl, a=dbaron, bug
204213
|
2003-05-02 22:06:30 +00:00 |
cltbld%netscape.com
|
eb80ab88f5
|
Automated update
|
2003-05-02 21:48:11 +00:00 |
dougt%meer.net
|
4a498dbee6
|
Adding USE_DEPENDENT_LIBS to build system. b=193442, r=seawood, a=seth
|
2003-05-02 21:38:10 +00:00 |
timeless%mozdev.org
|
011cbf1883
|
Bug 203947 - Creating '@mozilla.org/xmlextras/proxy/webserviceproxy;1' or '@mozilla.org/xmlextras/proxy/webserviceproperty
r=harishd sr=heikki a=sspitzer
|
2003-05-02 21:23:31 +00:00 |
timeless%mozdev.org
|
e5576b54e0
|
Bug 204069 ifdef DEBUG_kin some stuff in nsTextServicesDocument.cpp to remove warnings/hide unused debug code
r=kin sr=kin a=sspitzer
|
2003-05-02 21:13:41 +00:00 |
harishd%netscape.com
|
55d1c05634
|
Allow userdefined tags in the HEAD. b=167493, r=nisheeth@netscape.com, sr=jst@netscape.com, a=sspitzer
|
2003-05-02 20:57:52 +00:00 |
dwitte%stanford.edu
|
9597ea7d9b
|
Bug 202313: Lifetime = 0 makes cookies disappear and reappear w/ multiple refreshes.
polishes cookie expiry behavior and cleans up a little expiry code.
r=mvl, sr=darin, a=sspitzer.
|
2003-05-02 20:43:43 +00:00 |
blizzard%redhat.com
|
ed7019a4a0
|
Bug #174471. Turn on native themes for gtk2. Not part of the default builds.
|
2003-05-02 19:38:01 +00:00 |
cbiesinger%web.de
|
a50a2af344
|
204072 r+sr=bz a=sspitzer Cache IOService and imgILoader in nsImageLoadingContent
|
2003-05-02 19:21:00 +00:00 |
bryner%netscape.com
|
18e7480ce6
|
Slight optimization to my last checkin - gotDragDelta is unnecessary, since pixelThresholdX is guaranteed to be set to a non-zero value the first time this block of code runs. Part of bug 201342, r=blizzard, sr=sfraser.
|
2003-05-02 19:10:18 +00:00 |
bryner%netscape.com
|
30a4978da7
|
Use system metrics when available, and observed platform behavior otherwise, for determining the threshold to begin a drag. Bug 201342, r=blizzard, sr=sfraser, a=sspitzer.
|
2003-05-02 18:20:38 +00:00 |
bryner%netscape.com
|
81f5df7ca4
|
Bug 159450 - only allow overlays to load from the same origin as the master document. Also, fix non-chrome overlays. Bug 159450, r=mstoltz, sr=ben, a=asa.
|
2003-05-02 18:15:30 +00:00 |
brendan%mozilla.org
|
d5f651f929
|
Restore lost API compatibility: copy getter and setter as well as shortid when shadowing a prototype property that has a shortid (203084, r=rogerl, sr=shaver).
|
2003-05-02 17:36:58 +00:00 |
rogerl%netscape.com
|
0bd858567e
|
RegExp fixes.
|
2003-05-02 14:30:39 +00:00 |
igor%mir2.org
|
0ec8c3be9c
|
When marking parse tree nodes as special calls, use explicit integer id to specify node type, note a generic boolean flag. It would allow for simpler code during special calls evaluation.
|
2003-05-02 14:00:19 +00:00 |
igor%mir2.org
|
6db53c35e3
|
In ScriptRuntime.callOrNewSpecial remove special handling of exec calls since it is never used.
|
2003-05-02 12:16:05 +00:00 |
igor%mir2.org
|
1460a34ed2
|
Simpler code in Codegen.visitRegularCall to select which runtime method to call.
|
2003-05-02 11:34:05 +00:00 |
igor%mir2.org
|
f22082da7c
|
Cosmetics: tabs and end-of-line whitespace removal
|
2003-05-02 10:27:56 +00:00 |
katakai%japan.sun.com
|
8010d269c5
|
UTF mode of HKSCS characters show ugly
patch from ervin.yan@sun.com
r=ftang,sr=rbs,a=sspitzer
|
2003-05-02 08:49:07 +00:00 |
tara%tequilarista.org
|
61f7230fba
|
checking in David Berry's patch for bug 157682
|
2003-05-02 06:45:25 +00:00 |
darin%netscape.com
|
34c20a2555
|
fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa
|
2003-05-02 06:31:55 +00:00 |
dbradley%netscape.com
|
1196a91c44
|
Bug 203093 - Move ActiveXObject --> NSActiveXObject -> GeckActiveXObject. r=adamlock, sr=alecf, a=sspitzer
|
2003-05-02 04:09:12 +00:00 |
ccarlen%netscape.com
|
b4e4bba8eb
|
Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD
|
2003-05-02 04:03:04 +00:00 |
ccarlen%netscape.com
|
1ce553d631
|
Profile sharing - enable in mfcEmbed for testing. bug=202474, r=adamlock/sr=darin/a=asa
|
2003-05-02 04:01:22 +00:00 |
ccarlen%netscape.com
|
a4bd015648
|
Profile sharing - use in prefs. bug=202474, r=jgaunt/sr=alecf/a=asa
|
2003-05-02 04:00:19 +00:00 |
ccarlen%netscape.com
|
5cde65560f
|
Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa
|
2003-05-02 03:59:23 +00:00 |
ccarlen%netscape.com
|
37697e5c14
|
Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa
|
2003-05-02 03:57:15 +00:00 |
cltbld%netscape.com
|
3b93a775fb
|
Automated update
|
2003-05-02 03:38:10 +00:00 |
wtc%netscape.com
|
18afa81190
|
Bug 204011: fixed the bug that nssPKIObjectCollection_AddInstances frees an
instance twice if add_object_instance fails. r=mcgreer.
|
2003-05-02 03:01:13 +00:00 |
mcafee%netscape.com
|
ee1d0feba7
|
Typo fix, patch courtesy caillon@returnzero.com.
|
2003-05-02 02:54:18 +00:00 |
ccarlen%netscape.com
|
7016961b7e
|
Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa
|
2003-05-02 02:51:25 +00:00 |
blizzard%redhat.com
|
1e797152d1
|
Part of bug #174471. Fix problems with bluecurve them with gtk2 native themes. r=bryner, sr=sspitzer, a=asa
|
2003-05-02 02:31:06 +00:00 |
sspitzer%netscape.com
|
4ed715b573
|
fix for bug #161999
for local trash folder, empty trash doesn't always update unread / total msg counts.
r/sr=bienvenu, a=sspitzer
|
2003-05-02 02:30:09 +00:00 |
sspitzer%netscape.com
|
d76530c4c1
|
remove bogus comment.
|
2003-05-02 02:11:53 +00:00 |
sspitzer%netscape.com
|
b07753ff8f
|
fix for bug #186573
when pop mail comes in, and we aren't looking at the inbox
we don't update the unread / total counts.
r/sr=bienvenu, a=sspitzer
|
2003-05-02 02:04:10 +00:00 |
sspitzer%netscape.com
|
4ca245577f
|
even though they live in mailnews/extensions
mdn, mailviews and bayesian aren't optional.
no bug, no reviewer. just adding a comment.
|
2003-05-02 01:21:16 +00:00 |
myk%mozilla.org
|
767958e0b1
|
Checking in an irrelevant change to test the new sendmail on thelizard.
|
2003-05-02 00:57:36 +00:00 |
scott%scott-macgregor.org
|
e1bf2e76d9
|
add a tab.
|
2003-05-02 00:11:06 +00:00 |
dougt%meer.net
|
374608026e
|
fixing a dde bug that caused urls that were over 255 chars to fail. Bug 166872, r=law, sr=darin, a=sspitzer@netscape.com
|
2003-05-02 00:05:08 +00:00 |
sspitzer%netscape.com
|
67abf79e95
|
fix for build bustage.
|
2003-05-01 23:50:49 +00:00 |
dougt%meer.net
|
18d99978a3
|
Fixing up the comment so that it doesn't include params which are not there. r=me. Thanks to Ellen Evans for pointing this out.
|
2003-05-01 23:28:38 +00:00 |
jaggernaut%netscape.com
|
bff6fd3175
|
Bug 203722: [classic,native] <menulist> display label truncated / cropped. r=Shuehan, sr=sspitzer, a=sspitzer
|
2003-05-01 23:03:08 +00:00 |
rogerl%netscape.com
|
e1da490208
|
Exception handling fixes.
|
2003-05-01 23:02:13 +00:00 |
bienvenu%netscape.com
|
eb67a8dff9
|
fix endless quota alerts, r/sr=sspitzer, a=sspitzer 204120
|
2003-05-01 22:35:51 +00:00 |