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

1775 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com 51d252b3db convert editor toolbars to use button 2000-03-23 04:15:10 +00:00
dbaron%fas.harvard.edu 70abefa64a Fix miscellaneous editor leaks. r=jfrancis@netscape.com 2000-03-23 01:14:49 +00:00
dbaron%fas.harvard.edu d31eca524e Fix leak by giving base class a virtual destructor (and counting the constructor). r=jfrancis@netscape.com 2000-03-23 01:13:38 +00:00
cmanske%netscape.com 7bd9eb5a4b Better strateger for skinable chrome: put EditorToolbars.css include in editorOverlay.xul, so other users automatically get correct css. r=sfraser 2000-03-22 03:20:53 +00:00
cmanske%netscape.com 15e791eef1 Fixed bug 20829: separate editor toolbars css into separate file to be shared with mail composer. changed 'Properties...' item on format menu to be disabled, not removed. r=sfraser 2000-03-22 03:00:20 +00:00
mjudge%netscape.com ea3ca57a9a r=jfrancis. small change to stop the editor from scrolling window when it DOESNT handle a key event 2000-03-22 01:30:16 +00:00
brade%netscape.com b91f328909 add an error check to reduce output to console; comment out an alert; uncomment insertion to reproduce bug; add a dump line 2000-03-21 20:55:56 +00:00
brade%netscape.com 7f73e24496 image map entity 2000-03-21 20:54:31 +00:00
brade%netscape.com 639fb1f71f put image map editor files into proper locations 2000-03-21 20:53:52 +00:00
brade%netscape.com e83c198998 missing checkin from earlier today; more image map stuff from Dan Haddix 2000-03-21 20:53:15 +00:00
brade%netscape.com 563ef43b98 possible spacer fixes for bug #12514 2000-03-21 15:11:43 +00:00
brade%netscape.com f17b54ea6a add image map resources to editor chrome folder 2000-03-21 12:55:08 +00:00
brade%netscape.com 9f800282d1 put image map resources in editor chrome directory 2000-03-21 12:54:06 +00:00
brade%netscape.com 5747140554 put image map resources in Chrome directory 2000-03-21 12:53:20 +00:00
brade%netscape.com 88b5775ae9 latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-03-21 12:52:05 +00:00
brade%netscape.com a9089aa0ca *** empty log message *** 2000-03-21 12:49:23 +00:00
cmanske%netscape.com e3ef5768c7 Finished implementation of menu-driven table selection. Implemented detection of row or column selection. r=mjudge 2000-03-21 06:05:24 +00:00
akkana%netscape.com 6eaddd7332 30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp 2000-03-20 23:13:25 +00:00
brade%netscape.com cd0bcbca28 fix memory leaks in GetString functions; written by sfraser; built by jst and brade 2000-03-20 15:44:32 +00:00
akkana%netscape.com 208142900c Remove a printf 2000-03-18 02:05:22 +00:00
brade%netscape.com cdcdb54ff6 bug #25396; don't use title for default page name if it's a remote file with a file name (r=jst@netscape.com) 2000-03-17 15:27:05 +00:00
brade%netscape.com d2d817e5e9 fix regression of radio buttons not working for size (#27833) 2000-03-17 15:19:48 +00:00
sfraser%netscape.com 2c7563626f Fix for 11770 -- implement show/hide toolbars in editor. r=akkana 2000-03-17 03:03:13 +00:00
akkana%netscape.com 14a440936a Warning fix -- remove unused variable 2000-03-17 02:10:55 +00:00
sfraser%netscape.com 710f3e40a3 Fix for 30301 -- don't waste time trying to update non-existent XUL nodes. r=akkana 2000-03-17 01:59:10 +00:00
cmanske%netscape.com 5cd588c47d Table row, column, all-cells selection now working. Menu items enabled. r=mjudge 2000-03-17 01:46:17 +00:00
cmanske%netscape.com 6d478d3a2e Removed tableselection listener -- all selection now done in layout. Also added more table selection support for row, col from menu. r=mjudge 2000-03-16 23:45:41 +00:00
pierre%netscape.com df45c018dd #11859 "Loading remote stylesheet in editor fails". Re-enable the "Apply Style Sheet" menu item after having fixed LoadAgentSheet() in nsCSSLoader.cpp. 2000-03-16 11:42:41 +00:00
tbogard%aol.net ae18de8483 Remove viewsource.xul as it is no longer used. This is duplicate of browser's viewsource.xul anyway. 2000-03-16 00:50:26 +00:00
cmanske%netscape.com 09dbd3f155 Fixed Editor bugs 28873, 29691, most of fixes for 14342 and 20973. r=sfraser 2000-03-15 14:37:12 +00:00
hyatt%netscape.com d952579ff9 Converting tabs. 2000-03-14 11:31:05 +00:00
akkana%netscape.com 4571562a1a 25645, fix delete line and kill to end 2000-03-14 02:58:14 +00:00
akkana%netscape.com 4a84d12c3c Fix paste as quotation 2000-03-14 02:57:38 +00:00
akkana%netscape.com 00120ab9c4 Add a helpful comment 2000-03-14 02:57:10 +00:00
ftang%netscape.com f667dc4277 fix crashing bug 30120. check in for tajima@eng.sun.com since the crash is
verified and test on my machine. r=ftang, a=bobj. Will check into the beta
branch also.
2000-03-13 02:33:19 +00:00
rickg%netscape.com 5869138fb9 replaced calls to deprecated string methods 2000-03-12 20:39:41 +00:00
rickg%netscape.com 7c4f6b3293 landing phase 2 to remove deprecated string calls 2000-03-12 11:10:07 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
danm%netscape.com 1bf6b7d765 adding a new timer-driven function to open a new navigator window. bug 24903 r=ben 2000-03-12 02:58:36 +00:00
tbogard%aol.net bc533a0fef Use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver interface. 2000-03-11 01:01:39 +00:00
tbogard%aol.net 6f7b47a7db Converted to talk in terms of the docShell APIs intead of the old webShell ones where possible. HanldeUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:00:48 +00:00
tajima%eng.sun.com 83c77e34b0 Fix for 17419. a=bobj@netscape.com, r=ftang@netscape.com 2000-03-10 01:30:07 +00:00
sfraser%netscape.com b82ca92ac8 Fix for 30894 -- crash closing compose window while loading reply. r=buster, bienvenu, akkana, a=jar 2000-03-09 22:20:56 +00:00
cmanske%netscape.com 67d06ee357 Part of fix for 30769. r=sfraser, a=jar 2000-03-09 02:25:00 +00:00
rods%netscape.com ac9e5682c4 need to static set the height so the dialog looks right
fixes bugs 29544, 28835
a=jar
2000-03-07 15:57:22 +00:00
hangas%netscape.com b109077b5a Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
warren%netscape.com 7e37f4f478 Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
sspitzer%netscape.com 87c19c5bb3 my half of the fix for bug #29861. define defaults for
the throbber urls.  r=blizzard, a=jevering
2000-03-04 22:48:53 +00:00
sfraser%netscape.com d80f56a29d Fix for the solaris compiler; I need to include nsITimer.h. r=brade 2000-03-04 00:33:15 +00:00
sfraser%netscape.com afc6a88b45 Fix for 29737 -- selecting is slow in large files in composer. r=mjudge, akkana, a=jar. 2000-03-03 23:35:11 +00:00