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

1869 Коммитов

Автор SHA1 Сообщение Дата
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
sfraser%netscape.com 70f554bb1e Fix bustage. NS_IMETHODIMP and nsresult don't mix on windows. 2000-04-04 01:43:32 +00:00
sfraser%netscape.com 2527500a42 Fix for 14599 -- detect attempt to edit frameset. a=akkana 2000-04-04 01:06:25 +00:00
brade%netscape.com 35b5c18ff8 fix bug #9753 for constrain not working properly with pixels/percent 2000-04-03 14:33:17 +00:00
brade%netscape.com c9409f4f03 add entities for localization of "recent files" 2000-03-31 15:15:19 +00:00
brade%netscape.com 148db8fc49 add doctype to new editor pages 2000-03-31 13:59:14 +00:00
evaughan%netscape.com 53b00e50f0 box skinnablility changes.
-r Hyatt
2000-03-31 07:02:06 +00:00
cmanske%netscape.com 9a9c1a24e8 Show/hide paragraph marks (b=22181) and cleaned up style sheet code. 3-D shading fixed for HLine props (b=26841). Toolbar button spaces (b=12514). New color picker button and other conversions to new XUL widgets in dialogs. Optimizations in table editing. r=sfraser 2000-03-31 04:18:29 +00:00
sfraser%netscape.com c4e54d4889 Add nsEditorParserObserver.cpp to the build. 2000-03-31 02:36:10 +00:00
sfraser%netscape.com be4e1951a7 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 02:15:40 +00:00
sfraser%netscape.com 5377b7fb72 Work in progress for bug 14599 -- handle loading frameset docs. r=cmanske 2000-03-31 02:13:00 +00:00
sfraser%netscape.com d3d03371f7 Some minor UI tweaks for the status bar. r=cmanske 2000-03-31 01:59:45 +00:00
sfraser%netscape.com 5db17bfff5 Added nsEditorParserObserver.cpp 2000-03-31 01:59:00 +00:00
sfraser%netscape.com b1d5e9188b Work in progress for frameset detection, bug 14599. r=cmanske 2000-03-31 01:57:28 +00:00
jfrancis%netscape.com a9b0f8493f fixing windows bustage 2000-03-30 23:39:26 +00:00
jfrancis%netscape.com f15ea6358d cleanup and small bug fixes 2000-03-30 22:57:19 +00:00
akkana%netscape.com f8828e55bf 33785: Fix PasteAsCitedQuotation. r=jfrancis 2000-03-30 22:26:06 +00:00
sfraser%netscape.com bb57e6395c First Checked In. 2000-03-30 05:19:01 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
akkana%netscape.com 5811b87ebb Part of Paste as Quotation fix; remove a comment. r=cmanske 2000-03-30 02:20:09 +00:00
akkana%netscape.com 28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
akkana%netscape.com 121cb1d0b5 33705: obey middlemouse.paste pref in the editor 2000-03-30 01:23:47 +00:00
jfrancis%netscape.com 9c264cf1b8 stop leaking typeinstate items 2000-03-30 00:34:26 +00:00
jfrancis%netscape.com 4b6812ec3c re-enable password field code 2000-03-29 14:04:26 +00:00
jfrancis%netscape.com 480a5dc8c6 turning back on password field handling in editor 2000-03-29 13:45:08 +00:00
jfrancis%netscape.com af4644e7c8 making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code. 2000-03-29 12:53:23 +00:00
brade%netscape.com 00f4b049c4 made some progress reorganizing code when setting defaults for new documents; should now add charset if pref is set 2000-03-28 14:59:13 +00:00
norris%netscape.com 4054cc5f8f Fix bug 7264 All JavaScript running with correct principals
r=mstoltz
2000-03-28 03:59:46 +00:00
akkana%netscape.com c33c91200d 28317: pasting beyond textarea's visible bounds should scroll. r=sfraser 2000-03-28 00:34:26 +00:00
akkana%netscape.com 1b96eaa6ca 9266: Disable JS in the editor (and allow for disabling it anywhere). r=brendan,jband,norris,sfraser 2000-03-28 00:15:56 +00:00
akkana%netscape.com 7a61aa1ec0 Fix an entity bug for Naoki: Japanese entities weren't being correctly
pasted.  This also fixes the symptoms, but not the underlying cause,
of the html mail nbsp bug.  r=nhotta
2000-03-28 00:10:44 +00:00
scc%netscape.com fd8de8008f small changes to clients of string converting APIs 2000-03-26 11:39:08 +00:00
cmanske%netscape.com 32ef3a8757 Fixed window title bug 30100, removed debug code in table editing. r=brade 2000-03-25 02:41:19 +00:00
akkana%netscape.com 94b179c77e 33208: Fix problem of editor not initializing on pages with JS. r=sfraser 2000-03-25 02:27:57 +00:00
norris%netscape.com 4eb52aa84b Fix
32088 Circumventing Same Origin security policy using javascript: URLs
        32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
