Commit Graph

11441 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
3a2e589c7c Clean up string usage (including some leaks and FMMs) and use some nsCOMPtrs to fix leaks on failure in nsObjectFrame::Reflow. b=64209 r=av@netscape.com,disttsc@bart.nl sr=waterson@netscape.com 2001-03-10 03:17:40 +00:00
hyatt%netscape.com
d741df52e2 Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
waterson%netscape.com
7b309322c7 Fix compiler warnings caused by backslash character in '//' comment. Tip o' the hat to timeless. 2001-03-10 00:19:38 +00:00
erik%netscape.com
d0685b0863 bug 71370; sr=erik; dbaron caught an error in yesterday's check-in; the
bidi bit was set in the reserved area; it is now in the right area
2001-03-10 00:15:16 +00:00
alecf%netscape.com
9edc4a4e2a remove these files (never part of build, moving over to mozilla/content) 2001-03-09 22:50:35 +00:00
dbaron%fas.harvard.edu
849cb3c105 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 15:54:21 +00:00
rbs%maths.uq.edu.au
609dca45d2 Cleanup DOS end-of-lines 2001-03-09 13:20:20 +00:00
mkaply%us.ibm.com
c88c46082f #70961
author=simon@softel.co.il; r=waterson; sr=erik
New style constant for bidi - not part of build yet due to #ifdef IBMBIDI
2001-03-09 04:20:10 +00:00
mkaply%us.ibm.com
aa2e4bc564 #70961
author=simon@softel.co.il; r=waterson; sr=erik
New layout atoms for bidi - not part of build yet due to #ifdef IBMBIDI
2001-03-09 04:15:34 +00:00
erik%netscape.com
06d55ad850 bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:29:00 +00:00
rods%netscape.com
912135fd26 change PRBool to PRPackedBool
Scroll to first item on DidReflow of Initial Reflow
Bug 54496 r=kmcclusk sr=attinasi
2001-03-09 03:21:51 +00:00
dbaron%fas.harvard.edu
c46bf86785 Remove obsolete attempt to rename nsHTMLFrame.cpp that was never part of the build. sr=waterson@netscape.com b=64509 2001-03-09 03:14:07 +00:00
erik%netscape.com
a6910ae277 bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:13:03 +00:00
Peter.VanderBeken%pandora.be
8b552553af Keep MathML support compiling on the Mac - adding nsMathMLFrame.cpp. Not part of the default build. 2001-03-09 02:13:24 +00:00
erik%netscape.com
ce7d14c675 bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; a couple of new
files from the IBM bidi project; these are utilities for reordering in the
layout engine
2001-03-09 01:12:39 +00:00
glazman%netscape.com
e0f5ee4898 Cleanup of ParseSelector() ; b=71100, r=peterl, sr=attinasi 2001-03-08 23:27:39 +00:00
pinkerton%netscape.com
a4d7189ded don't consume alt-key event if we don't find a shortcut in the menus. r=saari/brade. sr=shaver. bug# 71326 2001-03-08 22:49:31 +00:00
attinasi%netscape.com
1db0396ebc Commented out assertion while I find out why HR's are triggering it in some cases... 2001-03-08 15:48:48 +00:00
dbaron%fas.harvard.edu
fc78650581 Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes. 2001-03-08 14:25:11 +00:00
disttsc%bart.nl
25a248003c Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where
possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 12:33:57 +00:00
disttsc%bart.nl
8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
heikki%netscape.com
0af59d1104 Fixing Mac build bustage. 2001-03-08 03:12:02 +00:00
rods%netscape.com
2d404e35ef Explicitly setting the padding to zero
Bug 69130 r=kmcclusk sr=hyatt
2001-03-08 02:58:12 +00:00
rods%netscape.com
1c8f290f5d Don't paint blocks that shouldn't be painted when printing
Bug 67296 r=kmcclusk sr=attinasi
2001-03-08 02:46:44 +00:00
heikki%netscape.com
686d50ca58 Removing unused file. Not part of build anymore. 2001-03-08 02:43:02 +00:00
heikki%netscape.com
14c19fec6e Bug 69830 , cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=heikki, sr=smfr. Check-in by peterv. 2001-03-08 02:42:13 +00:00
heikki%netscape.com
2ced3d1826 Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson. 2001-03-08 02:41:16 +00:00
rods%netscape.com
84c77eb49d Skipp disabled items when pressing first letter
Bug 57580 r=kmcclusk sr=buster
2001-03-08 02:29:21 +00:00
law%netscape.com
a96fc9cbfa Part of bug 57576; adding support for getting list-style-image; r=harishd, sr=jst 2001-03-08 00:55:01 +00:00
hyatt%netscape.com
f4962da8b1 Fix for 71139. Also reverting the splitter frame code back. r=danm, sr=brendan 2001-03-08 00:47:22 +00:00
hyatt%netscape.com
826e25f532 Fix for 71139. r=danm, sr=brendan 2001-03-08 00:46:58 +00:00
waterson%netscape.com
f5d1d74918 Bug 71181. Revert attinasi's changes for bug 70730. 2001-03-07 20:15:35 +00:00
dbaron%fas.harvard.edu
1e4cfee6ff Really fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage. 2001-03-07 06:07:28 +00:00
dbaron%fas.harvard.edu
2457479b2c Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by using a real REQUIRES line rather than a copied one. 2001-03-07 05:17:01 +00:00
dbaron%fas.harvard.edu
955ae0a864 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing MODULE from raptor to layout. 2001-03-07 03:11:33 +00:00
attinasi%netscape.com
2026961bdd Fix for printing crash when bulleted items have no bullet and we assume they do. Added assertion to help find the cause of the problem, and checks for null to prevent the crash. b=70730 r=dcone sr=waterson 2001-03-07 00:38:45 +00:00
beard%netscape.com
77a1ed2e6d Fix build bustage by adding files from xul/base/src/outliner. r=hyatt 2001-03-06 23:41:34 +00:00
sspitzer%netscape.com
a5ca54661e more bustage. 2001-03-06 23:18:38 +00:00
sspitzer%netscape.com
37f657bcc6 fix build bustage. thanks to meep and Pike. 2001-03-06 23:16:27 +00:00
glazman%netscape.com
0c9d22b2c9 mSourceString in SelectorList was allocated, filled with a
reconstructed copy of ALL selectors in chrome and document,
unused and then deallocated ! b=70995, r=hewitt, sr=attinasi
2001-03-06 23:07:33 +00:00
hyatt%netscape.com
68229a8b4b Fix for 70877, enabling outliner. r=dr, sr=waterson 2001-03-06 22:16:42 +00:00
attinasi%netscape.com
f806131aeb Fixes box-sizing for absolutely positioned elements. b=67690 r=waterson (and buster R.I.P), sr=hyatt 2001-03-06 05:56:19 +00:00
waterson%netscape.com
e73bef750d Bug 64670. Clean up and document SplitToContainingBlock(). Specifically: fix stray comma in file; unmuddle replaced frame and its parent in CantRenderReplacedElement(); sanity check args in SplitToContainingBlock(); manage view reparenting in SplitToContainingBlock(); fix nsObjectFrame to only stifle key events if the plugin was really instantiated. r=kmcclusk, saari sr=attinasi 2001-03-06 03:31:29 +00:00
hyatt%netscape.com
6946f71e1b Fix for 70809. r=attinasi, sr=brendan 2001-03-06 02:30:30 +00:00
hyatt%netscape.com
4d01b576e2 Outliner files are not part of build.
The other files are a fix for bug #70809.  r=attinasi, sr=brendan
2001-03-06 02:27:50 +00:00
dbaron%fas.harvard.edu
1261245491 Work in progress on CSS error reporting: fix the known false positives and duplicate messages and improve the error messages. It's still a hack that I wouldn't really want to enable by default, but it should be useful for debugging chrome CSS. r=glazman@netscape.com sr=attinasi@netscape.com b=65469 2001-03-06 01:57:30 +00:00
dbaron%fas.harvard.edu
5496fd604a Remove attempted workaround for CantRenderReplacedElement crash that didn't fix the crash (which is now fixed the right way).
Clean up the FrameManager a bit, mainly by moving the destruction of the frame tree into the |Destroy| method rather than doing it in the destructor.  This would make it safer to convert nsIFrameManager to IDL and use the frame manager from JS.  It also reduces the risk of leaks caused by having something owned by a frame own the frame manager.  Breaking cycles in a destructor can be risky because the objects entrained by the cycle could include the object whose destructor would break the cycle.
b=65800  r=waterson@netscape.com  sr=attinasi@netscape.com
2001-03-06 01:46:03 +00:00
attinasi%netscape.com
c2ffe7fa93 Don't reflow for every notification of an image load if the image frame's size is constrained. b=69552 r=kmcclusk sr=hyatt 2001-03-06 00:47:46 +00:00
karnaze%netscape.com
504f0a2838 Added new regression test, fixed an old one. Not affecting the build. 2001-03-05 22:26:07 +00:00
blakeross%telocity.com
e821bffdf9 Table crash in webmail page (70072). r=karnaze sr=attinasi 2001-03-05 22:09:14 +00:00
hyatt%netscape.com
9e4f2b23f8 Fix for 70704, r=brendan, sr=attinasi 2001-03-03 21:57:56 +00:00
harishd%netscape.com
8680ff8c03 Correcting an error.
r=heikki
2001-03-03 00:54:53 +00:00
glazman%netscape.com
99f88218ba enhancement for the 3 new attributes selectors in CSS 3. r=dbaron, sr=attinasi 2001-03-03 00:54:04 +00:00
harishd%netscape.com
65d723afce Added more properties(font,background,padding,border,z-index..etc) for getComputedStyle().
r=heikki,sr=jst.
2001-03-03 00:44:19 +00:00
harishd%netscape.com
768c3fca30 Moving a couple of methods to nsCSSProps to be used by nsGetComputedStyle().
r=heikki, sr=jst
2001-03-03 00:43:12 +00:00
harishd%netscape.com
b20fb5da2d Added refresh & setcookie atoms
r=heikki,sr=vidur
2001-03-03 00:41:02 +00:00
dbaron%fas.harvard.edu
0e28b23cc1 Fix smoketest blocker bug 70683 by making some changes blake missed with his fix for bug 60703. r=mao sr=alecf a=kysmith 2001-03-02 18:39:22 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
blakeross%telocity.com
38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
pollmann%netscape.com
393596d00b Bug 70510: Remove needless nsAutoString wrappers, patch by jag <disttsc@bart.nl>, r=pollmann@netscape.com, sr=jst@netscape.com 2001-03-02 02:55:24 +00:00
dr%netscape.com
5cb164a8de 70386 (warning fix), r=timeless 2001-03-01 02:44:24 +00:00
jst%netscape.com
291a81bdbd Fixing bug 70014. Making td.chOff use the correct atom when looking up the attribute 'charoff'. r=heikki@netscape.com, sr=vidur@netscape.com 2001-02-28 01:54:40 +00:00
dcone%netscape.com
90ca463905 Checking for a printer before some optimizations.. which are not good for printing. sr=attinasi r=karnaze 2001-02-27 14:52:07 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
bernd.mielke%snafu.de
eee6f79d65 enable the overflow:hidden from CSS2 for table cells (fixed layout)
bug 44505. r=karnaze sr=attinasi
2001-02-24 14:30:12 +00:00
cls%seawood.org
3580b1cac0 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
rbs%maths.uq.edu.au
77ba9d1f19 Ignorable whitespace frames are gone - Additions to the inter-frame spacing - Typos - Rework the style of scripting elements - fix for bugs 67451,15402 - this check-in was contingent on the check-in for bug 68411 - sr=waterson 2001-02-23 16:10:51 +00:00
rbs%maths.uq.edu.au
f2ec04c5e0 First check-in 2001-02-23 16:09:14 +00:00
rbs%maths.uq.edu.au
17a3d3c304 Declare atoms, update css rules, init a variable to zero - sr=waterson 2001-02-23 12:49:38 +00:00
rbs%maths.uq.edu.au
7da093a1d8 When requested, avoid to create frames for ignorable whitespace - bug 68411 r=karnaze sr=waterson 2001-02-23 12:45:19 +00:00
rbs%maths.uq.edu.au
2b65370bf6 Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson 2001-02-23 12:42:12 +00:00
rbs%maths.uq.edu.au
da17b2181d Avoid ignorable whitespace in tables by setting the frame state-bit to this effect - bug 68411 r=karnaze sr=waterson 2001-02-23 12:35:34 +00:00
rbs%maths.uq.edu.au
b6518223fe Reserve additional frame state-bits - implementations are now only allowed to use the 12 higher bits. The 20 lowest bits are reserved for general use - bug 6841 r=karnaze sr=waterson 2001-02-23 12:31:28 +00:00
rods%netscape.com
9543ff0534 Now only doing 1 reflow for each reflow request in the ListControlFrame
for initial and full resize reflows
Bug 69869 r=kmcclusk sr=attinasi
2001-02-23 01:45:45 +00:00
rods%netscape.com
65d48450bb factoring of code for Submit/Reset in control frames
Bug 65747 r=pollmann sr=attinasi
2001-02-23 01:01:08 +00:00
sspitzer%netscape.com
246928daf3 fix for #68365. r=hwaara, sr=hyatt 2001-02-23 00:46:10 +00:00
attinasi%netscape.com
d84be5085d new testcase. NPOB 2001-02-22 16:06:46 +00:00
attinasi%netscape.com
2df0e9a606 New regression testcase. BPOB 2001-02-22 16:06:18 +00:00
rods%netscape.com
1aa32a46e8 Added additional reflow count info on a frame by frame basis
Bug 69361 r=attinasi sr=waterson
2001-02-22 13:58:17 +00:00
dbaron%fas.harvard.edu
48259ee708 Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes. 2001-02-22 13:06:50 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
hyatt%netscape.com
16521d095b Fix for 69142. r=attinasi, sr=waterson 2001-02-22 09:24:50 +00:00
pollmann%netscape.com
8426cfe13e Bug 69365: Fix mail reply-all by reverting pres-state optimizations r=ducarroz@netscape.com, sr=jst@netscape.com,vidur@netscape.com 2001-02-22 03:16:34 +00:00
waterson%netscape.com
9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
hyatt%netscape.com
97573598b3 Fix a frame creation slowdown caused by XBL. 2-3% speedup. r=danm, sr=waterson 2001-02-21 03:18:45 +00:00
dbaron%fas.harvard.edu
8411695789 Remove static constructor for nsStyleColor. r=disttsc@bart.nl sr=brendan@mozilla.org b=67341 2001-02-20 13:44:43 +00:00
waterson%netscape.com
23940e7ce2 Remove layoutxsl.o from optimized build, too. 2001-02-20 03:55:02 +00:00
dbaron%fas.harvard.edu
2cba298f69 Remove unused file that should have been removed with all the others in today's carpool. r=jst 2001-02-20 03:07:13 +00:00
waterson%netscape.com
bcd3fa5836 Really remove nsStyleCoord.cpp 2001-02-20 02:33:54 +00:00
dbaron%fas.harvard.edu
8d8bc1785c Fixing IRIX bustage by adding libgkconbase_s to libs since libgkbase_s was split. 2001-02-20 01:59:11 +00:00
jst%netscape.com
4a15bb0f6a Removing unused empty file. 2001-02-20 01:50:38 +00:00
sfraser%netscape.com
938e48ca69 Remove nsStyleCoord.cpp for jst. 2001-02-20 01:40:23 +00:00
jst%netscape.com
b06668799f Removing empty file from the build system. 2001-02-20 01:33:17 +00:00
pinkerton%netscape.com
e4150a604d don't re-create 1000 element array's of nsPoints every time the routine is called. r=dcone/sr=sfraser. bug 69101. 2001-02-20 01:14:03 +00:00
jst%netscape.com
effc510939 Removing files that were moved to mozilla/content/... part of the carpool. 2001-02-20 01:12:42 +00:00
jst%netscape.com
8bbea25890 Removing unused file. 2001-02-20 01:08:30 +00:00
waterson%netscape.com
00a1e8d96e Bug 39054, redux. Hack around problem (?) with XBL child nodes: we'll just query for the list of real kids up front. Also, need to break 'AddSubtreeToDocument()' into pre- and post-order steps. r=hyatt, sr=brendan 2001-02-20 01:05:34 +00:00
sfraser%netscape.com
60f1270164 More jst bustage fixing; we need nsIHTMLStyleSheet.h here. 2001-02-20 00:28:57 +00:00
ben%netscape.com
4cf4ddc5e0 Fix jst bustage 2001-02-19 23:53:33 +00:00
jst%netscape.com
c07db2384b Attempting to fix mac bustage 2001-02-19 23:18:12 +00:00
heikki%netscape.com
36eb65cca8 Removing files which were moved to content, part of content/layout carpool. 2001-02-19 22:43:19 +00:00
Peter.VanderBeken%pandora.be
c5d0bcc176 Content/layout splitup carpool. 2001-02-19 21:51:22 +00:00
heikki%netscape.com
5c811dfbf3 Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
Peter.VanderBeken%pandora.be
988ba19629 Content/layout split-up carpool. r=jst@netscape.com, sr=waterson@netscape.com. 2001-02-19 21:45:29 +00:00
jst%netscape.com
609a11804c Backing out my previous changes. 2001-02-19 20:33:57 +00:00
jst%netscape.com
eabf6dfc1a Changes needed for splitting layout 2001-02-19 18:44:32 +00:00
heikki%netscape.com
915749084a Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:55:42 +00:00
rods%netscape.com
8881a357b3 making spacebar click on key up
Bug 68850 sr=attinasi
2001-02-19 12:36:01 +00:00
heikki%netscape.com
d59b45ca9f Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 12:10:13 +00:00
heikki%netscape.com
de35f432ad Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet. 2001-02-19 11:56:40 +00:00
heikki%netscape.com
de8d58f084 Checking in new files needed for layout split. Not part of the build yet. 2001-02-17 09:53:29 +00:00
heikki%netscape.com
ebda0c80be New interfaces needed for layout splitup. Not part of the build yet 2001-02-17 01:54:26 +00:00
dcone%netscape.com
999dab80e2 r=rods sr=attinasi Passing in the title to begindocument 2001-02-16 17:36:02 +00:00
cmanske%netscape.com
3baa7b403e Minor change to remove compile warning 2001-02-16 05:12:08 +00:00
cmanske%netscape.com
c7fb9e7600 Fixed table selection bug 68860. r=brade, sr=sfraser 2001-02-16 03:33:12 +00:00
hyatt%netscape.com
6a31cf1557 Not part of build. 2001-02-16 02:21:34 +00:00
hyatt%netscape.com
3af1eab1be Not part of build. 2001-02-16 01:37:19 +00:00
hyatt%netscape.com
19a77a20e0 Fixing Win32 bustage on pink's checkin. r=pink 2001-02-15 22:20:44 +00:00
pinkerton%netscape.com
794f5e3b1b force trees to synchronously update the area invalidated by a mousewheel scroll. r=bryner,a=hyatt, bug#63465 2001-02-15 22:07:06 +00:00
akkana%netscape.com
20001beffe 25779: alternate win cut/copy/paste keys. r=brade, sr=sfraser 2001-02-15 21:53:13 +00:00
hyatt%netscape.com
e050817098 Fix for 67739. r=pierre,attinasi, sr=ben 2001-02-15 21:25:31 +00:00
hyatt%netscape.com
6d784c14e8 Fix for 67739. r=pierre,attinasi sr=ben 2001-02-15 21:24:47 +00:00
hyatt%netscape.com
d0e0589b0d Not part of build. 2001-02-15 21:15:21 +00:00
radha%netscape.com
b2d6bb81e1 Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
dbaron%fas.harvard.edu
f17bd918ed Adding newline to end of file to fix HP bustage. 2001-02-15 15:22:22 +00:00
jfrancis%netscape.com
fed9703e2b bug 50497: plaintext copy loses newlines on paste bug 57292: copy of table cell contents shouldn't copy cell bug 57170: some inline style not preserved across copy paste for all above: r=akkana; sr=sfraser 2001-02-15 13:22:26 +00:00
jfrancis%netscape.com
d4b459cfee bug 63760: improving iterator speed in aid of selection performance and many editor operations. r=akkana; sr=sfraser 2001-02-15 13:19:14 +00:00
hyatt%netscape.com
19bd97bd08 Not part of build. 2001-02-15 09:43:11 +00:00
aaronl%chorus.net
ab4d0dcaee Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson 2001-02-15 05:07:46 +00:00
dcone%netscape.com
dafca2054b Changed the API to BeginDocument.. changed the call in here. sr=attinasi r=rods 2001-02-15 03:52:13 +00:00
disttsc%bart.nl
6e984b2b28 ``background-position not relative to padding edge when background-repeat is not 'no-repeat' [BG]''. bug=7039, author=Hixie,jag, r=jag,Hixie,dcone, moa=dcone, sr=buster 2001-02-15 03:25:22 +00:00
hyatt%netscape.com
17acecd93d Not part of build. 2001-02-14 21:38:17 +00:00
hyatt%netscape.com
9bdbaf0cca Not part of build. 2001-02-14 20:26:18 +00:00
hyatt%netscape.com
7842c9962e Fix for 68103. r=the world 2001-02-14 20:21:04 +00:00
hyatt%netscape.com
b6b220e133 Not part of build. 2001-02-14 20:16:02 +00:00
hyatt%netscape.com
0dbaa4f83f Not part of build. 2001-02-14 19:44:38 +00:00
hyatt%netscape.com
f605fd6cb5 Not part of build. 2001-02-14 19:39:20 +00:00
rods%netscape.com
84cce45360 copy/paste coding error - simple change from Height to Width
Bug 67497 sr=attinasi
2001-02-14 15:40:26 +00:00
dcone%netscape.com
30f56e20d6 Release the Presentation Context.. fixes printing leak r=kmmclusk, sr=attinasi 2001-02-14 05:45:05 +00:00
kmcclusk%netscape.com
43f2e98742 Invalidate the incremently loaded portion of an image instead of the entire image if the image is not tiled. bug 41134 r=rods@netscape.com sr=attinasi@netscape.com 2001-02-14 05:31:02 +00:00
akkana%netscape.com
f83153ce0d 18508: Allow for user-specified XBL bindings. sr=hyatt 2001-02-14 01:24:45 +00:00
pinkerton%netscape.com
d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
waterson%netscape.com
5cc33330bf Backing out changes for 39054, which caused several template regressions. 2001-02-13 19:22:56 +00:00
dcone%netscape.com
b1a810b0aa had to comment out the release.. the Mac is breaking.. have to figure out why 2001-02-13 15:55:34 +00:00
dcone%netscape.com
090b014432 Added the release for the printing presentation context, fixes big leak. r=kmcclusk sr=attinasi 2001-02-13 15:05:49 +00:00
glazman%netscape.com
55715aa6e7 patch for #62607 : cssText field of CSSRule is incomplete, missing curly braces. r=brade, sr=attinasi 2001-02-13 14:10:38 +00:00
glazman%netscape.com
9968e71541 patch for #65448 : css parser refused multiple ID selectors in same sequence; r=dbaron,attinasi sr=attinasi (buster's delegation) 2001-02-13 14:06:29 +00:00
waterson%netscape.com
ce93635aec Bug 39054. Make XUL templates work properly inside XBL. r=hyatt,alecf; sr=ben 2001-02-13 07:04:55 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00