Commit Graph

6727 Commits

Author SHA1 Message Date
alecf%netscape.com
06460907ac fix for 59799, among other things..
Within content areas:
- don't drag form widgets
- don't drag anonymous XBL content
- correctly remove the title from the URL on a drop
r=jag, a=me
2000-11-13 21:33:05 +00:00
blakeross%telocity.com
f85040ee69 Fix 59613: can't switch sidebar tabs in modern-based themes. r=jag sr=alecf 2000-11-13 21:02:25 +00:00
nhotta%netscape.com
7f0cccdc19 Corrected language names for Norwegian, bug 56069, r=erik, sr=waterson. 2000-11-13 20:47:37 +00:00
morse%netscape.com
6b7b72a245 bug 57761, missing words in menu, r=jrgm, a=ben 2000-11-13 20:09:21 +00:00
bryner%uiuc.edu
b2362555ba Lots of code cleanup for the filepicker. Fixes bug 58694 (strict warnings). r=jag, a=ben. 2000-11-13 15:22:27 +00:00
bryner%uiuc.edu
4157ff15d5 Bug 59465 - retain multiple selection on right-click. r=disttsc@bart.nl, r/a=hyatt@netscape.com 2000-11-11 07:42:52 +00:00
sspitzer%netscape.com
c18ae77650 backing edburns out to open up the tree.
sorry ed.  a=granrose
2000-11-10 21:24:24 +00:00
alecf%netscape.com
f526cb3b67 big rewrite of drag & drop code to fix #52519
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2000-11-10 02:54:17 +00:00
edburns%acm.org
dce5c20139 bug=59530
sr=waterson
r=valeski
This fix removes the two instances of the unsafe practice of having
static nsCOMPtr instances, either as static data members or or file
static variables.  This practice prevents the proper ref-counting of
such instances, and leads to accessing the instances after their
ref-count has gone to 0.

The following files are in this fix:

