Commit Graph

1175 Commits

Author SHA1 Message Date
mjudge%netscape.com
08d3777e05 storing the factory as a weak reference. speeding up ender-lite. r= anthonyd, r= jfrancis 2000-07-13 23:20:15 +00:00
mjudge%netscape.com
95d2399475 removing unnecessary ifdef 2000-07-13 23:19:21 +00:00
kin%netscape.com
f48560b6b4 Fix for bug #43208: readonly text fields are not readonly
Modified CreateAnonymousContent() and AttributeChanged()
to set the editor's readonly and disabled flags.
r=sfraser@netscape.com
2000-07-13 13:51:37 +00:00
dougt%netscape.com
d84c495203 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
akkana%netscape.com
481b7a5c02 38232 (nsbeta2+): Make line break character configurable in the
output system, and use \n (the DOM linebreak character) when getting
output from text controls.  Also fix some warnings.  r=kin.
2000-07-10 19:46:59 +00:00
rods%netscape.com
1a04a12da1 If the click is not on on item in the dropdown and not in the comboxbox display area then
the click count is set to zero so the JS event doesn't get fired. If it IS over the combobox
display area then the JS event does get fired.
b=40382 r=pollmann
2000-07-07 01:35:23 +00:00
rods%netscape.com
bec2653485 A "margin" variable isn't being set up in the correct spot.
b=41472 r=kmcclusk
2000-07-06 13:22:12 +00:00
cmanske%netscape.com
bd5d66cc9f Fixed setting value on multiline textarea - get value from content node instead of frame. Fixed by kin, b=42646, r=mjudge, a=beppe 2000-07-05 23:38:26 +00:00
kin%netscape.com
d240a51aa0 Backout passing of PR_FALSE to GetText() in CreateAnonymousContent(). That
was a debug change in my tree that I accidentally included in my previous
checkin.
2000-07-05 21:23:35 +00:00
kin%netscape.com
f7a4b35d1b Fix for bug #43679: lose sender when scrolling in the addressing pane
Modified CreateAnonymousContent() to use mCachedState if it exists.

r=ducarroz@netscape.com
2000-07-05 20:51:08 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
kin%netscape.com
92255729cf Fix for bug #42178 Back causes data corruption
Modified CreateAnonymousContent() so that if the text widget has
a default value, it adds it as a text node under the div after it
is created. Add better error checking to avoid possible problems.
Removed calls to SetTextControlState() that were used
to initialize the text widget contents from GetPrefSize() because
it was causing a reflow within a reflow and the editor to be re-entered.
Added missing call to GetText() in Reset().

