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

9504 Коммитов

Автор SHA1 Сообщение Дата
av%netscape.com fb87fec2d5 nsbeta2+ fix for 17169, cheking in ftang's patch 2000-05-26 22:24:35 +00:00
harishd%netscape.com 6b78cad449 Yet another try to fix the orangeness. 2000-05-26 21:42:05 +00:00
karnaze%netscape.com eec08ac9b6 nsbeta2+ bug 23345 - layout strategy bases percent over-allocations on style percent values rather than computed values. r=attinasi 2000-05-26 21:13:01 +00:00
harishd%netscape.com 270f5d0d7a Let's see if this was the one that caused the orangeness. 2000-05-26 21:05:51 +00:00
rusty.lynch%intel.com 818e9366ff Fixed webshell leaks for each textarea/input element for
bug #39796. r=jst a=waterson
2000-05-26 20:09:32 +00:00
harishd%netscape.com 1fc7c03f92 Added DumpContent() for parser regression test. 2000-05-26 19:45:54 +00:00
harishd%netscape.com 4daf08973c Open "rtest_html.txt" file to dump content data..
r=rickg
a=rickg
2000-05-26 19:45:49 +00:00
harishd%netscape.com 3483832751 Implemented DumpContent() for parser regression test.
r=rickg
a=rickg
2000-05-26 19:45:42 +00:00
harishd%netscape.com fd05532b5f Added DumpContent() for parser regression test.
Triggered only under debug mode & when PARSER_DUMP_CONTENT flag is set.

