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

9492 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au 7490eabf79 Remove <?xml...> that cause Mozilla to crash. a:waterson@mozilla.org 2000-05-26 05:43:40 +00:00
evaughan%netscape.com d77929175e Fix for bug 40324 -r hyatt 2000-05-26 01:10:50 +00:00
joki%netscape.com 7389ef527f 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 46cd84fa38 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 b8d3076535 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 bf5d727d9f 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 f311a4035e 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 2303aabdcb 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 20f5d1f3a5 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 a0e8161130 fixed bug 40577
r=rickg
a=leaf
2000-05-25 19:26:27 +00:00
brade%netscape.com 22c838cbef fix mac build bustage 2000-05-25 15:46:41 +00:00
jst%netscape.com b12c8eca59 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 635ba23253 Bug 39715. a=waterson, r=jst. 2000-05-25 13:50:41 +00:00
shaver%mozilla.org c83c4ef076 add content-policy hooks to <embed>/<applet>/<object> handling (#37983, r/a=brendan) 2000-05-25 13:32:42 +00:00
shaver%mozilla.org 9bd8f8feb5 add content-policy hooks to <script> handling (#37983, r/a=brendan) 2000-05-25 13:29:15 +00:00
jst%netscape.com 5f9acbe1eb 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 4d943347db 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 282be9e0ac 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 bcd3fa6b6c fixes 29329 2000-05-24 23:01:09 +00:00
saari%netscape.com 2e07537cd0 Fix for nsbeta2+ 33735, r=joki 2000-05-24 08:28:41 +00:00
hyatt%netscape.com e9fceb6b33 xbl fix r=ben 2000-05-24 08:27:29 +00:00
hyatt%netscape.com 47c7d3629d menu patch for rods, r=ben 2000-05-24 08:26:04 +00:00
hyatt%netscape.com 574331fad6 XBL Fixes r=ben 2000-05-24 08:19:10 +00:00
karnaze%netscape.com fdebe98e3b 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 c38355bb0c 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 bee15163f5 Fixed a round off error bug #29949
-r pinkerton
2000-05-22 23:23:04 +00:00
jst%netscape.com 1e985a0da5 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 c72c8bd3be 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 8cf5d63dd9 fix crash on startup bug 40150. code=hyatt r=me 2000-05-22 21:40:11 +00:00
buster%netscape.com 2bab909497 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 f4137f0157 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 c494a36155 support for dynamic multiple insertion points r=ben 2000-05-22 09:15:54 +00:00
hyatt%netscape.com f8f4cb79cb support for multiple insertion points r=ben 2000-05-22 08:23:46 +00:00
hyatt%netscape.com d3df058e84 supporting multiple insertion points r=ben 2000-05-22 08:23:09 +00:00
hyatt%netscape.com fd731cd4f0 oops. files aren't supposed to be built. 2000-05-21 07:46:46 +00:00
hyatt%netscape.com bb42eeb6d9 grid fixes. 2000-05-21 07:45:12 +00:00
hyatt%netscape.com 8cd9098263 New XUL tree code. Not turned on (and therefore harmless) 2000-05-21 07:02:15 +00:00
hyatt%netscape.com c2087cd7f0 ifdef tree code. not part of build. 2000-05-21 07:00:35 +00:00
hyatt%netscape.com 2dc2812235 XBL event handler support. r=ben 2000-05-21 06:58:15 +00:00
tor%cs.brown.edu 7a9a8bf9e7 SUNWspro5.0 build bustage fix - remove extra semicolon after a
body which confuses the compiler. a=brendan
2000-05-21 02:14:17 +00:00
pavlov%netscape.com 3e21428f32 backing out a change that went in with the new timer code that had nothing to do with timers and shouldn't have been checked in (and I don't know why was in my tree) 2000-05-20 03:05:48 +00:00
mjudge%netscape.com b69f773c67 not in build yet. when switch is thrown I will get a code review/approval 2000-05-19 07:07:23 +00:00
heikki%citec.fi 75db23b24d Bug 29818 (debug demo #15). Not part of build. Permission from vidur (original author) to add MozPL licenses. I will also update www.mozilla.org copies. a=leaf, r=jst. 2000-05-19 05:26:11 +00:00
hyatt%netscape.com 5bed7dc4bd fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
mjudge%netscape.com 78c90cba10 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
hyatt%netscape.com 9af11c9e57 fix assert for dogfood bug#37854, r=danm 2000-05-18 21:08:27 +00:00
sspitzer%netscape.com 9c26e4ab00 fix for crasher, #39744, r=hyatt. 2000-05-18 19:58:27 +00:00
mjudge%netscape.com 09e2e5befb changing style on dropdown list boxes to not allow selection. a=rickg r=cmanske 2000-05-18 18:18:31 +00:00
mcafee%netscape.com 597839245b Renaming prefs to live in the browser.display namespace: background_color, foreground_color, use_document_fonts, use_document_colors, base_font_scaler, wfe.use_windows>colors, screen_resolution. r=alecf, a=chofmann (31136) 2000-05-18 03:19:00 +00:00
pinkerton%netscape.com ae4a73fa14 fix for 39684, context menus not showing up. we forgot to show the view. doh! 2000-05-18 00:52:05 +00:00