timeless%mozdev.org
ba584ba7ca
Bug 152700 compiler warnings caused by 119380 checkin
...
patch by dmose r=timeless sr=bryner
2003-02-28 03:18:58 +00:00
wtc%netscape.com
9a21832e8c
Bug 192797: improved the implementation of PR_Poll for Win32. Increase
...
FD_SETSIZE from the default 64 to 1024. Make PR_Poll fail with
PR_INVALID_ARGUMENT_ERROR if we try to add more than FD_SETSIZE fd's to a
fd_set. Do not pass an empty fd_set to select, and do not call select if
all three fd_sets are empty.
2003-02-28 03:14:09 +00:00
wtc%netscape.com
aef42c65ac
Bug 164841: use high performance timers (again) on OS/2.
2003-02-28 02:46:12 +00:00
sfraser%netscape.com
1628f3e8f6
Nuking old code. Bug 11406, r=smontagu, sr=kin.
2003-02-28 02:35:00 +00:00
timeless%mozdev.org
6fb8a15754
Bug 159554 Configure with --without-x causes compile error
...
patch by bjt23@cornell.edu r=timeless sr=alecf
2003-02-28 02:34:09 +00:00
timeless%mozdev.org
139a17db7e
Bug 195278 page info shows incorrect label value for form fields
...
patch by db48x@yahoo.com r=timeless sr=jag
2003-02-28 02:34:02 +00:00
timeless%mozdev.org
0a2cabcc99
Bug 136260 ChromeWindow Object wrapped by XPConnect has members whose names shadow each other
...
r=jst sr=jst
2003-02-28 02:34:01 +00:00
wtc%netscape.com
9b91d8107b
Added a comment.
2003-02-28 02:21:52 +00:00
wtc%netscape.com
2aa159486c
Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION.
...
Modified Files: configure configure.in autoconf.mk.in nspr-config.in
2003-02-28 01:48:15 +00:00
cavin%netscape.com
028f21150f
Fix for 135993. Clear temporary return receipt filter when sent folder is changed and recreate this temporary filter when updating folders. r/sr=sspiter.
2003-02-28 01:41:36 +00:00
bryner%netscape.com
7efb28f3a5
Remove nsIXBLPrototypeHandler (part of bug 194834). r=jkeiser, sr=sfraser.
2003-02-28 01:04:45 +00:00
chak%netscape.com
d61a3333a1
Fix for #193479 - Implement InsertLink functionality in MfcEmbed editor
...
r=mjudge, sr=kin
2003-02-28 01:01:31 +00:00
shliang%netscape.com
e5bb3e68d2
73962 - sidebar overlaps icons in statusbar. r=varga, sr=jag.
2003-02-28 00:37:35 +00:00
pschwartau%netscape.com
7066f96f7c
Adding an early return to this test, due to problems on Linux RedHat8. See bug 174341 comment 24 and following.
2003-02-28 00:33:44 +00:00
shliang%netscape.com
d0141f6f8f
129510 - left align menulist labels in filter/search dialogs. r=cavin, sr=sspiter.
2003-02-28 00:32:55 +00:00
bryner%netscape.com
ec9c41fb3e
update configure to match rev 1.1170 of configure.in (checking in for jshin@mailaps.org)
2003-02-28 00:27:32 +00:00
shliang%netscape.com
d8c009d1fe
134273 - ui issues with focused buttons in select addresses dialog. r=cavin, sr=sspiter
2003-02-28 00:23:46 +00:00
shliang%netscape.com
c54e77633a
183994 - filter/search dialog ui nits, 169938 - clean up filter list statusbar, 186217 - filter not saved after action error, 195313 - menulists in filter/search dialogs dynamically change width. r/sr=sspitzer
2003-02-28 00:21:31 +00:00
rogerl%netscape.com
459b0f454b
Fixed New default constructor. stringToDouble semantics.
2003-02-27 23:51:42 +00:00
jshin%mailaps.org
9092e4409f
bug 180851 (configure.in was not committed in the prev. check-in)
...
: remove several unnecessary converters(used only for X11
font encodings) for non-gtk builds (Windows,MacOS, Xft without X11CORE,etc)
r=seawood, sr=alecf
2003-02-27 23:43:48 +00:00
cavin%netscape.com
7e3abbe47f
Fix for 138054. When appending msg to a folder set the msg with "MDNSent" flag if we support the flag. r/sr=sspitzer.
2003-02-27 23:43:01 +00:00
sfraser%netscape.com
6180a9328b
Fix bug 155013 -- the native scrollbar frame failed to enforce cur <= max, which caused the contents to remain in the wrong position sometimes. r/sr=bryner
2003-02-27 23:42:41 +00:00
sfraser%netscape.com
afdca5e1cc
Bug 191821: fix up nsObjectFrame to use nsIPluginWidget on Mac, for platform-specific plugin placement issues. Also fix a bug with scrolling Java applets, that caused them to render in the wrong places after scroll. r=peterl, sr=bryner
2003-02-27 23:35:47 +00:00
cavin%netscape.com
a436475fad
Fix for 144296. Initialize return receipt flag and type in nsMsgCompose::Initialize(). r/sr=sspitzer.
2003-02-27 23:34:29 +00:00
cltbld%netscape.com
f3593bb632
removed CFBundleGetInfoString = "Mozilla 1.3a, �� 1998-2003 The Mozilla Organization"; per jj's instructions r=loan sr=jj
2003-02-27 23:33:45 +00:00
sfraser%netscape.com
f089e1775d
Bug 191821: fix the plugin viewer (full-screen plugins) to use nsIPluginWidget on Mac. r=peterl, sr=bryner
2003-02-27 23:33:41 +00:00
sfraser%netscape.com
fd468b617d
Bug 191821: implement nsIPluginWidget in the mac carbon widget code, to handle mac-specific plugin placement issues. r=peterl, sr=bryner
2003-02-27 23:31:54 +00:00
jshin%mailaps.org
9ead7a4554
bug 180851 : remove several unnecessary converters(used only for X11
...
font encodings) for non-gtk builds (Windows,MacOS, Xft without X11CORE,etc)
r=seawood, sr=alecf
2003-02-27 23:27:57 +00:00
sfraser%netscape.com
44ebe7e101
Fix for bug 74404 -- show caret drag feedback. r=brade, sr=kin
2003-02-27 23:20:15 +00:00
sfraser%netscape.com
0fce5c3a3b
Fix bug 74404: show caret drag feedback. r=brade, sr=kin
2003-02-27 23:09:51 +00:00
oeschger%netscape.com
81e95afad3
removing extraneous im_help from mozilla, replacing space-bloated mail help file, dispensation per 162559, r=robinf
2003-02-27 23:08:56 +00:00
brendan%mozilla.org
71041a5d9d
- Move left-associative binary tree flattening from the post-order position
...
in js_FoldConstants where it was added (suboptimally: it worked, but it ran
so late that js_FoldConstants recursion was not reduced, only js_EmitTree
recursion), to NewBinary, where it avoids JSParseNode allocations up front
and reduces recursion in all parse-tree walking.
- This change enables js_FoldConstants to see a very long concatenation of
string literals as a PN_LIST node, so it can quickly concatenate without
running afoul of O(n^2) problems inherent in js_ConcatStrings applied to
two atomized strings (the old way of folding string concatenations, still
used for any pairwise string literal concatenation).
- Further optimize the first change for the second by having NewBinary set a
new pn_strcat flag (overlaying the pn_extra field) of the PN_LIST arm of
the JSParseNode.pn_u union, whenever it sees at least one string literal in
a concatenation that might be folded (whose operands might all be constants
of string or number type).
- Notes:
- only string and number constants are folded (not boolean or null
constants);
- only all-constant left-associated binary expression chains are folded,
so 2 * foo * 3 is not folded using commutativity of * over numbers, nor
is "hi" + " there" + foo folded to "hi there" + foo.
- gcc3.2 -O and objdump -x say I added 708 bytes of instructions with this
change. I tried to keep it down to what was necessary for common script;
I don't think JS needs an optimizing-compiler-strength constant folder,
and I don't think this 1K bloat is too high a price to pay for this fix.
But I'll certainly work on reducing footprint elsewhere, if I can.
- Bug 174341, r=shaver.
2003-02-27 23:04:46 +00:00
jkeiser%netscape.com
f9119b08cb
Make click+hold right-click menu work again on Mac (bug 193799), r=bryner/saari, sr=jst
2003-02-27 22:59:08 +00:00
cavin%netscape.com
47ad5ffffc
Fix for 183111. Added nsIExternalProtocolHandler interface and method handlerExists in netwerk/bae/public to be used by mozTXTToHTMLConv. Also treated 0xA0 as space in mozTXTToHTMLConv. r=darin, sr=sspitzer.
2003-02-27 22:46:42 +00:00
burnus%gmx.de
4bff0b94d6
180692 - enter_bug shows keywords option even if keywords are disabled
...
Fix broken tree.
r,a=justdave
2003-02-27 22:45:02 +00:00
harishd%netscape.com
9985e2bb3e
Make sure to resolve place-holder-array-type. b=192141, r=rayw@netscape.com, sr=vidur@netscape.com.
...
The target namespace on <schema> should be applied to <element> if and only if <element> is qualified. b=192972. r=rayw@netscape.com , sr=jst@netscape.com .
Fixed a few warnings.
*** NOT PART OF THE BUILD ***
2003-02-27 22:36:42 +00:00
bryner%netscape.com
2219499eda
For limiting exported symbols on OS X, use -exported_symbols_list instead of nmedit, if it's available. Also, don't run nmedit for debug builds. Bug 195186, r=cls.
2003-02-27 22:32:05 +00:00
lpham%netscape.com
4099b84091
update to Mozilla 1.4a bugzilla #194078 r=ycalonje, sr=granrose, a=blanket
2003-02-27 22:27:31 +00:00
harishd%netscape.com
46a6b1cf15
Do not open head context if <script> is in the body context. b=194329, r=heikki, sr=jst
2003-02-27 22:26:00 +00:00
sspitzer%netscape.com
4fbe71dec9
moving the palm readme, for robinf. r=ssu
2003-02-27 22:19:56 +00:00
rogerl%netscape.com
b73b9b73c0
Linux build clean-up.
2003-02-27 22:03:13 +00:00
pschwartau%netscape.com
241d155290
Get JS standalone building with Makefile.ref on Mac OSX (195134, r=cls). Not part of browser build.
2003-02-27 21:52:13 +00:00
burnus%gmx.de
c03ce5f67f
Bug 180692 - enter_bug shows keywords option even if keywords are disabled
...
r=bbaetz, a=justdave
2003-02-27 21:13:30 +00:00
chanial%noos.fr
9c3b9e0612
Bug 192447: correctly disable the Advanced button when js is disabled.
...
original patch by norority.
2003-02-27 18:53:51 +00:00
rogerl%netscape.com
407f5b970f
Multiple ECMA fixes.
2003-02-27 18:37:07 +00:00
chanial%noos.fr
7946afa5b2
making extension creator's life easier by reusing Mozilla's id for the browser <hbox> and by adding a <vbox id="appcontent"> enclosing the content.
2003-02-27 17:17:00 +00:00
sspitzer%netscape.com
02042d1a41
fix for bug #195085 .
...
"stale" account manager prefs can lead to problems with the compose window
and view navigation. thanks to smaug@jippii.fi for find the bug, and doing the fix.
r/sr=sspitzer
2003-02-27 15:58:15 +00:00
sspitzer%netscape.com
ceb96f1a3a
fix for bug #191891 . hang when typing in the in the junk log (or filter log) window.
...
don't allow type ahead find in these "browser" windows.
r=aaronl, sr=bienvenu
2003-02-27 15:22:22 +00:00
cbiesinger%web.de
23e0302b1f
urg, fix typo
2003-02-27 15:09:39 +00:00
pkw%us.ibm.com
9e86402a9f
Bug 193376 - Account Manager uses random value for ISP's domain if not set.
...
r/sr=sspitzer@netscape.com
2003-02-27 15:01:03 +00:00