widget/timer/src/windows/nsTimer.cpp
xpfe/components/bookmarks/src/nsBookmarksService.cpp
xpfe/components/bookmarks/src/nsBookmarksService.h
widget/timer/src/windows/nsWindowsTimer.h
2000-11-09 23:46:39 +00:00
blakeross%telocity.com
c6e2b76547 Fix 59559: wording change in prefs panel. patch by Stephen Walker (walk84@usa.net). r=me a=matt 2000-11-09 21:05:53 +00:00
disttsc%bart.nl
87187c390c Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf 2000-11-09 20:30:35 +00:00
alecf%netscape.com
ba1123409e two more OpenBookmarkURL's that blake missed a=myself, r=jag
(this is consistent with blake & jag's earlier checkins)
2000-11-09 05:30:14 +00:00
blakeross%telocity.com
3b0c4b2f72 fixing minor problem with my last fix. r=jag sr=alecf 2000-11-09 04:07:34 +00:00
danm%netscape.com
fc09650444 allow content windows to be modal/dependent, like chrome windows. bug 56677 r=brendan,hyatt 2000-11-09 00:18:03 +00:00
danm%netscape.com
6e38213d92 new method IsModal. bug 56677 r=brendan,hyatt 2000-11-09 00:16:29 +00:00
blakeross%telocity.com
8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
sfraser%netscape.com
36d5cca130 Fix for bug 48887 -- OpenURL apple event drops the last character of the URL. r=beard, sr=scc. Trunk checkin. 2000-11-08 00:53:30 +00:00
alecf%netscape.com
bac3c79938 fix for #59125 - back out some stuff that I didn't mean to checkin
(wallet has to be loaded in main1() so that it registers correctly with the
observer service)
r=syd, sr=scc
2000-11-07 08:04:06 +00:00
mstoltz%netscape.com
e875395364 Fixing bugscape 3109, LiveConnect exploit. sr=jband, brendan.
Fixing 58021, exploit in "open in new window," bug 55237. sr=brendan
2000-11-07 01:14:08 +00:00
av%netscape.com
de3d75add0 Bug 57869, spelling error in warning box, sr=waterson, r=av 2000-11-06 20:43:33 +00:00
timeless%mac.com
2665caabd4 for bug 41515: Add access key to for Privacy and Security>&Security Manager. Per blake correcting spelling of 'Menu' was 'Ment'. 2000-11-06 05:56:33 +00:00
ccarlen%netscape.com
29477fb5b3 Bug 46866. Splitting profile API into public and internal parts. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:27:30 +00:00
hyatt%netscape.com
8274c865fc Forgot a 54203 file. 2000-11-04 09:33:20 +00:00
blakeross%telocity.com
d647af09b1 Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf 2000-11-04 02:37:51 +00:00
alecf%netscape.com
21949b3d82 long awaited fix for #39895 r=sspitzer, a=alecf, contributed by andrew.taylor@cal.montage.ca
parse the GECOS field stuff correctly on unix
2000-11-04 00:37:01 +00:00
alecf%netscape.com
bdc6b86bbb first incomplete cut at the window opener object, to pass XPCOM types from C++ into window.arguments as native JS types.
not part of the build
2000-11-04 00:01:24 +00:00
blakeross%telocity.com
bafad0cecf Fix 52541: link dragging no longer works. r=dr sr=alecf 2000-11-03 22:11:52 +00:00
bryner%uiuc.edu
fa47af5c3b Bug 57178: Make sure the menulist in the filepicker doesn't expand with long directory names. Requires adding "flex=1" to the text element of the menulist binding in modern. r=hyatt, a=ben. 2000-11-03 08:27:52 +00:00
alecf%netscape.com
c3160b6c5c back out my dumb-ass fix for 52519 - it only worked for like a day, then died. 2000-11-03 02:58:58 +00:00
alecf%netscape.com
574fa5d34d part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
alecf%netscape.com
f624468141 fix for #58931 r=blake,sr=ben
fix lots of warnings in commonDialogs to make it a little easier to use the console
2000-11-02 22:15:41 +00:00
mscott%netscape.com
208c7e0d69 Bug #58669 --> don't let the helper app dialog be modal, this prevents
the external handler from properly processing incoming OnDataAvailable events
while the helper app dialog is up.
r=law,sspitzer
sr=alecf
2000-11-02 21:44:31 +00:00
rjc%netscape.com
82bfb90853 Stupid stupid MSVC. Fix Win build bustage. r/a=me 2000-11-02 08:14:47 +00:00
rjc%netscape.com
d35da0b4fa Fix bug # 58736: nsDirectoryViewer leak. r=dbaron sr=waterson 2000-11-02 07:34:46 +00:00
rjc%netscape.com
beb86b53a2 Fix bug # 58421: bookmarks parsing. r=dbaron sr=waterson 2000-11-02 07:30:59 +00:00
radha%netscape.com
f2997f535f More fixes for bug # 46828. r=pollmann sr=rpotts 2000-11-02 06:34:44 +00:00
blakeross%telocity.com
a07efad3ca Fixing a typo in my last patch... 2000-11-02 02:38:05 +00:00
blakeross%telocity.com
13fafc7130 Fix 58333, 58283, 58354: Middle mouse paste of URL no longer works, shift+click (not alt+click) to save a link, and middle-click/control-click on <AREA> doesn't open in new window. r=ben sr=brendan 2000-11-02 01:31:05 +00:00
mkaply%us.ibm.com
407f3c54a9 #55813
r=dougt, sr/a=waterson
Support for a MOZILLA_HOME dir to specify pref location
2000-11-01 20:04:59 +00:00
namachi%netscape.com
f1d814fc84 Update Talkback Technology from Fullcircle(nowonder) to Support.com 2000-11-01 19:49:09 +00:00
ccarlen%netscape.com
5e51084c8b This code was moved to mozilla/modules/appfilelocprovider. Removing from here. r=cls@seawood.org 2000-11-01 12:54:20 +00:00
ben%netscape.com
b47f424cf7 that previous checkin was r=jrgm, blake, a=alecf 2000-11-01 06:55:19 +00:00
ben%netscape.com
a09b6cfc75 test for the fix for 58551, crash on startup when event listener added twice. 2000-11-01 06:54:19 +00:00
bryner%uiuc.edu
688cd348f4 Bug 56065 - Don't append an extra "*.*" filter to the filepicker when we don't know the extension. r=brendan, sr=mscott. 2000-11-01 05:59:44 +00:00
blakeross%telocity.com
fac7b2ea0b Fix 57648: strict warnings in bm-panel.js. patch by Jarrod Gray, r=me a=alecf 2000-11-01 03:37:47 +00:00
blakeross%telocity.com
65af110529 Fix 44329: xul is described as eXtensible. wording patch by Stephen Walker <walk84@usa.net> r=matt a=brendan 2000-11-01 02:20:22 +00:00
hyatt%netscape.com
6d8effc4b4 Fix for 34400 and 49406. 34400 is r=waterson, a=brendan. 49406 is r=danm, a=brendan 2000-11-01 01:20:59 +00:00
mstoltz%netscape.com
5d1cbe00c6 Bug 58021 r=mccabe sr=hyatt. Added security check to sidebar.addPanel to prevent js/chrome insertion 2000-11-01 00:48:54 +00:00
sfraser%netscape.com
891d394da0 Fix for bug 57835; increase the 'Preferred size' in both debug and opt targets to 20480 K. sr=hangas, r=brade. 2000-11-01 00:39:56 +00:00
mkaply%us.ibm.com
2c2985b73b #58617
r/a=cls
Don't copy mozilla shell script to dist on OS/2
2000-10-31 21:49:38 +00:00