dbaron%fas.harvard.edu
20b685bf78
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
rods%netscape.com
9c6f7ccade
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
...
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
hyatt%netscape.com
086bf919ba
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
dbaron%fas.harvard.edu
ec5e79e673
Change the way nsDocument stores its children by replacing separate nsVoidArrays for prolog and epilog with a single nsISupportsArray that also holds the root element. Using this change, simplify many of the child handling methods in nsDocument (and fix some bugs in them). Since nsDocument no longer uses prolog and epilog, remove AppendToProlog and AppendToEpilog from nsIDocument. b=47850 r=jst@netscape.com sr=vidur@netscape.com
2001-01-25 14:19:38 +00:00
mcafee%netscape.com
2a02bb78fd
Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil
2001-01-25 02:58:12 +00:00
brade%netscape.com
611c8302c3
always absolutize urls in html copy encoder (doing the right thing is covered in bug #32768 )
2001-01-24 14:59:57 +00:00
vidur%netscape.com
99ec8cdc30
Fix for bug 63081. We remove carriage returns passed to us by the parser in the copy from the sink buffer to the content model. r=jst
2001-01-22 23:11:02 +00:00
jst%netscape.com
a6c968fabc
Removing unused variable.
2001-01-22 06:38:19 +00:00
pierre%netscape.com
d8cb741c0d
added brakets in switch() statements in a vain attempt to fix the unix build bustages
2001-01-20 23:33:29 +00:00
pierre%netscape.com
531ba68b54
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
2001-01-20 22:46:54 +00:00
axel%pike.org
21b29e082d
not part of build, code by peterv, r=me, fixing XPathProcessor, nsISynchLoader, cleanup
2001-01-19 21:24:44 +00:00
jst%netscape.com
1a7cfc1de2
Fixing bug 54780. Checking in patch from heikki@netscape.com that makes nsDOMImplementation::CreateDocument() return the return value from NS_NewDOMDocument() instead of just ignoring it. r=me, r=disttsc@bart.nl, sr=none (trivial change).
2001-01-19 07:56:38 +00:00
buster%netscape.com
b0da06ecfa
bug 56432 ()
...
the problem was a factorial algorithm for finding primary frames.
fixed by added a hinting mechanism that takes advantage of existing
primary frame cache, greatly reducing the cost for the common case.
r=rods
sr=waterson
2001-01-16 22:10:04 +00:00
axel%pike.org
b1fd664d0c
not part of build, code by axel@pike.org, r=peterv; code by peterv@netscape.com, r=me. Fixing 59937, xpath function lib complete, 59649, 60059, 47720; building windows standalone, 46640; general code cleanup, fixing warnings; XPathProcessor and XSLTProcessor available to JS (work in progress)
2001-01-12 20:06:48 +00:00
bratell%lysator.liu.se
02fc6d9132
Cleanup of the HTML -> plain text converter. Bug 62189. r=anthonyd@netscape.com sr=vidur@netscape.com
2001-01-12 07:26:39 +00:00
akkana%netscape.com
9a4f8d3dbf
42452,61173: output formatted lists even in unformatted plaintext output. r=bratell, sr=sfraser
2001-01-10 22:08:08 +00:00
sfraser%netscape.com
f01a40fc19
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
2001-01-09 22:47:02 +00:00
anthonyd%netscape.com
107c2088f3
bug fix for 62796
...
sr=kin@netscape.com
a=jfrancis@netscape.com
r=jst@netscape.com
2001-01-09 21:44:35 +00:00
dcone%netscape.com
44ed8413cf
Took outsome debug code which snuck in.
2001-01-09 20:41:05 +00:00
akkana%netscape.com
d3089c475e
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
2001-01-08 21:01:29 +00:00
dcone%netscape.com
e60df0c1c0
Added nsIPrintContext interface.
...
Added this so you can now tell if your laying out to a printer.
r=attinasi sr=buster
2001-01-08 20:26:05 +00:00
pierre%netscape.com
b8588fe2ca
Not part of the build. Momentarily check in the StyleContext metrics before doing deeper changes.
2001-01-08 00:24:41 +00:00
cls%seawood.org
48080011e3
Backing out anthonyd's previous checkin as it is causing text boxes to not work anywhere on at least beos, linux & win32.
...
Bug #62796
2001-01-07 15:11:50 +00:00
anthonyd%netscape.com
81ef2c37ad
bug fix for 62796 - various range fixes, including a crasher in Range::deleteContents()
...
sr=kin@netscape.com
r=jst@netscape.com
2001-01-07 04:52:23 +00:00
jst%netscape.com
d0880a733e
Fixing bug 64513. Adding missing version number to a contract id. r=blakeross@telocity.com
2001-01-07 03:06:19 +00:00
rods%netscape.com
c81b2c3b26
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
...
Bug 61274, r=buster sr=waterson
2001-01-04 20:44:42 +00:00
cmanske%netscape.com
724a594ae2
Fixed selecting multiple rows, columns. Bug 64093, r=mjudge, sr=kin,sfraser
2001-01-04 00:24:39 +00:00
attinasi%netscape.com
b0f3327e7f
Fixed leak in StyleContextCache: destructor was not cleaning up hash table entries. r=dbaron sr=buster b=63627
2001-01-02 23:13:49 +00:00
dbaron%fas.harvard.edu
9430a92e06
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
2000-12-30 19:22:22 +00:00
heikki%netscape.com
61f81ef412
Bug 45627 and bug 45552. XMLSerializer to deal better with empty elements, special characters, elements from the HTML namespace and namespaces in general, and processing instructions. Removed a lot of duplicate code in XML Extras component, and made several small optimizations with nsCOMPtr initializations. r=vidur, a=jst.
2000-12-27 23:48:10 +00:00
anthonyd%netscape.com
395ac65d31
fix for bug#58028 - Range CompareBoundaryPoints returning incorrect values
...
r=jst,kin
a=kin
2000-12-27 00:37:01 +00:00
jst%netscape.com
9e2b7ade05
Redoing the way code is shared between different element classes in mozilla, in stead of having an inner object (mInner) and forwarding function calls to the inner object the elements now inherit from what used to be the inner object. Previously nsIJSScriptObject and nsIContent (and related interfaces) were implemented on all leaf classes (~60 classes) and all the methods in those interfaces were forwarded to the inner object, now all those methods are inherited in stead. This saves us ~3600 methods in the layout library (and 160k of code on linux) and cleans the code up considerably. r=pollmann@netscape.com, harishd@netscape.com sr=vidur@netscape.com.
2000-12-23 10:56:31 +00:00
mkaply%us.ibm.com
9c3cffb4f5
OS/2 TB breakage
...
PR_CALLBACK
2000-12-22 02:39:03 +00:00
attinasi%netscape.com
0cf90f1779
Turning the Style Context FastCache back on. a=hyatt@netscape, reviewed previously by pierre@netscape.com
2000-12-21 23:34:44 +00:00
cmanske%netscape.com
e4e8f945c9
Reinstating table selection work for bug 57863 and fixed textfield.value bug 63376. r=kin, sr=sfraser
2000-12-20 22:13:54 +00:00
leaf%mozilla.org
1b004f4d02
backing out regression-causing changes to reopen tree
2000-12-20 18:09:53 +00:00
cmanske%netscape.com
4612fb38be
Convert IDL defines from short to long so enums are PRInt32 on all platforms (fixing build bustage)
2000-12-20 03:15:16 +00:00
cmanske%netscape.com
6cc3434009
Trying to fix speedracer build bustage
2000-12-20 02:56:17 +00:00
cmanske%netscape.com
cdfc880f41
Table selection work (part of b=57863): Moved param for GetTableSelectionDate from .h to .idl, requiring change from PRUint32 to PRInt16 for all users. Table Cell ranges are now added in document order (location in table) when selecting multiple cells. Refactored table selection methods and fixed leaks. r=mjudge, sr=kin
2000-12-20 01:36:41 +00:00
attinasi%netscape.com
dad1495c6a
Turned on Style Context Data Sharing. b=39618, r=pierre, sr=hyatt
2000-12-15 06:09:50 +00:00
jst%netscape.com
d2ee134807
Fixing bug 62160, accessing ins or del elements from JS didn't work and caused a crash in the JS GC later on. sr=scc@mozilla.org, r=ben@netscape.com
2000-12-15 05:48:19 +00:00
vidur%netscape.com
01bf191f42
Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst
2000-12-12 21:58:13 +00:00
hyatt%netscape.com
da4450ca46
Fixing linux build bustage
2000-12-10 09:47:05 +00:00
hyatt%netscape.com
4d3c66b578
Adding support for box objects to XML and HTML. Fixed focus bug with Generic Elements
...
r=jst@netscape.com , a=ben@netscape.com
2000-12-10 09:19:59 +00:00
dbaron%fas.harvard.edu
33c4278ab5
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:46:08 +00:00
dbaron%fas.harvard.edu
2eea32ae2b
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
attinasi%netscape.com
41bf703180
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
2000-12-07 15:31:40 +00:00
locka%iol.ie
e06cb63e03
New encoder fixup helper interface. b=57996, r=jst
2000-11-30 01:08:22 +00:00
mjudge%netscape.com
5a0bb91a06
added in code to allow GetSelection() to work. r= mstoltz
2000-11-29 00:13:00 +00:00
jst%netscape.com
5d2e4d0de9
Getting rid of some static nsIID's in favor of using the NS_GET_IID() macro. sr=rpotts, r=pollmann
2000-11-28 04:11:37 +00:00