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

9806 Коммитов

Автор SHA1 Сообщение Дата
mccabe%netscape.com 38660d8cd7 Bustage occurred, not sure if it's me, but mine was the only checkin in layout; backing out just in case. 2000-06-15 06:53:18 +00:00
mccabe%netscape.com 08dd84e256 Fix for 38495, nsbeta+.
Teach EmbedElements how to expose plugin objects via XPConnect, after using the nsIScriptablePlugin interface to find an appropriate interface to expose.

r=jst
a=beard
2000-06-15 06:07:35 +00:00
dbaron%fas.harvard.edu 7d6c098aa9 Fix bug 38766 (JS errors given wrong for linked scripts in XML documents), nsbeta2+. r=harishd@netscape.com 2000-06-15 02:33:22 +00:00
dbaron%fas.harvard.edu fe4312e39e Fix bug 38766 (JS errors given wrong for linked scripts in XML documents), nsbeta2+. r=harishd@netscape.com 2000-06-15 02:22:09 +00:00
dbaron%fas.harvard.edu f0115afa13 Fix leak of nsImageGTK (or equivalent on other platforms). r=waterson@netscape.com 2000-06-15 02:15:36 +00:00
scc%mozilla.org 10a4d4b9b4 Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson 2000-06-15 00:39:21 +00:00
pollmann%netscape.com 3f1d49a015 Bug 32770: Save scroll position in session history r=nisheeth 2000-06-15 00:35:46 +00:00
brendan%mozilla.org 05c30d3e1b Use nsAutoString rather than auto nsString (r=scc,evaughan). 2000-06-15 00:08:47 +00:00
buster%netscape.com 08f155815a fixing a platform compile problem 2000-06-14 23:58:41 +00:00
pollmann%netscape.com e75bf0612e Fixing Linux build bustage 2000-06-14 23:58:31 +00:00
pollmann%netscape.com 5f49da232d Bug 32770: Save scroll position in session history r=nisheeth 2000-06-14 23:37:06 +00:00
evaughan%netscape.com d56884537a Fix for beta2+ #41951
and beta2+ #39927

