hyatt%netscape.com
80e26252ca
Not part of build.
2001-02-12 23:37:37 +00:00
blakeross%telocity.com
3df3cdb319
Scroll the page if single-line textfields have focus instead of doing nothing when scrolling with the mousewheel (62431). r=bryner,akkana sr=alecf
2001-02-12 21:53:34 +00:00
blakeross%telocity.com
2a5c341197
Only get the type when we need it. r=hixie
2001-02-12 21:19:23 +00:00
glazman%netscape.com
2156fd088a
#52381 corrects pseudo-elmts handling in nsCSSSelector::ToString ; r=attinasi,saslawsky sr=vidur,waterson
2001-02-12 13:04:06 +00:00
hyatt%netscape.com
27af128e68
Sample files. Not part of build.
2001-02-12 08:25:24 +00:00
hyatt%netscape.com
94f4c8a65c
Not part of build.
2001-02-12 08:16:20 +00:00
buster%netscape.com
d4879b7748
bug 47549 (Floaters cause entire page to redraw as content is appended (block paint perf))
...
r=kmcclusk@netscape.com
sr=waterson@netscape.com
2001-02-12 07:06:49 +00:00
buster%netscape.com
469981a979
bug 64696 (DOM UI events should be allocated from a recycler)
...
r=attinasi
sr=waterson
2001-02-12 06:54:31 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dbaron%fas.harvard.edu
b6fbdb4794
Update REQUIRES to fix senna bustage.
2001-02-10 03:06:49 +00:00
dougt%netscape.com
1b9ca82439
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.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
jst%netscape.com
57fb4072b5
Fixing regression bug 68139. Accessing radiobutton.value always returning the defalue value. r=harishd, sr=vidur, a=blizzard@mozilla.org/asa@mozilla.org
2001-02-09 23:45:41 +00:00
harishd%netscape.com
bc2996109d
68008 - After evaluating the external JS content make sure to that the parser is not blocked before resumeparsing.
...
r=jst sr=vidur a=blizzard
68160 - Set stream listener state to eOnStop only on the final context.
r=nisheeth sr=vidur a=blizzard.
2001-02-09 22:36:23 +00:00
hyatt%netscape.com
66977c5f89
Not part of build.
2001-02-09 12:18:52 +00:00
hyatt%netscape.com
6d6e3ff77d
Not part of build.
2001-02-09 12:12:53 +00:00
hyatt%netscape.com
45d8e8e8db
Not part of build.
2001-02-09 09:48:33 +00:00
hyatt%netscape.com
a1ec13c771
Not part of build.
2001-02-09 07:46:46 +00:00
hyatt%netscape.com
593afa17e7
Not part of build.
2001-02-09 07:38:16 +00:00
hyatt%netscape.com
c1ef897223
Not part of build.
2001-02-09 07:21:01 +00:00
hyatt%netscape.com
c6ab0beeea
XBL insertion point fixes: 67990, 67574, and the dependent bug 55292 all get fixed.
2001-02-08 23:24:55 +00:00
sspitzer%netscape.com
1f195e3bf5
fix for #68031 .
...
select all (in an empty thread pane) crashes.
sr=hyatt,brendan a=asa
2001-02-08 17:30:17 +00:00
disttsc%bart.nl
ef1c235d5c
Fix hotaix bustage, also see bug 67961.
2001-02-07 13:02:11 +00:00
jfrancis%netscape.com
585e0076e3
fix for text widget copy -> html composer paste giving you a seperate pre block for each paste. (bugzilla refuses to cough up the bug number right now).
2001-02-07 10:34:17 +00:00
pierre%netscape.com
9af01acf22
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
2001-02-07 09:57:26 +00:00
hyatt%netscape.com
295c45ae29
Fix for 67435. sr=ben
2001-02-07 07:45:36 +00:00
jst%netscape.com
ea66f70179
Fixing bug 37763. Making applet elements that are not associated with an Java applet still be scriptable as a normal DOM node. r=pollmann@netscape.com, sr=jband@netscape.com
2001-02-07 07:39:20 +00:00
joki%netscape.com
ce97afea1d
Fix for bug 53669, allow combination :focus/:active state notifications so that pre-focused HTML4 buttons work. r:saari,sr:jst
2001-02-07 07:05:56 +00:00
karnaze%netscape.com
3540f6b858
bug 67861 - don't rebalance table to calculate max width; cache last available width in outer table; improved debug reflow timing; sr=attinasi, r=peterl
2001-02-07 04:31:38 +00:00
waterson%netscape.com
e56d1fdbca
Bug 67796. Don't update aMetrics.mMaximumWidth or .maxElementSize in ComputeFinalSize(): the maxElementSize computation was wrong, and it's not clear that the mMaximumWidth is safe to update here either. Patch from rbs@maths.uq.edu.au, r=waterson, sr=karnaze
2001-02-07 04:05:59 +00:00
dbaron%fas.harvard.edu
911b877a4c
Fix UMR (returning an uninitialized result) that caused bonsai query results to disappear sometimes. b=67854 r=karnaze@netscape.com sr=attinasi@netscape.com
2001-02-07 04:00:40 +00:00
blakeross%telocity.com
a32619ddd8
HTML tabindex attribute doesn't work for <button> and <input type="button"> (36217). r=hixie a=ben
2001-02-07 00:39:29 +00:00
blakeross%telocity.com
a5858da5bf
Titlebar when viewing images not localizable (57549). r=attinasi sr=erik
2001-02-06 23:39:46 +00:00
blakeross%telocity.com
e87760dc8a
Adding file for 57549; not part of build.
2001-02-06 23:35:08 +00:00
harishd%netscape.com
a7c109086e
Use resumeParsing instead of EnableParse().
...
r=jst
sr=vidur
2001-02-06 23:31:17 +00:00
blakeross%telocity.com
3d206cf525
Moving a variable declaration after a |return|. r=hixie
2001-02-06 23:28:17 +00:00
scc%mozilla.org
05a7c0e1fc
bug #53067 : r=danm, sr=alecf. Eliminate copying versions of |BeginReading|, |EndReading|, |BeginWriting|, |EndWriting|, and fix callers
2001-02-06 23:18:20 +00:00
rods%netscape.com
baed08e917
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
pollmann%netscape.com
26e414d3ed
Bug 42892: Split FlushPendingNotifications in to content and content+frames cases (speed up content list access), r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 05:46:46 +00:00
rbs%maths.uq.edu.au
c2377665ea
Fix for shift/jump/overlap in the incremental reflow of tables containing text-inputs and images. Bug 45562 and related dups. sr=waterson@netscape.com
2001-02-06 04:42:31 +00:00
hyatt%netscape.com
8e5f0a5ee1
Not part of build.
2001-02-06 02:57:58 +00:00
pollmann%netscape.com
856b7f2476
Bug 62713: Save strings in SH in UTF8 instead of UCS2 to reduce memory usage plus cleanup (thanks jst), r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 02:41:15 +00:00
pollmann%netscape.com
7efd062521
Bug 62713: Only save scroll position in SH if offset from origin, only put entries in state table if state was created, cleanups, r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 02:32:04 +00:00
jst%netscape.com
d6d94da0ff
Fixing regression (bug 67713) that I introduced in my content code re-org in the end of december. Adding a missing interface to the QI implementation of nsHTMLButtonElement. r=nisheeth@netscape.com, sr=n/a
2001-02-06 02:31:31 +00:00
hyatt%netscape.com
bb7ecff096
Not part of build.
2001-02-06 02:22:31 +00:00
jst%netscape.com
f9f8015c1c
Fixing bug 67563. Adding null pointer checks to avoid crasing when accessing certain properties on orphan OPTION, TD and TH elements. r=harishd@netscape.com, r=nisheeth@netscape.com, sr=vidur@netscape.com
2001-02-06 02:11:30 +00:00
pollmann%netscape.com
c9046692ff
Bug 62713: Only save form input values in SH if changed plus cleanups (error handling, NS_LITERAL_STRING), r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 01:59:59 +00:00
pollmann%netscape.com
39034a3146
Bug 55988 + 64415: Hidden inputs and buttons save state in session history, r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 01:31:18 +00:00
waterson%netscape.com
149d4df3c2
Bug 61337. Fix rounded corners on <hr> with NOSHADE. Patch submitted by Dainis Jonitis (Dainis_Jonitis@swh-t.lv), r=waterson, sr=buster.
2001-02-06 01:00:35 +00:00
pollmann%netscape.com
3c8db0fb67
Bug 8065: Prevent crashing on infinitely recursive framesets, r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 00:52:36 +00:00
pollmann%netscape.com
cb9b8744e1
Bug 61605: Make <isindex> be a block element, r=jst@netscape.com sr=vidur@netscape.com
2001-02-06 00:49:32 +00:00
brade%netscape.com
09d2420eb6
cleanup of FetchDesiredX; r=kin; sr=sfraser
2001-02-05 15:43:46 +00:00
brade%netscape.com
eeddb3fa5d
rename to GetCaretCoordinates, parameter/code cleanup; r=kin; sr=sfraser
2001-02-05 15:43:24 +00:00
brade%netscape.com
635157c89d
method rename; r=kin; sr=sfraser
2001-02-05 15:43:10 +00:00
brade%netscape.com
ddfe62df42
add coordinate enums, rename GetWindowCoordinates to GetCaretCoordinates; r=kin; sr=sfraser
2001-02-05 15:42:58 +00:00
rbs%maths.uq.edu.au
0c918cd344
Remove gratuitous parentheses in a declaration, and allow trailing #comments in MathFont Property Files
2001-02-05 13:39:20 +00:00
hyatt%netscape.com
dc7585663a
not part of build,
2001-02-05 07:06:36 +00:00
hyatt%netscape.com
ae3e2f8b4f
not part of build,
2001-02-05 07:03:42 +00:00
hyatt%netscape.com
0489e25ec6
not part of build,
2001-02-05 02:45:55 +00:00
hyatt%netscape.com
07e4868362
Not part of build.
2001-02-05 02:01:24 +00:00
hyatt%netscape.com
9f4b18c724
Not part of build.
2001-02-04 22:39:05 +00:00
hyatt%netscape.com
818718c4af
Not part of build.
2001-02-04 22:33:23 +00:00
hyatt%netscape.com
f4d1df1671
Not part of build.
2001-02-04 22:32:21 +00:00
hyatt%netscape.com
5de9a593c7
Not part of build.
2001-02-04 09:50:59 +00:00
hyatt%netscape.com
d31b874343
Not part of build.
2001-02-03 23:13:53 +00:00
disttsc%bart.nl
8d5cb84a07
Replace iostream.h cerr << dependancy with NS_WARNING. bug=67536, r=jst, sr=blizzard
2001-02-03 09:09:24 +00:00
anthonyd%netscape.com
9ac401dd8b
fix for bug #55921 - Clicking to the right of a link doesn't clear selection
...
sr/r=joki, sfraser
2001-02-03 07:07:15 +00:00
jst%netscape.com
5565218676
Moving methods around to make this file make more sense. no code changes.
2001-02-03 03:50:04 +00:00
jst%netscape.com
7d47356614
Removing obsolete file.
2001-02-03 02:17:37 +00:00
anthonyd%netscape.com
46fe8b86d6
fix for bug # 67007 user defined tags being consumed
...
sr= harishd
r= kin
2001-02-03 01:24:53 +00:00
jst%netscape.com
251da7aa44
Fixing bug 58753. Making document.referrer work for documents in [i]frames and window.open()'ed windows. r=mstoltz@netscape.com and pollmann@netscape.com, sr=vidur@netscape.com
2001-02-03 01:17:00 +00:00
heikki%netscape.com
87c0c7accd
Bugs 53615 and 51815. XHTML title element did not change window title, and textarea did not have default text. r=harishd, sr=vidur.
2001-02-03 01:16:20 +00:00
heikki%netscape.com
73b1eaa48b
Bug 44564. Problems with internal subset, especially with view source XML. Also fixed CDATA section problems. Some cleanups. r=harishd, sr=vidur.
2001-02-03 01:13:55 +00:00
peterlubczynski%netscape.com
6f70103ae3
Fix relative URLs in 'pluginspage' attribute honor BASE tag bug 46405 a=av, sr=buster
2001-02-03 00:43:09 +00:00
hyatt%netscape.com
90ca06ed8d
Files aren't part of Mozilla build.
2001-02-02 22:44:39 +00:00
hyatt%netscape.com
cd4edc3846
Files aren't part of Mozilla build.
2001-02-02 22:43:15 +00:00
hyatt%netscape.com
67cc4074e9
Files aren't part of Mozilla build.
2001-02-02 22:34:52 +00:00
harishd%netscape.com
2863e449d8
67426 - Fixing up a regression caused when fixing bug 54453.
...
r=heikki
2001-02-02 22:07:38 +00:00
rbs%maths.uq.edu.au
e515c1db7c
Keep things uniform by letting these frames fill the bounding metrics for the caller
2001-02-02 21:31:23 +00:00
rbs%maths.uq.edu.au
9222027a34
Keep things uniform by letting these frames fill the bounding metrics for the caller. Enabled operators that need to be centered around the axis for fonts that are not math-aware
2001-02-02 21:29:21 +00:00
rbs%maths.uq.edu.au
3f64a02332
Added a flag for operators that need to be centered around the axis
2001-02-02 21:25:07 +00:00
attinasi%netscape.com
248ec2e977
Floated list items are now handled correctly. b=32200, r=buster sr=waterson
2001-02-02 21:17:01 +00:00
attinasi%netscape.com
26938418e4
Leave floated list-items as display:list-item. b=32200, r=buster sr=waterson
2001-02-02 21:16:00 +00:00
kin%netscape.com
667694cf0f
Backing out part of fix for bug #67007 that cause bug #67408 . (Can't type newlines in textareas)
...
a=leaf
2001-02-02 16:32:27 +00:00
mkaply%us.ibm.com
faa1cf241f
Fix FreeBSD bustage
2001-02-02 16:07:50 +00:00
dbaron%fas.harvard.edu
4e17defc99
Fix HPUX bustage. Declaration within class definition shouldn't include class name.
2001-02-02 15:31:03 +00:00
mkaply%us.ibm.com
0f0b7e0a59
Attempt to fix senna REQUIRES bustage
2001-02-02 15:10:30 +00:00
rbs%maths.uq.edu.au
7d1749bc4f
[not part of default build] Undo unintended changes, they were not meant for the TB tree
2001-02-02 14:43:36 +00:00
rbs%maths.uq.edu.au
578283cd0f
[not part of default build] Removed debug flag that shouldn't have been left, and corrected some invariants
2001-02-02 14:27:38 +00:00
rbs%maths.uq.edu.au
6221acb135
[not part of default build] Removed debug flag that shouldn't have been left, and corrected some invariants
2001-02-02 14:27:16 +00:00
rbs%maths.uq.edu.au
383f18bd00
[not part of default build] Removed debug flag that shouldn't have been left, and corrected some invariants
2001-02-02 14:25:44 +00:00
rbs%maths.uq.edu.au
7ee87ba289
[not part of default build] Set the namespace properly
2001-02-02 14:01:59 +00:00
Peter.VanderBeken%pandora.be
a69ad12186
[not part of the build] ... and should use srcdir.
2001-02-02 11:46:41 +00:00
hyatt%netscape.com
d663791128
Checking in some sample interfaces. Not part of build.
2001-02-02 11:42:40 +00:00
hyatt%netscape.com
e2e552c8c4
Checking in some sample interfaces. Not part of build.
2001-02-02 11:33:15 +00:00
jst%netscape.com
15cb2acddd
Fixing bug 64755. Moving code around to make plugins instantiated from an <object> tag be scriptable. r=pollmann@netscape.com, sr=hyatt@netscape.com
2001-02-02 11:31:08 +00:00
hyatt%netscape.com
d3f443c44a
Checking in some sample interfaces. Not part of build.
2001-02-02 11:29:48 +00:00
hyatt%netscape.com
61e13c2fdc
Checking in some sample interfaces. Not part of build.
2001-02-02 11:25:11 +00:00
Peter.VanderBeken%pandora.be
4031603ccb
[not part of the build] Should use unix path-separators.
2001-02-02 11:15:27 +00:00
rbs%maths.uq.edu.au
9dd0a41319
[not part of default build] Set the namespace properly
2001-02-02 09:52:22 +00:00
rbs%maths.uq.edu.au
c848becc47
Remove obsolete file
2001-02-02 09:47:24 +00:00
rbs%maths.uq.edu.au
f07af5116f
[not part of default build] MathFont Property Files. The Operator Dictionary and stretchy characters can now be described in external extensible lists - Another pass will be needed to remove the PUA codes and switch to the recently approved Unicode points of MathML characters
2001-02-02 09:41:27 +00:00
rbs%maths.uq.edu.au
24f525c998
[not part of default build] Removed the static ctors and the hard-coding of the mutable characters. These characters and their attributes are now described in external extensible sets of MathFont property files
2001-02-02 09:40:53 +00:00
rbs%maths.uq.edu.au
e9d5a79b4c
[not part of default build] Recover from API changes and improve the position of the index in mroot to eliminate the risk of collision with the sqrt symbol
2001-02-02 09:39:18 +00:00
rbs%maths.uq.edu.au
8d1bd63735
[not part of default build] Recover from API changes and update the compression flag to match TeX
2001-02-02 09:38:48 +00:00
rbs%maths.uq.edu.au
c02cea1786
[not part of default build] Merged my tree with Shyjan changes, enabling the italic correction, the inter-frame spacing, and the support for moveablimits. Updated the returned bounding metrics to keep the bounding boxes aligned in the visual debug mode
2001-02-02 09:37:14 +00:00
rbs%maths.uq.edu.au
a0327e35a2
[not part of default build] API changes
2001-02-02 09:35:28 +00:00
rbs%maths.uq.edu.au
6e4ac63fa5
[not part of default build] Operator Dictionary - reworked the code to use a hashtable instead of an AVL tree. Allowed lazy population of the dictionary from the MathFont property file. Added helper methods so that nsMathMLChar can now query the dictionary for attributes of stretchy operators instead of keeping its own separate data
2001-02-02 09:34:15 +00:00
rbs%maths.uq.edu.au
a8bc44f074
[not part of default build] Added atoms for the 'types' of MathML frames
2001-02-02 09:33:38 +00:00
rods%netscape.com
b71790af51
Added UI for printing selectd frame
...
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
sfraser%netscape.com
cc7e34132c
Add nsXBLInsertionPoint.cpp for hyatt
2001-02-02 02:08:37 +00:00
hyatt%netscape.com
c87fc4c388
Fix linux bustage.
2001-02-02 02:05:57 +00:00
jst%netscape.com
41c0bd2ce3
Fixing bug 53860. Making inputElement.getAttribute('checked') return the value 'checked' if the attribute was ever set. r=pollmann@netscape.com, sr=rpotts@netscape.com
2001-02-02 01:34:57 +00:00
hyatt%netscape.com
7ebda9aa1c
Checking in new files (r=ben, sr=brendan).
2001-02-02 01:14:07 +00:00
hyatt%netscape.com
45c08e6635
Fix for 55292, r=ben, sr=brendan
2001-02-02 00:54:47 +00:00
anthonyd%netscape.com
e6a453fa48
bug fix for 67007, user tags being consumed
...
r=akkana
sr=harishd
2001-02-01 23:57:24 +00:00
rods%netscape.com
d1fc884b89
makes optgroups so they you can't click on them and it fixes the focus issue.
...
Bug 63006 r=kmcclusk sr=buster
2001-02-01 22:45:32 +00:00
dcone%netscape.com
12c55eaaf1
Took out bad #ifdefs.. added newline for warnings
2001-02-01 21:44:18 +00:00
disttsc%bart.nl
d1282d3594
Fix "No newline at end of file" which causes bustage on some platforms. r=bryner
2001-02-01 21:37:05 +00:00
dcone%netscape.com
d630ea8cb3
Fixed a define problem
2001-02-01 21:30:14 +00:00
harishd%netscape.com
59e1414dad
54453 - Killing an annoying assertion.
...
r=heikki
2001-02-01 21:04:48 +00:00
dcone%netscape.com
d61654b75e
Added routines for finding the currently selected frame. sr=buster. r=peterl
2001-02-01 20:49:10 +00:00
rods%netscape.com
e28a3fcc73
focus rects should now be hidden
...
r=pollmann sr=buster
2001-02-01 12:24:35 +00:00
kmcclusk%netscape.com
03143956d6
Removed unused code in view module. bug 62675 sr=roc+moz r=rods@netscape.com
2001-02-01 06:00:02 +00:00
karnaze%netscape.com
db74b1ba8a
more peformance work on test case of bug 60494. Removed redundant calls to recompute colspan widths. Added more debug reflow timing code. r=peterl.
2001-02-01 02:29:14 +00:00
karnaze%netscape.com
98781a0f2c
mispelled #ifdef DEBUG
2001-02-01 02:26:26 +00:00
waterson%netscape.com
341036f871
Bug 67125. If the hint fails, start over to avoid problems when hint is an out-of-flow frame. r=attinasi, sr=buster
2001-01-31 23:20:39 +00:00
kin%netscape.com
393f351056
Fix for bug #65857 : Trailing whitespaces confuse form field value
...
Modified SetTextControlFrameState() to use GetTextControlFrameState() when
comparing the current value.
r=akkana@netscape.com sr=sfraser@netscape.com
2001-01-31 21:00:43 +00:00
sfraser%netscape.com
66ee4f9b30
Fix the modifier for the cmd_cut binding, bug 67113. r=jag, akkana, sr=hyatt
2001-01-31 20:08:13 +00:00
gagan%netscape.com
79713bc4c2
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
karnaze%netscape.com
24c618018a
bug 65750 - fix error with negative numerator in colspan calculations. sr=none, r=bernd.mielke.snafu.de.
2001-01-30 05:00:44 +00:00
mkaply%us.ibm.com
2650fd00d4
#60160
...
r=blake, sr=alecf
Remove Win32 specific code for system colors - make it XP using nsLookAndFeel
2001-01-30 04:41:49 +00:00
jst%netscape.com
6428a91973
Fixing bug 44615. Making the default value of radio buttons be "on" to match older browsers. r=rods@netscape.com&heikki@netscape.com, sr=brendan@mozilla.org.
2001-01-30 04:22:24 +00:00
dbaron%fas.harvard.edu
6269a933a7
Add lwbrk to REQUIRES to fix MOZ_TRACK_MODULE_DEPS bustage.
2001-01-30 01:52:15 +00:00
dbaron%fas.harvard.edu
66dccc5cf8
Add lwbrk to REQUIRES to fix MOZ_TRACK_MODULE_DEPS bustage.
2001-01-30 01:27:47 +00:00
disttsc%bart.nl
08b5e422c9
Fix mac bustage.
2001-01-30 00:23:02 +00:00
disttsc%bart.nl
073b4ab711
Update REQUIRES to fix bustage.
2001-01-30 00:17:27 +00:00
disttsc%bart.nl
f316491b83
Clean-up of nsDocument.(h|cpp), r=jst, sr=vidur
2001-01-29 23:17:55 +00:00
jfrancis%netscape.com
fb60392b41
bug 66290: embedding work: refactor editor to allow smaller plaintext only library. Embedding clients may be interested inthis library if they want to embed a browser but not composer/mail-compose. Reduces library footprint for plaintext-only library by over 50% on all three platforms. r=fm; sr=kin
2001-01-28 20:13:07 +00:00
dbaron%fas.harvard.edu
4745f05247
Checking back in change (rev. 3.410) that was mistakenly backed out (in rev. 3.411):
...
bug 13553 (Table doesn't render properly)
patch submitted by bernd.mielke@snafu.de
r=waterson
sr=buster
2001-01-28 17:00:19 +00:00
saari%netscape.com
9263159608
fix for crashing plugin problem 65687, r=pinkerton, sr=waterson
2001-01-28 01:36:21 +00:00
saari%netscape.com
bac0fcbdb5
fix for 656687, plugins don't scroll. r=bnesse, sr=waterson
2001-01-28 00:37:48 +00:00
dbaron%fas.harvard.edu
6a1cef6f9a
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu
1e046d05c0
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
99666eed8c
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
attinasi%netscape.com
73fc7b1a0d
Performance fix: moves content-specific queries out of SelectorMatches to reduce number of times called in rule matching. b= 53620 r=dbaron sr=waterson
2001-01-27 05:48:41 +00:00
hyatt%netscape.com
61e8d2ad00
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
karnaze%netscape.com
ec9c9c744a
new regression tests not affecting the build.
2001-01-26 23:47:57 +00:00
karnaze%netscape.com
a1ab46bb0e
bug 34176 - correct fixed table layout over allocated cols. sr=waterson, r=karnaze.
2001-01-26 23:44:59 +00:00
karnaze%netscape.com
deaf6f4d1d
bug 62502 - null pointer check. sr=waterson, r=karnaze.
2001-01-26 23:40:36 +00:00
locka%iol.ie
3131997624
Changed docshell so it turns the mouse pointer "busy" in the associated window while it is loading a document. Removed the hack in the navigator chrome that used the throbber status to set the busy pointer. b=30375 sr=rpotts@netscape.com
2001-01-26 12:35:32 +00:00
karnaze%netscape.com
047535aae4
bug 56201 - don't allow a cell to return a desired width bigger than the avail width in a fixed layout table. sr=buster, r=peterl.
2001-01-25 22:57:53 +00:00
harishd%netscape.com
0b29f035c9
Removed CNavDTD dependency.
...
r=jst
sr=vidur
2001-01-25 19:33:57 +00:00
karnaze%netscape.com
4f29d13fa1
bug 65372 - allow rows to be inserted after an over specified row span. sr=buster, r=attinasi.
2001-01-25 16:02:14 +00:00
karnaze%netscape.com
e105667e95
bug 60494 - only request the max width of the innner table if it is requested of the outer table. sr=buster, r=peterl.
2001-01-25 16:00:59 +00:00
karnaze%netscape.com
7b4e160ba2
forgot the #ifdef DEBUG around mDebugHook.
2001-01-25 15:57:46 +00:00
karnaze%netscape.com
623b6521ad
better table reflow debugging including support for elapsed time. sr=buster.
2001-01-25 15:55:51 +00:00
dbaron%fas.harvard.edu
b4301cc0a7
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
dbaron%fas.harvard.edu
36c966b9e9
Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil
2001-01-25 03:23:19 +00:00
mcafee%netscape.com
7ecf530933
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
ee79b12867
always absolutize urls in html copy encoder (doing the right thing is covered in bug #32768 )
2001-01-24 14:59:57 +00:00
ben%netscape.com
861dde5546
Fix for bug 65108, incorrect positioning of menupopups when menulist/menu as child of
...
deck page. r=pinkerton@netscape.com , a=hyatt@netscape.com
2001-01-24 08:38:09 +00:00
dr%netscape.com
1dbdc070e6
fix for 65897 (fixes annoying warning in nsIStyleSet.h) r=saari, sr=waterson
2001-01-24 01:36:03 +00:00
darin%netscape.com
6a7567992b
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
jst%netscape.com
91b8195823
Fixing bug 57772. Hooking document.getSelection() into window.getSelection().toString() which does the right thing (i.e. doesn't produce pretty printed text). r=heikk@netscape.com, sr=rpotts@netscape.com
2001-01-23 07:45:08 +00:00
jst%netscape.com
88fbf3f6f2
Fixing bug 47733. Making document.implementation.createDocument() set up the root element in the document correctly so that it's parent and owner document is the document that it's in. r=heikki@netscape.com, sr=rpotts@netscape.com
2001-01-23 07:42:20 +00:00
pinkerton%netscape.com
1e64805e30
Fixes a leak where an object registered to listen to multiple IID's
...
wouldn't get released until the manager shut down. Now gets released
when the last IID listened to is removed. r=danm,a=hyatt.
2001-01-23 03:10:25 +00:00
jst%netscape.com
5407409933
Checking in rods@netscape.com's patch for bug 60049. The implementation of document.clear() in mozilla was incorrectly clearing the whole document, the same method in NS 4.x and IE seem to do nothing so with this patch document.clear() is a nop. r=jst@netscape.com, sr=vidur@netscape.com
2001-01-23 02:20:33 +00:00
vidur%netscape.com
6962d4a540
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
buster%netscape.com
86dd5878d5
bug 13553 (Table doesn't render properly)
...
patch submitted by bernd.mielke@snafu.de
r=waterson
sr=buster
2001-01-22 22:10:05 +00:00
blakeross%telocity.com
a3fe5e9a95
Fix 66135: use option, not command, for moving to and selecting previous/next word on mac. r=timeless sr=sfraser
2001-01-22 20:34:04 +00:00
pinkerton%netscape.com
69e772b8e3
uninitialized event result causing havoc on mac opt builds. Setting it to something reasonable up front fixes form submission. r=timeless,a=ben.
2001-01-22 08:34:23 +00:00
jst%netscape.com
6d379787a0
Removing unused variable.
2001-01-22 06:38:19 +00:00
hewitt%netscape.com
b061c11ad1
52381 - DOM selectorText implementation, r=attinasi/jst, sr=waterson
2001-01-22 04:03:48 +00:00
dbaron%fas.harvard.edu
f5f5c843d9
Adding regression test for bug 4519. (Not part of build.)
2001-01-21 21:49:36 +00:00
dbaron%fas.harvard.edu
2eba8c75e9
Fix SVG bustage from pierre's checkin.
2001-01-21 00:03:07 +00:00
dbaron%fas.harvard.edu
051c73d3ee
Fix MathML bustage from pierre's checkin.
2001-01-20 23:57:38 +00:00
pierre%netscape.com
bda1df7356
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
60e1cb503e
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
2001-01-20 22:50:28 +00:00
pierre%netscape.com
62bf433a35
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
2001-01-20 22:46:54 +00:00
kmcclusk%netscape.com
5ae11d815b
Defer invalidates using PL_event so they can be combined with reflow invalidates. This improves performances by reducing the number of paint messages and eliminates flicker bug 36849 sr=roc+moz@cs.cmu.edu r=rods@netscape.com
2001-01-20 04:59:39 +00:00
jst%netscape.com
ca95f73574
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
mkaply%us.ibm.com
038994cfff
HP-UX breakage
...
I'm just commenting out the delete of mPath for now since it can never be allocated
2001-01-19 05:40:03 +00:00
saari%netscape.com
415d201213
Fix for 54406, tabbing through links with multiple frames doesn't work. r=byrner, sr=waterson
2001-01-19 01:28:27 +00:00
mkaply%us.ibm.com
0cddd31ff7
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
cls%seawood.org
4adbaa04b7
Split conditional into if/then statements. Fixes AIX tinderbox bustage.
...
Thanks to Jim Dunn <jdunn@netscape.com> for the patch. r=rbs
2001-01-18 06:44:50 +00:00
bryner%uiuc.edu
35b59d3e00
Fixing unix build bustage. r=blizzard.
2001-01-17 22:16:09 +00:00
saari%netscape.com
96e9de534c
Fix for 65134, 60712, 65129 r=av, sr=buster Fixing plugin key event handling
2001-01-17 20:04:09 +00:00
buster%netscape.com
ac529c9c80
ok, now I think I've got the syntax correct
2001-01-16 23:30:16 +00:00
buster%netscape.com
0244d7d3f8
another try at working out the darn nsCOMPtr comparison for Linux
2001-01-16 23:23:02 +00:00
buster%netscape.com
03e943f0ab
stupid friggin' .get() nsCOMPtr incompatibility on linux
2001-01-16 22:54:52 +00:00
buster%netscape.com
6a93e50850
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
blakeross%telocity.com
c72ba88ee8
Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard
2001-01-16 01:27:20 +00:00
karnaze%netscape.com
44aae66c2f
bug 63445 - initialized array of float values. r=attinasi.
2001-01-13 00:26:01 +00:00
karnaze%netscape.com
682decd46d
new regression tests, not affecting the build.
2001-01-12 23:27:33 +00:00
karnaze%netscape.com
84a6a94d17
bug 46623 - allocate proportional and auto cols together when balancing columns. (sr=buster, r=peterl)
...
allow columns (due to colspan) containing no originating cols at the end of the table to exist
2001-01-12 23:07:54 +00:00
attinasi%netscape.com
5fc0219a0b
Floated images now have a 3px margin in Quirks mode: b=58899 r=hixie, sr=buster
2001-01-12 20:11:32 +00:00
bratell%lysator.liu.se
76de73b0fc
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
bnesse%netscape.com
dace2d2333
Fix for Mac plugin positioning problems. Bug 59620. r = peterlubczynski, sr = buster.
2001-01-11 23:56:35 +00:00
karnaze%netscape.com
bbca42725d
removed assertion added during fix for bug 57828.
2001-01-11 23:22:44 +00:00
karnaze%netscape.com
03bd50cb8d
bug 57828 - better handling of nowrap in table cell. sr=buster, r=attinasi.
2001-01-11 23:03:37 +00:00