r=rickg
a=rickg
2000-05-26 19:45:37 +00:00
harishd%netscape.com 130caf11f0 Added DumpContent() triggered by parser [ for regression test ].
r=rickg
a=rickg
2000-05-26 19:45:32 +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
rbs%maths.uq.edu.au 43f3038537 [not part of default build] Fix bug 30589, and Fix array index that could wander out of bound and was detected by Peter Van der Beken's Mac Compiler when he was working on bug 39959. a:waterson@mozilla.org 2000-05-26 05:56:23 +00:00
rbs%maths.uq.edu.au 7c5a6a45dd Remove <?xml...> that cause Mozilla to crash. a:waterson@mozilla.org 2000-05-26 05:43:40 +00:00
evaughan%netscape.com c78bbabd0b Fix for bug 40324 -r hyatt 2000-05-26 01:10:50 +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
jst%netscape.com 8b0e02f751 Checking in temporary code that lets a user turn on the new DOM Level 2 behavior by setting the 'temp.DOMLevel2update.enabled' preference to true, this is to help with the general DOM update, and it's part of the fix needed for bug 33474. r=vidur@netscape.com, a=pdt@netscape.com 2000-05-25 23:48:45 +00:00
attinasi%netscape.com dd07df1f66 Fixed a problem with the method AttributeAffectsStyle: it was erroneously ignoring the fact that HTML attributes can affect style even if there are no CSS rules with thos attributes in the selectors. Changed to restrict the selector evaluation to XML elements. r=shaver, a=karnaze, b=39642 2000-05-25 23:02:31 +00:00
karnaze%netscape.com 7aea563c64 nsbeta2+ bug 39885 - invalidate minimal areas. optimize reflows when cells don't change size. r=attinasi 2000-05-25 22:40:21 +00:00
jst%netscape.com 869e45c506 Fixing typo that sneaked in when fixing this mornings mac bustage after fixing bug 36681. r=brade 2000-05-25 21:16:06 +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
waterson%netscape.com b71b209ac7 Bug 36401. Deal with inline-blocks better. Add nsFrameState bit that indicates whether or not a frame is part of a 'special' inline-block hierarchy; use the 'inlineFrameAnnotation' property to remember the next 'special sibling' so that we can traverse correctly; pull methods out of nsCSSFrameConstructor's public API. r=nisheeth,buster 2000-05-25 19:58:51 +00:00
buster%netscape.com e0fdaba6a7 fixed bug 40577
r=rickg
a=leaf
2000-05-25 19:26:27 +00:00
brade%netscape.com 2f4cdc0ab6 fix mac build bustage 2000-05-25 15:46:41 +00:00
jst%netscape.com 2c9eb4573e Fixing bug 36681, lastModified date for local files was incorrect. r=dougt@netscape.com, a=brendan@mozilla.org 2000-05-25 14:03:57 +00:00
heikki%citec.fi a39c0c00c5 Bug 39715. a=waterson, r=jst. 2000-05-25 13:50:41 +00:00
shaver%mozilla.org d7b33a74cd add content-policy hooks to <embed>/<applet>/<object> handling (#37983, r/a=brendan) 2000-05-25 13:32:42 +00:00
shaver%mozilla.org 41cbdee60e add content-policy hooks to <script> handling (#37983, r/a=brendan) 2000-05-25 13:29:15 +00:00
jst%netscape.com 027ee212d1 Checking in fix for nsbeta2+ bug 38821, the fix was written by rusty.lynch@intel.com. The problem was that nsIDOMHTMLEmbedElement wasn't implemented by nsHTMLEmbedElement and the script object created for the element was a normal HTMLElement script object and not a HTMLEmbedElement script object on non-unix platforms. r=me 2000-05-25 13:26:32 +00:00
jst%netscape.com 749fc848fa Fixing bug nsbeta2+ bug 40197, accessing .href on anchors with no href attribute returned the base URL in stead of an empty string, same problem exists and is fixed with this checkin for images. r=vidur@netscape.com 2000-05-24 23:37:26 +00:00
buster%netscape.com 43161761bd partial fix for bug 40211. This fixes the layout assertions loading the page.
the problem was dynamic creation of positioned elements wasn't properly handled
r=nisheeth@netscape.com
2000-05-24 23:28:20 +00:00
jfrancis%netscape.com 43f70de371 fixes 29329 2000-05-24 23:01:09 +00:00
saari%netscape.com 40ec711bc0 Fix for nsbeta2+ 33735, r=joki 2000-05-24 08:28:41 +00:00
hyatt%netscape.com f12eb301af xbl fix r=ben 2000-05-24 08:27:29 +00:00
hyatt%netscape.com 54c8a392f1 menu patch for rods, r=ben 2000-05-24 08:26:04 +00:00
hyatt%netscape.com 481e0fdf9a XBL Fixes r=ben 2000-05-24 08:19:10 +00:00
karnaze%netscape.com 3d0123dae7 added 1 sec delay to ease the pain of bug 38496. This does not affect the build. 2000-05-23 02:18:53 +00:00
saari%netscape.com ca7fd51ec8 Fix for nsbeta2+ 35100, typing is wedged after using the color picker in editor. r=pinkerton 2000-05-23 00:56:52 +00:00
evaughan%netscape.com abeceb3744 Fixed a round off error bug #29949
-r pinkerton
2000-05-22 23:23:04 +00:00
jst%netscape.com 94b72b8065 Fixing nsbeta2+ bug #24958, script.text never contained the actual script source, now it gets the script source from the textnodes inside the script element. r=vidur@netscape.com 2000-05-22 23:02:40 +00:00
harishd%netscape.com 7e9c3b231f Forgot to checkin this file - This should have been a part of
my previous checkin.
2000-05-22 22:16:56 +00:00
danm%netscape.com e19c959728 fix crash on startup bug 40150. code=hyatt r=me 2000-05-22 21:40:11 +00:00
buster%netscape.com 23476f617b fixed bug 35777
r=av@netscape.com

The problem was the object frame was assuming it was at offset y=0 within it's parent frame when calculating a percent height.  This is an invalid assumption.
Instead, we now measure from the top of the containing block.  This still isn't 100% correct, but it is the right parent to be measuring margin from.
2000-05-22 21:36:35 +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
hyatt%netscape.com a08562a971 support for dynamic multiple insertion points r=ben 2000-05-22 09:15:54 +00:00
hyatt%netscape.com f4b0b08faf support for multiple insertion points r=ben 2000-05-22 08:23:46 +00:00
hyatt%netscape.com c6264b4e74 supporting multiple insertion points r=ben 2000-05-22 08:23:09 +00:00
hyatt%netscape.com a506c6e88a oops. files aren't supposed to be built. 2000-05-21 07:46:46 +00:00
hyatt%netscape.com 0db13c201f grid fixes. 2000-05-21 07:45:12 +00:00
hyatt%netscape.com da1379408b New XUL tree code. Not turned on (and therefore harmless) 2000-05-21 07:02:15 +00:00
hyatt%netscape.com 02387dd97c ifdef tree code. not part of build. 2000-05-21 07:00:35 +00:00