-r pinkerton
2000-06-14 23:24:41 +00:00
pinkerton%netscape.com c395c87dfc on the way to fixing 28226. make reflow processing immediate if we're doing a drag. 2000-06-14 23:18:54 +00:00
buster%netscape.com b5b8e94c24 fixed nsbeta2+ bugs 42138 35772 37657 38157 40283 35964
r=waterson, rods
2000-06-14 23:15:59 +00:00
jst%netscape.com 6293f41b87 Fixing nsbeta2+ bug 40944. document.doctype.systemId was always empty in HTML documents. r=nisheeth@netscape.com&heikki@citec.fi 2000-06-14 23:08:19 +00:00
pollmann%netscape.com a40225584e Bug 39723: Send only one request to the server when clicking on an image map. r=joki 2000-06-14 15:02:18 +00:00
hyatt%netscape.com 2c438617bb Oops. New tree should be off. 2000-06-14 09:17:18 +00:00
hyatt%netscape.com ad4a9586e5 30511. r=ben 2000-06-14 09:13:42 +00:00
hyatt%netscape.com 3edaaf3130 Fix for 41281, r=brendan 2000-06-14 08:25:50 +00:00
hyatt%netscape.com 98873f2656 Fix for #41878, r=ben 2000-06-14 08:21:56 +00:00
hyatt%netscape.com 4178f01df1 Fix for #41281, r=brendan 2000-06-14 08:19:07 +00:00
axel%pike.org fe14e09553 Code cleanup, XSL->MOZ_XSL, r=nisheeth, a=waterson 2000-06-14 07:35:26 +00:00
hyatt%netscape.com 7141bc89e6 30511. r=ben 2000-06-14 05:31:47 +00:00
hyatt%netscape.com 0248ddd28c 30511. r=ben 2000-06-14 04:50:20 +00:00
mjudge%netscape.com 3ad4ea91e8 handling of on input. adding selection change notifications to commands. we must tell the document when selection happens in the input fields. regriession from 34986, r=saari a=pdt+ 2000-06-14 03:01:31 +00:00
mjudge%netscape.com 018960cc94 fixing blocker bug for focus not typing in url bar after progromatic change to focus on other document. r=saari. (from regression of 34986) pdt+ 2000-06-14 02:59:54 +00:00
mjudge%netscape.com efdf297371 fixing regressions from 34986 ender-lite. adding new selection controller sensitivity. r=saari 2000-06-14 02:57:26 +00:00
rods%netscape.com f4cc2701ab moved the unreg of the access keys from the destructor to the Destroy method
r=dcone, b=41246
2000-06-14 01:16:08 +00:00
attinasi%netscape.com 13f2c1c34d To fix the bug we added support for hspace and vspace attributes in QuirkMode. b=41863 karnaze@netscape.com did part of the fix and we reviewed each others code 2000-06-14 00:59:29 +00:00
jst%netscape.com aee37774cd Fixing nsbeta2+ bug 41367, area.pathname incorrectly contained the ref and search parts of the URL. r=vidur 2000-06-14 00:48:34 +00:00
jst%netscape.com eb6d78edaf Fixing nsbeta2+ bug 39892. Adding support for getting the computed value of the 'behavior' property with getComputedStyle(). r=hyatt 2000-06-14 00:06:36 +00:00
hyatt%netscape.com fa98fb9cc0 more 30511 patch. 2000-06-13 20:37:53 +00:00
hyatt%netscape.com 51fc48c07c Patch for bug #30511 from external Mozilla contributor (Jan Varga). r=danm 2000-06-13 20:27:15 +00:00
scc%mozilla.org 507357239c fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
evaughan%netscape.com 02070c889c Fixes for tree on grid work. #30511
-r hyatt
2000-06-12 23:23:00 +00:00
cls%seawood.org c6618547c5 Make the distclean target work as advertised. Bug #42167 2000-06-12 23:02:14 +00:00
waterson%netscape.com 8e2018e4f4 Bug 38832. An ugly fix: force the <li> to be padded in quirks mode. r=buster 2000-06-11 22:48:05 +00:00
buster%netscape.com 9665a1c5fa fixed bug 41757
file also contains some debug only code (disabled), another bug fix (also disabled), the removal of
some obsolete code that was already #ifdef'd out, and a bunch of new comments
r=mjudge, waterson
2000-06-11 22:14:33 +00:00
scc%mozilla.org dc21256609 don't try to extract characters from an empty string 2000-06-11 09:14:09 +00:00
buster%netscape.com 079914eaf0 fixed bug 29854
r=waterson
2000-06-11 05:25:14 +00:00
rickg%netscape.com 007d5e056d update viewsource style rules; r=attinasi 2000-06-10 02:50:01 +00:00
scc%mozilla.org a8b731fd2a fix bug=41584 (technically a work around, but it's twice as fast as the form it replaces, and is the right way to write this code in general),r=ben 2000-06-10 02:38:42 +00:00
jst%netscape.com 625bc7c797 Fixing nsbeta2+ bug 41487, form controls with the same NAME and ID ended up in the form control list in the form element twice. r=nisheeth 2000-06-09 22:47:29 +00:00
mjudge%netscape.com 2de231508c didnt implement selection. bug=34896. r=hyatt 2000-06-09 21:55:50 +00:00
jgaunt%netscape.com 1047dcdb3c newlines to fix hpux bustage r=jdunn 2000-06-09 21:30:22 +00:00
mjudge%netscape.com 4d8ea6168b cleaning up 34896 ender-lite with saari's review. 2000-06-09 21:13:03 +00:00
mjudge%netscape.com 889fe287ea turning on ender-lite as per smfr's instructions. bug 34896. 2000-06-09 21:10:48 +00:00
akkana%netscape.com 67d92a8e0c 34896: Fix ender lite build on Unix. r=mjudge 2000-06-09 20:50:24 +00:00
hyatt%netscape.com e195e0d0d8 Didn't mean to check in box object. backing out. bug#30511, r=pav 2000-06-09 09:28:37 +00:00
hyatt%netscape.com 5bad1bf5a1 Fix case error. 2000-06-09 09:28:08 +00:00
mjudge%netscape.com 6ddeda2887 turning on ender-lite. bug = 34896 2000-06-09 09:19:28 +00:00
mjudge%netscape.com a94a571f51 turning on ender-lite. bug=34896 2000-06-09 09:17:18 +00:00
hyatt%netscape.com cb34ce7195 30511, r=pav 2000-06-09 09:15:43 +00:00
hyatt%netscape.com 5fc92f7543 Keyboard navigation and ensurevisible support for new tree widget. Bug#30511, r=pav 2000-06-09 09:13:37 +00:00
mjudge%netscape.com 446e89c8cb form elements now accept a nsIFormFrame instead of the implementation as the parameter to allow others that inheirit from nsIFormFrame to call "CanSubmit". bug=34896 ender-lite, r=hyatt 2000-06-09 07:16:20 +00:00
mjudge%netscape.com 73fa3909cf new atop to tell what type the text frame is. for blocker to 34896 2000-06-09 05:15:58 +00:00
mjudge%netscape.com b8ab3b74f2 too many copies for ender-lite. happening whenever people were setting selection progromatically. r=hyatt 34896 2000-06-09 05:14:19 +00:00
mjudge%netscape.com a6d523713a not in build, bug 34896 2000-06-09 05:13:32 +00:00
mjudge%netscape.com f49369d817 copy was copying too much on ender-lite. thiswill reduce the volume of autocopies to only copy when mouse ups are called. r=hyatt 34896 2000-06-09 05:11:12 +00:00
mjudge%netscape.com d2af041d9a use of new api for caret un-drawing. r=hyatt 2000-06-09 05:07:42 +00:00
mjudge%netscape.com 85534a4446 added new caret api implementation from new nsicaret api. EraseCaret. erase the caret without messing with visibility. forces a refresh of state to mDrawn=0; r=hyatt, bug = 34896 2000-06-09 04:22:20 +00:00
mjudge%netscape.com b6ea3c054f new caret api for erasing the caret. this is needed to simply clear the caret away without messing with visibility. r= hyatt. bug=34896 2000-06-09 04:21:02 +00:00
mjudge%netscape.com c291ccb69f fixing leak from earlier chekin. copied code, dont look at me. r=scc bug=34896 2000-06-09 04:19:09 +00:00
mjudge%netscape.com a87466361e fixing leaks! r=scc bug=34896 2000-06-09 04:16:50 +00:00
pinkerton%netscape.com 0d4f0acf0f if cmd-key (meta) is down, open link in a new window r/a=waterson. 2000-06-09 02:56:21 +00:00
kmcclusk%netscape.com f2757fb84d Changed nsBulletFrame to set the dirty flag on the it's parent's first frame instead of itself when an Image is updated b=36703 r=buster@netscape.com tested on WINNT, Linux 2000-06-08 23:19:38 +00:00
jst%netscape.com e224fead11 Fixing nsbeta2+ bugs 17351 and 33018, doing document.write(...) on a document in a newly opened window wasn't working properly, the written HTML was replaced by the URL given to window.open(), the fix is to cancel ongoing loads for the new window before starting to write to it. r=vidur 2000-06-08 22:51:06 +00:00
harishd%netscape.com 81e062668f 40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
The HTMLTag array was,erroneously,going out-of-bounds for XMP tag.
r=rickg
30617 (nsbeta2+) - Misplaced AREA tag should be informed with base target info.
r=vidur.
2000-06-08 21:32:09 +00:00
dcone%netscape.com 2157da06a8 Update printing regression tests. r=McCluskey 2000-06-08 13:45:15 +00:00
anthonyd%netscape.com 72e45aa8b5 warning fix for Linux, shadowed local variable
r: kin
2000-06-08 02:51:58 +00:00
attinasi%netscape.com 48511a3494 Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk 2000-06-07 23:07:57 +00:00
attinasi%netscape.com 235a64963f Fixed crash when a textarea control has fixed-backgrounfd attachment. b=40118 r=kmcclusk 2000-06-07 23:06:41 +00:00
attinasi%netscape.com d264987b1c Removed erroneous assertion: b=38768 r=dcone 2000-06-07 23:05:30 +00:00
attinasi%netscape.com d7acae8f5e Fixed crash due to ordering problem: b=38768 r=dcone 2000-06-07 23:04:45 +00:00
akkana%netscape.com 1c0d83348d 40457: suppress extra XIF output for cases where the selection
doesn't intersect the range at all. r=jfrancis, a=beppe.
2000-06-07 22:58:39 +00:00
akkana%netscape.com b9bf5f4880 40457: Add implementation for range methods to tell whether
a node or point intersects the range. r=jfrancis, a=beppe.
2000-06-07 22:57:36 +00:00
mjudge%netscape.com eeee01489a adding in null check since we dont ALWAYS use selection to output xif. this gets rid of an assertion that i found while fixing a regression 41814 r=donm a=donm ect 2000-06-07 22:46:11 +00:00
jdunn%netscape.com 024559472a adding newline so that HP builds - because low profile, no reviewers 2000-06-07 14:55:56 +00:00
waterson%netscape.com a721679b5c Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster 2000-06-07 06:58:45 +00:00
waterson%netscape.com 2983569e7d Fix build bustage: inaky.gonzales missed these two cases some how. 2000-06-07 03:33:08 +00:00
pinkerton%netscape.com fd79903dc4 fix for 31131. r=sfraser/pierre. No longer use a bounding box when the update region is non-rectangular. Makes mac scrolling and page loading much faster. Also crank down the mac scroll timer delays to better match the native scrollbars. 2000-06-07 02:06:53 +00:00
jst%netscape.com 0f3586fdaf Fixing nsbeta2+ bug 30249, the problem was that the type of various attributes (in the DOM spec) on image elements was string and not number (long), this broke backwards compatibility with 4.x and also compatibility with IE. r=vidur 2000-06-07 01:23:55 +00:00
mjudge%netscape.com eefb2d0950 bug=34896 fixing reflow reason from nsFileControlFrame to send resize when resizing its input field. fixing mouseclick to not be so hardcoded so that the ender-lite text field still works for the "browse" button. a=beppe r=hyatt 2000-06-07 01:21:20 +00:00
mjudge%netscape.com b3275e69b7 bug=34896 setting up initial text to work after evaughns box changes to ender-lite. a=beppe, r=evaughn,r=hyatt. 2000-06-07 01:21:03 +00:00
mjudge%netscape.com 052d504a2b bug=34896 gettimg ime working in ender-lite. simple fix to dispatch messages to focused element for ime. a=beppe,r=ftang,tajima@eng.sun.com, katakai@japan.sun.com 2000-06-07 01:20:13 +00:00
mjudge%netscape.com f0063052b2 bug=34896 extra check for null in caret. this can happen sometimes when frame is destroyed in odd order. r=hyatt. 2000-06-07 01:18:41 +00:00
mjudge%netscape.com b996e17ec3 (accidentaly checked in with no comment before)bug=34896 getting createElementNS implemented for nsHTMLDocument. this should just be implemented in nsDocument with nsXMLDoc inheiriting also. i will do that when m16 is gone. this allows the editor to create its html elements despite being in a xuldocument. r=hyatt a=beppe 2000-06-07 01:17:23 +00:00
mjudge%netscape.com c4ff23e7ec *** empty log message *** 2000-06-07 01:14:08 +00:00
cmanske%netscape.com d4cf823a1c Finished table cell selection optimization bug 41045. r=mjudge, a=beppe 2000-06-06 23:14:42 +00:00
hyatt%netscape.com e43955f56d Tree/grid work. Bug #30511. r=danm. 2000-06-06 23:14:11 +00:00
hyatt%netscape.com 3436a2400c Tree/grid work. 30511. r=danm 2000-06-06 23:13:49 +00:00
hyatt%netscape.com f40d61a341 Tree/grid work. Bug#30511. r=danm 2000-06-06 23:13:05 +00:00
inaky.gonzalez%intel.com 98157fd5a1 Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.

a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +00:00
pierre%netscape.com 12f2fe1056 Checked back in the backed out code (41321) after doing a minor fix in nsCSSValue.cpp (41618) 2000-06-06 09:36:12 +00:00
pierre%netscape.com e549491b3e Backed out the previous changes (41321, waterson/attinasi) because of the regression in 41618. 2000-06-06 06:50:21 +00:00
evaughan%netscape.com d43e56932a Fixed for ender-lite painting problems. bug #34896
-r mjudge
2000-06-06 01:25:03 +00:00
attinasi%netscape.com e0876002ed Removed code that was printing the word 'embed'. b=37558 r=buster a=leger 2000-06-05 21:21:48 +00:00
mkaply%us.ibm.com ad3cf0ff6a # 37239
r = jst, a = waterson
OS/2 bringup - PR_CALLBACK for VisualAge
2000-06-05 19:15:32 +00:00
dcone%netscape.com 50de329936 Fixed background color under border. b=13934. R=Attinasi 2000-06-05 13:58:05 +00:00
dcone%netscape.com 615ed58fcb Fixed bug 7559. R= rods 2000-06-05 13:48:06 +00:00
rbs%maths.uq.edu.au 868e0e5058 Enable 'vertical-align: baseline' in <mtable> now that it is there... 2000-06-05 08:32:59 +00:00
rbs%maths.uq.edu.au f522c03515 [#ifdef MOZ_MATHML: not yet part of default build]. Add support for 'vertical-align: baseline' in table-cells. bug 10207. r:karnaze@netscape.com. a:waterson@mozilla.org 2000-06-05 08:25:11 +00:00
rbs%maths.uq.edu.au 1a36f0816d [#ifdef MOZ_MATHML: not yet part of default build]. Export the baseline out of the block frame code to support 'vertical-align: baseline' in table-cells. bug 10207. r:buster@netscape.com. a:waterson@mozilla.org 2000-06-05 08:24:18 +00:00
buster%netscape.com 7f1b174ffc bug 36367
r=rods
fix was to pass in the correct width during certain types of incremental reflows.
2000-06-05 03:50:46 +00:00
buster%netscape.com e1de241d59 bug 38665
r=rickg a=rickg
fixed an optimized-only crash that looks like a race condition
where we send a message containing a pointer to a frame back to
the frame manager after the frames have been deleted.
2000-06-05 03:37:33 +00:00
alecf%netscape.com daadcd2c0d fix #ifdefs to quiet output (speeds up display of complex tables like tinderbox and slashdot.org) - does not affect release builds 2000-06-04 09:44:08 +00:00
warren%netscape.com 512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
evaughan%netscape.com dab70e5b33 Just adding comments. 2000-06-03 02:12:19 +00:00
evaughan%netscape.com 04d65b243b Patch from:
Davor Cubranic
Tomi Leppikangas

That implements middle mouse click to position on unix.

Bug #24117

-r evaughan -a brendan
2000-06-03 02:07:52 +00:00
mkaply%us.ibm.com b74a7a1d47 # 37239
r = jst, a = brendan
OS/2 bringup - PR_CALLBACK
2000-06-03 00:00:01 +00:00
cmanske%netscape.com 18a9fcaca3 Fix for table selection performance problems. b=41045, r=mjudge, a=beppe 2000-06-02 23:05:06 +00:00
waterson%netscape.com a965de089e Bug 41321. Use PRUnichar* instead of nsString* to store string values for nsCSSValue and nsHTMLValue. r=attinasi. 2000-06-02 22:54:35 +00:00
evaughan%netscape.com 942f331446 Fixed build horkage. 2000-06-02 22:48:36 +00:00
evaughan%netscape.com 90aa7a4744 Made grids scroll for dogfood bug 30511.
-r hyatt
2000-06-02 22:15:09 +00:00
attinasi%netscape.com c115636333 Implemented QuirkMode style sheet and moved some initial quirk style rules from html.css to the new quirk.css. b=38026 r=rods a=karnaze 2000-06-02 21:45:06 +00:00
attinasi%netscape.com a8b538c51c QuirkMode style sheet: b=38026 r=rods a=karnaze 2000-06-02 21:38:33 +00:00
rods%netscape.com 542c738619 setting legend's border to none so it loks better
b=36065, r=rickg
2000-06-02 21:01:20 +00:00
rods%netscape.com 788c936bf0 no longer subtracting off scrollbar width when mComputedSize is set
b=36548, r=kmcclusk
2000-06-02 20:59:57 +00:00
brade%netscape.com fe543c9420 #ifdef appropriately for ENDER_LITE (especially Macintosh); blocking Macintosh development; bug #41323; a=beppe; r=kin; a/r=mjudge 2000-06-02 20:57:10 +00:00
av%netscape.com 6a19b9b86a Fixing 40765, r=buster, a=hamerly 2000-06-02 20:20:35 +00:00
rods%netscape.com 88254d671c 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 7802e4085f 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 eab83335f9 ifdef for mac event processing of access keys
bug=7559 r=dcone
2000-06-02 14:20:50 +00:00
rods%netscape.com 4a7e30f9a1 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 b088efb508 Tree/grid foundation work. 2000-06-02 08:13:29 +00:00
dveditz%netscape.com 29dbabd8e8 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 a35fa496f6 Bug 29611. Use 'GetHref()' to retrieve anchor tag's href. r=attinasi 2000-06-02 04:27:47 +00:00
hyatt%netscape.com e21020f389 Make XBL props enumerable. r=brendan, a=brendan 2000-06-02 01:19:15 +00:00
mstoltz%netscape.com e0c61ab51a Fix for 16858 w/o breaking directory browser. r=waterson a=beard 2000-06-01 23:57:48 +00:00
jst%netscape.com 8ef5a6fcfd 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 99c115a7e6 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 c4a95c3643 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 c23d6c3503 bug 32206; add charset observer methods; r=buster; a=ftang 2000-06-01 23:11:40 +00:00
erik%netscape.com a2ce4fa1be bug 32206; add notifiers for charset changes; r=buster; a=ftang 2000-06-01 23:10:44 +00:00
jst%netscape.com 2950aca9c3 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 74fea21bd1 Fix the headers output file. r=hyatt. 2000-06-01 22:44:12 +00:00
leaf%mozilla.org fff6c7e834 fixing 35196, but with due diligence this time. r=hyatt,bruce a=waterson 2000-06-01 07:01:54 +00:00
mjudge%netscape.com 221780c317 removing warning 2000-06-01 04:02:49 +00:00
mjudge%netscape.com 317ebfc20f bug = 34896. changing caret use to not demand a presshell. r=hyatt 2000-06-01 02:39:52 +00:00
mjudge%netscape.com 66a4d02495 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 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
hyatt%netscape.com caa8850d04 New tree grid bindings. 2000-06-01 01:49:45 +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
mjudge%netscape.com 75cf395f21 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 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
evaughan%netscape.com 4401bea579 Fix for dogfood bug 41027 -r hyatt 2000-05-31 20:14:28 +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