Commit Graph

461 Commits

Author SHA1 Message Date
bryner%uiuc.edu
69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
danm%netscape.com
e1e2887a5e adding persistence of min/max state. arguably bug 32148 r=pchen 2000-12-29 01:26:57 +00:00
alecf%netscape.com
4e1dababf6 - move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412)
a=ben
2000-12-21 21:59:39 +00:00
bryner%uiuc.edu
cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
dbaron%fas.harvard.edu
fa7d014c05 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
cls%seawood.org
434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com
73725ce62c oops, fix it a little more 2000-11-18 03:07:09 +00:00
alecf%netscape.com
72386f4119 fix BeOS bustage (this code not in the mac/win/unix builds) 2000-11-18 03:05:53 +00:00
alecf%netscape.com
4c22bc7a46 fix the orange by changing the timers to member variables of the service singletons, rather
than static nsCOMPtrs!
r=sspitzer
a=fixing bustage
2000-11-18 02:01:29 +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
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
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
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
beb86b53a2 Fix bug # 58421: bookmarks parsing. r=dbaron sr=waterson 2000-11-02 07:30:59 +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
disttsc%bart.nl
3b5717c9f0 Remove obsoleted "OpenBookmarkURL" function from bm-panel.js. bug=58366, r=matt, a=ben 2000-10-30 20:50:33 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
rjc%netscape.com
060c2106dd Fix bug # 57017: choosing PT folder loops if already marked as PT folder. r=ben sr=waterson 2000-10-26 00:53:13 +00:00
waterson%netscape.com
6bae68adc1 Bug 57764. Call UnregisterDataSource() in dtor. r=rjc, sr=alecf 2000-10-24 23:13:23 +00:00
matt%netscape.com
246fa7f075 error when checking in bookmarks code
for bug56574
a=alecf
a=rjc
2000-10-20 00:39:17 +00:00
alecf%netscape.com
dd4f96c8d0 second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
r=law@netscape.com
a=ben@netscape.com
2000-10-19 21:47:36 +00:00
matt%netscape.com
6e3e11f2f1 for bug 56574
fixing IE bookmarks in sidbear bookmarks
a=alecf
a=rjc
2000-10-17 22:39:55 +00:00
blakeross%telocity.com
1c255ae0c2 Fix 55170: change the accelerator/accesskey for Edit > Properties... the bookmarks window. r=jag sr=brendan 2000-10-17 17:33:19 +00:00
matt%netscape.com
9ca655ccc9 48465">http://bugzilla.mozilla.org/show_bug.cgi?id=48465
added fix for bug 48465
a=ben
r=rjc
added function so in mail bookmarks sidebar
opens in top window
2000-10-14 01:51:51 +00:00
pchen%netscape.com
8e1a7dbe7b bugscape 2269, r=danm, sr=scc, include communicatorOverlay.xul to get
complete help menu
2000-10-12 21:38:55 +00:00
rjc%netscape.com
6ba461a416 Fix bug # 55166: bookmark description loss. r=waterson sr=pavlov 2000-10-11 06:47:06 +00:00
matt%netscape.com
58a1e06f60 bug 48465 adding code so that you can open a bookmarks panel
from mailnews.
r=ben
r=mcafee
2000-10-07 02:22:05 +00:00
rjc%netscape.com
f806edc00b Fix bug # 53835: use appropriate namespace. r=waterson sr=brendan 2000-09-26 09:56:21 +00:00
hyatt%netscape.com
ac2865c3c4 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
disttsc%bart.nl
f51344add2 Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle). 2000-09-20 10:16:53 +00:00
rayw%netscape.com
3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
blakeross%telocity.com
388f504eb0 Fix nsbeta3+ bug 43908, need to check where drag initiates in bookmarks tree. Patch by jrgm. r=me, a=brendan 2000-09-14 04:59:03 +00:00
blakeross%telocity.com
ce3c50d185 Lots of clean up for the Search Bookmarks/History and Manage Bookmarks windows. Fixes things like column resizing, layout of widgets, tree sorting (was very messed up in these windows), proper enabling/disabling of menuitems and buttons, widget text, makes toolbars properly collapsible, fix javascript errors, adds "Preference..." menu item, fixes accelerator and access keys, make column-hider tree thumb work, online/offline switching capability, focus, implements functional statusbar and view menu to the search window, and some treePopup menu issues. fixes bugs 48340, 44693, 44696, 51960, 48339, 40912, 45443, 44537, 52032, and 52418. Patches by me and jag -- r=jag on what I wrote, and r=me on what he wrote. hyatt and slamm also looked them over. a=brendan 2000-09-14 04:46:23 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com
88661149e1 Removed bogus printfs, and fixed the fragment name of the merged components DLL. r=bryner 2000-09-08 04:34:47 +00:00
sfraser%netscape.com
e3f8c0039e Fix JavaScript warnings in strict mode. r=pchen 2000-09-07 21:48:48 +00:00
valeski%netscape.com
c41fae5a69 46775. consolodating xpfe components into a root module to reduce system overhead bloat. built on win, linux, mac. precheckin tests on windows. general testing on mac and linux. 2000-09-06 00:58:06 +00:00
rjc%netscape.com
100904a3c3 Fix bug # 51021. r=me 2000-09-06 00:24:15 +00:00
rjc%netscape.com
cd73214bca Fix bug # 50057: initial bookmarks menu problem with IE Favorites on Mac. r=me 2000-09-04 22:52:30 +00:00
rjc%netscape.com
0be1f835ee Fix bugs #48321 and #51168: JS code from gervase.markham@univ.ox.ac.uk and r=me 2000-09-04 06:52:40 +00:00
pinkerton%netscape.com
d8620637ff make url column crop right, since crop middle does the wrong thing. r=ben, bug#50833 2000-09-01 05:24:15 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
sfraser%netscape.com
36612d6514 Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
putterman%netscape.com
66af1b0e33 Fix for 48985. remove reference to newMessage since it's coming from an overlay. Makes Ctrl+M work. r= bienvenu. 2000-08-26 20:58:20 +00:00
dbaron%fas.harvard.edu
c95c3dd7fd Adding newline to end of file to fix nebiros (SunOS/sparc 5.7) bustage from valeski's checkin. 2000-08-26 17:53:09 +00:00
valeski%netscape.com
11b88f1b81 fixing mac bustage 2000-08-26 09:01:07 +00:00