Граф коммитов

4096 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com fdf725dc17 36944 - USe NS_VMREFRESH_NO_SYNC to refresh
r=kmcclusk
2000-08-09 22:30:36 +00:00
dbaron%fas.harvard.edu edbb56773e Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
saari%netscape.com 6ea350941c hack part deux for testing for leak increase 2000-08-09 02:59:44 +00:00
saari%netscape.com 77de93bb14 temp hack to test theory for sudden increase in leaks 2000-08-09 02:25:51 +00:00
sfraser%netscape.com 10d894e672 Fix Windows compiler suckage. Fixes bustage. 2000-08-09 00:27:38 +00:00
sfraser%netscape.com 72205420ff Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:48:42 +00:00
sfraser%netscape.com 9aa82a567b Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
saari%netscape.com 4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
heikki%netscape.com 3ec78740ae Bug 29473 ondblclick event not being fired. 2000-08-08 20:32:09 +00:00
rjc%netscape.com a08d78f72c Remove Mac debugging info. r=me 2000-08-08 05:55:22 +00:00
rjc%netscape.com 83eb62c847 Sorting fixes for bug # 26131. r=me, nhotta, putterman 2000-08-08 05:50:10 +00:00
waterson%netscape.com 06818446fd Use nsVoidArray instead of nsISupportsArray to hold kids. r=hyatt 2000-08-08 05:02:07 +00:00
waterson%netscape.com d9cda5ebc1 Bugs 46616, 46964. Clean up RebuildContainer(): factor into two methods to share code better. Maintain a queue of ungenerated elements to scan for generated children. Add tons of comments so I don't have to figure this all out again when I look at it next. r=rjc 2000-08-08 04:57:55 +00:00
pierre%netscape.com 8c26256cb6 47138: Some invalid units are not resulting in dropped declarations. 15174: counter() and counters() should not be recognized by CSS parser. 2000-08-08 00:34:42 +00:00
waterson%netscape.com d867e404c8 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
dbaron%fas.harvard.edu a0923a0d16 Fix potential leak. r=attinasi a=waterson 2000-08-07 03:06:22 +00:00
dbaron%fas.harvard.edu a293ca83f0 Make nsDocument unroot script objects in the prolog and epilog correctly. Fix nsDocument::RemoveChild so it doesn't crash when removing the root element. Prevent nsDocument::ChildAt from incorrectly returning null when root is removed. Clean up nsDocument::RemoveChild and nsDocument::ReplaceChild a bit, including adding some notifications for prolog/epilog content. Make nsDocument::ReplaceChild return the correct thing (the old child, not the new one). r=vidur b=17390 (nsbeta3+), 46212 2000-08-07 03:03:55 +00:00
hyatt%netscape.com 76df4fb8a9 more of 42320. r=danm 2000-08-06 05:39:36 +00:00
hyatt%netscape.com a68bc0d8e8 Fix build bustage that's coming. 2000-08-06 05:03:36 +00:00
hyatt%netscape.com 1e75026c61 Fix for 42320. r=danm 2000-08-06 04:57:55 +00:00
hyatt%netscape.com ed96fc9dc0 Plug leak in cache for XBL docs. 2000-08-06 04:57:24 +00:00
bryner%uiuc.edu ca2893dfc2 Fixing bug 42294 - make mousewheel font size change always affect the
document (not the chrome).  r=saari.
2000-08-06 04:15:02 +00:00
hyatt%netscape.com 88189bb26d Fix for XBL portion of 46129 2000-08-05 22:33:29 +00:00
pierre%netscape.com e85c205893 attempt to fix the SunOS build 2000-08-05 06:39:42 +00:00
pierre%netscape.com e0bfdfa04d 45754 ('hidden' borders should be treated as 'none') 2000-08-05 04:40:57 +00:00
pierre%netscape.com 1d4805ae87 9816 (Outlines should be disabled completely for FCS) 46562 ('display: run-in' disables whole declaration block) 45804 (In quirks mode, 0 in 'border' should set the width, not the color) 46547 (Background image not centered correctly) Thanks to emk <VYV03354@nifty.ne.jp> 2000-08-05 04:40:03 +00:00
pierre%netscape.com f807d71a05 46599 (nsCSSLoader should check for local file before passing FORCE_RELOAD) 2000-08-05 04:39:43 +00:00
pierre%netscape.com 712ba3287b 43420 (textarea inherits align="center" from parent td) 2000-08-05 04:37:57 +00:00
cata%netscape.com b8880f180c Fix for bug #37543, a=ftang, r=nhotta. 2000-08-05 00:07:03 +00:00
shanjian%netscape.com de23b7e7a9 #14022 IME98 Reconversion does not work in HTML Editor
r = jfrancis
a = ftang
fix proposed by m_kato@ga2.so-net.ne.jp

