mikep%oeone.com
|
dfeb35f95e
|
Adding in patch 126118 from bug 168375 to improve the week view, patch from Eric Belhaire.
|
2003-06-20 13:21:48 +00:00 |
|
neil%parkwaycc.co.uk
|
9c09261eff
|
Bug 195733 commandglue.js included twice, causes JS error p=kd-moz@tprac.de r=me sr=dmose
|
2003-06-20 11:22:06 +00:00 |
|
neil%parkwaycc.co.uk
|
210209b3e0
|
Bug 209823 Composer should use titletips in Preview mode r=glazman sr=alecf
|
2003-06-20 09:11:40 +00:00 |
|
pschwartau%netscape.com
|
676d30cf80
|
Improving comments.
|
2003-06-20 05:27:38 +00:00 |
|
pschwartau%netscape.com
|
27c2fd7dc5
|
Adding 2 more sections, and an explanation for the matches by Waldemar.
|
2003-06-20 05:23:06 +00:00 |
|
timeless%mozdev.org
|
1bbbd5e96c
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 04:57:36 +00:00 |
|
pschwartau%netscape.com
|
7c7bb79ec1
|
Improving comments.
|
2003-06-20 04:56:50 +00:00 |
|
pschwartau%netscape.com
|
5f4fd209a2
|
Improving comments.
|
2003-06-20 04:55:00 +00:00 |
|
timeless%mozdev.org
|
8a217e5732
|
Bug 67214 parseInt() used instead of Math.round() or Math.floor() in xpfe/components/ucth/resources/helperAppDldProgress.js
patch by stevechapel@earthlink.net r=jag sr=bz
|
2003-06-20 04:33:33 +00:00 |
|
timeless%mozdev.org
|
c76cf335e1
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 04:13:41 +00:00 |
|
dbradley%netscape.com
|
f135a145fa
|
Bug 205586 - IDispatch should convert VT_EMPTY as JSVAL_VOID and VT_NULL as JSVAL_NULL. r=adamlock, sr=alecf
|
2003-06-20 04:12:26 +00:00 |
|
dbradley%netscape.com
|
d1bcd398fc
|
Bug 204765 - Parameterized properties expression don't return the assigned value. r=adamlock, sr=alecf
|
2003-06-20 04:10:15 +00:00 |
|
dbradley%netscape.com
|
1e7ae8efa5
|
Bug 204894 - Implement GeckoActiveXObject.supports(clsid). r=dbradley, sr=alecf
|
2003-06-20 04:08:17 +00:00 |
|
cltbld%netscape.com
|
0c73334798
|
shorten some display names to save horiz space
|
2003-06-20 03:29:50 +00:00 |
|
varga%netscape.com
|
b0169c51b1
|
Fix for bug 209925. Remove the temporary hack for bug 192124.
r=ccarlen, sr=jag
|
2003-06-20 03:11:24 +00:00 |
|
timeless%mozdev.org
|
b2a0d7557e
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 02:58:49 +00:00 |
|
dwitte%stanford.edu
|
eb7529542c
|
removing some unused default ctors now that nsDerivedSafe can handle it.
no bug, r+sr=bz
|
2003-06-20 02:20:34 +00:00 |
|
nelsonb%netscape.com
|
a98e4fc078
|
Declare src argument to SEC_ASN1DecodeItem to be const.
|
2003-06-20 01:52:19 +00:00 |
|
brendan%mozilla.org
|
555de8f52e
|
Use NS_REINTERPRET_CAST, not NS_STATIC_CAST, to go from void* native context type to opaque-here-without-jscntxt.h JSContext * (fixes HPUX build).
|
2003-06-20 01:47:31 +00:00 |
|
dbaron%dbaron.org
|
3daaacd191
|
Fix strict mode text-decoration when one line of the inline contains no text. b=210016,210012 r+sr=bzbarsky
|
2003-06-20 01:42:32 +00:00 |
|
kyle.yuan%sun.com
|
a1bc56e855
|
Bug 209622 nsTHashtable cause bustage on Solaris with F6U2
r/sr=bsmedberg
The missed part in nsBaseHashtable.h, patch by harinath@cs.umn.edu
|
2003-06-20 01:26:00 +00:00 |
|
dbaron%dbaron.org
|
51e6755ccd
|
Add nsIFrame::GetPresContext, which gets the pres context from the rule node which it gets from the style context. DeCOMtaminate nsStyleContext::GetRuleNode, nsRuleNode::GetRule, and nsRuleNode::GetPresContext. Remove unused nsRuleNode::PathContainsRule. b=208190 r+sr=roc
|
2003-06-20 01:22:44 +00:00 |
|
kaie%netscape.com
|
e2d898f42b
|
b=209995 Incorrect S/Mime status shown in UI
r/sr=sspitzer
|
2003-06-20 01:12:15 +00:00 |
|
dbaron%dbaron.org
|
b15c56da39
|
Fixing DEBUG-only bustage.
|
2003-06-20 01:05:04 +00:00 |
|
dbaron%dbaron.org
|
d86c49e21c
|
Fixing DEBUG-only bustage.
|
2003-06-20 00:54:57 +00:00 |
|
pschwartau%netscape.com
|
795021a138
|
Correcting test per Waldemar at bug 209919 comment 11.
|
2003-06-20 00:40:01 +00:00 |
|
caillon%returnzero.com
|
675c637069
|
When comparing principals, callers should explicitly check if the subject principal is the system principal, if it cares that it is.
This fixes bug 209946, Copy doesn't work anymore.
r=bzbarsky, sr=jst
|
2003-06-19 23:59:24 +00:00 |
|
dbaron%dbaron.org
|
e1e798d3f8
|
Remove |aPresContext| and |aPresShell| parameters from |nsIFrameManager| methods. b=208190 r+sr=bzbarsky
|
2003-06-19 23:52:58 +00:00 |
|
dbaron%dbaron.org
|
4afcaa0e69
|
DeCOMtaminate nsIFrame::GetView and SetView, and add HasView, GetClosestView, and AreAncestorViewsVisible to consolidate common patterns. b=208004 r+sr=roc
|
2003-06-19 23:44:01 +00:00 |
|
peterlubczynski%netscape.com
|
a555558fc0
|
Fixing checkin for bug 209033.
|
2003-06-19 23:26:23 +00:00 |
|
brendan%mozilla.org
|
35b5a72680
|
Don't include private js header files; fix gcc warnings.
|
2003-06-19 23:18:51 +00:00 |
|
smontagu%netscape.com
|
ccddc670c1
|
Fix regression in Character Coding menu. Bug 209878, r/sr=alecf
|
2003-06-19 23:14:13 +00:00 |
|
brendan%mozilla.org
|
e66f3155de
|
Don't include private and unnecessary js header files.
|
2003-06-19 23:13:59 +00:00 |
|
bishakhabanerjee%netscape.com
|
bc5d5ce9dc
|
echo out RESULTDIRURL; r=wtc
|
2003-06-19 23:04:25 +00:00 |
|
bishakhabanerjee%netscape.com
|
3d71f8851a
|
made RESULTDIRURL clickable link; r=wtc
|
2003-06-19 23:03:59 +00:00 |
|
bzbarsky%mit.edu
|
bf56dff08c
|
Fix tail matching algorithm. Bug 209902, patch by mvl@exedo.nl (Michiel van
Leeuwen), r=dwite, sr=bzbarsky.
|
2003-06-19 22:35:08 +00:00 |
|
rogerl%netscape.com
|
4c68c36639
|
More performance upgrades
|
2003-06-19 22:23:43 +00:00 |
|
dougt%meer.net
|
20dd3f677a
|
Cleans up nsLocalFile0S2 a bit. Removes code that checks for symlinks. r=r=mkaply, sr=blizzard, bug=209963
|
2003-06-19 21:53:26 +00:00 |
|
rogerl%netscape.com
|
3b7b519b0d
|
Performance updates
|
2003-06-19 21:43:15 +00:00 |
|
pschwartau%netscape.com
|
129f4eb65d
|
Initial add. Regression test for bug 209919.
|
2003-06-19 21:26:19 +00:00 |
|
aaronl%netscape.com
|
2c1313a3c5
|
Bustage fix. Part of old patch. Oops, sorry
|
2003-06-19 19:35:19 +00:00 |
|
locka%iol.ie
|
a475765dad
|
Check if data: protocol exists before loading a data url in design mode. b=208834 r=darin@netscape.com sr=blizzard@mozilla.org
|
2003-06-19 18:49:11 +00:00 |
|
cltbld%netscape.com
|
1f5a88845b
|
Automated update
|
2003-06-19 18:47:57 +00:00 |
|
bsmedberg%covad.net
|
581fce1582
|
Bug 209622 - bustage fix for stupid compilers (Sun WS and DEC OSF1) -
also remove unused configure test. r=dbaron sr=alecf
|
2003-06-19 18:42:23 +00:00 |
|
sicking%bigfoot.com
|
13f65a560a
|
Bug 209667: Make it possible to hold an nsRefPtr to a class that lacks an empty ctor. I'll back this out if it breaks any ports.
r=jag sr=dbaron on the nsCOMPtr.h part
r=Pike sr=peterv on the transformiix part
|
2003-06-19 18:21:39 +00:00 |
|
dbaron%dbaron.org
|
6851bed075
|
Begin deCOMtamination of central objects by adding inline getters to get from one object to another. b=208190 r=roc sr=bzbarsky
|
2003-06-19 18:16:53 +00:00 |
|
aaronl%netscape.com
|
437d6d69f1
|
Bug 208922. Make nsIAccessNode useful for inprocess accessibility clients. Rest of patch. r=kyle, sr=alecf
|
2003-06-19 18:13:49 +00:00 |
|
aaronl%netscape.com
|
3014b137da
|
Bug 208922. Make nsIAccessNode useful for inprocess accessibility clients. r=kyle, sr=alecf
|
2003-06-19 18:12:52 +00:00 |
|
cltbld%netscape.com
|
87a3a21aa0
|
Automated update
|
2003-06-19 17:48:31 +00:00 |
|
varga%netscape.com
|
08ce52d330
|
Fix for bug 196612. FizzillaMach shows no icons in the Attachments pane.
r=cls, sr=bryner
|
2003-06-19 17:42:42 +00:00 |
|