Граф коммитов

680 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com b3988570b3 Fix 66852: bookmarks sidebar panel context menu has a context menu. r=timeless sr=alecf 2001-01-31 02:32:14 +00:00
blakeross%telocity.com ab360c6c1e Fix 66808: Bookmark Search Results button is broken. r=timeless sr=alecf 2001-01-31 02:29:05 +00:00
ben%netscape.com 5d988405c1 incremental update, not part of build. 2001-01-29 11:49:31 +00:00
blakeross%telocity.com bbf8e743e5 backing out previous fix since Ben is going to check it in with his bookmarks landing (to avoid merge conflicts)... 2001-01-27 01:50:44 +00:00
ben%netscape.com 5bead9205b Added comments regarding coming changes for bug 65470/Mozilla 0.8. 2001-01-26 09:39:49 +00:00
blakeross%telocity.com a7bf961cbe Fix 52419, 66137: don't show so many columns in bookmarks window by default, and retain last sort in bookmarks window. r=timeless sr=alecf 2001-01-25 04:19:50 +00:00
ben%netscape.com 39fb3d5ec4 New bookmarks window stuff, not yet part of build. 2001-01-22 10:36:40 +00:00
timeless%mac.com c36d56c953 fix for bug 65076 [Modern] "Find in Bookmarks" ugliness needs to be fixed
by hwaara, r=timeless, a=ben
2001-01-21 01:26:58 +00:00
blakeross%telocity.com 7bde7286bc Fix 65790: context menus broken in bookmarks panel. r=timeless sr=alecf 2001-01-18 02:24:06 +00:00
blakeross%telocity.com 69f16c5330 Fix 65769: make context menus for bookmarks work again. r=timeless sr=alecf 2001-01-18 00:50:09 +00:00
blakeross%telocity.com f72a79729b fixing problem with last patch. 2001-01-17 20:55:14 +00:00
blakeross%telocity.com 5778c7d50c fixing problem with last patch. 2001-01-17 20:50:14 +00:00
blakeross%telocity.com d4c8771cfe Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf 2001-01-17 20:39:59 +00:00
cls%seawood.org 99abd536a1 Make sure to use netPositive variables instead of IE ones.
Thanks to Takashi Toyoshima <toyohim@be-in.org> for the patch.
Bug #65131 r=cls
2001-01-13 04:59:43 +00:00
danm%netscape.com c30ab11584 fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen 2001-01-13 01:25:42 +00:00
ccarlen%netscape.com 339b836f64 Part of bug 35559 - dynamic profile switching r=valeski@netscape.com, sr=waterson@netscape.com 2001-01-12 15:04:58 +00:00
blakeross%telocity.com 39adeae2e9 removing more dump()s. 2001-01-11 22:50:20 +00:00
jgmyers%netscape.com 8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
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
valeski%netscape.com 017d33a897 fixing bustage 2000-08-26 08:15:31 +00:00
valeski%netscape.com ba69299fdd 46775. preparing for linkage changes. these changes move class definitions into their own .h files so they can be used in other directories (not exported) for building purposes. I also utilized module/factory macros when possible 2000-08-26 07:37:59 +00:00
rjc%netscape.com c3b397f01d Fix bug # 49495: bookmark parser optimizations. r=waterson 2000-08-26 02:52:08 +00:00
rjc%netscape.com e1e35a95cc Add "dont-test-empty" flag to bookmarks window/panel for tree speed optimization, as well as fix bug with empty folders. 2000-08-25 09:27:54 +00:00
rjc%netscape.com fb5b239182 Fix bug # 28087: Search Bookmarks and History now works with non-ASCII characters. r=me 2000-08-24 09:28:33 +00:00
rjc%netscape.com ee5f2f0493 Fix bug # 50060: simple drag&drop problem. r=brendan 2000-08-24 00:17:28 +00:00
rjc%netscape.com 004e44a3eb [Darn it Ben, stop breaking stuff.] If metaKey is down, open URL in new browser window. 2000-08-23 08:03:54 +00:00
warren%netscape.com e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
rjc%netscape.com 456f4c8a43 Fix bug # 35022: slow bookmark operations. r=waterson 2000-08-22 00:44:07 +00:00
ccarlen%netscape.com 5469d37218 Converted use of nsIFileLocator to nsIDirectoryService r=valeski 2000-08-22 00:14:24 +00:00
ben%netscape.com 1bd0f2057f 46613... 2000-08-18 06:13:32 +00:00
ben%netscape.com d449a96540 46613... 2000-08-16 05:44:10 +00:00
ben%netscape.com 6038ff7742 fix dependencies 2000-08-13 06:15:30 +00:00
saari%netscape.com 4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
waterson%netscape.com d867e404c8 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
rjc%netscape.com 8b7f8e6614 Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me 2000-08-02 10:31:37 +00:00
BlakeR1234%aol.com ad26eb5bd0 Fix bug 43257 2000-07-30 18:26:27 +00:00
BlakeR1234%aol.com 605f12e7d3 Fix bug 43257 2000-07-30 18:21:06 +00:00
BlakeR1234%aol.com f5085d38e1 Bug 44733 2000-07-30 06:57:38 +00:00
BlakeR1234%aol.com cba2c4a5e4 Bug 44694 2000-07-30 06:14:55 +00:00
BlakeR1234%aol.com 67a68a0845 Clean up work, also fixes bug 44689. 2000-07-30 05:45:27 +00:00
BlakeR1234%aol.com 5569b003b8 Clean up Bookmarks/History search window. also fixes bugs 44695, 44697, 44690. 2000-07-30 05:40:58 +00:00
warren%netscape.com 3f7d7d1356 obsolete 2000-07-28 07:00:36 +00:00
ben%netscape.com 83961063c1 skinnability & correctness tweaks, part of polish fixes for 46613 2000-07-28 06:18:21 +00:00
rjc%netscape.com 889d7bacb8 Fix bug # 46710: get d&d working for file/ftp listings. r=pinkerton 2000-07-28 00:22:07 +00:00
rjc%netscape.com a9f736b783 Fix bug # 45444: option-clicking on a bookmark should open Properties dialog; cmd-clicking on a bookmark should open URL in a new browser window. r=me 2000-07-27 10:55:47 +00:00
rjc%netscape.com 3be493c77d Fix bug # 43003: when drag&dropping an unnamed URL, give it a default name correctly. r=me 2000-07-27 10:24:03 +00:00
rjc%netscape.com a06ca8cf80 Fix bug # 39161: when adding a new bookmark, set its default type if it doesn't have one. r=me 2000-07-27 09:44:58 +00:00
rjc%netscape.com f7b26a1e4e Fixes for various sidebar panels for bug # 42718. Also, set page title for FTP/FILE displays. Finally, fix a bug (can't remember the bug # at the moment) with clicking on the scrollbar... basically, make sure the click is on a <treeitem> before processing the click. r=me 2000-07-27 07:47:36 +00:00
rjc%netscape.com 9a96198bb3 Trivial fix for bookmark panel sorting. (Slamm apparently renamed the routine, so just use the new name.) r=me 2000-07-23 10:37:27 +00:00
rjc%netscape.com 1a601a9d23 Simple fix: Be sure to include the XUL overlay utilityOverlay.xul for the getBrowserURL() function. r=me 2000-07-23 08:44:59 +00:00
rjc%netscape.com 5a5f095bd7 Fix bug # 46052: simple misspelling fix. 2000-07-23 08:20:47 +00:00
rjc%netscape.com 371729ddfc Fix bug # 44688: simple fix for columns in bookmarks search window. r=me 2000-07-23 07:05:29 +00:00
bryner%uiuc.edu d46984e2f6 Fix bug 45786 - need to use getService(), not createInstance() to get the
clipboard.  r=jelwell,rjc.
2000-07-21 22:19:20 +00:00
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
pavlov%netscape.com 819829b7e2 changing createInstance to getService to fix 45439 r=gramps 2000-07-17 20:28:58 +00:00
waterson%netscape.com 4d44110dd4 Register bookmarks datasource with RDF service *last*, because an other failure will leave the RDF service with a dangling pointer. Also, add assertion if we're unable to create a timer, because this is an *extremely* common platform porting error. r=rjc 2000-07-09 23:49:41 +00:00
bryner%uiuc.edu f66a19368b Fix for bug 43417. r=pinkerton. 2000-07-06 22:20:32 +00:00
rjc%netscape.com 0c85b467d8 Fix bug # 44284: fix bookmark schedule XUL. Code from danm. r=me 2000-06-30 01:56:03 +00:00
danm%netscape.com 967b9a1a63 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
bryner%uiuc.edu aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
dbaron%fas.harvard.edu a465836d3c Fix leak of a string. r=waterson 2000-06-22 22:51:05 +00:00
danm%netscape.com 03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
rjc%netscape.com 5213c4dd6c Fix nsbeta2+ bug # 39539: fix bookmarks so that new items can be created. r=ben@netscape.com 2000-06-20 01:47:15 +00:00
bryner%uiuc.edu 991f35e307 Fixing tasksOverlay location so that Manage Bookmarks window will
open.  r=ben,hyatt.
2000-06-20 00:06:02 +00:00
hyatt%netscape.com 3bc222be36 30511 2000-06-19 23:23:50 +00:00
bryner%uiuc.edu 6156d432ab Updating trees for new tree widget. bug 30511. r=hyatt. 2000-06-19 23:03:40 +00:00
hyatt%netscape.com 31c86915c5 Bug #30511, r=evuaghan 2000-06-19 22:58:56 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
rjc%netscape.com 1ee7c08c9e Ensure gRefCnt is initialized to zero. Code from ericb@neoplanet.com, approval=me 2000-06-13 23:45:20 +00:00
warren%netscape.com 099138dc36 Bug 18433. Starting to package resources into jar files. 2000-06-13 01:23:28 +00:00
bryner%uiuc.edu 427ce96fe7 Fixing bug 37175 - make bookmarks import/export use
nsIFilePicker/nsILocalFile.  r=rjc.
2000-06-09 22:29:19 +00:00
slamm%netscape.com c566e998b6 Fix bookmark and history menus. Bug 37078 r=pavlov 2000-06-07 00:39:47 +00:00
ben%netscape.com 56a5e83400 update bookmarks to use utility overlay and global overlay 2000-06-05 06:36:20 +00:00
cls%seawood.org e880e91327 Moved declaration of 'nsresult rv' for platforms w/o REPEATING_TIMERS (BeOS). Again. 2000-06-01 10:28:38 +00:00
jbetak%netscape.com d5d399e4ba 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
slamm%netscape.com 7e0d7ca54a Add window.close() to close broadcaster. Fix bug 40460 r=mcafee 2000-05-31 22:41:45 +00:00
ben%netscape.com c4ea9a3f81 skinnability fixes for bookmarks 2000-05-25 06:00:50 +00:00
ben%netscape.com 4ba02261f0 fix skinnability flaw (put menubar in toolbox) 2000-05-24 13:45:01 +00:00
ben%netscape.com 6f4c8beb08 fix for 38743, remove XUL titledbutton from bookmarks window. r=hyatt 2000-05-22 04:30:30 +00:00
slamm%netscape.com ec692b28ed Remove onclick handler from <tree> since <treechildren> has a handler. Fix 2 windows on dblclick (bug 38811). r=mcafee 2000-05-18 21:24:41 +00:00
cls%seawood.org 04af6e67ca Make --without-dbgrinfo-modules work properly.
Fixes for platforms without REPEATING_TIMERS (BeOS).  r=pavlov a=leaf
2000-05-18 20:10:59 +00:00
sfraser%netscape.com 86b786390b Remove linkage with NetworkModular.shlb 2000-05-17 08:05:14 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
joki%netscape.com a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
warren%netscape.com 618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
brendan%mozilla.org 44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
ben%netscape.com 0d40b968c5 skinnable bookmark properties dialog 2000-05-13 02:23:59 +00:00
scc%netscape.com 383fdc142e string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
radha%netscape.com a9881020e7 Call appCore.loadUrl(url) instead of doing window.content.location.href=url
r=slamm.
2000-05-11 22:20:27 +00:00
sspitzer%netscape.com 7b87a12750 removing obsolete files. 2000-05-11 07:02:34 +00:00
ben%netscape.com aba08c4c47 removing redundant skin files 2000-05-11 04:27:29 +00:00
ben%netscape.com 6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
slamm%netscape.com e9736d961a Fix "woefully inadequate" file menu (bug 29265). 2000-05-11 00:08:26 +00:00
rjc%netscape.com e0c7222311 Enable option to play sound on bookmark schedule status change. 2000-05-10 06:55:10 +00:00
rjc%netscape.com 73640e7b32 Fix nsCAutoString usage. 2000-05-10 05:17:10 +00:00
rjc%netscape.com 5f28718769 Fix bug # 36795: fix uninitialized return variable. 2000-05-09 07:50:13 +00:00
slamm%netscape.com 71589c2adc Fix up 'File > New' menu (bug 9978). 2000-05-09 00:48:20 +00:00
slamm%netscape.com 9848f1b3e8 Rename window. 'Bookmarks' to 'Manage Bookmarks' (bug 37829) 2000-05-09 00:03:14 +00:00
rjc%netscape.com b8ffa2bedd Fix bug # 36037: drag&drop changes to support translucency on Mac. 2000-05-08 23:29:32 +00:00
rjc%netscape.com 3258cd4851 Fix bug # 38545 and bug # 38570: use onkeypress instead of onkeyup for CR detection. 2000-05-08 21:38:52 +00:00
rjc%netscape.com b91dc8ad5d Fix memory leak (of an atom) which ruslan introduced. 2000-05-07 09:47:46 +00:00
rjc%netscape.com d2a00e3301 Fixing ben's earliest checkin... don't obtain the extraneous "#URL" attribute eagerly, get it as needed. 2000-05-06 07:57:36 +00:00
ben%netscape.com c7329336e8 fixing some bookmarks window issues 2000-05-06 00:11:23 +00:00
rjc%netscape.com 08a91fd541 Add flex on bookmark separators. 2000-05-04 13:29:00 +00:00
rjc%netscape.com 5627a17082 AddBookmark() now takes an additional type parameter. 2000-05-04 11:40:28 +00:00
rjc%netscape.com 5c92f915a5 Fix so that sorting works correctly with separators. 2000-05-04 10:56:57 +00:00
rjc%netscape.com 36a48293ca Use proper CSS to indicate when a sort is active. 2000-05-04 10:42:33 +00:00
ben%netscape.com 857d01e98e support sortdirection indicators in treehead 2000-05-03 06:15:22 +00:00
ruslan%netscape.com 8895c8a160 Fix 37800 2000-05-03 00:21:51 +00:00
ben%netscape.com c00a68aad6 added home icon, style rule performance tweaks 2000-04-30 02:44:34 +00:00
slamm%netscape.com 5db6e8d813 Add folder icons for selected states. 2000-04-26 14:22:24 +00:00
slamm%netscape.com 84869c36bd Fix up tree styles. Fixes icons, indenting, and twisties. Also, reduces amount of style matching that needs to be done. r=hyatt 2000-04-26 14:21:56 +00:00
danm%netscape.com 2aeb01376b use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
cls%seawood.org 4f56fe6a2e Changed nsinstall to fail if the file to link against does not exist. Objdir build breakage should become more apparent when it happens. Thanks to Greg Noel <GregNoel@san.rr.com> for the patch. 2000-04-25 10:52:11 +00:00
pinkerton%netscape.com 67e57772e2 update use of clipboard apis. fix bug 36374. 2000-04-25 01:46:29 +00:00
hyatt%netscape.com 92d8173f5b Fix smoketest blocker. 2000-04-21 19:21:04 +00:00
hyatt%netscape.com ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
scc%netscape.com e7b40c399d making string conversions explicit 2000-04-18 10:37:22 +00:00
rjc%netscape.com f615030afd Aggregate in "rdf:httpindex". 2000-04-17 05:10:04 +00:00
rjc%netscape.com fcec863854 Use proper window ID. 2000-04-14 02:50:46 +00:00
rjc%netscape.com 9051575bcc Use <xul:textfield> instead of <html:input>. Set initial focus. 2000-04-14 02:45:26 +00:00
rjc%netscape.com 477504a830 Add "bookmark find" dialog support. 2000-04-14 00:05:49 +00:00
rjc%netscape.com 1b247a7bb8 Add "bookmark find" dialog support. 2000-04-13 23:28:14 +00:00
rjc%netscape.com dbab71154c Add support for importing/exporting bookmarks. 2000-04-12 03:09:04 +00:00
cls%seawood.org adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
rjc%netscape.com 042db95908 Fix bug # 34125: bookmarks drag&drop edge-case fix. 2000-04-05 02:56:44 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
rjc%netscape.com a3deed1119 Small text change. 2000-04-01 09:00:41 +00:00
rjc%netscape.com f631ab9ad5 Internally, force all "shortcuts" to be lowercase (due to RDF APIs being case-significant). When looking for a shortcut match, first lowercase it, then look through graph... this allows for a case-insignificant match. 2000-04-01 08:48:29 +00:00
rjc%netscape.com 69568fa841 Make bookmark property dialog skinnable. 2000-04-01 08:46:14 +00:00
rjc%netscape.com 83f6eb3ae0 Add new bm-props.css file into builds. 2000-04-01 08:45:10 +00:00
rjc%netscape.com 48de7536ed Add new bookmark property window CSS. 2000-04-01 08:44:31 +00:00
rjc%netscape.com 93ef5ab6ac When using bookmark timers, set channel load attributes to always validate. 2000-03-31 00:58:02 +00:00
rjc%netscape.com 93ee08c087 Small bookmark timer fix (I believe this was broken a while ago when repeating timers were implemented.) 2000-03-31 00:26:15 +00:00
rjc%netscape.com b6bb2419b3 Fix bug # 33546: drag&drop positioning. 2000-03-30 01:47:29 +00:00
rjc%netscape.com 2c2f0af3b8 Small tweak for GetFolderViaHint() 2000-03-30 00:26:30 +00:00
pinkerton%netscape.com c52e4075ed allowing drag feedback on sorted trees. 2000-03-29 23:21:01 +00:00
rjc%netscape.com cc3d7ada7d Add support for "Set as New Internet Search Folder" context menu command... which means, you can set a bookmark folder to use when bookmarking search queries. 2000-03-29 09:25:33 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
rjc%netscape.com aba89cc16a Fix bug # 33678: require a valid URL when adding a new URL. Also, ensure that IsBookmarked() works for all URIs (not just bookmarks, but folders too) so that when looking for a folder by type, we can use IsBookmarked() to verify that the folder actually exists in the bookmarks hierarchy chain. 2000-03-29 02:58:45 +00:00
rjc%netscape.com c246bddd81 Fix bug # 33664: UMR in bookmarks. 2000-03-29 01:41:45 +00:00
rjc%netscape.com 0bc764f684 Use .get() when comparing native ptr and nsCOMPtr. 2000-03-25 09:52:48 +00:00
rjc%netscape.com f28287741e Add support for "Set New Bookmark Folder" and "Set Personal Toolbar Folder" context menu commands. 2000-03-25 09:25:18 +00:00
rjc%netscape.com c4edbcd78e Add RDF command separator support. 2000-03-24 02:44:26 +00:00
rjc%netscape.com 0de63974a4 Fix bug # 30152: showing/hiding bookmark columns. CSS fix from aaronr@us.ibm.com. 2000-03-23 10:55:04 +00:00
rjc%netscape.com 502eb2b1f5 When using various bookmark commands, now prompt for arguments. Prevent invalid arguments (for example, disallow deletion of the "Personal Toolbar Folder"). 2000-03-23 10:33:03 +00:00
rjc%netscape.com 41e4c23c7a Rest of fix for bug # 32681: also support html for clipboard encoding. 2000-03-22 09:33:35 +00:00
rjc%netscape.com 64cf196585 Fix bug # 32681: also support text for clipboard encoding. 2000-03-22 09:16:16 +00:00
rjc%netscape.com 56d05b04ab Fix bug # 17333: use a string bundle. Code from aaronr@us.ibm.com: Review: me 2000-03-22 08:18:02 +00:00
rjc%netscape.com fb4b3dcbff Add CSS for support of #IEFavoritesFolder 2000-03-20 07:57:00 +00:00
rjc%netscape.com b29e40f9c7 Stronger implementation of isBookmarked() method. 2000-03-20 02:03:17 +00:00
rjc%netscape.com 889d5308d7 Add "IsBookmarked" method. 2000-03-19 08:50:34 +00:00
ben%netscape.com 15420251ec another attempt at adding the selected bookmark images 2000-03-18 06:15:22 +00:00
ben%netscape.com 749b060cc2 update bookmarks.css to comment out references to images I've removed 2000-03-17 08:33:16 +00:00
ben%netscape.com f3b710c84b removing these files because stupid shortbus mac cant handle the long names 2000-03-17 08:31:00 +00:00
ben%netscape.com c65a90ce7e hacking the images out of the makefiles until I'm competent enough not to screw things up 2000-03-17 08:16:44 +00:00
ben%netscape.com 748cd9e97d ok, here are the files AGAIN. dammit. 2000-03-17 08:00:58 +00:00
ben%netscape.com 98eba235f9 darn it, added these files without -kb flag, removing then adding agian 2000-03-17 07:48:00 +00:00
ben%netscape.com 2a81672ceb new bookmark icons 2000-03-17 07:40:05 +00:00
rjc%netscape.com 5a86caa314 Slight change for RDF command format on bookmarks. 2000-03-17 03:14:17 +00:00
rjc%netscape.com b22afec3a7 Fix bug # 28238: (work around bug # 26402) get context menus in bookmarks window/sidebar working, by setting "oncommand" attribute AFTER inserting node into content model. 2000-03-17 01:40:05 +00:00
rjc%netscape.com b1f44dc07e When bringing up a context menu, only adjust selection if we actually have a treeitem. (This check also allows correct behavior of context menus on the background.) 2000-03-16 00:11:37 +00:00
rjc%netscape.com 0b707e5557 Fix bug # 22521: context menus should work on background of bookmarks window and background of bookmarks sidebar panel. 2000-03-15 09:59:04 +00:00
rjc%netscape.com 13998091a2 On Mac, mark IE Favorites folders with a unique type so that they can be distinguished for regular bookmark folders. 2000-03-15 08:34:55 +00:00
rjc%netscape.com 7695f01a74 Fix bug # 28927: double-clicking on twisty problem. Also, add some context menus to bookmark sidebar panel. 2000-03-15 07:47:48 +00:00
rjc%netscape.com 53131f5662 Fix broken clicking metaphor for bookmarks sidebar panel. Review: pavlov. 2000-03-15 03:44:15 +00:00
rjc%netscape.com 737cc31fee Fix bug # 29045: small text change. 2000-03-15 03:32:24 +00:00
rjc%netscape.com 154f9e9494 Part of fix for bug # 17333: add "Properties..." menuitem to context menu (if appropriate). Code from aaronr@us.ibm.com, review/slight mods: me. 2000-03-15 03:27:34 +00:00
rjc%netscape.com fe07d7980f Part of fix for bug # 29212: prevent recursion when writing out bookmarks. 2000-03-15 02:30:06 +00:00
rjc%netscape.com 397a9884e1 Fix bug # 31624 (add Mac IE favorites foreign charset alias resolution support) and bug # 29135 (default to adding new bookmark items under the root node if there is no selection). Review: me 2000-03-15 01:24:47 +00:00
slamm%netscape.com 8ba923bbdd Use simplified CHROME rules. Use default dirs for install locations. 2000-03-14 03:01:26 +00:00
rickg%netscape.com ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
jdunn%netscape.com 584db88eb0 remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
DECLARE was declaring kPlatformCharsetCID as extern const, and
DEFINE declares it as static const.  These 2 are incompatible.
r= ftang@netscape.com
a= dp@netscape.com
2000-03-01 22:42:39 +00:00
tbogard%aol.net cf5a3f3925 Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
rjc%netscape.com 7ba13725d3 Part of fix for bug # 25876: bookmarks drag&drop behavior modification. Approval: jevering Review: pinkerton 2000-02-26 01:27:29 +00:00
slamm%netscape.com a34518bbc4 Include js file strres.js to fix JS error. Bug 27430. r=mcafee a=leaf 2000-02-21 22:30:14 +00:00
rjc%netscape.com cf284aa411 Fix bug # 27818: small escape changes. 2000-02-16 03:44:09 +00:00
slamm%netscape.com ad395b29d3 Fix bug #27415, Bookmarks dead in sidebar. 2000-02-15 02:08:38 +00:00
slamm%netscape.com 1c077a78b2 Clean up xul. Add column picker popup menu. Pick better column widths. 2000-02-11 01:21:37 +00:00
slamm%netscape.com 77d289cd86 Add style to hide columns. 2000-02-11 01:21:26 +00:00
slamm%netscape.com 139a2eb921 Clean up xul. 2000-02-11 01:21:22 +00:00
rjc%netscape.com 52eed330bb Fix bug # 24302: AM/PM localization issue fixed. 2000-02-11 01:13:20 +00:00
rjc%netscape.com 1f2e7dbe1b Fix bug # 27039: small escape changes. Helps JavaScript URLs which are bookmarked. 2000-02-11 00:47:17 +00:00
tbogard%aol.net 966c47a9db Removed unused include. 2000-02-10 08:35:37 +00:00
ben%netscape.com 5f57ca6e33 localisation fix for bookmarks, r=jst@citec.fi 2000-02-10 06:58:15 +00:00
ben%netscape.com c83d8a0957 localisability fix for bookmarks, r=jst@citec.fi 2000-02-10 06:57:33 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
mscott%netscape.com e41ecd9cd2 Back out rjc's checkin which broke bookmarks. (whenever you quit we lost your bookmarks)
a=sleestack
2000-02-04 08:39:08 +00:00
rjc%netscape.com 25b9ae78b1 Part of fix for bug # 24416: use temp file when writing out bookmarks to try and reduce loss of data due to any crashes. 2000-02-03 23:34:55 +00:00
pinkerton%netscape.com ff5704575e native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
scc%netscape.com 8424ac3d64 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton 2000-01-31 23:45:42 +00:00
dp%netscape.com f5cb07fa25 - Converting to Generic Module
- Removing unneccessary defines of IID and CID
r=rjc
2000-01-28 09:14:44 +00:00
waterson%netscape.com 767cad41f2 Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver 2000-01-27 02:24:20 +00:00
pinkerton%netscape.com 3fe95a6ba0 moving d&d into a separate file: bookmarksDD.js r=shaver. 2000-01-26 00:57:34 +00:00
pinkerton%netscape.com d5de9cb849 moving all d&d code into separate file: bookmarksDD.js r=shaver. 2000-01-26 00:55:08 +00:00
pinkerton%netscape.com 423a189db3 adding navigatorDD.js and bookmarksDD.js to the builds. 2000-01-26 00:54:36 +00:00
hyatt%netscape.com 175b25b936 Multiple selection can be disabled in trees now. 2000-01-25 10:30:34 +00:00