Граф коммитов

48615 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org e26b151b43 Tidy whitespace and bracing (r=slamm@netscape.com). 1999-12-07 00:52:42 +00:00
slamm%netscape.com c0d84a657c Add dialogs. One to verify that the add should be done. Another to warn that the panel has already been added. 1999-12-07 00:41:41 +00:00
ssu%netscape.com 79c9e86610 updating scripts to display build version in Setup. Fixes bug #17377. Not part of tinderbox. Would affect only windows plaforms. r=sgehani 1999-12-07 00:23:38 +00:00
sspitzer%netscape.com ca3fcac0b6 fix for #15042. fix by=racham, r=sspitzer 1999-12-07 00:22:30 +00:00
rickg%netscape.com 9825cbc82b finally landing residual style handling code; r=harishd; other changes include warning removal and comment handling fix, r=buster. This fixes over 50 bugs. 1999-12-07 00:22:15 +00:00
rginda%netscape.com 49050135c0 Fix exit code detection. 1999-12-07 00:22:06 +00:00
mscott%netscape.com 2266405677 Fix build breakage for Travis. 1999-12-07 00:15:42 +00:00
fur%netscape.com 8913af32b1 Export nsStorageStream.h 1999-12-07 00:05:37 +00:00
rods%netscape.com 120e5721cf added a call in the creation of selects (comboboxes):
nsHTMLContainerFrame::CreateViewForFrame(aPresContext, comboboxFrame,
                                                 aStyleContext, PR_FALSE);
so we get a view when we are absolutely positioned.
r=buster bug 19382
1999-12-07 00:05:23 +00:00
rogerl%netscape.com 5fba491f2a Removed unsued local var version - shadowing caused typeof version test
to fail.
1999-12-06 23:53:57 +00:00
warren%netscape.com 0f39c4f921 2 fixes for directory listings: I added arguments to NewChannel which needed to be added in directory.js. Travis wacked nsHTTPIndexParser::OnStartRequest and didn't preserve the 'call once' stuff. r=waterson 1999-12-06 23:45:34 +00:00
edburns%acm.org c18859f93a Changed comment in initialize. 1999-12-06 23:42:13 +00:00
rginda%netscape.com 3bd9441aa0 * jsDriver.pl
Turn off trace by default (oops)
  Fix test list/ skil list output
1999-12-06 23:38:23 +00:00
tbogard%aol.net 2bc8f99632 Changed the way Assertion works. Get ready to remove all the old assertions methods. NS_ASSERTION now works the same way it used with the exception that on Windows it will put up and abort, retry, ignore box if you aren't in the debugger. r=warren. 1999-12-06 23:34:48 +00:00
rginda%netscape.com 8e4736f170 Moved test from js1_2 section 1999-12-06 23:32:25 +00:00
fur%netscape.com fd0efb29ca Added cache control flags, in support of Bug #8305 (Implement cache) 1999-12-06 23:31:47 +00:00
edburns%acm.org cc447ed81a r=marklin
a=edburns
bug=20659

Changes to bring webclient sort of up to working shape on unix.
1999-12-06 23:31:11 +00:00
dp%netscape.com 8c0df8068f Checking error status on no url spec and returning error properly. r=morse@netscape.com 1999-12-06 23:29:41 +00:00
dp%netscape.com f71c099df5 Fixing leak of atoms. r=beard@netscape.com, morse@netscape.com 1999-12-06 23:28:26 +00:00
mcafee%netscape.com d779ca924b Adding support for -f startup flag, print out execution line. r=leaf 1999-12-06 23:20:26 +00:00
robinf%netscape.com 1f4ee3b778 UI improvements; added bold to group box titles 1999-12-06 23:15:37 +00:00
rods%netscape.com 771292a12d Should have left off the ":"
r=self
1999-12-06 23:05:52 +00:00
waterson%netscape.com 77a02a8fff Bug 16709. Set 'content ID' fields on elements as they are constructed from XUL. 1999-12-06 23:05:31 +00:00
waterson%netscape.com c3688d7937 Bug 20897. Change flow-of-control; panic if we can't get from a presshell to a webshell and beyond. r=danm 1999-12-06 23:03:53 +00:00
rods%netscape.com 1788de88fc removing unused variables (bloat) and using nsLayoutAtoms::optionSelectedPseudo instead of
using a string and creating and deleting it each time.
r=kmcclusk
1999-12-06 22:59:43 +00:00
rods%netscape.com 85da5d9cdf adding :-moz-option-selected
r=kmcclusk
1999-12-06 22:57:24 +00:00
rogerl%netscape.com 4bc7c46423 version() must have int type argument.
Fixed VERSION setting to match shell.js
Fixed 'pass!' string to match 'pass'
1999-12-06 22:47:51 +00:00
rogerl%netscape.com 3cea9cfa35 version() must have int type argument.
Fixed VERSION setting to match expected string in shell.js
1999-12-06 22:46:46 +00:00
rogerl%netscape.com 07c7898644 version() must have int type argument 1999-12-06 22:45:53 +00:00
akkana%netscape.com 875f5d20d3 Add tests/outsinks to build. r=slamm 1999-12-06 22:34:11 +00:00
mscott%netscape.com f46a967be2 Bug #20700 --> fix view source by converting back and forth between nsURILoadCommand's and the old string
style version.

