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

6762 Коммитов

Автор SHA1 Сообщение Дата
mjudge%netscape.com 317ebfc20f bug = 34896. changing caret use to not demand a presshell. r=hyatt 2000-06-01 02:39:52 +00:00
pollmann%netscape.com 5ee76d8149 Bug 22983: Fix extra newlines in bugzilla updates when not logged into bugzilla on Linux. r=nisheeth 2000-06-01 02:04:51 +00:00
jbetak%netscape.com 3aab3d3f4e 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:13:45 +00:00
mjudge%netscape.com 95c22b351b bug = 34896. Fixing ender lite startup problem with caret. checking for inOffset<0. we checked for >mContentLength but not <0. r=churchil. 2000-06-01 01:00:15 +00:00
attinasi%netscape.com bccf233ba6 Fixed problem with fixed background images. b=40217 r=mcclusk a=karnaze 2000-05-31 22:34:03 +00:00
attinasi%netscape.com 009460e9a7 Added a new method GetCanvasFrame which walks down from the root frame looking for the frame that represents the canvas. b=40217 r=kmcclusk a=karnaze 2000-05-31 22:33:12 +00:00
shaver%mozilla.org 6c56f39224 properly handle updating of class or id, #39642, r=attinasi, a=waterson 2000-05-31 20:00:31 +00:00
kin%netscape.com 4cb13a9bbc Fix for bug #37650: Initial values in text boxes not being displayed.
Modified AttributeChanged() to allow us to set the value attribute
even though mEditor is null.
r=morse@netscape.com  a=beppe@netscape.com
2000-05-31 14:14:16 +00:00
mkaply%us.ibm.com 960c583bb7 # 37239
r = rickg, a = brendan
OS/2 bringup continues on M16 - Changes for VisualAge build (PR_CALLBACK)
2000-05-31 14:09:34 +00:00
hyatt%netscape.com 44dfce67d3 Turning on XBL tree event bindings. Patching table frame construction to deal with anonymous content. 2000-05-31 08:32:45 +00:00
kin%netscape.com 1739a10bbd Part2 of fix for bug #39821: Drag and Drop interferes with selection
Made GetSelectionController() a public method on the nsIFrame interface,
so that nsEventStateManager::GenerateDragGesture() has access to it. This
prevents D&D from interfering with selection in Ender-Lite.

    layout/base/public/nsIFrame.h
    layout/events/src/nsEventStateManager.cpp
    layout/html/base/src/nsFrame.h
    layout/html/base/src/nsFrame.cpp

r=buster@netscape.com,brade@netscape.com,cmanske@netscape.com   a=beppe@netscape.com
2000-05-31 03:20:02 +00:00
pollmann%netscape.com d9bdd0843a Bug 41037: Fix my regression that was causing forms to submit twice! r=nisheeth (thanks pinkerton, nisheeth, and leger for the quick turnaround!) 2000-05-31 02:24:48 +00:00
waterson%netscape.com f633d237c5 Bug 10373. Percent-encode URLs using the document's original character when returning the 'href' attribute. Cache the computed value once that's been done. Change event code to use GetHref() instead of raw GetAttribute() call. r=buster,warren,erik,attinasi,... 2000-05-31 00:48:02 +00:00
waterson%netscape.com fbbf14c400 Add nsHTMLUtils.cpp to the build 2000-05-31 00:36:53 +00:00
waterson%netscape.com adaf309977 Bug 10373. Add NS_MakeAbsoluteURIWithCharset() and nsHTMLUtils class. NOT YET IN THE BUILD. r=buster,erik,warren,... 2000-05-31 00:12:48 +00:00
cmanske%netscape.com c28f13972f Added row/column selection in tables: Bug 26833. r=kin, a=beppe 2000-05-31 00:07:58 +00:00
hyatt%netscape.com 2b183fdc30 More whackage. 2000-05-30 08:44:40 +00:00
hyatt%netscape.com 2c7cbb6032 Removing obsolete frame code. 2000-05-30 08:41:39 +00:00
pollmann%netscape.com 6a99dd68d7 Bug 36639: Fix memory leak / stability problems with circular form / form control references r=nisheeth
Bug 13652: Implement select and click methods for form elements r=nisheeth
2000-05-30 02:45:55 +00:00
jst%netscape.com fb8147fa8e Fixing silly regression I introduced last week when checking in some temporary DOM Level 2 code, HTML element names were not properly uppercased in the DOM. r=pavlov 2000-05-29 20:00:23 +00:00
ben%netscape.com 3306bc392a forgot this file 2000-05-29 05:52:42 +00:00
ben%netscape.com 0ed3a55393 forgot file 2000-05-29 04:36:15 +00:00
rods%netscape.com 5b4987c7ea missed one of the strings for localization
b=32666, original reviewer was pollmann, self is reviewer for this small additional change
2000-05-27 13:03:18 +00:00
waterson%netscape.com 19fa2a5434 Oops. I didn't need to do that. 2000-05-27 05:49:34 +00:00
waterson%netscape.com 5e98f0dd1e #if 0 out mstoltz's changes, which seem to cause tinderbox to hang on test #2 2000-05-27 05:48:40 +00:00
waterson%netscape.com 9d7267c466 #if-0 out mstoltz's changes to fix tinderbox. 2000-05-27 05:22:39 +00:00
rods%netscape.com 3876087ab0 Moved the localization methods to the helper class
the file control is now localizable (*.*, "All Files")
b=32666, r=pollmann
2000-05-27 02:27:47 +00:00
rods%netscape.com d5a1618026 adding padding to disabled radio buttons
set font for html buttons
removed some unneeded rules
commnted out and "disabled" the label property for options
b 40065,39998 r=ekrock,self
2000-05-26 23:42:27 +00:00
rods%netscape.com 816fca45ce removed some uneeded code
made view so it was resized in SyncFrame
fixed the returning of the -1 for width
make sure combinedarea was set correctly for tables
b 39755,36321 r=buster,evaughan
2000-05-26 23:34:59 +00:00
rods%netscape.com 0189750b5f set the clickCoubt appropriately on MouseUp so onclicks are sent or disabled correctly
b=40382 , r=joki
2000-05-26 23:31:25 +00:00
mstoltz%netscape.com 40dc18d415 Fixed bug in DOM security checks, fixes bug 37907, 23516. Added security check for htmlelement.innerhtml, fixes 39083. Added location check to BASE HREF=, fixes 35859. r=vidur. Added check to style= tag, fixes 16858, r=pierre. 2000-05-26 23:28:40 +00:00
hyatt%netscape.com 430af5709b Adding anonymous content getter. r=waterson, a=waterson 2000-05-26 22:45:26 +00:00
av%netscape.com fb87fec2d5 nsbeta2+ fix for 17169, cheking in ftang's patch 2000-05-26 22:24:35 +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
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 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
evaughan%netscape.com 55816643f1 fix for [beta2] bugs:
37835
39085
32920

-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +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
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