Commit Graph

1134 Commits

Author SHA1 Message Date
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
pollmann%netscape.com
5ee76d8149 Bug 22983: Fix extra newlines in bugzilla updates when not logged into bugzilla on Linux. r=nisheeth 2000-06-01 02:04:51 +00:00
kin%netscape.com
4cb13a9bbc Fix for bug #37650: Initial values in text boxes not being displayed.
Modified AttributeChanged() to allow us to set the value attribute
even though mEditor is null.
r=morse@netscape.com  a=beppe@netscape.com
2000-05-31 14:14:16 +00:00
pollmann%netscape.com
d9bdd0843a Bug 41037: Fix my regression that was causing forms to submit twice! r=nisheeth (thanks pinkerton, nisheeth, and leger for the quick turnaround!) 2000-05-31 02:24:48 +00:00
rods%netscape.com
5b4987c7ea missed one of the strings for localization
b=32666, original reviewer was pollmann, self is reviewer for this small additional change
2000-05-27 13:03:18 +00:00
rods%netscape.com
3876087ab0 Moved the localization methods to the helper class
the file control is now localizable (*.*, "All Files")
b=32666, r=pollmann
2000-05-27 02:27:47 +00:00
rods%netscape.com
816fca45ce removed some uneeded code
made view so it was resized in SyncFrame
fixed the returning of the -1 for width
make sure combinedarea was set correctly for tables
b 39755,36321 r=buster,evaughan
2000-05-26 23:34:59 +00:00
rods%netscape.com
0189750b5f set the clickCoubt appropriately on MouseUp so onclicks are sent or disabled correctly
b=40382 , r=joki
2000-05-26 23:31:25 +00:00
evaughan%netscape.com
55816643f1 fix for [beta2] bugs:
37835
39085
32920

-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
joki%netscape.com
38497c25ca Fixes for bug 38269. Fixes crash during page rewrite in focus, reset, submit and location change in onunload. r:mjudge 2000-05-26 00:26:54 +00:00
kin%netscape.com
108b7677fd Part 1 of fix for bug #39821: Drag and Drop interferes with selection.
layout/base/public/nsIFrameSelection.h
  layout/base/src/nsSelection.cpp
  layout/events/src/nsEventStateManager.cpp
  layout/html/base/src/nsFrame.cpp
  layout/html/forms/src/nsGfxTextControlFrame2.cpp
  xpfe/browser/resources/content/navigatorDD.js

r=brade@netscape.com,cmanske@netscape.com a=beppe@netscape.com,waterson@netscape.com
2000-05-25 20:04:02 +00:00
rods%netscape.com
ed680830a6 Preventing event from bubbling, capture and default causes a mismatch in mousecapture
and this causes the lock. After a lot of testing it appears that the original reason
this was needed is no longer there.
Bug 38422 r=kmcclusk
2000-05-22 21:35:00 +00:00
mjudge%netscape.com
a16351d30a not in build yet. when switch is thrown I will get a code review/approval 2000-05-19 07:07:23 +00:00
hyatt%netscape.com
21e5ef59a2 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
mjudge%netscape.com
a1e6b91c0f not in build yet. when i turn on ender-lite i will get a huge approval/review 2000-05-19 00:12:14 +00:00
akkana%netscape.com
0f8537dc64 Build ender-lite files if MOZ_ENDER_LITE is defined 2000-05-17 03:05:11 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
mjudge%netscape.com
ffd3e3f9a0 oops left in debugging header 2000-05-17 00:07:34 +00:00
mjudge%netscape.com
733ffc5a0a adding switch. not on by default 2000-05-16 23:48:25 +00:00
mjudge%netscape.com
a4929168aa not in build yet... 2000-05-16 23:45:42 +00:00
mjudge%netscape.com
783975810b adding new ender_lite flag to build 2000-05-16 23:29:35 +00:00
mjudge%netscape.com
77e64029b2 more ender-lite enhancements 2000-05-16 22:42:00 +00:00
pollmann%netscape.com
3cdcb62c97 Bug 18501: Send onChange before submitting on enter press in text input if the text was changed. This fixes http://maps.mcom.com r=harishd 2000-05-16 22:09:04 +00:00
joki%netscape.com
c95cc22f27 fix for bug 15189 along with an annoying assert that just started. r: rods 2000-05-16 21:58:37 +00:00
mjudge%netscape.com
1e39e20ca4 left in bad reference 2000-05-16 13:02:36 +00:00
mjudge%netscape.com
c00a125072 fixing regunreg for form controls 2000-05-16 12:44:32 +00:00
mjudge%netscape.com
c3336ccfe3 accidental checkin 2000-05-16 12:20:24 +00:00
mjudge%netscape.com
85d1d629ae adding in destroy method 2000-05-16 12:18:49 +00:00
mjudge%netscape.com
8a09f194f7 fixes for RegUnRegAccessKey 2000-05-16 12:18:36 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
joki%netscape.com
d7557a57a5 Adding accesskey support. Bug 959. 2000-05-16 10:22:20 +00:00
mjudge%netscape.com
6939611619 not in build yet. default text now works.. 2000-05-16 03:38:26 +00:00
mjudge%netscape.com
1c88cfe811 not in build. form submission works 2000-05-16 01:03:07 +00:00
mjudge%netscape.com
07900ccd3b not in build 2000-05-16 00:03:38 +00:00
buster%netscape.com
f9f6684fb2 bug 35964, partial fix
r=rods
2000-05-15 22:51:42 +00:00
rods%netscape.com
72702a50fa focus now no longer shows when it has focus.
b=35307
2000-05-15 22:23:09 +00:00
mjudge%netscape.com
bc6435e49a not in build still getting ender-lite off ground 2000-05-15 14:34:20 +00:00
mjudge%netscape.com
e8114397eb not in build 2000-05-15 14:24:53 +00:00
dbaron%fas.harvard.edu
3de09ce54f Fix AtomImpl leaks (includes bug 32608). r=pollmann@netscape.com 2000-05-15 13:12:27 +00:00
evaughan%netscape.com
2316308130 1) Scrolling menus
2) many bug fixes
3) box debuging flags
2000-05-15 04:12:31 +00:00
mjudge%netscape.com
9a563fe715 adding navquirks support 2000-05-14 07:02:08 +00:00
mjudge%netscape.com
c517e4dad2 ender-lite looks like a real thing now 2000-05-14 03:41:57 +00:00