alecf%netscape.com
|
a4d089782d
|
update ISP example (not part of build)
|
2000-06-30 06:03:21 +00:00 |
alecf%netscape.com
|
fe881c706f
|
fix for #43911 - make double-clicking of messages in the search window open the target
message in a standalone message window - mostly moving files into threadPane.js and
abstracting out the folder datasource
r=putterman
|
2000-06-30 06:02:30 +00:00 |
mscott%netscape.com
|
c73b717316
|
Bug #43887 --> fix build bustage on Win2K. This bug wasn't nsbeta2 plussed yet but it's build breakage fix!!
r=sspitzer
|
2000-06-30 06:02:27 +00:00 |
jfrancis%netscape.com
|
246b4d9654
|
fixing max text length initialization for text fields. 43275
|
2000-06-30 05:51:34 +00:00 |
jfrancis%netscape.com
|
9fde4ea530
|
fix for undo in ender-lite (text fields, url bar, etc)
|
2000-06-30 04:58:34 +00:00 |
jband%netscape.com
|
9ec0b005fc
|
Fix dogfood/crash bugs: 42750, 39858 and fix 43897 and improve JS/XPConnect error reporting to help with crasher 40792. r=mccabe@netscape.com.
|
2000-06-30 04:04:46 +00:00 |
mcafee%netscape.com
|
1f0f8a1c01
|
Properly set up pref callbacks for intl.accept_languages (41046). r=gagan
|
2000-06-30 02:58:13 +00:00 |
rjc%netscape.com
|
897fbc4450
|
Fix bug # 44284: fix bookmark schedule XUL. Code from danm. r=me
|
2000-06-30 01:56:03 +00:00 |
hangas%netscape.com
|
4fb8017909
|
More work on bug 43658 classic skin repair. Written by german. r= hangas.
|
2000-06-30 01:35:40 +00:00 |
dbaron%fas.harvard.edu
|
9ebbc52ee8
|
Add new regression tests. Does not affect build.
|
2000-06-30 01:26:06 +00:00 |
danm%netscape.com
|
c651fe5bec
|
change last revision to use general API rather than requiring a new one. r=morse@netscape.com. bug 25684
|
2000-06-30 01:23:16 +00:00 |
danm%netscape.com
|
193c71174b
|
get window for dialog parent from channel before defaulting to HiddenWindow in OnEndDocumentLoad. Fixes behaviour of the 'select a user' modal dialog. bugs 25684,44149. r=morse@netscape.com
|
2000-06-30 01:13:37 +00:00 |
danm%netscape.com
|
7033b8a86a
|
the 'url has changed' alert in OnStopRequest now asks the channel for an nsIPrompt before defaulting to nsNetSupportDialog. bugs 25684,44171. r=rjc@netscape.com
|
2000-06-30 00:47:01 +00:00 |
rginda%netscape.com
|
a9bb19df45
|
-- not part of build --
make cview show up under tasks->tools when it is installed
|
2000-06-30 00:07:46 +00:00 |
morse%netscape.com
|
998b180165
|
partial fix for bug 43738, r=dveditz
|
2000-06-30 00:05:03 +00:00 |
ashuk%eng.sun.com
|
e29f85f111
|
bug=44279
a=edburns
r=edburns
author=ashuk.
This code makes Webclient work with Mozilla M16.
|
2000-06-30 00:01:58 +00:00 |
ashuk%eng.sun.com
|
abbbc6aaff
|
The current webclient only works with M13, and the
old webclient, in classes and src, works with pre M13.
This change removes the old webclient.
|
2000-06-29 23:59:12 +00:00 |
hyatt%netscape.com
|
0e289e0d13
|
Fix for dogfood bug#43169. r=pink
|
2000-06-29 23:34:46 +00:00 |
attinasi%netscape.com
|
472f487c07
|
Temporarily turned off style context sharing while I figure out why it is causing incorrect styling of some XUL elements. b=43490
|
2000-06-29 23:13:46 +00:00 |
harishd%netscape.com
|
ed950caa84
|
Bug 40477 ( nsbeta2+ ) - Don't rely on ';' to terminate entities.
r=pollmann.
|
2000-06-29 23:05:46 +00:00 |
harishd%netscape.com
|
8aa5a892d7
|
Bug 43274 ( nsbeta2+ ) - Checkin for Rickg.
r=harishd
|
2000-06-29 23:04:24 +00:00 |
danm%netscape.com
|
c6bb753502
|
reverting the 2^# 'fix manifest' part of Ben's last checkin. (bug 43684, introduced five days ago)
|
2000-06-29 22:56:56 +00:00 |
rjc%netscape.com
|
92fa5e4c9b
|
Fix bug # 43906: non-existant file URLs can cause template failure for bookmarks. R=waterson
|
2000-06-29 22:47:24 +00:00 |
sfraser%netscape.com
|
07fb6b17c6
|
Fix for 44118 and nsbeta2+ bug 42625, r=kin. Update selection-based commands (e.g. cut/copy) when the selection changes from collapsed to non-collapsed and vice versa, not just when it is uncollapsed.
|
2000-06-29 22:36:10 +00:00 |
jj%netscape.com
|
5fafda182e
|
First Checked In.
|
2000-06-29 22:34:11 +00:00 |
sfraser%netscape.com
|
43ca151a35
|
Fix for nsbeta2+ bug 42625, written by brade, r=sfraser. When checking whether to get a special text field selection, QI to test for text area as well as input.
|
2000-06-29 22:33:36 +00:00 |
miodrag%netscape.com
|
ed123c687c
|
Updates for LDAPJDK 4.11
|
2000-06-29 22:31:17 +00:00 |
morse%netscape.com
|
2ef1c6a1ae
|
update wallet tables, not part of build
|
2000-06-29 22:30:40 +00:00 |
pinkerton%netscape.com
|
1ab2104834
|
Fix for 42250, popups holding onto deleted frame crash during reflow. fixed to only hold onto content, not frame, and use GetPrimaryFrameFor(). r=hyatt
|
2000-06-29 22:30:27 +00:00 |
pinkerton%netscape.com
|
2547639442
|
part of 42250, make sure we close the popup when the listener is removed. just to be safe. r=hyatt.
|
2000-06-29 22:29:20 +00:00 |
jj%netscape.com
|
e1b12cfecc
|
bringing ASEncoder upt-to-date using new Universal Headers -- not part of the build. r=sgehani
|
2000-06-29 22:28:59 +00:00 |
jband%netscape.com
|
f419b1bb9c
|
updating status page - Not part of build
|
2000-06-29 22:17:54 +00:00 |
scc%mozilla.org
|
c21f2f4c5e
|
fix self assignment, self append, self replace problems. r=waterson
|
2000-06-29 22:17:53 +00:00 |
scc%mozilla.org
|
fb45597f40
|
bug #17294, fixed a dogfood+ assert, there's more to this bug, but the rest isn't dogfood. r=BenB; a=jar
|
2000-06-29 22:04:28 +00:00 |
scc%mozilla.org
|
781324a487
|
bug #17294, fixed a dogfood+ assert described in this bug, though unrelated to the underlying problem 17294 is really about. r=BenB; a=jar
|
2000-06-29 22:04:22 +00:00 |
mozilla.BenB%bucksch.org
|
2e5285e94f
|
32336: Ignore formatting, if it was inserted by our or 4.x' TXT->HTML or HTML->HTML converter. r=akk, scc. a=waterson.
|
2000-06-29 22:04:13 +00:00 |
dbaron%fas.harvard.edu
|
ad42efa1f3
|
Fix bug 43882 (dogfood+) by removing special handling of empty P elements. (Most of the diffs are whitespace changes.) This also fixes bugs 43369, 43991, and 18050. However, it exposes a few other issues as well (the most important of which, nuking top margins on first *normal flow* children of BODY and TD, was previously fixed only in some cases, but shouldn't be hard to fix in general). r=waterson
|
2000-06-29 22:03:42 +00:00 |
av%netscape.com
|
405657cb8a
|
Addressing 43075, patch by amusil, r=av
|
2000-06-29 21:51:15 +00:00 |
radha%netscape.com
|
5b8603911e
|
More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
feature is enabled.
|
2000-06-29 21:48:18 +00:00 |
av%netscape.com
|
8d15a42214
|
Addressing 22954, patch by amusil, r=av
|
2000-06-29 21:48:09 +00:00 |
av%netscape.com
|
3265fb1e47
|
Addressing 22954, patch by amusil, r=av
|
2000-06-29 21:42:13 +00:00 |
harishd%netscape.com
|
c37f0d2892
|
Regression Test files.
Not part of the build.
|
2000-06-29 21:41:02 +00:00 |
tor%cs.brown.edu
|
e60e68a996
|
Update libmng snapshot. Not in default build.
|
2000-06-29 21:40:43 +00:00 |
relyea%netscape.com
|
87fe02ed53
|
Fix memory leak when using hardware acceleraters.
|
2000-06-29 21:26:17 +00:00 |
relyea%netscape.com
|
41437958c8
|
merge changes from NSS 3.0 branch to allow NT automated tests to work.
|
2000-06-29 21:25:41 +00:00 |
relyea%netscape.com
|
6c347e5857
|
merge 3.0_Branch changes to get NT to run back unto the tip.
|
2000-06-29 21:23:37 +00:00 |
bryner%uiuc.edu
|
a3ec7ac6bb
|
Fixing smoketest blocker 44235. r=smfr.
|
2000-06-29 20:53:08 +00:00 |
beard%netscape.com
|
ae75194337
|
Fix build bustage.
|
2000-06-29 18:40:58 +00:00 |
mcgreer%netscape.com
|
06bdb48a49
|
add a > wordsize test for RC4
|
2000-06-29 18:38:30 +00:00 |
rogerl%netscape.com
|
289a28647c
|
use handleDot for call, too.
|
2000-06-29 18:30:47 +00:00 |