bryner%netscape.com
|
0470db5deb
|
Remove some unused interfaces and files from widget. Bug 210169, r/sr=dbaron.
|
2003-06-21 02:16:53 +00:00 |
dbaron%dbaron.org
|
8c167ea60e
|
Be sure to call NS_TraceMallocStartup so we know (on Unix) not to waste time logging everything once we know there is no command-line argument. b=113833 r+sr=brendan
|
2003-06-21 00:28:05 +00:00 |
jst%netscape.com
|
a749a7af60
|
Fixing one more part of bug 209699. Replace NS_Convert* with Copy/Append*. r=dwitte@stanford.edu, sr=alecf@flett.org.
|
2003-06-21 00:26:28 +00:00 |
caillon%returnzero.com
|
36a00e95c1
|
Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
|
2003-06-21 00:15:41 +00:00 |
caillon%returnzero.com
|
e8d547f79d
|
Bug 209866 - Use nsRefPtr for non-COM refcounted members in GlobalWindowImpl and NavigatorImpl
r=sicking, sr=jst
|
2003-06-20 23:51:46 +00:00 |
relyea%netscape.com
|
87bcdd00c7
|
Fix deadlock bugscape 46733
|
2003-06-20 23:34:46 +00:00 |
bryner%netscape.com
|
463d4e8b44
|
Always add nsXBLDocumentInfos to the bound document's binding manager, even if we also put it in the XUL cache. This prevents crashes when the XUL cache is flushed (bug 201103). r=jkeiser, sr=bzbarsky.
|
2003-06-20 23:33:43 +00:00 |
bishakhabanerjee%netscape.com
|
20c2ba3f7f
|
sigh, another time
|
2003-06-20 23:24:11 +00:00 |
mstoltz%netscape.com
|
d321341b7c
|
Bug 184618 - allow scripts to close a script-generated window even if its opener has been set to null. r=heikki, sr=jst.
|
2003-06-20 22:44:33 +00:00 |
dbaron%dbaron.org
|
0b9b877576
|
Convert Mac line endings to Unix line endings so cvs can deal with these files properly
|
2003-06-20 22:41:42 +00:00 |
pschwartau%netscape.com
|
ac8601882a
|
Adding 2 more sections.
|
2003-06-20 21:10:24 +00:00 |
amardare%qnx.com
|
79b93d1e5d
|
Changes for photon platform - these changes should not affect other platforms ( build/runtime ).
Fixed the compile problems in nsFilePicker.
|
2003-06-20 20:34:07 +00:00 |
bzbarsky%mit.edu
|
7f7faf723e
|
Check that we are HTML, in addition to checking namespace, before going
case-insensitive. Bug 209271, r+sr=dbaron
|
2003-06-20 20:23:17 +00:00 |
axel%pike.org
|
d6c3840ec2
|
npob, jprof support for transformiix standalone, rs=peterv
|
2003-06-20 19:54:56 +00:00 |
cltbld%netscape.com
|
d4258e1fc5
|
renamed to build-camino.pl
|
2003-06-20 19:22:59 +00:00 |
bishakhabanerjee%netscape.com
|
2f8ca931b2
|
one more time, trying to make link clickable
|
2003-06-20 18:36:57 +00:00 |
smontagu%netscape.com
|
139ea1cf24
|
Bail out gracefully from numbered lists not expressible in Roman numerals. Bug 210128, rs=bzbarsky.
|
2003-06-20 18:34:34 +00:00 |
locka%iol.ie
|
fae339dc41
|
On behalf of zack-weg@gmx.de. Add pointer check to prevent crash on js links. b=173308 r=adamlock@netscape.com sr=alecf@netscape.com
|
2003-06-20 18:12:02 +00:00 |
mikep%oeone.com
|
f52e78b28f
|
Moving .gif files to .png.
|
2003-06-20 13:31:17 +00:00 |
mikep%oeone.com
|
45a393d2a7
|
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
|
92c591f390
|
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
|
3e80fb7dbd
|
Bug 209823 Composer should use titletips in Preview mode r=glazman sr=alecf
|
2003-06-20 09:11:40 +00:00 |
pschwartau%netscape.com
|
b95c881f25
|
Improving comments.
|
2003-06-20 05:27:38 +00:00 |
pschwartau%netscape.com
|
2defcbbf00
|
Adding 2 more sections, and an explanation for the matches by Waldemar.
|
2003-06-20 05:23:06 +00:00 |
timeless%mozdev.org
|
1e4a0301ac
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 04:57:36 +00:00 |
pschwartau%netscape.com
|
5022c55256
|
Improving comments.
|
2003-06-20 04:56:50 +00:00 |
pschwartau%netscape.com
|
ff2d59926f
|
Improving comments.
|
2003-06-20 04:55:00 +00:00 |
timeless%mozdev.org
|
0ab82cafc9
|
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
|
1d22cfa0b9
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 04:13:41 +00:00 |
dbradley%netscape.com
|
a707453fac
|
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
|
be1bbff87b
|
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
|
c0f226a3f6
|
Bug 204894 - Implement GeckoActiveXObject.supports(clsid). r=dbradley, sr=alecf
|
2003-06-20 04:08:17 +00:00 |
cltbld%netscape.com
|
8cb65e4476
|
shorten some display names to save horiz space
|
2003-06-20 03:29:50 +00:00 |
varga%netscape.com
|
f0db8753a5
|
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
|
316137abd1
|
Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
|
2003-06-20 02:58:49 +00:00 |
dwitte%stanford.edu
|
7c35b83fd4
|
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
|
c46e246f05
|
Declare src argument to SEC_ASN1DecodeItem to be const.
|
2003-06-20 01:52:19 +00:00 |
brendan%mozilla.org
|
fb73b5e631
|
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
|
9c12eac8af
|
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
|
96d4d05aaa
|
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
|
9b1d1eed2b
|
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
|
ad4b7cb78e
|
b=209995 Incorrect S/Mime status shown in UI
r/sr=sspitzer
|
2003-06-20 01:12:15 +00:00 |
dbaron%dbaron.org
|
0e69051967
|
Fixing DEBUG-only bustage.
|
2003-06-20 01:05:04 +00:00 |
dbaron%dbaron.org
|
6d22d3c842
|
Fixing DEBUG-only bustage.
|
2003-06-20 00:54:57 +00:00 |
pschwartau%netscape.com
|
709007b8c7
|
Correcting test per Waldemar at bug 209919 comment 11.
|
2003-06-20 00:40:01 +00:00 |
caillon%returnzero.com
|
7a7daee571
|
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
|
adce84c7af
|
Remove |aPresContext| and |aPresShell| parameters from |nsIFrameManager| methods. b=208190 r+sr=bzbarsky
|
2003-06-19 23:52:58 +00:00 |
dbaron%dbaron.org
|
42b06cc4f5
|
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
|
2584177855
|
Fixing checkin for bug 209033.
|
2003-06-19 23:26:23 +00:00 |
brendan%mozilla.org
|
d8bb39cfd5
|
Don't include private js header files; fix gcc warnings.
|
2003-06-19 23:18:51 +00:00 |