Commit Graph

59807 Commits

Author SHA1 Message Date
nhotta%netscape.com
7ecd89e27a Changed a string of NS_MSG_MULTILINGUAL_SEND. 2000-05-01 21:56:22 +00:00
rogerl%netscape.com
0d6de00daf r=norris@netscape.com
Bug #34187, adding 'eval' as property of global object.
Bug #31864, decompiler failure when attempting to invoke a non-function
where that object is accessed via an incoming argument of the current
function.
2000-05-01 21:55:52 +00:00
nhotta%netscape.com
753a89b158 Changed a string of sendDefaultCharset.label. 2000-05-01 21:55:02 +00:00
sfraser%netscape.com
8b6fe118f7 Make the text of inputs non-grey 2000-05-01 21:54:26 +00:00
rogerl%netscape.com
ba3bbf1120 r=norris@netscape.com; Bug#32174
Prevent recursive death when user has a function 'Object'.
2000-05-01 21:53:20 +00:00
sfraser%netscape.com
c1acfef366 Remove bogus string concat 2000-05-01 21:53:19 +00:00
sfraser%netscape.com
3a91080cf6 Print when checking out each module 2000-05-01 21:52:52 +00:00
sfraser%netscape.com
23ab0760f1 Add null check, to save crash when closing a window. 2000-05-01 21:51:11 +00:00
sfraser%netscape.com
c43e7b559a Add null check. 2000-05-01 21:50:18 +00:00
sfraser%netscape.com
035965297d Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions. 2000-05-01 21:49:52 +00:00
sfraser%netscape.com
a9c14b529c Added nsComposerCommands.cpp 2000-05-01 21:43:21 +00:00
sfraser%netscape.com
591d1d8d90 Remove bogus button styles. 2000-05-01 21:42:58 +00:00
sfraser%netscape.com
ea0cf39f2e Add ComposerCommands.js 2000-05-01 21:39:02 +00:00
sfraser%netscape.com
7703837d15 Add nsComposerCommands.cpp 2000-05-01 21:38:31 +00:00
sfraser%netscape.com
bdc2737942 Adding ComposerCommands.js 2000-05-01 21:38:11 +00:00
sfraser%netscape.com
288d009794 First Checked In. 2000-05-01 21:37:38 +00:00
mscott%netscape.com
f5e1bee33e Bug #36371 --> clear refresh timers when loading new documents into the
docshell. This fixes the problem where after visiting a page with a refresh,
we would later always try to refresh that page even if you had moved on.
2000-05-01 21:33:49 +00:00
kin%netscape.com
65b72822ba Fix for crasher bugs 37701 and 37728. r=mjudge@netscape.com 2000-05-01 18:21:30 +00:00
robinf%netscape.com
104709c453 fixing bug 37443 2000-05-01 18:12:58 +00:00
beard%netscape.com
846e79c959 warnings on Linux 2000-05-01 17:18:49 +00:00
beard%netscape.com
97c6f17dfa fixing breakage on Linux 2000-05-01 17:18:23 +00:00
alecf%netscape.com
d92c50a3bf fix for non-wrapping status line
r,a=leaf
2000-05-01 17:12:32 +00:00
beard%netscape.com
4942c057e3 removed unnecessary casts to int32 in ICodeGenerator::setLabel() which were generating warnings. 2000-05-01 17:11:36 +00:00
alecf%netscape.com
ba9f5f402e fix for #37716 r=putterman a=leaf
put flex on the tree so it doesn't have zero width
2000-05-01 17:07:47 +00:00
slamm%netscape.com
10ccc80ce0 Fix link for sidebar panel. 2000-05-01 16:41:38 +00:00
locka%iol.ie
89655a10cc Added minimize/maximize button.
Not part of build
2000-05-01 16:21:22 +00:00
locka%iol.ie
9d2de4211c Added explicit call to release webbrowser during destruction
Not part of build
2000-05-01 16:20:25 +00:00
rods%netscape.com
27fe983957 fixes two different checks for the existence of lowsrc. al text now displays
correctly for net based images.
2000-05-01 14:35:19 +00:00
brade%netscape.com
14478883d9 remove unused entities; remove colon from color entities so that they display properly in preview box; add colon entity as a separate character 2000-05-01 13:55:55 +00:00
brade%netscape.com
9d9d596c68 add some missing entities 2000-05-01 13:52:42 +00:00
brade%netscape.com
1c04979133 fix the link strings to not have a colon so it displays properly in preview box; add the colon as a separate entity; remove "useDefaults" button 2000-05-01 13:50:47 +00:00
brade%netscape.com
74452565f3 redo some of the skinnability work I had checked in (reverted in cvs merge?); add checkbox for Akkana (saving output) 2000-05-01 13:49:13 +00:00
alecf%netscape.com
4348eee608 add inset header styles to the thread pane to see if people like the look 2000-05-01 09:05:25 +00:00
alecf%netscape.com
3ccc3f72c3 updated filter editor and list:
1) update buttons as appropriate (disabled/enabled)
2) actually pass the filter to the filter edit dialog
3) update the scope automatically based on the filter
4) on new filters, update the scope based on the filterList that's passed in
5) put searchattribute and searchoperators in the right place in the tree
2000-05-01 08:55:48 +00:00
hyatt%netscape.com
fe98e16945 Fixing tree XBL. 2000-05-01 08:17:33 +00:00
alecf%netscape.com
c5e4184a9f expose the message filter's parent list through a scriptable interface, and move more private enums into a public interface 2000-05-01 08:15:46 +00:00
hyatt%netscape.com
d24004123e Menubuttons are not the cause of the leak. Reverting. 2000-05-01 07:58:44 +00:00
hyatt%netscape.com
370c46289a Fix scrollbar stylesheet relative to ua stylesheet. 2000-05-01 07:58:07 +00:00
alecf%netscape.com
5764f7d5de fix some enum typos, remove some non-scriptable enums, and fix some non XPCOM-compliant accessors 2000-05-01 07:36:46 +00:00
alecf%netscape.com
7afd3c6b80 remove assertion for now, not really a bad thing 2000-05-01 07:35:22 +00:00
nisheeth%netscape.com
7e37fb4356 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
hyatt%netscape.com
cd3a69b5fc Testing to see if the leak is in menubutton. 2000-05-01 06:32:20 +00:00
waldemar%netscape.com
1d32f1a9b3 Changed syntax of identifiers, attributes, expressions, functions, and packages. Added export, use, constructor, namespace, import. 2000-05-01 06:21:39 +00:00
hyatt%netscape.com
fce7f9645b Fixing chrome registry leak. r=scc 2000-05-01 06:07:52 +00:00
jbetak%netscape.com
56614bb108 5313 Accept-Charset for form is not implemented, r=ftang, be 2000-05-01 05:47:12 +00:00
bryner%uiuc.edu
2f54f28f4e Stop building the unused native widgets (these were removed from the win32
build awhile back).  Also remove unused code relating to these
widgets.  r=blizzard.
2000-05-01 04:35:30 +00:00
dbaron%fas.harvard.edu
7e557b01bd Fix leak of nsHTMLOptionElement. r=pollmann@netscape.com 2000-05-01 04:00:38 +00:00
jbetak%netscape.com
7cc3f676c0 5313 Accept language UI is not implemented r=ftang, be 2000-05-01 03:31:30 +00:00
jbetak%netscape.com
809138a7a4 5313 Accept-Charset for form is not implemented, r=ftang, be 2000-05-01 03:22:01 +00:00
karnaze%netscape.com
0556a06189 Removed FixBadReflowState, added an assert if boxes try to set outer table reflow state computed values when a caption is present. 2000-05-01 02:25:08 +00:00