gordon%netscape.com
1fbbb54edf
Fix bug 86671 by initializing mDNSWindow member variable for XP_WIN.
...
r=neeti, sr=darin, a=asa.
2001-06-20 01:23:19 +00:00
darin%netscape.com
ccee2fe3ba
Fixes bug 82241 "assertion & crash from pthreads, multiple monitor entry
...
[crash @nsHttpConnection::ActivateConnection]" + several reported hangs.
r=bbaetz, sr=waterson, a=asa.
2001-06-20 01:21:43 +00:00
harishd%netscape.com
dcad7932bb
84136[MLK] - Avoid getting document-parser-sink circularity by delaying StartDocumentLoad call.
...
r=heikki
sr=hyatt
a=asa
2001-06-20 01:11:56 +00:00
cls%seawood.org
c4c23b9603
Work around gcc 2.95.x bug on irix by defining -D_LANGUAGE_C_PLUS_PLUS.
...
Bug #79282 r=wtc a=asa
2001-06-20 01:09:47 +00:00
matt%netscape.com
a610a06b22
bug 26106 adding ensureElementIsVisible so that that tree item is visible when it moves down
...
r=mcafee sr=ben a=asa
2001-06-20 01:06:38 +00:00
pollmann%netscape.com
f7dc012baf
Bug 57768: Send network linebreaks for input values on multipart/form-data forms. We were already doing this conversion correctly for url-encoded forms, so this should fix a few edge cases. r=jst@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org (dbaron)
2001-06-20 01:06:19 +00:00
jj%netscape.com
1753e763be
fix for bug 83377: removed obsolete files
2001-06-20 01:04:42 +00:00
pollmann%netscape.com
604e25f040
Bug 77390: Display <noscript> content if nsScriptSecurityManager::CanExecuteScripts returns false. This covers some edge cases where the pref could be set to allow javascript, but nsScriptSecurityManager doesn't want us to for whatever reason. In these cases, we will display the content in <noscript> instead of nothing, r=harishd@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (asa)
2001-06-20 01:04:24 +00:00
yokoyama%netscape.com
5dc0371152
Bug 79516;
...
Convert the description of Registry type into proper unicode
/r=ftang, /sr=ben, /a=asa
2001-06-20 00:57:52 +00:00
waterson%netscape.com
a27d682ce5
Add test case for bug 81776. Not part of the build.
2001-06-20 00:57:09 +00:00
waterson%netscape.com
e90560f4d0
Bug 81776. Give the hr frame some inline margins to bamboozle the code that tries to avoid marking lines dirty in PrepareResizeReflow(). Lame, but localized. r=dbaron, sr=attinasi, a=asa.
2001-06-20 00:54:39 +00:00
tor%cs.brown.edu
3a6cd76573
Backout of jat's checkin for 78649 - win32 line endings will break some
...
commercial unix compilers.
2001-06-20 00:53:26 +00:00
syd%netscape.com
4d842a174d
Fix for 81149, enable shortcut creation in installer for startup (turbo mode).
...
r=ssu, sr=mscott, a=asa (drivers)
2001-06-20 00:51:40 +00:00
matt%netscape.com
b91cb2578c
fix for bug 5005 r=hewitt sr=ben a=asa fix for changning urls for search autocomplete
2001-06-20 00:40:30 +00:00
bzbarsky%mit.edu
35dade1ebc
Make "View Source of Frame" inherit the charset of the document in the
...
frame. Bug 85346, r=ftang, sr=blizzard, a=asa
2001-06-20 00:39:11 +00:00
jat%princeton.edu
3a75667d13
Removes console output from non-debug builds in libimg and libpr0n modules.
...
r=cls, sr=tor, a=drivers(dbaron), bug=78649.
2001-06-20 00:32:47 +00:00
naving%netscape.com
0f6bf1f2e1
should fix speedracer SunOS bustage
2001-06-20 00:24:54 +00:00
dianesun%netscape.com
2e487bdf56
Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org
2001-06-20 00:23:35 +00:00
morse%netscape.com
3a5dee4898
bug 86181, all l10n to selectively hide panels in form manager dialog, r=vishy, sr=alecf, a=dbaron
2001-06-20 00:22:33 +00:00
amasri%netscape.com
bcd3847960
Created new tree structure for qa embedding tool (testembed). Adding files
...
needed for testembed c++ project. Not part of the build.
2001-06-20 00:19:53 +00:00
dbaron%fas.harvard.edu
0e52ed0ea6
Fix bustage from bstell's checkin that hits some versions of gcc. r=bstell
2001-06-20 00:09:49 +00:00
rginda%netscape.com
12ea62d4af
bug 85355, XPCWrappedNative::ToString should sometimes yield '[object Foo]'. patch=dbradley, r=beard+me, sr=jst, a=dbaron.
...
Make .toString print [object <class>] instead of [object wrapped <classname>] for xpc wrapped objects with scriptable info.
2001-06-20 00:04:36 +00:00
brade%netscape.com
285a89a3cb
partial fix for 85963 (add alt tag for images inserted via d&d from OS)
2001-06-19 23:56:22 +00:00
naving%netscape.com
13421beafe
84905 r=bhuvan sr=mscott a=dbaron. Make D&D to move messages across servers.
2001-06-19 23:54:00 +00:00
brade%netscape.com
79d66f2c81
check in workaround fix for cmanske for bug #84879 for RTM
2001-06-19 23:52:49 +00:00
brade%netscape.com
432e1f1938
don't escape characters in JS attributes; bug #68167
2001-06-19 23:51:29 +00:00
rginda%netscape.com
6dda9ad7d9
bug 83864 "Access to Components.interfaces denied sometimes", patch=jband, r=dbradley+mstoltz, sr=jst, a=blizzard
...
Allow xpc wrappers to be created by default, relying on security checks to happen at call-time instead.
2001-06-19 23:39:30 +00:00
bzbarsky%mit.edu
e1cac7332a
Add classinfo to nsGenericHTMLCollection, fixing bug 85560 and bug
...
83107. r=peterv, sr=jst, a=dbaron
2001-06-19 23:38:39 +00:00
bryner%uiuc.edu
f6f70d2ed8
Bug 70484 - browser window would go keydead when clicking a link inside a FRAME which loaded a new document into the top-level content area. r=saari, sr=hyatt, a=asa.
2001-06-19 23:31:25 +00:00
ssu%netscape.com
4218c34c32
fixing bug 85716 - Can't install 6.1 beta, hangs after launch of setup file
...
bug 83533 - Installer displays percentages > 100% when using HTTP
bug 83691 - Installer needs to remember 1st good URL when downloading
bug 83692 - libxpnet needs to use 1 connection to download all files
r=syd,sgehani
sr=mscott
a=drivers@mozilla.org
2001-06-19 23:25:02 +00:00
ducarroz%netscape.com
a4f3f86b7d
Fix for bug 84544. Check for null pointer to avoid crash. R=varada, SR=mscott, A=asa
2001-06-19 23:19:55 +00:00
sicking%bigfoot.com
c9c27b3e59
Make links look like links in the "properties" dialog. bug 84259. r=hwaara sr=hewitt a=asa (for drivers).
2001-06-19 23:15:09 +00:00
cotter%netscape.com
8dd5812f10
Updating help content, PDT+.
2001-06-19 23:10:51 +00:00
loadrunner%betak.net
91c70ee453
bug 85487, M091 crash at line breaker [@ nsJISx4501LineBreaker::Next],
...
r=ftang, sr=waterson, a=asa
2001-06-19 22:57:50 +00:00
bstell%netscape.com
0793323929
bug 33162 missing Japanese characters on Linux
...
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add pref to control this new code
---------------------------------------
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:55:22 +00:00
rginda%netscape.com
5a37561605
bug 85572, "Javascript Error for each message sent"; patch=jband, r=me, sr=vidur, a=asa
...
xpconnect had been printing it's large "js component threw exception" whenever chatzilla's socket code threw NS_BASE_STREAM_WOULD_BLOCK from it's streamprovider (a non-error nsresult, bah.) This patch adds the exception to the "suppression list", to quiet the debug message.
2001-06-19 22:53:36 +00:00
bstell%netscape.com
3e47fde99f
bug 33162 missing Japanese characters on Linux
...
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:51:50 +00:00
andreww%netscape.com
315400ee27
bugzilla 79220: r= timeless, sr=hewitt, a=asa - decouples timebomb message from directed url. Req'd by L10N.
2001-06-19 22:50:23 +00:00
justdave%syndicomm.com
a2bac692b3
Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or trailing spaces in the bug id, to allow for user input error. This used to work, and recent bug validation changes broke it.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-19 22:48:21 +00:00
mkaply%us.ibm.com
c0fdceb543
No bug
...
r=mkaply, pedemonte, sr=blizzard, a=asa for drivers
AWESOME xptcstubs rewrite from Jeff Jones. Incredibly elegant. Allows us to fully optimize our build.
2001-06-19 22:47:14 +00:00
dbaron%fas.harvard.edu
d825ec0bc7
Correct matching of dashmatch (|=) according to recent CSS WG discussions and fix :not() bugs with class selectors, id selectors, and $= and ^= attribute selectors. r=hixie sr=attinasi a=asa b=83616
2001-06-19 22:46:08 +00:00
naving%netscape.com
40e3695ddd
86467 r=suresh sr=mscott a=asa. use inbox as "INBOX" so that imap commands
...
are in sync.
2001-06-19 22:45:33 +00:00
dbaron%fas.harvard.edu
431a60134b
Change default for using system colors as document colors to false, and change default document background color to white rather than light gray. b=69053 r=attinasi sr=ben a=roc
2001-06-19 22:43:10 +00:00
av%netscape.com
cc0e174b11
Fixing 80105 -- added notification nsIPluginInstanceOwner that instance has been destroyed, r=peterl, sr=attinasi, a=roc+moz@cs.cmu.edu
2001-06-19 22:42:07 +00:00
oeschger%netscape.com
bfdc2fc6ad
context sensitive help, sr=blake, a=asa, r=sfraser, b=46226, part2
2001-06-19 22:40:56 +00:00
dbaron%fas.harvard.edu
ecee63effb
Make OS field of user-agent string forward compatible for future versions of Windows. b=71566 r=darin sr=rpotts a=roc
2001-06-19 22:40:34 +00:00
av%netscape.com
1bd75f3811
Fixing 80105 -- adding check for null before release, r=peterl, sr=attinasi, a=roc+moz@cs.cmu.edu
2001-06-19 22:39:39 +00:00
dbaron%fas.harvard.edu
a236696e96
To improve performance, change string iterator postfix ++ to prefix ++ when used as a statement. b=78032 r=peterv, scc, harishd, dmose sr=hyatt a=asa
2001-06-19 22:38:45 +00:00
javi%netscape.com
8fd549aded
Checking in for pollman
...
Fix for Bug 68321 r=javi, sr=jst, a=asa
2001-06-19 22:38:26 +00:00
jst%netscape.com
ebe3b5fe07
Fixing bug 83332. Event listeners registerd with the DOM method addEventListener were being executed on the wrong context, often on the safe context (i.e. the hidden window context), this causes potential security problems and problems in cases where we use the context for figuring out the base URI when resolving relative URL's n' such... r=joki@netscape.com, sr=hyatt@netscape.com, a=drivers@mozilla.org.
2001-06-19 22:37:51 +00:00