bbaetz%acm.org
5144e761a9
Bug 210324 - s/->err/->error/
...
r,a=justdave
2003-06-23 08:53:52 +00:00
darin%netscape.com
a5c849fca1
fixes bug 210119 "Browser crashes when opening URL" r=caillon sr=bzbarsky
2003-06-23 05:51:33 +00:00
jshin%mailaps.org
7afb380aa7
bug 206379 : additional patch : get rid of ResolveCharset() (static) and
...
rely on GetUnicodeDecoder() of nsICharacterSetConverterManager to take care of
the charset alias resolution. (r/sr=bzbarsky, sr=alecf)
2003-06-23 05:04:43 +00:00
bsmedberg%covad.net
50671bd48b
Bug 210216 remove unused nsChromeRegistry::mUIDataSource r=rjc sr=shaver
2003-06-23 04:44:28 +00:00
jshin%mailaps.org
875f814f7e
bug 183156 : replace UCS2 in function/method names with UTF16 and update the
...
document accordingly. r=jag, sr=alecf
2003-06-23 04:30:57 +00:00
ben%netscape.com
c28778ff65
Fixing Firebird build bustage after timeless' fishy checkin to bug 58613.
2003-06-23 00:56:38 +00:00
bzbarsky%mit.edu
d3d7c3caae
Show #document nodes in iframes. Fix up various code that assumed they would
...
_not_ be shown. Minor cleanup of various sorts (nsCOMArray, etc). Bug 201585,
r=caillon, sr=alecf
2003-06-22 22:40:34 +00:00
seawood%netscape.com
db0dc03fee
Use compiler test to check for Forte version instead of version string output.
...
Bug #177486 r=kyle.yuan@sun.com
2003-06-22 21:18:25 +00:00
timeless%mozdev.org
2be6473e50
Bug 58613 "last page visited" cannot handle framed pages properly
...
patch by ian@arlen.demon.co.uk r=timeless sr=alecf
2003-06-22 17:46:13 +00:00
cbiesinger%web.de
aeb643d872
209985 patch by bugzilla@pippo.demon.co.uk r=cavin sr=dmose MAPI does not check HKEY_CURRENT_USER for default mail client
2003-06-22 16:20:32 +00:00
caillon%returnzero.com
aa1b5d6b2a
[Bug 210254] nsEventListenerManager::mPrincipal is unused. Also reorganizes some members to better align them.
...
r+sr=bzbarsky.
2003-06-22 13:12:14 +00:00
cltbld%netscape.com
4d09f9ede2
Automated update
2003-06-22 09:27:59 +00:00
bryner%netscape.com
ef6fd16456
Remove unused UNIX_EMBED and UNIX_LDAP AC_DEFINEs for Mac.
2003-06-22 09:23:56 +00:00
bzbarsky%mit.edu
d096f4daca
Show the root #document node in the Inspector DOM view. Highlight doctype
...
nodes in a different color. Bug 156072, patch by ajvincent@juno.com (Alex
Vincent), r=caillon, sr=bzbarsky
2003-06-22 07:13:32 +00:00
bzbarsky%mit.edu
62064e4328
Seems to have no effect on Tp, so relanding. Who knows what btek is
...
thinking....
2003-06-22 06:34:08 +00:00
bzbarsky%mit.edu
f03f48c524
Backing the rest of this out to see whether it affects Tp.
2003-06-22 03:33:33 +00:00
bzbarsky%mit.edu
f4f7afc85f
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
5224bd40ce
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
e90e346426
initial add of file utility library, copied from venkman
2003-06-22 00:18:26 +00:00
rginda%netscape.com
52fa74451e
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
a740f51c3f
Bustage fix; add a virtual GetAncestorWithViewExternal which can be called outside gklayout
2003-06-21 18:57:14 +00:00
jst%netscape.com
a28b3800b2
Fixing typo in comment.
2003-06-21 18:03:15 +00:00
roc+%cs.cmu.edu
c7a5d89929
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
7697eb2312
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
0eb7881d00
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
8e4d28e9da
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
b4721ada59
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
c40a094aad
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
9eb859c9cf
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
c45b36fd03
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
f97a7f6cd8
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
36eb6c4539
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
98bc31db62
Missing #include "nsReadableUtils.h" -- bustage fix from the recent checkin for bug 209699.
2003-06-21 04:05:10 +00:00
jst%netscape.com
7c5e39454f
Fixing orangeness.
2003-06-21 03:08:56 +00:00
jaggernaut%netscape.com
d78a9bcfb8
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
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