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

9586 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com c5fc5a6990 this change works better for standard mode and gets around a style bug.
b 38927, r=attinasi
2000-06-02 20:03:12 +00:00
rods%netscape.com 04b81da9da now checks to see if an explicit width or height is being set and then set the maxElementSize properly
it already did this for NavQuirks, this is for Standard mode
Bug 40621 r=dcone
2000-06-02 14:37:27 +00:00
rods%netscape.com c8d43e0dd1 ifdef for mac event processing of access keys
bug=7559 r=dcone
2000-06-02 14:20:50 +00:00
rods%netscape.com 1e7be1d0b4 added hover cursor change for type=image Bug 40440
made inner rect for focus have inherit for color instead of hard-coded gray Bug 38927
also added quotes to several selectors (i.e. from type=xxx to type="xxx")
r=dcone,attinasi
2000-06-02 13:58:19 +00:00
hyatt%netscape.com e891a5ba9c Tree/grid foundation work. 2000-06-02 08:13:29 +00:00
dveditz%netscape.com ddf46b032c fixing two .xpt files of same name, raptor.xpt on windows and layout.xpt on unix. One version was getting overwritten 2000-06-02 08:12:57 +00:00
waterson%netscape.com eee9dbdf9b Bug 29611. Use 'GetHref()' to retrieve anchor tag's href. r=attinasi 2000-06-02 04:27:47 +00:00
hyatt%netscape.com 90ed0df505 Make XBL props enumerable. r=brendan, a=brendan 2000-06-02 01:19:15 +00:00
mstoltz%netscape.com ab8668d6b4 Fix for 16858 w/o breaking directory browser. r=waterson a=beard 2000-06-01 23:57:48 +00:00
jst%netscape.com 4185f0098f Fixing nsbeta2+ bug 40197, a typo caused the doctype in a document to be found only found if it was the first child in the document. r=vidur, a=nisheeth 2000-06-01 23:40:26 +00:00
attinasi%netscape.com 2646040b24 Floated elements now get their display type set to a block, in compliance with the CSS1 specification. Also, positioned elements get their float property cleared. b=32200 r=karnaze a=karnaze 2000-06-01 23:31:00 +00:00
erik%netscape.com 5171a2129b bug 32206; become an observer of nsIDocument's charset changes; r=buster;
a=ftang
2000-06-01 23:12:26 +00:00
erik%netscape.com 6e4f58c9c4 bug 32206; add charset observer methods; r=buster; a=ftang 2000-06-01 23:11:40 +00:00
erik%netscape.com a258aa2914 bug 32206; add notifiers for charset changes; r=buster; a=ftang 2000-06-01 23:10:44 +00:00
jst%netscape.com ab03b1c7a8 Fixing dogfood+ bug 40571, various problems with multiple form objects with the same name. r=vidur 2000-06-01 22:55:19 +00:00
sfraser%netscape.com 1b6ab928f6 Fix the headers output file. r=hyatt. 2000-06-01 22:44:12 +00:00
leaf%mozilla.org 6414097b53 fixing 35196, but with due diligence this time. r=hyatt,bruce a=waterson 2000-06-01 07:01:54 +00:00
mjudge%netscape.com 839a10e883 removing warning 2000-06-01 04:02:49 +00:00
mjudge%netscape.com 2a9c083b71 bug = 34896. changing caret use to not demand a presshell. r=hyatt 2000-06-01 02:39:52 +00:00
mjudge%netscape.com a14d4fbfb0 bug = 34896, r= hyatt. changing caret apis. this will demand that when a caret changes focus a call to setDOMSelection must be called to tell the caret what selection to listen to. 2000-06-01 02:37:40 +00:00
pollmann%netscape.com 9580066b57 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
hyatt%netscape.com 4a9fb2fc27 New tree grid bindings. 2000-06-01 01:49:45 +00:00
jbetak%netscape.com 54d407ce97 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:13:45 +00:00
mjudge%netscape.com 4870a516ec 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
mjudge%netscape.com 7b4f2915c1 bug = 41088. r=hyatt. moving releasing the editor shell earlier in the process so the document gets a chance to release its listeners. 2000-06-01 00:18:35 +00:00
attinasi%netscape.com dcef72cbd5 Fixed problem with fixed background images. b=40217 r=mcclusk a=karnaze 2000-05-31 22:34:03 +00:00
attinasi%netscape.com c39c85e695 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
evaughan%netscape.com 75942c64d1 Fix for dogfood bug 41027 -r hyatt 2000-05-31 20:14:28 +00:00
shaver%mozilla.org c078a4e748 properly handle updating of class or id, #39642, r=attinasi, a=waterson 2000-05-31 20:00:31 +00:00
kin%netscape.com 581c1a5629 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 726d1674a0 # 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
rods%netscape.com 96c8716f4a These changes have been sitting in my tree for quite a while.
Without them some web developers could be misled as to
how frames and reflow work for SVG. It isn't right for me to leave
sitting here in my tree so I am checking them in
(plus I don't want to accidently lose them)
2000-05-31 13:58:03 +00:00
hyatt%netscape.com bc8d7383fe removed files: mozilla/layout/xul/base/src/nsTreeTwistyListener.cpp 2000-05-31 08:34:13 +00:00
hyatt%netscape.com 09ce77979d Turning on XBL tree event bindings. Patching table frame construction to deal with anonymous content. 2000-05-31 08:32:45 +00:00
hyatt%netscape.com 893b52424e added files: mozilla/layout/xul/base/src/nsBrowserBoxObject.cpp, mozilla/layout/xul/base/src/nsIFrameBoxObject.cpp, mozilla/layout/xul/base/src/nsEditorBoxObject.cpp 2000-05-31 07:24:06 +00:00
hyatt%netscape.com 541911d89c Eliminating browser, editor, and iframe content objects. 2000-05-31 07:22:20 +00:00
hyatt%netscape.com 5f9efeb9c2 Fix brutal sharing of XBL classes. 2000-05-31 07:02:47 +00:00
kin%netscape.com 9c771f28cc 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 88884f46da 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 4813da77b6 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
brendan%mozilla.org 070b76fb21 Clear whole JSClass struct to zap stubs for future expansion (r=hyatt). 2000-05-31 00:42:10 +00:00
waterson%netscape.com ab4e582ff8 Add nsHTMLUtils.cpp to the build 2000-05-31 00:36:53 +00:00
waterson%netscape.com a4bb067949 Add nsHTMLUtils.cpp to the build. 2000-05-31 00:36:23 +00:00
waterson%netscape.com 893a39b68a 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 87c72f0139 Added row/column selection in tables: Bug 26833. r=kin, a=beppe 2000-05-31 00:07:58 +00:00
akkana%netscape.com bc8b6ee7fb 38713: Allow TakeFocus motion inside selection batching. r=mjudge, jfrancis; a=beppe 2000-05-31 00:02:12 +00:00
attinasi%netscape.com 95c822478e Fixed bug 31955: font-face is now inheriting into tables in QuirksMode. r=dcone, a=karnaze 2000-05-30 22:53:02 +00:00
hyatt%netscape.com f876a73b8d removed files: mozilla/layout/xul/base/src/nsCheckBoxFrame.cpp 2000-05-30 09:47:45 +00:00
hyatt%netscape.com a12e056da8 Fix windows. 2000-05-30 08:54:11 +00:00
hyatt%netscape.com d1b563c376 More whackage. 2000-05-30 08:44:40 +00:00