bzbarsky%mit.edu
16ff7adf5e
Backing the rest of this out to see whether it affects Tp.
2003-06-22 03:33:33 +00:00
bzbarsky%mit.edu
35e16c1704
Backing out these last two checkins to see whether this is the cause of Tp troubles.
2003-06-22 01:13:59 +00:00
rginda%netscape.com
70afe25025
rebuild stalk expressions when the stalk options are changed from the pref panel
...
reload css when motif changed from pref panel
2003-06-22 00:31:54 +00:00
rginda%netscape.com
cd32973f61
initial add of file utility library, copied from venkman
2003-06-22 00:18:26 +00:00
rginda%netscape.com
95381c7eb2
landing patches for the following bugs, as 0.8.34:
...
193246 /list doesn't work on RFC2812 compliant IRC servers
114744 File->Close vs. View-Close
80125 Logging facility in Chatzilla.
198538 Chat views tab titles are lowcase
200188 PgDn/PgUp scroll left and right Chatzilla panes
199201 sound settings blocks stalked messages if WAV sound file ...
114104 messaging from private chat tab does not show the addressee
201324 Userlist not always kept sorted as requested
202644 Column sort behavior should parallel mailnews
184228 Spelling error in irc.js: "function net_conenct()".
206915 /join reports joining new channel in current window
209524 stalk word list cannot have length one
198823 Should be able to set Default Character Coding in Prefere...
200097 lowcase ``<nickname> has changed the topic to...''
205792 important text notification does not properly differentia...
86526 chatzilla stores default prefs in prefs.js
Thanks to ssieb, kazhik ans Silver for the patches.
2003-06-22 00:17:55 +00:00
roc+%cs.cmu.edu
6909e303db
Bustage fix; add a virtual GetAncestorWithViewExternal which can be called outside gklayout
2003-06-21 18:57:14 +00:00
jst%netscape.com
2297bec5b0
Fixing typo in comment.
2003-06-21 18:03:15 +00:00
roc+%cs.cmu.edu
a81f254443
Bug 190735. DeCOMtaminating nsIFrame and removing aPresContext parameters, in particular, the methods GetParent, GetContent, GetRect, GetOrigin, GetSize, SetRect, MoveTo, SizeTo, GetNextSibling, GetFrameState, SetFrameState, GetView, GetViewExternal, SetView, GetClosestView, GetParentWithView, AreAncestorViewsVisible, and GetWindow. For now we have compatibility wrappers, but soon we'll go through and change all the clients to use the new functions. r+sr=dbaron
2003-06-21 17:06:05 +00:00
bzbarsky%mit.edu
0b4e64910c
Trying to fix orange. We were only setting the out param in cases when we
...
tried to allocate the object for these three objects...
2003-06-21 09:36:03 +00:00
nelsonb%netscape.com
2ab3bc3979
CERT_EncodeGeneralName and CERT_DecodeGeneralName contain large switch
...
statements that repeat code for every case. This patch factors out that
common code from the cases, making the switches much smaller and reducing
bloat.
2003-06-21 08:10:07 +00:00
bzbarsky%mit.edu
a786eb9afb
Only make the check for sameness if there are listeners or if we plan to fire
...
notifications. Trying to fix small Tp regression. Bug still 209634, r=caillon,
sr=jag
2003-06-21 07:29:52 +00:00
caillon%returnzero.com
4e226fa4ff
I just noticed a few potential crashes with my patch for bug 209866. Fixes those and a few minor cleanup issues. No bug for this patch. r+sr=bzbarsky on IRC
2003-06-21 07:15:32 +00:00
nelsonb%netscape.com
66f40f98bd
Cleanup CERT_GetGeneralNameByType so that it detects when it has
...
encountered a general name of a type that it doesn't recognize, and
so that it properly casts the return value to be of the right type.
2003-06-21 07:07:47 +00:00
dwitte%stanford.edu
b444fcb403
removing some unused default ctors now that nsDerivedSafe can handle it.
...
no bug, r+sr=bz
2003-06-21 07:01:42 +00:00
nelsonb%netscape.com
9b63114ba0
The general name code uses arenas, which is good, but it never marks
...
and releases space in the arenas, so the arenas just grow and grow
until the test is completely over. This patch adds comments showing
where mark and release calls could (and probably should) be added.
It also changes CERT_CopyGeneralName to have only two exit paths,
two return statements, in preparation for the eventual use of mark and
release.
2003-06-21 06:44:43 +00:00
nelsonb%netscape.com
1042ec6f88
a) Add more missing null pointer tests that I discovered. Bug 208649.
...
b) change all PORT_*Alloc calls that allocate new structs or arrays of
same to use the PORT_*New* macros instead.
c) ifdef out some dead functions that are rife with failure to detect
allocation failures.
2003-06-21 05:23:07 +00:00
bzbarsky%mit.edu
1ba227c7d1
Make sure to fire no mutation events or internal notifications on attribute
...
changes that don't change the attr value. Bug 209634, r=caillon, sr=jst
2003-06-21 04:55:32 +00:00
caillon%returnzero.com
e4c1e68fee
Missing #include "nsReadableUtils.h" -- bustage fix from the recent checkin for bug 209699.
2003-06-21 04:05:10 +00:00
jst%netscape.com
06a1373cba
Fixing orangeness.
2003-06-21 03:08:56 +00:00
jaggernaut%netscape.com
6d16320259
Bug 210160: Add nsStringComparator parameter to String(Begins)|(Ends)With. r=bzbarsky, sr=dbaron
...
Bug 210162: Fix up comments, argument names of atom getters in nsIAtom.idl. r=bzbarsky, sr=dbaron
2003-06-21 02:59:51 +00:00
bryner%netscape.com
9d441ef1da
Remove some unused interfaces and files from widget. Bug 210169, r/sr=dbaron.
2003-06-21 02:16:53 +00:00
dbaron%dbaron.org
c58c100242
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
947ba67a9d
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
4cc64cee34
Bug 209852. Remove |dont_QueryInterface|.
...
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
caillon%returnzero.com
008f94e6a2
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
663b108222
Fix deadlock bugscape 46733
2003-06-20 23:34:46 +00:00
bryner%netscape.com
b0d40f3072
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
9948f8316d
sigh, another time
2003-06-20 23:24:11 +00:00
mstoltz%netscape.com
6fc28b1bac
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
67329fdd10
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
c8fd7b2143
Adding 2 more sections.
2003-06-20 21:10:24 +00:00
amardare%qnx.com
43b319ecae
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
f6e49f740f
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
d4e0a79f99
npob, jprof support for transformiix standalone, rs=peterv
2003-06-20 19:54:56 +00:00
cltbld%netscape.com
b7999d813d
renamed to build-camino.pl
2003-06-20 19:22:59 +00:00
bishakhabanerjee%netscape.com
4d3b8d3282
one more time, trying to make link clickable
2003-06-20 18:36:57 +00:00
smontagu%netscape.com
504a666bb2
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
b4bdc20238
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
711bca1ff8
Moving .gif files to .png.
2003-06-20 13:31:17 +00:00
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