jim_nance%yahoo.com bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
jfrancis%netscape.com f07861250d fixing iid 2000-03-24 00:45:44 +00:00
jfrancis%netscape.com 0b23120401 improved paste performance in editor (WIP) (bug 28783) set/remove inline stlye rewrite (lots of bug #s) 2000-03-24 00:26:47 +00:00
jfrancis%netscape.com a43e1b1c64 improved paste performance in editor (WIP) (bug 28783) set/remove inline stlye rewrite (lots of bug #s) 2000-03-24 00:13:30 +00:00
ben%netscape.com cc72754ba0 convert editor toolbars to use button 2000-03-23 04:15:10 +00:00
dbaron%fas.harvard.edu 40a16fc16b Fix miscellaneous editor leaks. r=jfrancis@netscape.com 2000-03-23 01:14:49 +00:00
dbaron%fas.harvard.edu dc59bf9530 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 55aa44f6b8 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 69d11a568c 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 880a4f2081 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 753cbe9c87 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 e316474834 image map entity 2000-03-21 20:54:31 +00:00
brade%netscape.com d8e82333e8 put image map editor files into proper locations 2000-03-21 20:53:52 +00:00
brade%netscape.com b22e313ed7 missing checkin from earlier today; more image map stuff from Dan Haddix 2000-03-21 20:53:15 +00:00
brade%netscape.com 4582c893de possible spacer fixes for bug #12514 2000-03-21 15:11:43 +00:00
brade%netscape.com f3700c7b65 add image map resources to editor chrome folder 2000-03-21 12:55:08 +00:00
brade%netscape.com 58efbffe22 put image map resources in editor chrome directory 2000-03-21 12:54:06 +00:00
brade%netscape.com 001530aada put image map resources in Chrome directory 2000-03-21 12:53:20 +00:00
brade%netscape.com 38a5bbb22e latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com) 2000-03-21 12:52:05 +00:00
brade%netscape.com 042b7884cc *** empty log message *** 2000-03-21 12:49:23 +00:00
cmanske%netscape.com 901944bd23 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 4038b1da98 30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp 2000-03-20 23:13:25 +00:00
brade%netscape.com afaebe1532 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 55efbe2103 Remove a printf 2000-03-18 02:05:22 +00:00
brade%netscape.com 82b4b27e89 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 ba7e74468f fix regression of radio buttons not working for size (#27833) 2000-03-17 15:19:48 +00:00
sfraser%netscape.com 88d5875a24 Fix for 11770 -- implement show/hide toolbars in editor. r=akkana 2000-03-17 03:03:13 +00:00
akkana%netscape.com 912ca59eba Warning fix -- remove unused variable 2000-03-17 02:10:55 +00:00
sfraser%netscape.com 3044e9a3f6 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 118b8c5669 Table row, column, all-cells selection now working. Menu items enabled. r=mjudge 2000-03-17 01:46:17 +00:00
cmanske%netscape.com 235ce19d67 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 54d43fc240 #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 ca7e1cd9a5 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 2b34b49a02 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 1786656e2a Converting tabs. 2000-03-14 11:31:05 +00:00
akkana%netscape.com 8f13e2f0b2 25645, fix delete line and kill to end 2000-03-14 02:58:14 +00:00
akkana%netscape.com 739e5055f3 Fix paste as quotation 2000-03-14 02:57:38 +00:00
akkana%netscape.com 882203420d Add a helpful comment 2000-03-14 02:57:10 +00:00
ftang%netscape.com 6ea7fbcc1c 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 fb3041279a replaced calls to deprecated string methods 2000-03-12 20:39:41 +00:00
rickg%netscape.com 194f10b94d landing phase 2 to remove deprecated string calls 2000-03-12 11:10:07 +00:00
rickg%netscape.com ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
danm%netscape.com 058b4e3f19 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 04645ac524 Use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver interface. 2000-03-11 01:01:39 +00:00
tbogard%aol.net 23282f97e8 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 3ecba57c7d Fix for 17419. a=bobj@netscape.com, r=ftang@netscape.com 2000-03-10 01:30:07 +00:00
sfraser%netscape.com 5fae71c9f2 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 dd82316e1f Part of fix for 30769. r=sfraser, a=jar 2000-03-09 02:25:00 +00:00
rods%netscape.com cf7b11476b 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 d1f6b630a1 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 c0497e31be 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 bedc87f009 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 fdca7c332f Fix for the solaris compiler; I need to include nsITimer.h. r=brade 2000-03-04 00:33:15 +00:00
sfraser%netscape.com d86d156a86 Fix for 29737 -- selecting is slow in large files in composer. r=mjudge, akkana, a=jar. 2000-03-03 23:35:11 +00:00
rods%netscape.com e5ac5ed5e3 backing out earlier change
a=jar
2000-03-03 07:19:22 +00:00
rods%netscape.com 257c1a21d8 make minor changes to the dialog to get it to work with the combobox, table and box layout
r=cmanske, a=jar
2000-03-03 00:40:25 +00:00
cmanske%netscape.com 3dfc968910 Official 'Preview' icon image supplied by UE. Tested on all platforms r=sfraser, a=jar 2000-03-01 06:28:33 +00:00
blizzard%redhat.com a6d97b2321 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +00:00
sspitzer%netscape.com 7cb570ad1b fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
jfrancis%netscape.com e6db193491 fixe for 23558: windows ime bug - typing escape in ime can cause selection to move to top of document r=mjudge, ftang; a=rickg 2000-02-25 23:50:17 +00:00
akkana%netscape.com 1018c411e5 28279: Joe checked in most of the changes to fix quoting, and this
is the rest to remove some extra blank lines. r=jfrancis, a=rickg.
2000-02-25 23:26:46 +00:00
jfrancis%netscape.com 6d57ee0984 fixes for the following bugs: 27914, 27305, 28690, 14608, 27306, 28757 These fixes reviewed by cmanske, apprvd rickg; also fix for 28724 (caret positioning problems) reviewed by mjudge, apprvd by jar. 2000-02-25 04:39:30 +00:00
bryner%uiuc.edu 6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
sford3%swbell.net 0eb51d37cd Fix bug 21474 add send page to the editor, r=brade a=waterson 2000-02-25 00:55:20 +00:00
cmanske%netscape.com 5033945715 Fixed not clearing disabled state for Format/Properties menuitem: b=28995, r=sfraser, a=jar 2000-02-24 03:03:08 +00:00