Fixed a memory leak of the global window.

r=travis
1999-12-06 22:32:32 +00:00
mscott%netscape.com aa86b996e5 Bug #20700 --> fix view source by converting back and forth between nsURILoadCommand's and the old string
style version.
r=travis
1999-12-06 22:32:06 +00:00
akkana%netscape.com 4f65ed63c5 Add htmlparser/tests/outsinks to the enable-tests build 1999-12-06 22:29:49 +00:00
jdunn%netscape.com 1fa56e3ef1 alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
libmsgbaseutil so we need to link it in

r= alecf
1999-12-06 22:04:24 +00:00
jdunn%netscape.com 5532fe2192 adding newline which is required on HP 1999-12-06 22:02:16 +00:00
hyatt%netscape.com 6f09e7153c Making sure the find dialog gets skinned. 1999-12-06 22:00:17 +00:00
akkana%netscape.com e25d7f30ef Remove a debug printf. Trivial one-line change 1999-12-06 21:49:04 +00:00
kin%netscape.com 893ebc079b Fix for bug #20524: [DOGFOOD] No Caret in Win32 Composer window
Made some modifications to nsEventStateManager::PreHandleEvent().
We now prevent setting of gLastFocusedContent when handling
NS_ACTIVATE. We now allow DOM focus notifications even when
we can't send a blur notification in NS_GOTFOCUS.
r=saari@netscape.com
1999-12-06 21:48:36 +00:00
kmcclusk%netscape.com a1ba1126fb Modified nsRegionWin::Init to allow for init to be called multiple times on the same instance without leaking HRGN handles. The view manager re-uses nsIRegions by calling Init on an existing instance. bug=19114; r=buster@netscape.com 1999-12-06 21:33:59 +00:00
sspitzer%netscape.com 9459932322 only correct cookies if the expires time is non-zero.
(zero means the cookie should expire at the end of the current session.)
fix by=morse, r=sspitzer, part of bug #15111
1999-12-06 21:25:01 +00:00
sspitzer%netscape.com e55d8458f0 fix for #15111, need to adjust the times in the a 4.x cookie file to work
with 5.0.  (the start of our epoch changes on the mac.)
right now, this code is turned off until we finish testing it.
fix by=morse, r=sspitzer.
1999-12-06 21:05:33 +00:00
rhp%netscape.com 1feb3b1c0a Cleanup printf's 1999-12-06 20:29:27 +00:00
blizzard%redhat.com e314631e2f bring the gtk embedded code back from the dead. this is a fix for bug #20396. 1999-12-06 20:28:47 +00:00
blizzard%redhat.com 20f60b8a1e move the installation of the GDK event handler to the first nsWidget() class constructor so that external applications don't have to know about the event handler. part of bug #20396 1999-12-06 20:24:36 +00:00
edburns%acm.org 8d3843239c r=marklin
bug=7785
a=edburns

Change nsIThreadManager::GetCurrentThread(PRUint32 *result)
to nsIThreadManager::GetCurrentThread(nsPluginThread* *result)
1999-12-06 20:12:56 +00:00
kin%netscape.com ec0053b9d3 Fix for bug #20106: [DOGFOOD] caret dissapears after some edit operations
Modified nsRangeList::GetFrameForNodeOffset() to handle case where aOffset
is >= to number of children.
r=mjudge@netscape.com
1999-12-06 20:10:18 +00:00
ducarroz%netscape.com 9f1bbf86f0 Fix for bug 20922. OnAutocComplete and AutoComplete now must start with a lower case. R=hangas 1999-12-06 20:10:05 +00:00
rhp%netscape.com 75c6ab3016 Build bustage fix for picky commercial C++ compilers. Fixes a couple member function prototypes to match their implementation. Contributed by: Tim Rowley <tor@cs.brown.edu> r: rhp 1999-12-06 20:07:06 +00:00
mcafee%netscape.com 9c7a9930f5 whitespace only 1999-12-06 20:02:37 +00:00
rginda%netscape.com df02de244d Adding IRC Client to tasks menu. r=mcafee 1999-12-06 19:56:36 +00:00