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

6941 Коммитов

Автор SHA1 Сообщение Дата
jkeiser%netscape.com cf463ad81a Make option.value = option.text when there is no value attribute (bug 162368), r=rods@netscape.com, sr=jst@netscape.com 2002-08-20 02:45:02 +00:00
jkeiser%netscape.com c58de3a2c2 Turn off double submit protection after JS sets action or target (bug 145142), r=alexsavulov@netscape.com, sr=jst@netscape.com 2002-08-20 02:35:39 +00:00
jkeiser%netscape.com f62de0f15a Make one-level-deep selects do add() and remove() 5-6 times faster (bug 113491), r=rods@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-19 21:25:51 +00:00
jkeiser%netscape.com 0a3aa5e4e5 Fix crash on clicking button outside of form (bug 163327), r=rods@netscape.com,
sr=dbaron@fas.harvard.edu
2002-08-19 21:01:56 +00:00
jst%netscape.com 291ee4a44f Renaming GetDocShellChildren() to GetDocShellChildCount(). See bug 98158 for details. 2002-08-19 20:55:03 +00:00
dbaron%fas.harvard.edu 878be4835f Correctly process a framechange hint on the root element to prevent crashes. Prevent selects from triggering style reresolution before they're added to the document, and prevent a little bit more reresolution that's a performance hit. b=143862 r=bzbarsky, jkeiser sr=jst, waterson 2002-08-19 18:35:09 +00:00
dbaron%fas.harvard.edu 8c3542b0dd Ensure that the event state manager doesn't send content state changed notifications for content that's been removed from the document. b=157322 r=bryner sr=kin 2002-08-19 18:31:59 +00:00
henry.jia%sun.com 227be5af9c Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
henry.jia%sun.com 708e046b20 Patch for bug Bug 98158: Recursive frames exhaust memory
Patch By Jack.Jia@sun.com
r=jkeiser, sr=jst
2002-08-19 04:04:43 +00:00
bryner%netscape.com 025fb3a058 Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +00:00
bolian.yin%sun.com d663cda889 bug 136467, [Linux] F7 doesn't always toggle on caret.
patch by john.sun@sun.com, r=aaronl, r=caillon, sr=jst.
2002-08-19 02:58:15 +00:00
dbaron%fas.harvard.edu f363c6f0ae Convert mapped attribute table from nsHashtable to pldhash. b=148368 sr=bzbarsky r=sicking 2002-08-17 12:17:03 +00:00
cbiesinger%web.de 2381016621 fixing AIX bustage, maybe others too 2002-08-17 10:30:59 +00:00
jkeiser%netscape.com 474a9fca25 Make forms with input type=image submit on pressing enter (bug 150232), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-08-17 05:42:55 +00:00
jkeiser%netscape.com 547c986137 Restore select by value, not position (bug 95622), r=rods@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-17 01:56:04 +00:00
caillon%returnzero.com cbbdd9ee40 119044 - Prevent a crash when trying to append/insert the current element or one of its ancestors into itself. Throw the correct exception in this case per the DOM spec.
Thanks to Neil Deakin <ndeakin@sympatico.ca> for pinpointing this and providing a patch.
r=bryner/caillon sr=jst
2002-08-17 01:43:07 +00:00
jst%netscape.com ee64a386a4 Fixing topcrash bug 162526. Change the shutdown code in nsGenericElement so that the order in which things are torn down, and also the things that are torn down match what we did before my fix for bug 156364. This causes us to leak what we leaked before my fix for bug 156364. r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-17 01:06:11 +00:00
dbaron%fas.harvard.edu 7b955f3646 Move nsStyleUtil from content/shared/ to content/html/style/ to reduce the size the shared library that is part of both content and layout. b=71257 sr=bzbarsky 2002-08-16 23:57:09 +00:00
heikki%netscape.com fc8c759d67 Bug 163039, relax sanity check on XML serializer so that we won't throw an error if the serialized document is not XML. This is needed because Bugzilla (at least) abuses XMLSerializer (to edit attachments). r=sicking, sr=jst. 2002-08-16 23:24:15 +00:00
dbaron%fas.harvard.edu 7a94e66b89 Move nsStyleUtil from content/shared/ to content/html/style/ to reduce the size the shared library that is part of both content and layout. b=71257 sr=bzbarsky 2002-08-16 23:00:25 +00:00
alecf%netscape.com f34730c3ac fix off-by-one error from bug 162947, found by rbs@maths.uq.edu.au
(no functional change, just prevents assertion)
2002-08-16 21:47:12 +00:00
dbaron%fas.harvard.edu a7f0385127 Clean up unneeded includes of nsStyleUtil.h, and some other include cleanup in MathML. r=rbs b=71257 (|#include| changes only) 2002-08-16 11:52:20 +00:00
dbaron%fas.harvard.edu d4cc4f7061 Handle style attribute changes in XUL through the normal style change mechanism rather than forcing a reframe. Change nsIStyledContent::WalkInlineStyleRules to nsIStyledContent::GetInlineStyleRule to simplify nsCSSFrameConstructor::AttributeChanged. b=156971 sr=hyatt r=bzbarsky 2002-08-16 11:29:20 +00:00
bzbarsky%mit.edu 12ba3fc7f0 Adding files for Load/Save. Not part of build. 2002-08-16 02:05:22 +00:00
alecf%netscape.com fa6fe66780 fix bug 162947 - small leak in nsXULDocument
sr=jst, r=timeless
2002-08-16 01:04:40 +00:00
joki%netscape.com d31ef8b834 Fix for bug 162648, Call HandleDOMEventWithTarget when sending submit event since only DOM processing is required. sr:jst, r:bzbarsky 2002-08-15 23:33:40 +00:00
bzbarsky%mit.edu 355f48a3e9 Fix placement of positioned elements with auto "top". Bug 44508, patch
by Mats Palmgren (mats.palmgren@bredband.net), r=dbaron, sr=bzbarsky.
2002-08-15 23:00:23 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
caillon%returnzero.com 0b39911bf1 155794 Make nsXULElement::SetPersist() do the right thing.
Patch by ndeakin@sympatico.ca
r=jrgm sr=blake
2002-08-15 08:41:36 +00:00
seawood%netscape.com 55ec62b72d Removing unused _NS_IMPL_LAYOUT define.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162308 r=cls
2002-08-15 05:39:40 +00:00
bzbarsky%mit.edu cff9eae530 Clean up the mLanguage string. Bug 35768 add-on, rs=dbaron, r=sicking 2002-08-14 22:37:33 +00:00
jst%netscape.com 51290653d8 Fixing typo's in comments. Typo's found by dbaron (bug 162526). 2002-08-14 20:48:55 +00:00
dbaron%fas.harvard.edu f9fe875d87 Remove extraneous line pointed out by peterv. b=35768 2002-08-14 14:23:56 +00:00
dbaron%fas.harvard.edu 768c965b07 Attempt to fix page load regression. b=35768 2002-08-14 14:01:39 +00:00
dbaron%fas.harvard.edu 48e2161f68 Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky 2002-08-14 13:16:35 +00:00
dbaron%fas.harvard.edu 79638e5f49 Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768 2002-08-14 12:34:39 +00:00
heikki%netscape.com aada8cb19a Fix OS/2 bustage - const should not be here. 2002-08-13 23:57:36 +00:00
darin%netscape.com e62a50fd62 backing out jkeiser's last patch to fix linux orange, b=95622 2002-08-13 22:03:20 +00:00
jkeiser%netscape.com 19af32eda6 Make select restore by value, not position (bug 95622), r=rods@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-13 19:59:12 +00:00
heikki%netscape.com 3c4832e229 Bug 63558, we now store XML declaration in the document and can serialize it. There is fix for 158617 as well, newlines behave properly around doctype. r=bzbarsky, sr=jst. 2002-08-13 18:41:16 +00:00
jst%netscape.com 5707cc67d2 Fixing bug 156364. Laying the groundwork for associating more info with elements in the DOM, and moving event listener managers and range lists out of nsGenericElement slots. This change cuts down on the size of nsGenericElement. r=sicking@bigfoot.com, sr=rpotts@netscape.com 2002-08-13 00:50:50 +00:00
seawood%netscape.com 67c2c5b3c0 Removing unused defines:
_IMPL_NS_BASE (bug #162142)
_IMPL_NS_GFXONXP (bug #162145)
_IMPL_NS_UI (bug #162183)
B_ONE_M (bug #162196)
XP_NEW_SELECTION (bug #162230)
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
bzbarsky%mit.edu 119d09681e Parse style attrs on elements not in the tree. Bug 60683, r=jkeiser, sr=dbaron 2002-08-12 03:16:36 +00:00
dbaron%fas.harvard.edu 839c83ca5d Move FindNonTransparentBackground from nsStyleUtil to nsCSSRendering so that nsStyleUtil doesn't need to be in content/shared. b=71257 r=heikki sr=bzbarsky 2002-08-11 17:56:15 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
caillon%returnzero.com cb9626ffc2 Bug 158674 - nsDocumentFragment::DropChildReferences() causes leaks because it doesn't do what it says
Thanks to Harshal <keeda@hotpop.com> for the patch.
r=peterv
sr=jst
2002-08-10 08:31:15 +00:00
aaronl%netscape.com fac59ec279 Bug 158754. Allow type ahead find to change selection color, and show caret with selection. r=akkana, sr=jst 2002-08-10 08:15:30 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
jkeiser%netscape.com 0f45464b93 Add _charset_ support in form (bug 18643), r=ftang@netscape.com, sr=bzbarsky@mit.edu 2002-08-10 06:12:04 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00