hyatt%netscape.com
8cefb82095
Fix for 93626. r=aegis, sr=ben
2001-08-05 18:36:09 +00:00
bzbarsky%mit.edu
a353a4e9a0
Making import rules implement the nsIDOMCSSImportRule interface. Bug 90290, r=pierre, sr=jst
2001-08-04 21:19:53 +00:00
hewitt%netscape.com
3203d18be2
93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt
2001-08-04 06:21:59 +00:00
dbaron%fas.harvard.edu
7ae28c26a1
Fix crash bug 93270 by ensuring that the nsHTMLStyleSheetImpl always has a non-null mDocumentColorRule and mTableTHRule. r=pierre sr=hyatt
2001-08-04 02:43:05 +00:00
harishd%netscape.com
a51389e84f
91320 - Removed unused files from htmlparser module and created a public directory.
...
r= heikki
sr=vidur
2001-08-03 21:15:15 +00:00
dbaron%fas.harvard.edu
9c05bd6202
Remove bogus assertion I put in that gets triggered by XSLT code. r=waterson sr=hyatt b=93414
2001-08-03 21:11:14 +00:00
pavlov%netscape.com
6c8b46593e
adding a GetImageRequest method to allow access to the image stuff. r=valeski sr=waterson
2001-08-03 21:11:03 +00:00
waterson%netscape.com
ecbcce00ce
Bug 92190. Add anonymous children to nsIContent::List() output, add gdb-callable routines for listing frame and content trees. r=hyatt, sr=jst
2001-08-03 07:34:28 +00:00
waterson%netscape.com
e13d9d68f5
Bug 92977. Remove redundant |MoveViewTo()| call. sr=attinasi.
2001-08-03 07:18:35 +00:00
waterson%netscape.com
af3b6c643d
Bug 70258. A XUL document has a different root frame hierarchy than an HTML document, and |ReconstructDocElementHierarchy()| needs to deal. Specifically, for a XUL document, it must remove the GfxScroll from the RootBoxFrame; in an HTML document, it must remove the Area from the Canvas frame. r=bryner, sr=hyatt.
2001-08-03 07:15:06 +00:00
dbaron%fas.harvard.edu
b9e6d2fd12
Fix leak bug 87040 (and related assertions) by noting that nsImageBoxFrame is a leaf so we shouldn't try to give it children that get dropped on the floor and leak other things that they own. r=waterson, pavlov sr=hyatt
2001-08-03 02:41:34 +00:00
bnesse%netscape.com
7a05d18145
Fix for bug 93305. Remove unnecessary prefs code. r=dbaron, sr=attinasi.
2001-08-02 20:48:04 +00:00
glazman%netscape.com
145fd781e4
BodyFixupRule was not updated nor recreated in case of stylesheet disabling; b=88681; r=pierre,hyatt; sr=attinasi
2001-08-02 14:34:55 +00:00
bratell%lysator.liu.se
d391c71616
Bug 91669 - use AppendInt instead of sprintf to convert from number to nsString. r=dbaron, sr=attinasi
2001-08-02 12:12:53 +00:00
hyatt%netscape.com
e1abe2c919
Fix for 71471. r=blake, sr=hewitt
2001-08-02 00:09:27 +00:00
peterlubczynski%netscape.com
bd1f73175a
Move code for showing content viewer out of object frame, part of bug 93105 r=av sr=waterson
2001-08-02 00:03:29 +00:00
dbaron%fas.harvard.edu
4b184bd62c
Fix smoketest blocker 93105 by checking whether we've been destroyed before continuing. Thanks to help from waterson and peterlubczynski. r=waterson
2001-08-01 18:31:52 +00:00
glazman%netscape.com
9355372000
backing out fix for 88681 due to merge conflicts
2001-08-01 14:53:15 +00:00
glazman%netscape.com
47a195eda3
BodyFixupRule was not updated nor recreated in case of stylesheet disabling; b=88681; r=pierre,hyatt; sr=attinasi
2001-08-01 14:38:30 +00:00
hyatt%netscape.com
83c6db5ccf
Fix for table color quirk bug. r=dbaron, sr=attinasi
2001-08-01 07:51:27 +00:00
waterson%netscape.com
4cc8c3da8d
Bug 79486. Make sure that |MoveChildrenTo()| correctly updates the NS_FRAME_HAS_CHILD_WITH_VIEW flag when moving child frames into the new {ib} split frames. r=dbaron, sr=attinasi.
2001-08-01 04:37:17 +00:00
dbaron%fas.harvard.edu
5c0b6349e6
Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into new Destroy method so it happens at the end of paint suppression. Also clean up nsDocumentViewer.cpp a bit. b=80203,89626 r=hyatt sr=waterson
2001-08-01 03:15:50 +00:00
dbaron%fas.harvard.edu
fb0cc1ea35
Clean up if-else cascade by condensing into one big logical expression. Based on patch by Ulrich Drepper <drepper@cygnus.com>. r=jag sr=waterson b=89791
2001-08-01 03:09:59 +00:00
dbaron%fas.harvard.edu
3d51f4ce1a
Split nsHTMLReflowMetrics into a separate file (nsHTMLReflowMetrics.h rather than nsIFrame.h). b=64023 r,sr in {waterson, attinasi}
2001-08-01 01:27:50 +00:00
brendan%mozilla.org
dbd7fed5b1
FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver.
2001-07-31 19:05:34 +00:00
sspitzer%netscape.com
1b490992a4
fix for #92191 . crash in subscribe dialog (which uses outliner).
...
r=hwaara, sr=hyatt, a=dbaron for 0.9.3
2001-07-27 21:37:27 +00:00
waterson%netscape.com
efeb2c9d9b
Removed; just run rtest.sh in layout/html/tests/block and it will run all regression tests.
2001-07-26 23:38:03 +00:00
waterson%netscape.com
4c0f39132f
Add XBL and table printing tests. Not part of the build.
2001-07-26 22:38:08 +00:00
dbaron%fas.harvard.edu
0ab924e19b
Backing out changes for 80203 and 89626 to fix blocker 92325 and probably also blocker 92443.
2001-07-26 20:53:21 +00:00
hyatt%netscape.com
1af0ead728
Adding XBL regression tests. Not part of build.
2001-07-25 21:25:42 +00:00
jaggernaut%netscape.com
1f53b56d68
Fix senna bustage. Add "docshell" to REQUIRES.
2001-07-25 08:01:49 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
blakeross%telocity.com
b152f080d7
Trunk/M092 topcrash @ nsMenuFrame::ActivateMenu, and a slew of dnd fixes (90151). r=dean sr=ben
2001-07-25 06:51:49 +00:00
hyatt%netscape.com
84f1ff48ed
Fix for 90081, r=dbaron, sr=attinasi
2001-07-25 06:33:06 +00:00
dbaron%fas.harvard.edu
ff52e9e58d
Use nsAutoVoidArray for stack-based nsLineLayout to reduce allocations. r=jag sr=waterson b=90727
2001-07-25 05:20:09 +00:00
dbaron%fas.harvard.edu
b4ea38686f
Remove |#ifdef|s around |#include|s since they're a recipe for build bustage (see the portability guidelines). b=91237 r=jag sr=waterson
2001-07-25 05:16:32 +00:00
dbaron%fas.harvard.edu
e80523e577
Fix imagemap COORDS parsing function to handle whitespace correctly, which coincidentally fixes a crash that I don't understand. b=91432 r=jag sr=waterson
2001-07-25 05:14:18 +00:00
dbaron%fas.harvard.edu
5948e0ab2d
Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into EndObservingDocument so it happens at the end of paint suppression. b=80203,89626 r=hyatt sr=waterson
2001-07-25 04:30:59 +00:00
mstoltz%netscape.com
3fdcdf0af1
Checking in bug 79898 for jesse@netscape.com
...
r=pink, akkana, sr=blake
2001-07-25 02:37:11 +00:00
shanjian%netscape.com
f44e81b6c1
#41461
...
This checkin correct a minor leftout in previous checkin.
r=rbs@math.uq.edu.au sr=attinasi
2001-07-24 22:48:54 +00:00
av%netscape.com
2687f126fc
Fix for bug 90152 -- corrected logic for displaying an alt content of the object tag, r=peterl, sr=watercon
2001-07-24 22:45:14 +00:00
shanjian%netscape.com
0f3690298d
#41461 Japanese is not wrapped in correct position compared with ascii.
...
r/sr = attinasi
We should use document langGroup to load font and check width. Locale langGroup will not work well.
2001-07-24 21:45:45 +00:00
waterson%netscape.com
8bba789e83
Bug 90205. Rather than recreating the {ib} frames for a style-change reflow, retarget the reflow at the {ib}'s containing block. Clean up logic in ReframeContainingBlock(). r=karnaze, sr=attinasi
2001-07-24 20:24:15 +00:00
dcone%netscape.com
51d15da933
b=91321 r=peterl sr=attinasi. Moved margins in by .25 inches.
2001-07-24 13:53:52 +00:00
dcone%netscape.com
4178200414
b=91678 r/sr=waterson & attinasi. Changed stylereflow to a resizereflow. Fixed missing lines in printing
2001-07-23 23:55:38 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
waterson%netscape.com
810f67dd7a
Bug 91478. Don't incorporate mFlags when computing difference between two fonts. r=attinasi, sr=hyatt.
2001-07-22 22:49:52 +00:00
pollmann%netscape.com
99e0a68ba1
Bug 91712: Don't assume filenames have . in them when getting content type for file inputs. Thanks jst, vidur, and av for helping resolve all the subtle edge cases here... r=vidur@netscape.com, sr=jst@netscape.com
2001-07-21 04:10:04 +00:00
jgaunt%netscape.com
52a631c3bc
bug 90182 fixing accessible support for html selects
...
r=aaronl@netscape.com
sr=waterson@netscape.com
2001-07-20 22:17:31 +00:00
attinasi%netscape.com
bc33aac05b
Fix for a problem where the dummyLayoutRequest was being removed during incremental layout and thus causing some terrible crashes. See the bug for the gory details. b=90733 sr=waterson r=nisheeth
2001-07-20 00:44:15 +00:00
mjudge%netscape.com
9d539a0e0f
82993, 87662 fixes for caret going into generated content. adjusting the content snapping to the best X value not Y value for up/down clicking. This will not cause a problem with the different size text but it MAY cause a problem with inline positioned elements.
2001-07-19 23:32:07 +00:00
hyatt%netscape.com
cbfec5d9f3
Backing out 90081 fix until I understand why opt builds only crash.
2001-07-19 19:43:51 +00:00
simon%softel.co.il
4a71690e4f
Move the IBMBIDI code in nsCaret.cpp to fix a crash when backspacing in a form with dir=rtl. Bug 89964, r=ftang, sr=kin.
2001-07-19 06:56:46 +00:00
dbaron%fas.harvard.edu
fc01a17366
Make the width of floats with |width: auto| depend only on the width of the containing block and the contents of the float and not on the available space. Remove the loop calling ReflowFloater at different positions that is no longer needed, and remove the caching of the max element size for that loop that was not being invalidated correctly between reflows. Fix handling of margin, border, and padding for computation of available width for |width: auto| floaters. r=attinasi sr=waterson b= 85876, 82314, 82315, 85216, 85874, 86746
2001-07-19 02:33:43 +00:00
tor%cs.brown.edu
294c0e264c
Bug 90985 - add pref to control scrollbar snap region size and disable
...
snapping behavior by default on unix. r=dean_tessman, sr=blake
2001-07-18 23:19:42 +00:00
hyatt%netscape.com
1f794f1074
Fix for 90081, r/sr=waterson,attinasi
2001-07-18 22:48:35 +00:00
waterson%netscape.com
4ae03235e4
Bug 87860. Use GetElementsByTagNameNS() to pick up explicitly qualified tags. r=dbaron, sr=hyatt
2001-07-18 22:44:51 +00:00
pollmann%netscape.com
fc05e4b02f
Bug 65947: Don't save password input values in session history. This resolves a potential security hole where, even after logging out of a web service, a malicious user can click back to the login page and log in without knowing the password. r=gagan@netscape.com, sr=vidur@netscape.com
2001-07-18 21:50:16 +00:00
dcone%netscape.com
8996f25951
bug = 82573, make sure the mMargin is initialized. r=attinasi sr=peterl
2001-07-18 20:57:10 +00:00
bzbarsky%mit.edu
49bedf870c
Make CSSParserImpl::ParseAndAppendDeclaration keep parsing even when it
...
encounters an error. Bug 88421, r=pierre, sr=attinasi
2001-07-18 19:43:39 +00:00
pollmann%netscape.com
e14232c54a
Bug 43410: Correct z-index ordering of iframes. Passing in initdata that tells the widget it needs to clip sibling and child widgets prevents overlapping iframes from painting on top of one another. Fix includes work by beard@netscape.com. r=beard@netscape.com,self sr=jst@netscape.com
2001-07-18 08:23:57 +00:00
jst%netscape.com
88d48dc0c5
Removing use of obsolete macros for defining lists of interfaces used by the DOM classinfo code. r=pollmann@netscape.com, rs=vidur@netscape.com
2001-07-18 07:48:12 +00:00
bernd.mielke%snafu.de
4f55b752cf
reflow count manager messages confuse layout regress. tests bug 90696
...
r=karnaze sr=attinasi
2001-07-18 04:29:14 +00:00
attinasi%netscape.com
2f718a0c5f
Misplaced #endif - fixed for opt builds
2001-07-17 22:02:11 +00:00
attinasi%netscape.com
91593a2f9f
Checkin for alexsavulov@netscape.com: b=80396 r=rbs sr=attinasi new debug method added to dump frames
2001-07-17 21:30:17 +00:00
attinasi%netscape.com
fddb052315
Checking in for alexsavulov@netscape.com: added debug method to allow dumping of all frames from anyplace in the code. r=rbs@maths.uq.edu.au sr=attinasi@netscape.com b=80396
2001-07-17 21:29:08 +00:00
attinasi%netscape.com
0db13043db
Fixed crash due to blind-cast of frame to rowFrame by checking the frame type first. r=karnaze sr=waterson b=88849
2001-07-17 20:27:01 +00:00
rpotts%netscape.com
c111544a91
bug #84749 . (r=nisheeth, sr=jst). Document unload() events fired *after* the current URI had been changed - this allowed JS to track where the user was going next...
2001-07-17 20:17:38 +00:00
attinasi%netscape.com
33c1722127
Fixed regression (bug 90503) by restricting the full-view invalidate to the case where the height has decreased (instead of just changed). r=karnaze, sr=waterson b=86852
2001-07-17 19:35:23 +00:00
pavlov%netscape.com
8aaaf796a4
part of bug 78690. r=bryner sr=jst
2001-07-17 01:14:40 +00:00
pinkerton%netscape.com
54d51fa4b8
nullcheck document to prevent crash when there isn't a document. r=saari/sr=hyatt. bug#89373
2001-07-16 22:15:29 +00:00
dbaron%fas.harvard.edu
c14a4b7581
Replace the mMediumCascadeTable nsHashtable with a linked list of rule cascades since searching a linked list of at most two elements (and usually just one) is *much* faster than doing a hashtable lookup. r=waterson sr=attinasi b=90791
2001-07-16 20:59:28 +00:00
bernd.mielke%snafu.de
fe2ba5b751
bug 45486 fixing percent colspans iterate over from the inner to the outer colspan
...
cleanup in header files, some documentation, removing cruft
bug 55694 use reflowstate.availwidth if is usefull
r=karnaze sr=attinasi
2001-07-16 19:15:01 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
blakeross%telocity.com
4c80f9f24f
nsTextBoxFrame's crop=middle is inverse of what is desired (50833). Patch by Dean Tessman <dean_tessman@hotmail.com> r=pink, simon@softel.co.il sr=blake
2001-07-15 00:10:10 +00:00
blakeross%telocity.com
1aa9514540
Dragging thumb away from scrollbar should cancel scrolling (22175). Patch by Dean Tessman <dean_tessman@hotmail.com>. r=timeless sr=blake
2001-07-15 00:05:20 +00:00
peterlubczynski%netscape.com
5c0a9158c3
Fix for Shockwave games not working bug 90173 r=av sr=attinasi
2001-07-14 01:36:45 +00:00
karnaze%netscape.com
7e4eace0e9
bug 89116 - rebalance table on cell incremental reflow when maximum width changes. sr=attinasi, r=alexsavulov.
2001-07-13 23:49:30 +00:00
dcone%netscape.com
ed1efd202b
b=88343 r=peterl sr=karnaze Fix a crash when the user goes back to a page with a listbox.
2001-07-13 19:51:59 +00:00
kin%netscape.com
907212d677
Fixes from kin@netscape.com and brade@netscape.com
...
for bug #86450 : pasting plaintext into text area loses significant whitespace
content/base/src/nsDocumentEncoder.cpp
- Look for -moz-pre-wrap in the correct attribute ("style").
editor/base/nsHTMLDataTransfer.cpp
editor/base/nsPlaintextDataTransfer.cpp
- Set the correct mime-type on the encoder and transfer data.
- Pass correct init flags to encoder.
layout/base/src/nsCopySupport.cpp
layout/base/src/nsCopySupport.h:
- Added IsPlainTextContext() method.
- Modified HTMLCopy() to pass correct init flags and
mime-type to the encoder during plaintext copy.
r=kin@netscape.com ,brade@netscape.com sr=sfraser@netscape.com
2001-07-13 13:38:10 +00:00
bernd.mielke%snafu.de
6fcb747ea2
nsTableFrame code cleanup bug 89747 r =karnaze sr=attinasi
2001-07-13 05:53:09 +00:00
dbaron%fas.harvard.edu
e80f5a5eef
Changing vertical alignment of some form controls from 'bottom' to 'text-bottom', which is a good thing in itself but also fixes one of the many conditions needed to trigger bug 78066. b=87981 r=attinasi sr=waterson
2001-07-13 05:19:34 +00:00
jst%netscape.com
53fe4bfab6
Fixing bug 66022, recurse to death if image attributes are touched from an images onload handler when the image is loaded from the cache. r=pavlov@netscape.com, sr=attinasi@netscape.com
2001-07-11 05:44:12 +00:00
peterlubczynski%netscape.com
97b11ed421
Only flush the font cache and don't do a reframe for font.internaluseonly.changed
...
Fix for 3D Groove not working on Win32, bug 89493, patch by attinasi r=peterl sr=waterson
2001-07-11 03:44:35 +00:00
bnesse%netscape.com
345a818aba
Fix for bug 85231. Free nsTimer in PluginInstance to eliminate MLK and crash caused by it. r=av, peterl. sr=scc.
2001-07-11 02:29:45 +00:00
waterson%netscape.com
bbe0d2eba4
Bug 88073. Revert changes made in r1.603 due to regression.
2001-07-11 00:48:19 +00:00
jgaunt%netscape.com
4cb288e084
bug 88509 - moving of a GetFrameType and layoutAtom from ifdef bidi land.
...
r=dbaron sr=sfraser
2001-07-10 23:57:28 +00:00
peterlubczynski%netscape.com
a3703928fc
Slightly change pluign timer interval to fix url bar on Mac bug 88936 r=bnesse sr=sfraser
2001-07-10 03:59:39 +00:00
peterlubczynski%netscape.com
7d9fc3deba
Fix for crash with garbage in nsGUIEvent bug 87112 sr=sfraser r=ccarlen
2001-07-10 02:52:50 +00:00
waterson%netscape.com
26d31464b4
Bug 90054. Remove unnecessary methods from nsIImageFrame. r=dbaron, sr=attinasi.
2001-07-10 01:30:08 +00:00
waterson%netscape.com
cdfddbfa3a
Bug 89076. Remove unneccessary methods. r=dbaron, sr=attinasi.
2001-07-09 23:33:28 +00:00
waterson%netscape.com
c68f8fe6bc
Bug 89533. Remove unused reflow command types. r=rbs, sr=attinasi
2001-07-09 22:44:07 +00:00
dcone%netscape.com
2ddd07adc9
b=86558 r=dcone sr=attinasi Set the title for the page to null so the last pages value wont be used for the string.
2001-07-09 22:43:17 +00:00
waterson%netscape.com
8c2cff7323
Bug 89101. Fieldset should always have a space manager: floaters shouldn't spill out of it. r=dbaron, sr=attinasi.
2001-07-09 22:34:58 +00:00
waterson%netscape.com
52606f50bb
Bug 89638. Combobox must convert an incremental reflow targeted at itself into a resize reflow before passing it along to its children. r=dbaron, sr=attinasi.
2001-07-09 22:32:32 +00:00
shanjian%netscape.com
49936baba8
#77394 incorrect handling of empty text nodes
...
r=waterson, sr=attinasi
2001-07-09 20:47:58 +00:00
timeless%mac.com
1fdeed80f7
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
bernd.mielke%snafu.de
3cfa9f59e4
adding some table regression tests not part of the build
2001-07-07 19:09:24 +00:00
bernd.mielke%snafu.de
1f17e0f76f
testcases for bug 46480
2001-07-06 14:38:59 +00:00
bernd.mielke%snafu.de
5c6efb8c13
Inherit color into the table elements in quirks mode
...
bug 46480 patch by fantasai@escape.com r=bernd sr=attinasi
2001-07-06 14:17:08 +00:00
leaf%mozilla.org
3299490ce8
re-removing file, sr=smfr
2001-07-05 22:42:46 +00:00
leaf%mozilla.org
908a5807e4
making this file dead again, sr=smfr
2001-07-05 22:37:27 +00:00
attinasi%netscape.com
0929067509
Fix for bad invalidation/painting when deleting lines of text at the end of a document or mail message. b=86852 r=alexsavulov sr=waterson
2001-07-05 19:26:30 +00:00
mjudge%netscape.com
0eb68dfeb6
PDT+ 88164 backing out of bad bug for keyboard navigation.
2001-07-05 19:11:32 +00:00
waterson%netscape.com
aebeaef255
Bug 87543. Add regression test. Not part of the build.
2001-07-05 17:54:15 +00:00
dcone%netscape.com
fcb8514b6f
bug=86875 took out some dead code. r=dcone sr=attinasi
2001-07-05 14:25:55 +00:00
waterson%netscape.com
123a705ccd
Bug 87543. Don't try to do arithmetic when psd->mRightEdge == NS_UNCONSTRAINEDSIZE. r=rbs, sr=attinasi
2001-07-04 06:07:14 +00:00
waterson%netscape.com
5709f7405c
Bug 85422. Since nsIContent::GetDocument() may now sometimes return a null document back-pointer due to paint suppression, be extra paraniod with a sprinkle of null-check fairy dust. r=brendan, sr=attinasi
2001-07-04 05:54:09 +00:00
dbaron%fas.harvard.edu
5c00ae3d05
Add two Korean list styles (-moz-hangul and -moz-hangul-consonant) and rename existing list-style-type values that are our extensions to use -moz- prefix. Patch from Jungshik Shin <jshin@pantheon.yale.edu>. r=dbaron sr=attinasi b=63574
2001-07-04 02:05:59 +00:00
dbaron%fas.harvard.edu
077fc4d427
Add some comments to code about issues that we should look at, remove some unused code, rename some unnecessarily-overloaded functions, fix some typos, and make a few minor style changes. b=88735 r=waterson sr=attinasi
2001-07-04 02:00:05 +00:00
blakeross%telocity.com
ccf5e5b6d8
Relying on cached text length too heavily upon retrieval (87348, needed for 37587). r=smfr sr=kin
2001-07-03 01:09:58 +00:00
jaggernaut%netscape.com
9a22bef475
Bug 70048: ``Text of modifiers on accelerators can't be localized''. Attempt #2 :-)
...
Patch by lordpixel@mac.com , jag. r=jag, lordpixel, pinkerton, sr=ben, blake.
2001-07-03 00:26:41 +00:00
attinasi%netscape.com
08bae81b8c
Added rule to indent nested DL elements. b=8749 r=liv@duke.edu sr=waterson
2001-07-02 21:04:45 +00:00
mkaply%us.ibm.com
091bad8b4b
Remove OS/2 specific stuff that isn't needed anymore
2001-07-02 03:11:22 +00:00
bernd.mielke%snafu.de
f2f47a832e
Paint table background also in quirks mode. bug 46268, patch by fantasai@escape.com
...
r=bernd sr=attinasi
2001-07-01 16:40:56 +00:00
jaggernaut%netscape.com
4f0979749d
Temporarily backing out the changes for bug 70048.
2001-06-30 16:26:23 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
jaggernaut%netscape.com
02589dd8b8
Bug 70048: ``Text of modifiers on accelerators can't be localized''.
...
Patch by lordpixel@mac.com , jag. r=jag,lordpixel, sr=ben.
2001-06-30 06:54:44 +00:00
jgaunt%netscape.com
07868cf706
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
...
r= lots, see bug
2001-06-30 00:25:09 +00:00
waterson%netscape.com
e9ee70562c
Bug 87381. Remove extra dirty reflow when BRS_ISINLINEINCRREFLOW. r=rbs, sr=attinasi.
2001-06-29 23:30:05 +00:00
waterson%netscape.com
a1374d244f
Bug 84645. Put back logic that fixes |parentFrame| for continuations. r=rbs, sr=attinasi/hyatt.
2001-06-29 23:28:13 +00:00
waterson%netscape.com
c47e29468b
Bug 87229. Replace giant switch statements with bit-ops and jump tables where appropriate. r=attinasi, sr=hyatt
2001-06-29 22:42:46 +00:00
dcone%netscape.com
8f32e6b3ba
bug 84017. Added a StyleReflow to set in the history.. because endobserving document no longer generates this needed reflow for the history/content update for text fields. r=kmcclusk@netscape.com, sr=attinasi
2001-06-29 05:42:47 +00:00
dcone%netscape.com
d3ef97497b
bug=24406. Fix printing of blank text fields.. selection criteria was wrong. r=r=kmcclusk@netscape.com sr=attinasi
2001-06-29 05:32:56 +00:00
dbaron%fas.harvard.edu
f7dfb32406
Fix BiDi regression from style system landing by correcting implementation of 'unicode-bidi' to be a non-inherited property, correctly mapping attributes to it, splitting text frames with both strong RTL and LTR characters, and stripping BiDi control characters. Code by me and lkemmel@il.ibm.com r=simon@softel.co.il sr=hyatt b=83958
2001-06-29 03:15:58 +00:00
peterlubczynski%netscape.com
d768cc430c
Fix for Shockwave registration bug 85334 r=av sr=attinasi
2001-06-29 00:29:44 +00:00
glazman%netscape.com
5fecca8a3f
CSS parser drops negations if attached to universal selector and a pseudo-element; b=87999, r=peterv, sr=hyatt
2001-06-27 10:41:49 +00:00
simon%softel.co.il
71f6955270
Corrects the arguments in calls to GetBidiProperty. Bug 87610, r=mkaply, sr=kin.
2001-06-27 08:08:08 +00:00
waterson%netscape.com
7031ddd244
Bug 87744. Make pres shell print debug information when GECKO_VERIFY_REFLOW_FLAGS is set. r=dbaron, sr=attinasi.
2001-06-27 04:04:04 +00:00
waterson%netscape.com
0ab49cfc57
Bug 84235. Make nsCSSFrameConstructor print debug information when GECKO_FRAMECTOR_DEBUG_FLAGS is set. r=dbaron, sr=attinasi.
2001-06-27 04:01:51 +00:00
dbaron%fas.harvard.edu
1a9c2b2c62
Prevent quirk stylesheet from applying to XML documents. b=87281 r,sr in {hyatt,attinasi}
2001-06-27 02:25:47 +00:00
anthonyd%netscape.com
673904e412
fix for 82151 -- Right arrow key at end of a TEXTAREA goes to the beginning
...
checking in for mjudge
r=cmanske, anthonyd
sr=kin
a=asa
2001-06-26 20:47:46 +00:00
anthonyd%netscape.com
46c896a943
backing out changes
...
a=asa@mozilla.org
2001-06-26 19:35:21 +00:00
anthonyd%netscape.com
27f8fd72a2
fix for 82151 - checking in mjudges patch for right arrow key fix for textarea
...
r=cmanske@netscape.com , anthonyd@netscape.com
sr=kin@netscape.com
a=asa@mozilla.org
2001-06-26 18:01:10 +00:00
jaggernaut%netscape.com
55694b4cad
Bug 78458: ``Remove our broken text/rtf support'', patch by Boris Zbarsky <bzbarsky@mit.edu>, r=harishd, sr=jst
2001-06-26 05:22:23 +00:00
attinasi%netscape.com
ecc25a875f
Fixed allocation alignment problem: checking in for jim_nance@yahoo.com
...
b=85890 r=attinasi sr=alecf
2001-06-26 01:19:05 +00:00
tor%cs.brown.edu
25c43a19d0
Bug 87540 - nsImageFrame was offsetting invalidate rect by one pixel
...
for historical reasons (jpeg decoder used to one-index update rect).
r=kmcclusk, sr=blizzard
2001-06-25 22:14:37 +00:00
tor%cs.brown.edu
bdec5a3e6c
Bug 87550 - nsImageFrame wasn't adjusting for bordering padding when
...
invalidating itself. r=kmcclusk, sr=blizzard
2001-06-25 22:12:15 +00:00
kin%netscape.com
c1ab3021f5
Fix for bug #87133 Can't select last few lines of text in an Editor
...
Modified GetClosestLine() to include first (0) and last (n-1) line
in search if neccessary. Returned index should now be guaranteed to be
within 0 to n-1 when exiting main loop. Removed unused var and define,
added comments, and renamed countLines to numLines.
r=waterson@netscape.com ,mjudge@netscape.com
sr=blizzard@mozilla.org
a=chofmann@netscape.com
2001-06-25 14:06:19 +00:00
mjudge%netscape.com
fffedf28a1
86749 fix for "home key" scenario. we now search for 1st valid frame on a line. not just try the very first and fail. we now behave like "end key" does;. r=anthonyd sr=kin a=asa
2001-06-22 14:52:48 +00:00
mkaply%us.ibm.com
bf31f50b3f
#81293
...
r=ftang, sr=blizzard, a=asa (drivers)
Bidi function shouldn't be using nsAutoString as parameter
2001-06-22 09:56:05 +00:00
peterlubczynski%netscape.com
85e16867b9
Oops...last log entry was for bug 86075
2001-06-22 07:06:24 +00:00
peterlubczynski%netscape.com
f4b2a93398
Fix for <object> causing table width to be enormous patch by piskozub@iopan.gda.pl (Jacek Piskozub) r=peterl sr=jst/hyatt a=blizzard
2001-06-22 07:04:24 +00:00
attinasi%netscape.com
6c90a145e2
Make floated tables non-floated so they print correctly (temporary hack). b=74738, r=kmcclusk sr=waterson a=waterson
...
Follow-Up bug to remove temporary hack is bug 85768
2001-06-22 06:42:57 +00:00
pollmann%netscape.com
1c9c3c567f
Bug 84499: Only trim whitespace from an options when falling back to the text content of the option for the value. This makes us compatabile with IE and Nav 4.x. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard)
2001-06-22 04:36:02 +00:00
pavlov%netscape.com
f6fad15f93
fixing bug 83304 r=pinkerton sr=blizzard a=chofmann
2001-06-22 03:42:04 +00:00
ftang%netscape.com
3e782eb254
fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard
...
fix GetBidiProperty
2001-06-21 12:35:48 +00:00
ftang%netscape.com
434d9c464f
fix 84031. replace sizeof(datatype) to sizeof(variable)
...
r=nhotta sr=kin a=blizzard
2001-06-21 12:23:56 +00:00
kin%netscape.com
a9a12e6690
Fix for bug #86492 Double click does not bring up object props dialog.
...
- Fixed 'if' statement in nsFrame::GetContentAndOffsetsFromPoint()
so that it checks contentOffset instead of the uninitialized aContentOffset.
r=jfrancis@netscape.com sr=attinasi@netscape.com a=blizzard@mozilla.org
2001-06-21 06:35:37 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
mjudge%netscape.com
49536b7650
used false instead of PR_FALSE.
2001-06-20 06:40:48 +00:00
joki%netscape.com
2c8ad9eb1b
Fix 83810, have frame unregister its window from the presShell when the window is destroyed. sr:jst, r:pollmann, a:dbaron
2001-06-20 06:20:26 +00:00
bernd.mielke%snafu.de
4cf0da7859
remove cellspacing from table row background, bug 86220 r=dbaron sr=attinasi sr=asa
2001-06-20 04:48:34 +00:00
mjudge%netscape.com
18f1ea4a52
82993,52868,79511,82101 a=asa sr=kin. bugs that cross files. stopped generated content entrys into frames with caret and mouse navigation. and table cell navigation.
2001-06-20 04:48:10 +00:00
mjudge%netscape.com
3dadb0fce8
have to check for bidi on frame before executing bidi code. bug=39198 sr= kin, r=sfrasier a= asa
2001-06-20 04:40:17 +00:00
dbaron%fas.harvard.edu
b43bf1208f
Adding pref to REQUIRES to fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage.
2001-06-20 03:46:44 +00:00
dbaron%fas.harvard.edu
9d35ed31a4
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
pollmann%netscape.com
98da8bc376
Fix Mac build bustage - capitalization of variable name was incorrect
2001-06-20 02:42:29 +00:00
pollmann%netscape.com
f9468417a1
Bug 83065: Only send leaf file name instead of full path on file upload, r=havill@redhat.com/pollmann@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org
2001-06-20 02:00:54 +00:00
pollmann%netscape.com
a0c9297d92
Bug 83065: Fix file corruption uploading to PHP driven sites by turning of Content-Transfer-Encoding header by default (can be enabled by a pref), and fix security hole by not sending full file path when uploading file. Some sites were also assuming that UN*X browsers would not send the full path (as Navigator 4.x did not) so this fixes them. Much of this patch was created by Adrian Havill, I merely split out portions form the work for bug 44464. r=havill@redhat.com/pollmann@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org (asa)
2001-06-20 01:33:53 +00:00
pollmann%netscape.com
f7dc012baf
Bug 57768: Send network linebreaks for input values on multipart/form-data forms. We were already doing this conversion correctly for url-encoded forms, so this should fix a few edge cases. r=jst@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org (dbaron)
2001-06-20 01:06:19 +00:00
waterson%netscape.com
a27d682ce5
Add test case for bug 81776. Not part of the build.
2001-06-20 00:57:09 +00:00
waterson%netscape.com
e90560f4d0
Bug 81776. Give the hr frame some inline margins to bamboozle the code that tries to avoid marking lines dirty in PrepareResizeReflow(). Lame, but localized. r=dbaron, sr=attinasi, a=asa.
2001-06-20 00:54:39 +00:00
loadrunner%betak.net
91c70ee453
bug 85487, M091 crash at line breaker [@ nsJISx4501LineBreaker::Next],
...
r=ftang, sr=waterson, a=asa
2001-06-19 22:57:50 +00:00
dbaron%fas.harvard.edu
d825ec0bc7
Correct matching of dashmatch (|=) according to recent CSS WG discussions and fix :not() bugs with class selectors, id selectors, and $= and ^= attribute selectors. r=hixie sr=attinasi a=asa b=83616
2001-06-19 22:46:08 +00:00
av%netscape.com
1bd75f3811
Fixing 80105 -- adding check for null before release, r=peterl, sr=attinasi, a=roc+moz@cs.cmu.edu
2001-06-19 22:39:39 +00:00
pollmann%netscape.com
cfa0ec9b73
Bug 68012: Allow frames in a frameset to be manually resized by dragging the border. This is accomplished by changing the reflow from a ResizeReflow, which was blocked by block to box adapter optimizations as the window had not changed size, to a ReflowDirtyChild. r=jst@netscape.com, sr=attinasi@netscape.com, a=drivers@mozilla.org (blizzard)
2001-06-19 08:29:13 +00:00
pollmann%netscape.com
b107830d2d
Bug 68321: Remove nsSecureBrowserUIImpl from form submit observer list on destruction, and ignore failures when enumerating observer list. These failures were causing spurious NS_ERROR_INVALID_POINTER messages on the console, and preventing form submission. This is part 1 of 2, simply ignoring the error return codes in nsFormFrame when enumerating the observer list. The remaining part is in mozilla/security/manager/ssl/src/nsSecureBrowserUIImpl.cpp, to unregister the nsSecureBrowserUIImpl on destruction. r=javi@netscape,com, sr=jst@netscape.com, a=drivers@mozilla.org (asa)
2001-06-19 08:01:46 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
waterson%netscape.com
0b6882ecc1
Bug 79866. Queue frame destruction, and do it after walking the doomed frame tree. r=rbs, sr=attinasi, a=blizzard.
2001-06-18 22:00:18 +00:00
av%netscape.com
ff513c7423
Fix for 44322 -- implementation of windowless pluign API, patch by dbrittain@superscape.com and av, r=(av, peterl), sr=attinase, a=dbaron
2001-06-18 21:41:57 +00:00
waterson%netscape.com
4c8b21b431
Add test case for bug 18754. Not part of the build.
2001-06-18 18:15:59 +00:00
dbaron%fas.harvard.edu
1e471a5e40
Fix bustage from scc's checkin for bug 85271.
2001-06-17 07:38:01 +00:00
scc%mozilla.org
a8fb409c6e
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
cls%seawood.org
669f696670
Workaround gcc -O2 compiler optimization problem by moving the declaration of a nsCOMPtr outside of a while loop.
...
Bug #80988 r=braddr sr=scc a=asa
2001-06-16 23:35:43 +00:00
dcone%netscape.com
68afa69f15
Fixed printing so it could not have more than one job at a time. bug=84537 r=rods sr=attinasi a=blizzard
2001-06-15 14:03:12 +00:00
mkaply%us.ibm.com
004f0cec8c
senna REQUIRES bustage I think
2001-06-15 04:52:17 +00:00
joe.chou%eng.sun.com
18436aed08
Bug 83698 - make sure browser creates proxy JNI before Java plugin doing it
...
which broke LiveConnect. a=dbaron, sr=jband, r=beard.
2001-06-15 03:23:11 +00:00
rods%netscape.com
02964e3db8
The problem is you can't do the roll up in the middle of a "hook" function call.
...
So a timer is native created and the DealWithPopups is called there.
Also, when embedded the CBX need to make sure all the views get updated (redrawn)
Bug 83493 r=kmcclusk sr=attinasi a=asa
2001-06-14 02:08:40 +00:00
yokoyama%netscape.com
fff83cbeae
bug 72415:
...
allocate more word buffer in case of failure of ComputeWordFragmentWidth()
check in for shanjian@netscape.com
r=waterson, sr=attinasi a=blizzard
2001-06-13 21:48:43 +00:00
blakeross%telocity.com
117d6592b3
Textarea scrollbars have wrong cursor (65540). r=kerz sr=hewitt a=asa
2001-06-13 21:33:19 +00:00
dcone%netscape.com
ad1f9de8a8
Fixed the time in footer for printing. b=83655. r=rods sr=attinasi a=asa
2001-06-13 20:20:43 +00:00
dcone%netscape.com
3ce0ae7a9c
Make the page only 5x instead of 100x to get around linux region bug.
...
This is for printing and helps fix. b=82624 r=rods sr=attinasi a=asa
2001-06-13 20:16:10 +00:00
dcone%netscape.com
f8742c0380
Make the PageFrame not transparent for printing. b=82624 r=rods sr=attinasi a=asa
2001-06-13 20:14:38 +00:00
karnaze%netscape.com
c6129b18b0
bug 76085 - remove the effects of the patch of bug 64645 against the current tree. a=asa, sr=attinasi, r=peterl
2001-06-13 02:42:47 +00:00
karnaze%netscape.com
a09256e383
bug 84378 - make whitespace:normal the default for tables (back the way it was before recent style changes), a=asa, sr=attinasi, r=alexsavulov
2001-06-13 02:32:26 +00:00
karnaze%netscape.com
2be20eaef3
bug 76421 - remove optimization (to skip reflow if size didn't change) on initial reflow. a=asa, sr=attinasi, r=peterl
2001-06-13 02:27:22 +00:00
mjudge%netscape.com
9537d8b59b
82151 a=asa r=cmanske fix for hint setting only when successful move was made by caret
2001-06-13 00:00:55 +00:00
bzbarsky%mit.edu
24928e712a
Fix bug 77110. Make us treat wrap="physical" like NS 4.x and IE do, not
...
as it was originally (in NS 2.x) intended. r=timeless, sr=attinasi,
a=blizzard
2001-06-11 22:05:52 +00:00
rods%netscape.com
7ebb9ec167
Backing change for Bug 82626, looks like round-off error in line height calculation
2001-06-11 19:29:14 +00:00
karnaze%netscape.com
af04743a83
fix bad file name for table printing regression tests. This does not affect the build.
2001-06-11 15:18:15 +00:00
dbaron%fas.harvard.edu
b659af71e9
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
2001-06-09 01:32:19 +00:00
rods%netscape.com
03abc1d1f3
setting line-height to 1em ! important, selects should not inherit the line height
...
nor should users be able to set it.
Bug 82626 r=kmcclusk sr=hyatt a=asa
2001-06-08 13:04:17 +00:00
mkaply%us.ibm.com
5fda37ce94
senna REQUIRES bustage
2001-06-08 04:26:51 +00:00
mkaply%us.ibm.com
946d0ece89
remove inline keyword to fix SunOS bustage - note sent to rods
2001-06-08 04:24:48 +00:00
timeless%mac.com
d3b6e9cc1f
Bugzilla Bug 41572 Prefer matched case for Access keys
...
patch by dean_tessman@hotmail.com r=timeless sr=blake a=dbaron
2001-06-08 03:25:44 +00:00
rods%netscape.com
c20f157140
Major rework of how items are added, removed and selected (while being added and removed) with script
...
Now all the changes are performed, but no reflows are issued until the timer fires, which would be
after the script is done executing. The selection that take place during the script execution are
also cached and done afterward.
Bug 53165 r=pollmann sr=attinasi a=asa
2001-06-08 02:34:09 +00:00
rods%netscape.com
31c328366a
Removed availableWidth/height from the boolean check to see if the values should be cached. With those in
...
it caches the wrong values and ten reflows at the wrong width.
Bug 70998 r=kmcclusk sr=attinasi a=dbaron
2001-06-08 02:25:22 +00:00
waterson%netscape.com
05dced413e
Bug 42138. Remove ancient, unused {ib} code that causes the browser to hang. We don't need to descend into inlines looking for list-item frames anymore, because inlines cannot contain them: frame construction makes sure of that. r=rbs, sr=attinasi, a=dbaron.
2001-06-07 02:09:38 +00:00
attinasi%netscape.com
05d59e6b31
Disable Quirk ruels for XUL documents by setting the compatibility mode to Standard. b=83495 r=dbaron sr=hyatt a=blizzard
2001-06-06 23:34:17 +00:00
sfraser%netscape.com
80ff858fd9
Fix for blocker bug 83669; crash in history on Mac classic skin. Check for null childBoxSize. r=pinkerton/evaughan, a=pchen (sheriff)
2001-06-06 23:16:38 +00:00
rods%netscape.com
1b4c6f1a94
When script sets the index when multiple it needs to deselect all the items and then set the new index
...
Bug 77039 r=kmcclusk sr=attinasi a=dbaron
2001-06-06 10:47:33 +00:00
rods%netscape.com
9e16855ea0
The selectedindex is now getting set to -1 when there are no more items selected and it
...
is sending onchange events by clearing the mOldSelectedIndex.
Bug 68135 r=kmcclusk sr=attinasi a=dbaron
2001-06-06 10:41:17 +00:00
bernd.mielke%snafu.de
8052df4516
fix table margins - remove redundancy in margin handling, bug 83786
...
r=karnaze sr=attinasi a=dbaron
2001-06-06 07:35:03 +00:00
yokoyama%netscape.com
d608082b01
bug 52464:
...
Preventing type cast to char which results loss of data.
/r=ftang, /sr=scc, /a=blizzard
2001-06-06 00:37:15 +00:00
pavlov%netscape.com
11c8370603
fixing bug 82520 r=jag sr=hyatt a=tor
2001-06-05 20:22:52 +00:00
rods%netscape.com
1879e17fa4
Fixed up reload to it will correctly reflow to w/h of zero
...
Bug 58220 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 18:09:13 +00:00
peterlubczynski%netscape.com
bf605eb2f2
Fix for BASE HREF not affecting applet bug 59430 patch by alexsavulov r=peterl sr=attinasi a=blizzard
2001-06-05 17:58:31 +00:00
rods%netscape.com
b935b2ac50
removed "! important" for input text so allows users to tailer border sizes
...
This reopens bug 25580, which I have marked won't fix
Fixes Bug 55336 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 12:52:37 +00:00
shanjian%netscape.com
e34e0f10e9
#19265 [TEXT] Word-wrap improperly breaks before space following last word [INLINE]
...
r = waterson
r/sr=attinasi a=asa
2001-06-05 02:40:27 +00:00
hyatt%netscape.com
dcd5777197
Fix for 83642. r=jag, sr=blake, a=tor
2001-06-05 01:08:31 +00:00
dbaron%fas.harvard.edu
d4918d0cb3
Miscellaneous performance fixes related to selector matching:
...
* cut in half the number of (expensive, universally hashed) selectors needed for many UA-stylesheet :link and :visited rules by implementing :-moz-any-link (bug 83484)
* remove most of EnumerateTagRules since most of it does no useful work (bug 83506)
* avoid refcounting of atoms for stack-based hash keys (bug 83511)
* add logging (turned off, except for me) to evaluate effectiveness of RuleHash
* add a namespace hash, which will be a big win once bug 35847 is fixed (bug 83497)
* avoid repeated reallocation of mEnumList by setting the initial length to a minimum of 8
* remove an unneeded variable in the beginning of SelectorMatches
* fix one case in CSS error reporting (bug 65469), not part of default build
b=83482 r=attinasi@netscape.com sr=waterson@netscape.com a=asa@mozilla.org
2001-06-05 01:00:11 +00:00
pinkerton%netscape.com
489aec8c58
bullet-proof hiding the view. we might not have one if things are not dismissed correctly. r=pchen/sr=hyatt/a=asa. bug 83753.
2001-06-04 23:55:48 +00:00
hyatt%netscape.com
d5e373a2c8
Fixes for 83027, 83892, and 80512. r/sr=blake,alecf,pink, sr=hewitt,blake, a=asa
2001-06-04 23:23:35 +00:00
pchen%netscape.com
6d42aa08c7
bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary)
2001-06-04 23:03:24 +00:00
hyatt%netscape.com
358a2b68ed
Fix build bustage.
2001-06-04 00:57:43 +00:00
hyatt%netscape.com
6c393ae2f4
Fixes for 80512 and 83707. r=blake, sr=waterson, a=asa
2001-06-04 00:22:43 +00:00
hyatt%netscape.com
853bd58405
Fix for smoketest blocker 82194. sr=waterson, r=soemone, go look in the bug
2001-06-01 22:48:05 +00:00
hyatt%netscape.com
407949652d
Fix for 83613. r=dbaron, sr=brendan, a=leaf
2001-06-01 21:04:23 +00:00
dbaron%fas.harvard.edu
478c463cd4
Adding newline to end of file to fix HP bustage.
2001-05-31 23:59:22 +00:00
hyatt%netscape.com
b135c5b55a
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
2001-05-31 22:19:43 +00:00
waterson%netscape.com
1b7c44aeaf
Bug 58674. If |ContentAppended()| ends up appending frames to the anonymous block frame, we don't need to |ReframeContainingBlock()|. r=karnaze, sr=attinasi, a=chofmann
2001-05-31 04:28:50 +00:00
waterson%netscape.com
54f2523771
Remove vestigial cruft.
2001-05-31 04:23:22 +00:00
waterson%netscape.com
5c33f5bde4
Bug 58674. Add regression tests. Not part of the build.
2001-05-31 03:23:37 +00:00
rods%netscape.com
d8a1f418ba
Need to cache a pointer to the currently focused DOMWin because the Print Dialog
...
"steals" the focus away and then getting it returns null.
Bug 83358 r=kmcclusk sr=attinasi a=asa
2001-05-31 01:06:33 +00:00
waterson%netscape.com
888ac0c959
Add regression test for bug 82221. Not part of the build.
2001-05-31 00:15:42 +00:00
rods%netscape.com
bf413d89a7
makes sure the views for the pages that are not being printed are completely hidden
...
Bug 83138 r=kmclusk sr=attinasi a=dbaron
2001-05-30 21:19:46 +00:00
waterson%netscape.com
7db715079e
Bug 81905. Process 'timeout' reflows before calling |DoneRemovingReflowCommands()|. r=karnaze, sr=jst, a=asa
2001-05-30 19:28:37 +00:00
pollmann%netscape.com
1ac7a3715e
Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
2001-05-30 11:26:21 +00:00
attinasi%netscape.com
470a41f127
Fixed crash when mouse move event is handled by image frame and the baseURI is null (after traversing to the link'd document). b=81728 r=pavlov@netscape.com sr=hyatt2netscape.com a=asa@mozilla.org
2001-05-26 05:46:33 +00:00
mjudge%netscape.com
af97e71209
80937, null check for out of bounds on arrowing. r=cmanske sr=kin a=asa
2001-05-25 20:27:41 +00:00
roc+%cs.cmu.edu
8865fc53de
Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard
2001-05-25 15:00:51 +00:00
kin%netscape.com
91badd7c66
Fix for bug #82566 (hang in nsTextFrame::GetPosition in BIDI code)
...
Fix for bug #81078 (UMR: nsTextFrame::GetPosition() when selecting text.)
Subtract mContentOffset from the index returned by the ip[] array, and
make sure this index is <= textLength.
r=mjudge sr=sfraser a=blizzard@mozilla.org
2001-05-25 13:20:38 +00:00
nisheeth%netscape.com
73edd4ea66
Fix for bug 57636. r=rpotts, sr=jst, a=asa. Onload handlers now fire on document.written content.
2001-05-25 08:49:03 +00:00
waterson%netscape.com
ab25003da8
Bug 73291. Handle case where paint arrives before reflow for modified content. r=karnaze, sr=attinasi, a=asa
2001-05-24 18:40:45 +00:00
ftang%netscape.com
a7c5759a22
fix 81957. return error code when error happen when we do not get a good frame result to stop a selection crash
...
in a page which have bidi/table/image
proposed by yokoyama r=ftang/mjudge/attinasi sr=kin a=blizzard
2001-05-24 01:10:19 +00:00
hewitt%netscape.com
bd7b740865
78771 - autocomplete popup results are empty in 2nd browser instance and mail compose, r=ben, sr=hyatt
2001-05-23 22:47:54 +00:00
mkaply%us.ibm.com
1f6d785923
#81078
...
r=simon@softel.co.il , sr=sfraser, a=blizzard
Fix UMR and bounds checking
2001-05-23 22:05:30 +00:00
dbaron%fas.harvard.edu
cfd9a7e6ca
Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor
2001-05-23 14:18:38 +00:00
pavlov%netscape.com
d9e16aae2f
changing baseURI to an nsCOMPtr r=jst
2001-05-23 07:00:37 +00:00
waterson%netscape.com
b0f9d44ead
Bug 79508. If the computed style change is going to cause a reflow (or worse), then don't touch any continuing frames. This keeps us from queuing an incremental reflow to a continuation, but is not ideal (e.g., there may be cases where we don't properly recompute the style contexts for continuations). r=rbs, sr=attinasi
2001-05-23 06:39:34 +00:00
bstell%netscape.com
02b956c418
fix debug printf, rs=bstell
2001-05-23 03:23:31 +00:00
waterson%netscape.com
8a5f3ef7c0
Add regression tests for bugs 4831, 59200, and 69960. Not part of the build.
2001-05-23 00:33:07 +00:00
rods%netscape.com
2945ee5e62
adding pane/frameset/frame/iframe navigation
...
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
dbaron%fas.harvard.edu
9d5bc0637c
Work around crash by using nsSupportsArray::Clone instead of the buggy (82133) nsSupportsArray::AppendElements. Patch from glazman@netscape.com, r=dbaron, sr=attinasi, b=80057
2001-05-22 20:53:00 +00:00
rbs%maths.uq.edu.au
6a43f38dea
Slight iteration at enforcing style invariance for certains MathML characters - b=65951
2001-05-22 07:41:58 +00:00
rbs%maths.uq.edu.au
aa5b96600b
To display a status message, change STATUS_SCRIPT to STATUS_LINK since the latter is the one that works at the moment (bug 81917)
2001-05-22 07:37:53 +00:00
mkaply%us.ibm.com
c337f84184
senna REQUIRES bustage
2001-05-22 00:26:05 +00:00
mkaply%us.ibm.com
21e8abe10c
#80164
...
r=mkaply, sr=kin@netscape.com
Code from simon@softel.co.il - enable proper reversing for clipboard
2001-05-21 23:39:49 +00:00
waterson%netscape.com
b55568be36
Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi.
2001-05-21 23:03:46 +00:00