dprice%netscape.com
eafe83d871
corrected locale info
2000-07-22 09:09:39 +00:00
dprice%netscape.com
dd37e37d03
adding a chrome manifest for layout
...
NOT IN THE BUILD
2000-07-22 08:23:42 +00:00
jst%netscape.com
40d98d5682
Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts
2000-07-21 23:44:38 +00:00
rods%netscape.com
4ba7e28964
moved form registration code to Reflow instead of GetPrefSize, it wasn't being called correctly when wi/h was being set via style
...
b=45846 r=kin
2000-07-20 21:17:03 +00:00
rods%netscape.com
f7fbff18c7
check in for andreas, it now checks to make sure that the image or lowimage is not
...
null before getting the width and height
b=36902, a=waterson
2000-07-20 14:50:17 +00:00
jst%netscape.com
9724edaa51
Trivial change to cut down on the noice in bug reports by not returning internal errors back to JS, this fixes harmless, but annoying JS exceptions when mousing over chromeless windows. r=waterson.
2000-07-20 06:11:22 +00:00
pnunn%netscape.com
38ed05f47f
fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
...
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
waterson%netscape.com
eb10ce3a1a
Bug 37622. Hackery to get <embed hidden='true'> to work. Check hidden attribute; if set, size to (0, 0) and don't create a widget. r=pavlov,blizzard.
2000-07-19 23:46:43 +00:00
attinasi%netscape.com
cc2b1c2b5d
Checkin patch for Robert O'Callahan: fixed HandlePostedDOMEvents and HandlePostedAttributeChanges to deal with re-entrant calls. b=45510,45361[nsb2+] r=evaughan,attinasi
2000-07-19 20:09:59 +00:00
mscott%netscape.com
93ed892b57
Bug #44397 --> quick fix to the bookmarks problem with create new profile, if the
...
url is about:blank then don't try to instantiate bookmarks just to get a charset!
i'm not sure this bookmarks code belongs here anyway. We'll file another bug to get it moved out.
r,a=waterson
2000-07-19 19:51:20 +00:00
waterson%netscape.com
f2b9667dd2
Doh! Botched patch application. Sorry!
2000-07-19 05:23:09 +00:00
waterson%netscape.com
9665015156
Bug 21456. Support for 'alt=' attribute on applet frames. Patch submitted by edburns@acm.org, r=waterson, nisheeth, a=waterson.
2000-07-19 05:06:55 +00:00
valeski%netscape.com
175fa58cd9
45723. r=rpotts. webshell-docshell consolodation changes.
2000-07-18 23:13:07 +00:00
attinasi%netscape.com
b7d2737337
Checkin for timeless@bemail.org: Fixed rounding error making LARGER work for font sizes less than 9px. b=12461, r=attinasi@netscape.com,disttsc@bart.nl a=brendan@mozilla.org
2000-07-18 21:48:51 +00:00
valeski%netscape.com
9403bfd9cd
updating a comment
2000-07-16 15:05:31 +00:00
jfrancis%netscape.com
3f885328d3
making the text frame use nsIEditorObserver (instead of nsIDocumentObserver). this is for bug 42329: autocompletion firing in the middle of uncommitted ime entry. r=fm
2000-07-16 06:43:34 +00:00
waterson%netscape.com
c0549f2cb5
Bug 45568. Don't flush notifications while looking for the nsIEditor object! The content sink may be in a crazy state where it's trying to rotate the content model. r=mozbot, because this is a smoketest blocker.
2000-07-15 20:51:01 +00:00
dbaron%fas.harvard.edu
7ed087c304
Fix bug 42895 (nsbeta2+), a huge leak whenever a text input receieves an event, by propogating SetDocument(null,...) calls to the anonymous content in ender-lite widgets so that script objects for that content are unrooted. r=hyatt, mjudge
2000-07-14 23:20:48 +00:00
sfraser%netscape.com
bc5e13e277
Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis.
2000-07-14 21:58:50 +00:00
kin%netscape.com
baa1e3d567
Fix for bug #45002 : Password displayed in clear text.
...
layout/html/forms/src/nsGfxTextControlFrame2.cpp
- Modified CreateAnonymousContent() to disable forced
refreshes and reflows in the editor, and call
SetTextControlFrameState() to set the intial value
of the text widget.
- Fixed leak in SetTextControlFrameState().
editor/public/nsIHTMLEditor.h
- Added DisableForcedUpdates and DisableForcedRefreshes flags.
editor/base/nsEditor.cpp
- Modified EndUpdateViewBatch() so that it uses the new
DisableForcedUpdates and DisableForcedRefreshes flags.
- We now also close the reflow batch before we close the
update batch.
r=brade@netscape.com
2000-07-14 20:26:09 +00:00
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
mjudge%netscape.com
829408eddb
making the element factory support weak references. needed to make ender-lite faster.
2000-07-13 23:18:37 +00:00
hyatt%netscape.com
5c42c520a8
Fix for 43467. r=bryner
2000-07-13 23:00:59 +00:00
evaughan%netscape.com
0e16e3313a
Fix for ender clip widget bug #42451
2000-07-13 20:51:39 +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
hyatt%netscape.com
0c7a3ceafd
Fix for smoketest blocker. r=saari, bug#=35952
2000-07-12 22:24:29 +00:00
jst%netscape.com
ef7c88f995
Fixing nsbeta2+ bug 38610, don't throw a JS exception when .complete is accessed on an Image created in JS. r=pollman@netscape.com
2000-07-12 03:35:13 +00:00
jst%netscape.com
d9db4ed52f
Fixing nsbeta2+ bug 44115, properly handle area elements even if the href is a relative url, r=vidur@netscape.com
2000-07-12 02:42:28 +00:00
jst%netscape.com
744fcf9dc9
Fixing nsbeta2+ bug 44434, problems with width and height properties on preloaded images. r=vidur@netscape.com
2000-07-12 02:30:42 +00:00
mcafee%netscape.com
a4c70122a8
Checking in null pointer fix for bugscape:1205, netscape nsbeta2+ bug. r=saari
2000-07-12 02:22:41 +00:00
jst%netscape.com
db7e921f3e
Fixing nsbeta2+ bug 44001, nulling out output parameters to avoid crasing. r=vidur@netscape.com
2000-07-12 02:15:27 +00:00
ericb%neoplanet.com
ed3ff3ad8b
resizers and titlebars r:hyatt a:hyatt
2000-07-11 23:34:44 +00:00
av%netscape.com
1c72f33a9a
#44422 , r=buster
2000-07-11 23:10:29 +00:00
rods%netscape.com
6f13208339
setting parent to null to make sure there are no dnagling pointers from children
...
to their parents
b=44266, r=jst
2000-07-11 22:17:38 +00:00
rods%netscape.com
9d63d08157
removing accidental checkin
2000-07-11 21:00:22 +00:00
rods%netscape.com
03e57f97c1
option elements no longer add and remove themselves from the select, the select now does all the housekeeping. b=44266, r=pollmann
2000-07-11 20:55:21 +00:00
rods%netscape.com
59085805aa
*** empty log message ***
2000-07-11 20:55:20 +00:00
bnesse%netscape.com
23b031d8d8
Removed code which was painting rectangles over the plugin objects on the Mac. Bug #41016 . r=av
2000-07-11 20:06:05 +00:00
shanjian%netscape.com
8e013f01a6
#42422
...
Fix the crash, contentLen should not be extended futher than the
text fragment's length.
2000-07-10 22:32:54 +00:00
mkaply%us.ibm.com
cb1f3511f4
r=cls, a=brendan
...
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:08:54 +00:00
evaughan%netscape.com
7e980a707b
disable gfx scrollbars #44576
...
grid fixes for tree bugs
-r Hyatt
2000-07-10 20:10:27 +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
cls%seawood.org
e87a1b7b11
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
pollmann%netscape.com
e43f63c3df
Bug 4891: Allow flushes to occur outside parsing of the <script> tag. This allows us to keep content lists up to date through document.writes in event handlers r=nisheeth
2000-07-08 00:19:44 +00:00
evaughan%netscape.com
a17ec2746d
Fixed body resizing bug #35681
...
-r pinkerton
2000-07-07 22:24:06 +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
karnaze%netscape.com
a5fcf7a3b9
new regression tests, not affecting the build.
2000-07-06 14:07:15 +00:00
karnaze%netscape.com
93d58ddc9c
bug 40721 - put back fix that was erroneously backed out. r=rods from before.
2000-07-06 13:58:54 +00:00