relyea%netscape.com
78007eba43
Bug 142172
...
1) look up the private key much earlier in the process so we know what slot it is on.
2) if a slot isn't specified, you the private key's slot.
3) if the specified slot and the private key slot don't match & the private key slot can do the PBE, then use the private key slot to do the PBE so we don't have to move the key.
4) if we have generated the PBE key in a different slot from the private key,
2002-08-19 18:24:58 +00:00
sfraser%netscape.com
cb03af302a
Restore text truncation to tab labels using an NSCell subclass, NSTruncatingTextCell.
2002-08-19 18:17:06 +00:00
sfraser%netscape.com
cf07b43e1b
Part of patch in bug 161387 for better tab label truncation.
2002-08-19 18:15:41 +00:00
ducarroz%netscape.com
25eff8b46b
Fix for bug 138125. Patch submitted by ere@atp.fi (Ere Maijala). Call super class parse_eof fist. Also fix some I18N convertion. R=ducarroz, SR=bienvenu
2002-08-19 18:07:13 +00:00
rogerl%netscape.com
4e8414326f
Filling out exec.
2002-08-19 17:30:48 +00:00
pinkerton%netscape.com
ab44cf7456
When moving and resizing popups, use coordinate system where the origin
...
is the top left since that's what webpages expect.
2002-08-19 17:18:22 +00:00
sfraser%netscape.com
b8f1be72e0
NSString utility parts of the width-based truncation patch, bug 161387. Patch from Max Horn.
2002-08-19 16:49:25 +00:00
pinkerton%netscape.com
3b21529ca7
make status bar text field scrollable instead of wrapping for long
...
urls (bug 163245)
2002-08-19 14:33:04 +00:00
bbaetz%student.usyd.edu.au
67d1dbd062
Fix long line noticed by Gerv, no bug #.
2002-08-19 14:30:28 +00:00
pinkerton%netscape.com
ed128d7d43
removing unused file (bug 163156)
2002-08-19 14:26:10 +00:00
bbaetz%student.usyd.edu.au
0f27f72d85
Big 163291 - Move utility funcs into a module
...
r=preed x2
2002-08-19 13:59:45 +00:00
glazman%netscape.com
9f3e974421
backing out 2002-09-08 changes of fix for bug 117730 due to very bad regression in absolute positioning (see bug 117730) and
...
because bz, who did the original check-in, is on vacation. rs=brade
2002-08-19 13:35:21 +00:00
mikep%oeone.com
47035dbe79
Adding in converters to CVS.
2002-08-19 13:32:35 +00:00
mostafah%oeone.com
7019385c0d
Fixing faulty checkin of patch for bug 145525
2002-08-19 13:15:30 +00:00
mostafah%oeone.com
dc33476ede
Checked in for fix to bug 163160: Event Category not persisted
2002-08-19 13:05:22 +00:00
mikep%oeone.com
906e46ab2e
FIxing bug 161162
2002-08-19 12:36:13 +00:00
peterv%netscape.com
8a57bbd46e
Fix for bug 161880 (privacy hole in JS regexps ?). r=jst, sr=brendan.
2002-08-19 11:19:05 +00:00
syd%netscape.com
12df51c14f
Fix for 163423. Make sure we let deletes of non-existing keys go thru at
...
runtime, they should no-op, not bring an install script to its knees.
r=hewitt, sr=dveditz
2002-08-19 09:57:55 +00:00
peterv%netscape.com
07e2d4c47a
Fix for bug 101890 (break linkage from transformiix to layout). r=Pike, sr=jst.
2002-08-19 06:58:21 +00:00
sfraser%netscape.com
5890af485a
Optimize drawing when showing and hiding the drag target hilight.
2002-08-19 06:35:12 +00:00
rogerl%netscape.com
8ce299c54f
New engine work
2002-08-19 06:31:16 +00:00
bryner%netscape.com
fd98e0941c
Missed one instance of <new.h> for bug 155852. r=cls.
2002-08-19 05:19:22 +00:00
sspitzer%netscape.com
6f789ccfb4
fix for #80608 . Thread pane's initial scroll position should follow date sorting.
...
when loading a folder, if there are no new message, scroll to where the "newest" messages are.
thanks to Neil Rashbrook (neil@parkwaycc.co.uk ) for the patch.
r/sr=sspitzer
2002-08-19 05:18:25 +00:00
aaronl%netscape.com
d76b6e89c5
Not part of build. Type ahead find. More cleanup
2002-08-19 04:44:22 +00:00
kin%netscape.com
50e1a69237
Fix for bug #96736 : [FLOATER]The "Top 1000 Reviewer" is overwritten by text
...
mozilla/layout/base/src/nsSpaceManager.cpp
mozilla/layout/base/src/nsSpaceManager.h
- Implemented nsSpaceManager methods PushState()
and PopState().
mozilla/layout/html/base/src/nsBlockReflowContext.cpp
- Modified nsBlockReflowContext::DoReflowBlock() to
call PushState() and PopState() to remove any
floaters that may have been added to the SpaceManager
during the intermediate "unconstrained" Reflow()
call, used to calculate the max block width. This
allows the Reflow() call that immediately follows
it to properly place the floaters.
r=waterson@netscape.com sr=dbaron@fas.harvard.edu
2002-08-19 04:41:57 +00:00
henry.jia%sun.com
227be5af9c
Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
...
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
henry.jia%sun.com
708e046b20
Patch for bug Bug 98158: Recursive frames exhaust memory
...
Patch By Jack.Jia@sun.com
r=jkeiser, sr=jst
2002-08-19 04:04:43 +00:00
sfraser%netscape.com
ca4f24c9ee
Remove an NSLog, and set the LOAD_BACKGROUND flag for remote data loads.
2002-08-19 03:57:07 +00:00
sfraser%netscape.com
607ef767ec
Improve drag and drop feedback (bug 163403). Tab items now contain a view that handles drag and drop for that item, and draws via a couple of NSCells, and show drag feedback when you drag over them.
2002-08-19 03:55:08 +00:00
leaf%mozilla.org
161161b921
Automated update
2002-08-19 03:55:03 +00:00
sfraser%netscape.com
2a07c561b4
Changed to use BrowserTabViewItem, and lots of tidyup.
2002-08-19 03:52:43 +00:00
sfraser%netscape.com
eafd807a5b
Create BrowserTabViewItems using the factory method on BrowserTabView, and add an accessor for the proxy icon view.
2002-08-19 03:51:32 +00:00
sfraser%netscape.com
416619a0ec
Create BrowserTabViewItems using the factory method on BrowserTabView.
2002-08-19 03:50:54 +00:00
bryner%netscape.com
025fb3a058
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
sfraser%netscape.com
f3da307687
Add a factory method for new tabs, and improve drag and drop feedback. Also added calls to BrowserTabViewItems to tell them when they are shown or hidden.
2002-08-19 03:50:13 +00:00
sfraser%netscape.com
9f28a1873c
Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files.
2002-08-19 03:45:35 +00:00
sfraser%netscape.com
46d37f249a
Move nsCocoaBrowserListener into its own file, and add a few new methods to the NSBrowserContainer protocol.
2002-08-19 03:41:17 +00:00
bolian.yin%sun.com
d663cda889
bug 136467, [Linux] F7 doesn't always toggle on caret.
...
patch by john.sun@sun.com , r=aaronl, r=caillon, sr=jst.
2002-08-19 02:58:15 +00:00
mkaply%us.ibm.com
0486820e71
No bug
...
Not part of build
Beginning work on OS/2 XPInstall wizard
2002-08-19 01:32:34 +00:00
bugreport%peshkin.net
c5b834302c
Fix typo from 43600
...
r=bbaetz x2
2002-08-19 01:06:56 +00:00
sspitzer%netscape.com
a3d0fcd64a
abCommon from branch.
2002-08-18 20:06:16 +00:00
sspitzer%netscape.com
b3f9df6d37
from blake's branch checkins: "Autocomplete modifications to work with comma-delimited list."
2002-08-18 20:05:23 +00:00
sspitzer%netscape.com
2e38eb16a7
more changes
2002-08-18 19:32:07 +00:00
sspitzer%netscape.com
cbf549242e
ignore generated makefiles
2002-08-18 19:27:55 +00:00
sspitzer%netscape.com
e5d60dca14
some skin for blake's compose window.
2002-08-18 19:25:49 +00:00
sspitzer%netscape.com
6e30dcd77a
build changes for blake's compose window.
2002-08-18 18:58:25 +00:00
sspitzer%netscape.com
b64ca2deb0
first pass at landing blake's new compose window.
2002-08-18 18:57:49 +00:00
sspitzer%netscape.com
f377fc74d2
just some white space foo, in preparation for blake's compose window changes.
...
no bug. r/sr=no one.
2002-08-18 17:55:20 +00:00
sspitzer%netscape.com
abc7ef9989
fix for #163355 . move hard coded "Web Page (URL):" string from .xul to .dtd.
...
fix by shliang@netscape.com , from another branch. r/sr=sspitzer
2002-08-18 17:45:49 +00:00
blakeross%telocity.com
af0a2c9cb0
Readding platform overlays.
2002-08-18 04:50:34 +00:00