r=sfraser@netscape.com
2000-06-30 14:51:58 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
jfrancis%netscape.com
375a81e36f fixing max text length initialization for text fields. 43275 2000-06-30 05:51:34 +00:00
sfraser%netscape.com
07676e0db7 Fix for 44118 and nsbeta2+ bug 42625, r=kin. Update selection-based commands (e.g. cut/copy) when the selection changes from collapsed to non-collapsed and vice versa, not just when it is uncollapsed. 2000-06-29 22:36:10 +00:00
mjudge%netscape.com
1f75a7914c oninput and on change now firing. this should be working completely now. bug 42045 uncommenting out lines that I had commented out for someone on accident. also this fixes listeners not firing for textareas and only for text inputs. pdt+dogfood+ ect. 2000-06-29 05:17:58 +00:00
pollmann%netscape.com
ba5188b9fb Bug 41013: Prevent event passing from frames to content during document destruction r=joki 2000-06-29 02:02:43 +00:00
mjudge%netscape.com
fcfba9cd7c removing observer. put in on accident. editor will handle oninput changes. if not i can un comment this 2000-06-28 04:16:44 +00:00
mjudge%netscape.com
b871d9eda7 r=jfrancis,r=hyatt 42045 beta2+ 42675 beta2+ hitting return on text area not putting new line. onchange,oninput. 2000-06-28 04:00:12 +00:00
ducarroz%netscape.com
3587b47dad Fix for bug 43575. Back out a line that Rods accidently change while checkin rev 1.40 R=hyatt 2000-06-27 05:26:28 +00:00
rods%netscape.com
581a9e4daf Better fix for printf spewage. 2000-06-23 13:19:50 +00:00
vidur%netscape.com
ecbf7a762b Getting rid of debug spewage left in by one of the last couple of checkins 2000-06-23 05:51:07 +00:00
mjudge%netscape.com
976a8c3ec6 fix for 42188,42347 r=akkana . use selection controller to tell the doc if it should display non-text-selection. 2000-06-23 04:01:19 +00:00
rods%netscape.com
e300ddcf09 It wasn't call the NavQuirks sizing code when in NavQuirks mode.
Bug 42521,41629 r=kmcclusk
2000-06-23 02:30:38 +00:00
dbaron%fas.harvard.edu
de9823b3e8 Fix leak of nsInputDimensionSpec. r=waterson 2000-06-22 22:49:02 +00:00
pinkerton%netscape.com
b360334598 fix leaked timer, bug 28226, r=hyatt. 2000-06-22 08:42:18 +00:00
pollmann%netscape.com
bc530c653f Bug 41585: Don't chop of query string when POSTing forms, only when GETting them r=harishd 2000-06-22 02:49:01 +00:00
pollmann%netscape.com
a97d394820 Bug 25300: Enable activation of buttons by the keyboard (space or enter) r=nisheeth 2000-06-21 00:40:11 +00:00
hyatt%netscape.com
efcf6eb2ca Turning on the new tree widget. Bug#30511, r=evaughan 2000-06-19 22:57:39 +00:00
sfraser%netscape.com
2e35dcb68f Fix bug 42145 -- need to clear the editor out of the editor controller when the text frame is going away (like when its content is hidden in a popup window). r=kin 2000-06-16 06:09:33 +00:00
rods%netscape.com
0eb33fd920 removed the incremental reflow targeted at the display text
instead we just reflow the text and the button each time.
b=40644 r=kmcclusk
2000-06-15 13:02:10 +00:00
rods%netscape.com
e76b426f27 ifdef'ing out the where we get the value of the label
currently we aren't supporting "label" for options because they get
concatentated with the content
b=4050 r=kmcclusk
2000-06-15 13:00:23 +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
pollmann%netscape.com
3f1d49a015 Bug 32770: Save scroll position in session history r=nisheeth 2000-06-15 00:35:46 +00:00
mjudge%netscape.com
3ad4ea91e8 handling of on input. adding selection change notifications to commands. we must tell the document when selection happens in the input fields. regriession from 34986, r=saari a=pdt+ 2000-06-14 03:01:31 +00:00
rods%netscape.com
f4cc2701ab moved the unreg of the access keys from the destructor to the Destroy method
r=dcone, b=41246
2000-06-14 01:16:08 +00:00
mjudge%netscape.com
2de231508c didnt implement selection. bug=34896. r=hyatt 2000-06-09 21:55:50 +00:00
akkana%netscape.com
67d92a8e0c 34896: Fix ender lite build on Unix. r=mjudge 2000-06-09 20:50:24 +00:00
mjudge%netscape.com
6ddeda2887 turning on ender-lite. bug = 34896 2000-06-09 09:19:28 +00:00
mjudge%netscape.com
446e89c8cb form elements now accept a nsIFormFrame instead of the implementation as the parameter to allow others that inheirit from nsIFormFrame to call "CanSubmit". bug=34896 ender-lite, r=hyatt 2000-06-09 07:16:20 +00:00
mjudge%netscape.com
a6d523713a not in build, bug 34896 2000-06-09 05:13:32 +00:00
mjudge%netscape.com
eefb2d0950 bug=34896 fixing reflow reason from nsFileControlFrame to send resize when resizing its input field. fixing mouseclick to not be so hardcoded so that the ender-lite text field still works for the "browse" button. a=beppe r=hyatt 2000-06-07 01:21:20 +00:00
mjudge%netscape.com
b3275e69b7 bug=34896 setting up initial text to work after evaughns box changes to ender-lite. a=beppe, r=evaughn,r=hyatt. 2000-06-07 01:21:03 +00:00
evaughan%netscape.com
d43e56932a Fixed for ender-lite painting problems. bug #34896
-r mjudge
2000-06-06 01:25:03 +00:00
buster%netscape.com
7f1b174ffc bug 36367
r=rods
fix was to pass in the correct width during certain types of incremental reflows.
2000-06-05 03:50:46 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
rods%netscape.com
788c936bf0 no longer subtracting off scrollbar width when mComputedSize is set
b=36548, r=kmcclusk
2000-06-02 20:59:57 +00:00
brade%netscape.com
fe543c9420 #ifdef appropriately for ENDER_LITE (especially Macintosh); blocking Macintosh development; bug #41323; a=beppe; r=kin; a/r=mjudge 2000-06-02 20:57:10 +00:00
rods%netscape.com
7802e4085f now checks to see if an explicit width or height is being set and then set the maxElementSize properly
it already did this for NavQuirks, this is for Standard mode
Bug 40621 r=dcone
2000-06-02 14:37:27 +00:00
mjudge%netscape.com
317ebfc20f bug = 34896. changing caret use to not demand a presshell. r=hyatt 2000-06-01 02:39:52 +00:00