New events are added to support reconversion. As a result, many files
are affected. They are:
editor:
  nsEditor.h nsEditor.cpp nsEditorEventListeners.cpp nsEditorEventListeners.h
  nsHTMLEditor.h nsHTMLEditor.cpp nsIEditorIMESupport.h
dom and layout:
  nsIPrivateCompositionEvent.h nsDOMEvent.h nsDOMEvnet.cpp nsEventListenerManager.cpp
  nsIDOMCompositionListener.h
widget:
  nsGUIEvent.h nsWindow.h nsWindow.cpp
2000-08-04 21:43:29 +00:00
attinasi%netscape.com 7701e70031 Part of fix to allow background on BODY element to be inherited. b=47127 r=pierre 2000-08-04 20:44:08 +00:00
hyatt%netscape.com 60a55a16a3 Working on 42320. 2000-08-04 08:45:29 +00:00
jst%netscape.com c8bd99c6ab Checking in for Vidur (merging from SeaMonkey_M17_BRANCH). Fixing nsbeta2+ bug 9392, removing code that was hiding the correct native code for document.plugins. r=jst@netscape.com, a=nisheeth@netscape.com 2000-08-04 06:55:53 +00:00
pollmann%netscape.com a49ef987bb Bug 3326: ISINDEX frame; r=kmcclusk 2000-08-03 23:45:50 +00:00
pollmann%netscape.com d2670521ef Bug 40394: Strip only one leading LF if there is one; r=harishd 2000-08-03 22:19:43 +00:00
pollmann%netscape.com c0143af2df Bug 26945: Image input onclick fires but doesn't allow cancel via return false; r=harishd 2000-08-03 22:17:14 +00:00
pollmann%netscape.com 91e1eed21f Bug 34418: image input can't be submitted by space or enter; r=harishd 2000-08-03 22:11:57 +00:00
pollmann%netscape.com d2a1288a4b 7913 Dynamic changing of ROWS and COLS for framesets; r=kmcclusk 2000-08-03 22:02:50 +00:00
hyatt%netscape.com aacb440f4b I'm told backing this out resolves smoketest issues, so here it comes. r=attinasi 2000-08-03 21:40:39 +00:00
ben%netscape.com fd5548540a fix for a bug with XBL binding attached event that was causing the event to be fired repeatedly.
code by hyatt, r=me
2000-08-03 07:17:10 +00:00
rods%netscape.com 92c1ebc132 The script notification happens before the radiobox gets a chance to change its value
so they must return the opposite value for themselves. They don't want to actually set their
values because the script could cancel. So the idea here is to let them know before the script
call that they should return their "future" value (the opposite of their current value)
b=42972 r=kmcclusk
2000-08-02 22:06:37 +00:00
ftang%netscape.com 511e6b5315 fix 45430. patch proposed by beard@netscape.com r=ftang a=ftang
fix memory leak
2000-08-02 05:08:15 +00:00
mjudge%netscape.com b9689a5d76 *** empty log message *** 2000-08-02 02:39:10 +00:00
cmanske%netscape.com ca24e6aca4 Fixed crashing bug 42195: Added method to nsIFrameSelection so frame can get limiting content node for parent node searches in text edit fields. r=mjudge 2000-08-02 01:47:55 +00:00
heikki%netscape.com a21f2617ea Bug 41599 browser crashes when executing function with certain name such as Click(). Fixed by stopping recursion. r=saari. 2000-08-01 21:40:38 +00:00
hyatt%netscape.com 9f82add1c2 Fix for 46849. r=pavlov 2000-08-01 21:39:28 +00:00
pinkerton%netscape.com 5b08e79e29 Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari. 2000-08-01 01:05:58 +00:00
pinkerton%netscape.com 3b86c7cc6c fix for 38359, link drags not firing if mouse was close to an edge. we need to fake out the ESM by setting |mCurrentTarget| to where the mouse went down so event.target is correct in JS. r=saari. 2000-08-01 00:35:23 +00:00
pavlov%netscape.com 592381ef95 fixing other people's build bustage bug 43826 r=bryner 2000-07-31 04:40:06 +00:00
ftang%netscape.com 9a8d1b7ef7 fix bug 5313. Change "acceptcharset" to "accept-charset" according to
HTML 4.0 section 17.13.4 r=nhotta a=ftang
2000-07-31 00:35:20 +00:00
rjc%netscape.com 330ae57a24 Small sorting fix. (Can't find bug #) r=me 2000-07-29 16:15:48 +00:00
hyatt%netscape.com 5998ea2de2 Patch to avoid observing the document so early. r=attinasi 2000-07-29 09:52:06 +00:00
anthonyd%netscape.com 940be572c5 bug fixes:
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 -  nsLookAndFeel needs to be a service.
r: mjudge@netscape.com, kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
heikki%netscape.com e70fdaeb48 Bugs 38399, 40889. r=jst. 2000-07-28 21:49:42 +00:00
heikki%netscape.com 4df9edb205 Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd). 2000-07-28 21:48:08 +00:00
attinasi%netscape.com 5b3ec0dcbb Fixed bug 44396: LINK elements now act like links when they have generated content. b=44396 r=dbaron 2000-07-28 20:57:08 +00:00
attinasi%netscape.com b9127374e1 Fixed bug 44199: fixed position background images were not being treated as fixed in all cases. b=44199 r=dbaron 2000-07-28 20:50:57 +00:00
hyatt%netscape.com dccf9dcff0 Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:51 +00:00
hyatt%netscape.com 7a4716d3f2 Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:14 +00:00
hyatt%netscape.com 6cacaf80c3 Prevent thrashing for nodes that always have display: none in XUL (broadcasters, commands, keys), r=waterson 2000-07-28 06:40:27 +00:00
danm%netscape.com 92d0a3a892 shut down a selection's autoscroll timer in the selection's destructor. bug 43470. r=saari@netscape.com 2000-07-28 03:48:26 +00:00
hyatt%netscape.com cd1abc962e Fix for 43778. r=ben 2000-07-28 02:22:59 +00:00
harishd%netscape.com d65b30ae01 Migrating beta2+ fix
----------------------------

