timeless%mozdev.org
b19bcb9639
Bug 197623 prefetch links should not be shown in Site Navigation Bar
...
patch by stevechapel@earthlink.net r=dean_tessman sr=jst a=asa
2003-05-23 03:05:00 +00:00
timeless%mozdev.org
183e1e0150
Bug 179117 Increase number of URL bar dropdown menu items and decouple from number of history items
...
patch by stevechapel@earthlink.net r=hewitt sr=alecf a=asa
2003-05-23 03:00:47 +00:00
pinkerton%netscape.com
0fb74298b0
don't use jaguar-only routines for search field (bug 201796)
2003-05-23 01:45:29 +00:00
wtc%netscape.com
f80927d197
Bug 206815: fixed a benign UMR in the PR_Poll implementations based on
...
poll(). We should initialize the events field of the pollfd structure
when we set the fd field to -1 even though the events field is ignored
if the fd field is negative.
Modified Files: ptio.c uxpoll.c
2003-05-23 01:34:51 +00:00
shliang%netscape.com
d05f694269
205055 - nav-only install missing ctrl-m shortcut for new mail messages. r/sr/a=sspitzer
2003-05-23 01:26:36 +00:00
shliang%netscape.com
9e3020e98e
199354 - default sidebar to closed for new profiles. r=sgehani, sr=jag, a=sspitzer
2003-05-23 01:23:17 +00:00
waldemar%netscape.com
d811610d75
Numerous algorithm fixes, changes, and additions. Began support for the global object and library classes.
2003-05-23 01:10:07 +00:00
waldemar%netscape.com
26aaf3fe4e
Added support for strings in references for referring to external definitions in pages other than the default one.
2003-05-23 01:08:32 +00:00
waldemar%netscape.com
51ef5de5e6
Renamed Character to Char16. Added support for ToNumber and parseFloat.
2003-05-23 01:07:54 +00:00
waldemar%netscape.com
9fa9578219
Supported regular expression literals
2003-05-23 01:07:24 +00:00
waldemar%netscape.com
f22fd92899
Reordered grammars
2003-05-23 01:06:22 +00:00
waldemar%netscape.com
73c2efce1a
Renamed Character to Char16.
2003-05-23 01:05:48 +00:00
waldemar%netscape.com
814f2588ff
Changed record constructors to depict using single angular brackets.
2003-05-23 01:04:48 +00:00
waldemar%netscape.com
17b22da5a8
Added support for strings in references for referring to external definitions in pages other than the default one.
2003-05-23 01:03:01 +00:00
waldemar%netscape.com
1ef4ba6ae1
Added integer-list and lisp-call expressions. Changed record constructors to depict using single angular brackets.
2003-05-23 01:01:29 +00:00
waldemar%netscape.com
cf1fb63e8a
Renamed Character to Char16. Added integer-list and lisp-call expressions.
2003-05-23 01:00:25 +00:00
dbaron%dbaron.org
c6ff914d34
Backing out my checkin for bug 206682 due to performance regression (slowing down NS_ConvertUCS2toUTF8).
2003-05-23 00:32:54 +00:00
bryner%netscape.com
dee9fcdf0a
Unify the find strings for the find dialog and typeahead find. This also fixes "find again" in conjunction with typeahead find (bug 204645). r=pink.
2003-05-23 00:27:43 +00:00
bryner%netscape.com
956edccb99
Fix botched checkin for bug 199737 (context menu key on Windows). r=shliang, sr=sspitzer, a=sspitzer.
2003-05-23 00:16:39 +00:00
bienvenu%netscape.com
9bd18f223f
attempt to fix bug 205379 folder busy problems after getting pop3 new mail on attbi servers, r/sr/a=sspitzer
2003-05-22 23:53:29 +00:00
rogerl%netscape.com
844fdc31f3
Forcing flat regexp for string.replace
2003-05-22 23:04:27 +00:00
gerv%gerv.net
cc10522769
Bug 37749 - query for changes to specific field in last n days not working. Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv.
2003-05-22 22:55:55 +00:00
mkaply%us.ibm.com
9449870c9f
#206317
...
r=ere, sr=jst, a=mkaply
Set a default content type to text/html when doing document.write()
2003-05-22 22:39:04 +00:00
timeless%mozdev.org
5104e77113
Bug 132331 Exception... "Component returned failure code:" because we stat files *way* too often
...
Bug 167528 Status line not updated after delete
patch by ian@arlen.demon.co.uk r=neil sr=jag a=sspitzer
2003-05-22 22:22:42 +00:00
dougt%meer.net
c116b571ee
Fixing memory leaks. b=206655, r=bernd, sr=dbaron, a=asa
2003-05-22 22:12:09 +00:00
brade%netscape.com
26d8b37c37
documentation changes for editor commands; r/sr=smfr; a=asa
2003-05-22 22:03:34 +00:00
bryner%netscape.com
47979cea70
Fix fast-update bustage from bug 205912 checkin.
2003-05-22 21:56:54 +00:00
mkaply%us.ibm.com
afa398f442
#205825
...
r=mkaply, sr=blizzard (platform specific) a=mkaply
OS/2 only - cleanup PS code - accidental reuse of presentation spaces
2003-05-22 21:50:09 +00:00
rginda%netscape.com
81f8daa616
bug 206639, "land latest chatzilla", a=asa
...
Changes between 0.8.26 and 0.8.31 are:
* bug 119746: it is now possible to change character sets per channel.
* bug 206066: auto-connect networks now open in correct order
* bug 193246: fixed /list problem on some servers
2003-05-22 21:28:13 +00:00
dbaron%dbaron.org
06133b6d3c
Move the core of NS_ConvertUCS2toUTF8 into character sinks in nsUTF8Utils.h, and use them to make ToNewUTF8String faster. Fix bug in surrogate handling in the moved code. Fix null-termination bug in UTF8ToNewUnicode. b=206682 r=jag sr=alecf a=brendan
2003-05-22 21:25:43 +00:00
alecf%flett.org
f6ad24ed15
slightly change the spacetrace output so people know what to DO with port 1969
...
this is a spacetrace-only change, not part of the build
2003-05-22 20:59:55 +00:00
jkeiser%netscape.com
9ee03c08e4
Fix crash printing fixed-position float elements (bug 200347), r=kin@netscape.com, sr=dbaron@dbaron.org, a=asa
2003-05-22 20:56:35 +00:00
bienvenu%netscape.com
1e64877b6c
fix problem migrating/downloading mail that has been downloaded by Mail.app and marked as non junk, r=sfraser, sr/a=sspitzer 192596
2003-05-22 20:50:40 +00:00
dwitte%stanford.edu
d2fb75c8f6
oops, missed a file in previous checkin
2003-05-22 20:43:56 +00:00
dwitte%stanford.edu
97883af4de
Bug 206022: [cookies] parser doesn't allow spaces in NAME token.
...
makes the cookie parser tolerant of spaces in the token name strings, which some sites rely on.
r=mvl, sr=alecf, a=asa.
2003-05-22 20:41:17 +00:00
rbs%maths.uq.edu.au
350502ab16
Reset some CSS properties not relevant to MathML <mtable>, b=206704, r+sr=bz, a=asa
2003-05-22 19:39:38 +00:00
mkaply%us.ibm.com
8a2388c24b
#201598
...
r=sicking, sr=jag, a=mkaply
Specify default hover border on sidebar as 2px in modern to avoid sizing problems with large fonts
2003-05-22 19:14:11 +00:00
caillon%returnzero.com
9adb4b2876
Bug 206701 - leak fix.
...
r+sr+a=sspitzer
2003-05-22 13:42:28 +00:00
neil%parkwaycc.co.uk
1b812b958b
Bug 204388 Support Ctrl++ and variants to increase font size in Composer r=brade r=bobj(l10n) sr=alecf a=asa
2003-05-22 12:35:23 +00:00
neil%parkwaycc.co.uk
c86df52643
Bug 140467 update download manager buttons when download completes p=ian@arlen.demon.co.uk r=me sr=jag a=asa
2003-05-22 10:14:06 +00:00
aaronl%netscape.com
17f1f876c4
Backing out bug 202080 until I can figure out bustage
2003-05-22 09:45:03 +00:00
rogerl%netscape.com
8e244ed976
String fixes
2003-05-22 08:39:55 +00:00
bryner%netscape.com
554b5bc297
It's no longer necessary to pass -DIBMBIDI on the command line; it's defined in mozilla-config.h which we include through the prefix file.
2003-05-22 08:31:23 +00:00
aaronl%netscape.com
cac2b855ab
Bug 202080. Use new THashtable in accessibility. r=bsmedgberg, sr=alecf, a=asa
2003-05-22 08:09:54 +00:00
nelsonb%netscape.com
2c6eaafff6
Report the right error code for unrecognized OIDs.
2003-05-22 05:20:02 +00:00
pinkerton%netscape.com
61884c973b
ensure target is set correctly when switching between bm & history
2003-05-22 05:05:20 +00:00
kmcclusk%netscape.com
ad7db364f5
Backing out my changes for bug 14190 to see if the Tp: and Ts: numbers on MacOSX go back down.
2003-05-22 04:59:30 +00:00
ssu%netscape.com
21146f47d9
fixing bug 203602 - Default icon for Mail shortcut not optimal. r=sgehani, sr=jag, a=sspitzer
2003-05-22 04:53:42 +00:00
nelsonb%netscape.com
bf4cc8f8d1
Make tstclnt interactive on Windows. Bug 206031.
2003-05-22 04:34:38 +00:00
brendan%mozilla.org
961716913a
Include primary package locale as well as chrome path in the FastLoad file, so locale-switching invalidates any incompatible file (189870, r=jrgm, sr=ben, a=asa).
2003-05-22 04:09:34 +00:00