Commit Graph

1437 Commits

Author SHA1 Message Date
tbogard%aol.net
09503b80da Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:27:09 +00:00
tbogard%aol.net
39466c4797 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. 1999-11-01 21:25:52 +00:00
jfrancis%netscape.com
f5c0eec556 fixes for bugs: 16361,12253,15696,15734; r=sfraser 1999-11-01 15:15:35 +00:00
brendan%mozilla.org
f81d5969c6 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
cmanske%netscape.com
43ebeb6bf4 Fixed Composer UI to adjust to latest global CSS changes. Mostly needed to add appropriate class to titled buttons. Change editorshell to stop throbber animation even if editor fails to initialize. r=sfraser 1999-10-29 22:33:34 +00:00
evaughan%netscape.com
039be939e6 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
cata%netscape.com
bed851411e Fix for bug #17018, r=cata, checkin for momoi. 1999-10-29 20:41:21 +00:00
cmanske%netscape.com
9598a09ef7 Changed hover style for FormatToolbar for consistency with new UI 1999-10-29 06:04:48 +00:00
cmanske%netscape.com
b3a8f0ef9c Reduced size of Named Anchor proxy icon used in editor page to minimize layout disturbance when present. Changed colors. 1999-10-29 04:23:36 +00:00
cmanske%netscape.com
9479d9e04b Style adjustment for Composer DisplayMode toolbar 1999-10-29 02:58:37 +00:00
cmanske%netscape.com
97c3b421e7 Color adjustment for Composer DisplayMode toolbar 1999-10-29 02:47:47 +00:00
cmanske%netscape.com
fd1c22fa70 Added 'Throbber' to Composer - more UI adjustments for new skin. Tweaked new toolbar images. r=sfraser 1999-10-29 02:33:51 +00:00
cmanske%netscape.com
b4660adcf6 More changes to Composer for new skin (mostly new images). 1999-10-28 08:42:30 +00:00
braddr%puremagic.com
ea13be0a26 Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE in anticipation of nixing NS_COMFALSE in the near future.
r=scc
1999-10-28 03:16:48 +00:00
cmanske%netscape.com
101ef716c6 Fixed bugs 16690, 16991. Also made UI changes to adjust for new 'skin' r=sfraser 1999-10-28 01:51:07 +00:00
law%netscape.com
0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
jfrancis%netscape.com
5996f2a7f1 fix for 17056: making a list in empty doc didnt work; also making a new list item didn't work. r=floppy moose 1999-10-27 23:44:33 +00:00
cata%netscape.com
4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
ftang%netscape.com
c4deb92eb0 add debugging code. fix remove last uncomited IMEText. r=jfrancis 1999-10-27 22:56:36 +00:00
braddr%puremagic.com
341c8b0054 Ooops.. tree closed, better back these out for now. Sorry. 1999-10-27 21:01:37 +00:00
braddr%puremagic.com
55276cc3c4 Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
1999-10-27 20:24:21 +00:00
ftang%netscape.com
243238b9c0 implement input method highlight. r=tague 1999-10-27 00:10:03 +00:00
cmanske%netscape.com
618ed72e8d Fixed bugs 6278, 9758, 17014, 17071, 17160. r=sfraser,mjudge 1999-10-26 23:13:00 +00:00
brade%netscape.com
ab27cc1f9b First Checked In. 1999-10-26 21:27:05 +00:00
ftang%netscape.com
1486d36542 fix IME assertion problem . r=jfrancis 1999-10-26 20:04:47 +00:00
jfrancis%netscape.com
c89d94b9e9 reworking editor IME supoprt; r=kin; bugs: 13576, 11878, 11994, 13494, 16432 1999-10-26 18:54:47 +00:00
pavlov%netscape.com
e0ea98f730 merge some changes that got dropped somehow during the landing r=hyatt 1999-10-26 01:54:39 +00:00
hangas%netscape.com
e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
brade%netscape.com
36b47deb96 fix plain text editor (r=cmanske@netscape.com) 1999-10-25 21:57:11 +00:00
brade%netscape.com
ca31badc4c fix plain text editor (r=cmanske@netscape.com, jfrancis@netscape.com) 1999-10-25 21:56:37 +00:00
pavlov%netscape.com
fd4faa59f9 makefile changes for the Editor to editor.css change r=hyatt,ramiro 1999-10-25 14:56:35 +00:00
pavlov%netscape.com
082e489cce rename to be happy with the chrome registry r=hyatt 1999-10-24 07:07:04 +00:00
pavlov%netscape.com
03e5de578b renaming file to be consistant with chrome registry 1999-10-24 07:00:53 +00:00
akkana%netscape.com
2d47aab79e 16706: Call the rules code to delete the bogus node before inserting html, to fix the new mail reply code. r=jfrancis 1999-10-21 21:51:47 +00:00
sfraser%netscape.com
6caa52057a File Removed. 1999-10-21 05:37:53 +00:00
sfraser%netscape.com
260c61788f Removed nsEditorFactory.cpp and nsEditorShellFactory.cpp which are no longer needed. r=pavlov 1999-10-21 05:37:04 +00:00
sfraser%netscape.com
f53c9c41ba Removal of calls to PR_MumbleMonitor, which were way too heavy-handed for the job. Replaced with PR_AtomicInc/Decrement. part of module sweep, r=morse, pavlov 1999-10-21 05:36:21 +00:00
ftang%netscape.com
b00215d892 do not do TypedText if the character code is 0. r=brade. Fix bug 16570 and 16811 1999-10-20 21:01:20 +00:00
akkana%netscape.com
56f9652bab 16844: modifier key presses shouldn't insert anything into the editor. r=brade 1999-10-20 20:02:44 +00:00
cmanske%netscape.com
8c39880b97 Fixed bug 16868. r=brade 1999-10-20 18:43:56 +00:00
cmanske%netscape.com
e7457117e4 Fixed bugs 12515, 16493,16494,16495,16692,16794,most of 9758. Replaced old 'target' icon with interim 'anchor' icon. r=sfraser 1999-10-20 14:15:25 +00:00
alecf%netscape.com
3bfd243bc9 remove old gifs 1999-10-20 00:19:23 +00:00
brade%netscape.com
17a1a0c96d add images from Dan Haddix (r=pavlov@pavlov.net) 1999-10-19 14:53:55 +00:00
brade%netscape.com
df139c0186 add images from Dan Haddix (r=rods@netscape.com) 1999-10-19 14:44:01 +00:00
brade%netscape.com
7abfbbced9 function for image map editor added (contributed by Dan Haddix) 1999-10-19 13:34:34 +00:00
brade%netscape.com
c8661f28f8 First Checked In. 1999-10-19 13:32:22 +00:00
brade%netscape.com
38efe55f77 add images for Dan Haddix (image map editor) 1999-10-19 13:31:25 +00:00
buster%netscape.com
38b35cdb7d some extremely minor cleanup of bugs found by ftang. Thanks, frank. 1999-10-18 21:59:19 +00:00
law%netscape.com
2a8b8116b8 Bug #14999; stop using toolkit app core; r=sfraser@netscape.com 1999-10-18 21:39:18 +00:00
law%netscape.com
24e5346ca3 Bug #14999; stop using toolkit app core (added JavaScript[Debug].shlb to this project); r=sfraser@netscape.com 1999-10-18 21:36:57 +00:00