45975 - Making sure that the stack position doesn't become negative.
Note: This is a HACK for beta2. The real fix will go in for beta3.

r=jst
a=nisheeth
2000-07-28 01:01:08 +00:00
attinasi%netscape.com dece6a14f7 Trunk fix: bug 29061, where relative width value of '*' was getting 0 instead of 1. Simple fix, r=karnaze b=29061 2000-07-28 00:37:02 +00:00
hyatt%netscape.com 9f12a75d17 Fix for 41145. r=waterson 2000-07-28 00:35:02 +00:00
hyatt%netscape.com e5be1850a1 Fix for 41145, r-waterson 2000-07-28 00:34:22 +00:00
dbaron%fas.harvard.edu 0d22e864e2 Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038 2000-07-27 23:37:44 +00:00
dbaron%fas.harvard.edu a09c77e4d1 Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963 2000-07-27 23:17:53 +00:00
dbaron%fas.harvard.edu a8ac67fd24 Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963 2000-07-27 23:11:02 +00:00
hyatt%netscape.com b436781bbc Fix to prevent crawling of template. Meant to check this earlier today
with the original approved template landing. r,a=waterson
2000-07-27 06:20:57 +00:00
rjc%netscape.com 2cd7fc48a5 Fix bug # 46211: handle insertion/sorting correctly with mixed static-dynamic content. r=waterson 2000-07-27 00:22:42 +00:00
hyatt%netscape.com 3a140ded51 Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson 2000-07-26 23:56:02 +00:00
bienvenu%netscape.com 1a83ee0a8b turn on warren and waterson's rdf optimization 2000-07-26 23:47:35 +00:00
mjudge%netscape.com 7317580268 46209 one of the last beta 2 blockers. adding ability to frames to tell if part of them is visible. idl change to allow nsISelectionController to give CheckVisibility. PresShell actually has the code for nsGfxTextControlFrame to call. 2000-07-26 11:31:12 +00:00
brendan%mozilla.org b5ab3d86e3 Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu). 2000-07-25 01:44:22 +00:00
attinasi%netscape.com 6764a7f2d3 Fixed the way the HTML element's background is handled. b=2285 r=dbaron 2000-07-24 22:51:41 +00:00
hyatt%netscape.com 398a91d272 Fix for bug #45951. r=waterson. 2000-07-24 22:42:34 +00:00
mjudge%netscape.com 938dbdf044 awful regression of not copypasting from textareas! fixed.r=akkana,anthonyd 2000-07-22 01:11:49 +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
ftang%netscape.com afd789602b more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
brade%netscape.com e9560f8f8b check if events have been handled already before dispatching them; r=saari; bug #45390 2000-07-20 14:32:30 +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
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
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +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
hyatt%netscape.com 7fb4a72eab Fix for 45248. r=saari 2000-07-17 23:55:25 +00:00
valeski%netscape.com 9403bfd9cd updating a comment 2000-07-16 15:05:31 +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 c41efe2419 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 UpdateCommands("focus") gets called on window activation, and when unfocussing a wiget in page. r=hyatt, saari 2000-07-14 22:06:31 +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 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