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

12393 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com 45f0b1d5a4 new regression tests not affecting the build. 2001-10-05 23:16:06 +00:00
pinkerton%netscape.com 483bf5514f respect the look&feel pref about showing comboboxes outside the client area. r=rods/sr=sfraser/a=asa. bug# 102834. 2001-10-05 14:10:16 +00:00
locka%iol.ie a1ba71769c Checkin makes scrolling to anchors faster by attempting to scroll to the named element from the content sink's timer routine rather than waiting until page loading completes. b=58661 r=heikki@netscape.com sr=jst@netscape.com a=asa@mozilla.org 2001-10-05 10:39:01 +00:00
rods%netscape.com 3a714be743 Check for failure after printing the next page. If it fails then pass back PR_TRUE
to indicate we are done printing this document.
Bug 101597 r=kmcclusk sr=attinasi a=pdt
2001-10-03 23:28:38 +00:00
bernd.mielke%snafu.de 0171603939 adding the renamed files again bug 102894 r=karnaze a=asa 2001-10-03 20:33:58 +00:00
bernd.mielke%snafu.de 82a36b0dfc renaming xml testfiles in order to avois name clashes with html files
bug 102894 r=karnaze a=asa not part of the build
2001-10-03 20:29:53 +00:00
attinasi%netscape.com 66bda7bfb1 Outline for links are now 'invert' instead of 'WindowText' color. b=73884 r=kmcclusk sr=kin 2001-10-03 00:10:00 +00:00
attinasi%netscape.com 2046bd1c34 Improvements for invert outline colors (Mac and Linux work now). b=73884 r=kmcclusk sr=kin 2001-10-03 00:08:25 +00:00
attinasi%netscape.com 065e93e80e Protection against null param for topcrash bug 100298. r=kmcclusk sr=kin 2001-10-03 00:01:04 +00:00
waterson%netscape.com dece5d01cc Alternative test case for bug 97383. 2001-10-02 23:23:30 +00:00
alexsavulov%netscape.com a402bb144c fix or bug 101883 - completes fix for bug 92143, adding NS_MAX check
sr= attinasi, r= karnaze
2001-10-02 21:29:26 +00:00
varga%utcru.sk 82cbda88c4 Fix for bug 75572. Separator support in outliner.
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
dbaron%fas.harvard.edu 30b6e6587c Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson 2001-10-02 03:10:56 +00:00
mstoltz%netscape.com 9dcfafdfd4 Bug 18553, better fix which should cause fewer problems. Clear event listeners
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
2001-10-02 00:54:44 +00:00
hewitt%netscape.com 284a2f6355 101677 - popups should use css margins to affect positioning, r=pinkerton, sr=waterson 2001-10-02 00:38:34 +00:00
bzbarsky%mit.edu 105be47c10 Move the zero-check to before we divide by the number. Fixes crash when
all 3 header or all 3 footer print prefs are empty strings. Bug 102257,
r=rods, sr=shaver
2001-10-01 23:57:57 +00:00
bzbarsky%mit.edu 843266f249 fixing bustage -- nos such thing as NS_FORM_BUTTON_IMAGE 2001-10-01 23:08:47 +00:00
rods%netscape.com 8b4a4656af Allow for image submitters also
Bug 99920 r=rods, sr=attinasi a=pdt
2001-10-01 21:49:43 +00:00
jst%netscape.com 2df8ab675f Adding new files for John Keiser <jkeiser@iname.com>, not part of the build yet. 2001-10-01 17:51:28 +00:00
karnaze%netscape.com c22cc74118 new regression tests not affecting the build. 2001-10-01 16:34:35 +00:00
mkaply%us.ibm.com 3c7580a23b #80167
r=ftang, r=mikek, sr=blizzard
Code from simon@softel.co.il - code from original Bidi landing can be turned on now that converson is finalized
Also fixed two warnings that were in the code that could have also broke some unixes
2001-10-01 13:57:47 +00:00
rods%netscape.com 505d1e1ebd adding frameset printing tests 2001-10-01 11:57:30 +00:00
rods%netscape.com 978d5afca7 Adding frameset navigation tests 2001-10-01 11:50:32 +00:00
mkaply%us.ibm.com 6dabd5cfda #81664
r=simon@softel.co.il, sr=attinasi for nsTextFrame, sr=blizzard for nsBidiPresUtils
Cleanup of bidi reordering code
2001-10-01 03:43:42 +00:00
bzbarsky%mit.edu ceba997a92 Final removal of VIEW_SOURCE_HTML define. Bug 81132,
r=rbs@maths.uq.edu.au, sr=jst
2001-09-30 23:48:07 +00:00
mkaply%us.ibm.com 72816bd6d4 #79798
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
bryner%netscape.com 1d9f9872da Fixing REQUIRES bustage. r=bbaetz. 2001-09-29 21:41:30 +00:00
vidur%netscape.com 4966d85f91 Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts 2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
karnaze%netscape.com e370f08f7b bug 94341 keep a separate pseudo frame list for a new pseudo block or inline frame. sr=attinasi, r=alexsavulov 2001-09-29 02:20:52 +00:00
waterson%netscape.com b173c37b0d Bug 58384, 86279. Be sure to trim letter spacing as well as word spacing in TrimTrailingWhiteSpace(). Also, explicitly add letter spacing where appropriate, instead of including it in word spacing. r=shanjian, sr=attinasi. 2001-09-28 22:39:10 +00:00
attinasi%netscape.com 477a8538fe Added new testcase for 101674, and also removed reference to bug86708.html since it does not exist. Not part of build. 2001-09-28 22:09:58 +00:00
attinasi%netscape.com 2d1f86a273 Testcase for bug 101674 - not part of build 2001-09-28 22:00:20 +00:00
attinasi%netscape.com 4d5175753d Fixed image wrapping in tables problems. b=101674 sr=hyatt r=waterson 2001-09-28 21:42:03 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
glazman%netscape.com 30ae8ab03f fixing erroneous DOM 2 name for bug 101925; rs=jst 2001-09-28 14:11:05 +00:00
kin%netscape.com e3bd36cd90 Fix for bug 89236: printing is producing crash
Modified nsBlockFrame::DrainOverflowLines() so
that it reparents any floater out-of-flow frames
and their views.

r=dbaron@fas.harvard.edu  sr=waterson@netscape.com  a=pdt
2001-09-28 13:59:23 +00:00
glazman%netscape.com 7a79a87dce implements getComputedStyle() for float property + bad next-line argument indentation cleanup ; b=101925, r=bzbarsky, sr=jst 2001-09-28 07:39:41 +00:00
peterlubczynski%netscape.com f249aa3c5d Fix for crash when object frame goes away but stream is still going bug 99569 r=av sr=attinasi 2001-09-28 03:34:53 +00:00
peterlubczynski%netscape.com 7487a1bcc1 Ignore leading and trailing whitespace for src and data attributes bug 96362 r=av sr=attinasi 2001-09-28 03:29:24 +00:00
bzbarsky%mit.edu 7a6cc28476 Make setting element.style.foo just parse the value instead of creating
a property:value pair and parsing that.  Speeds up setting of
element.style.top by about 5%.  Bug 99797, r=attinasi, sr=jst
2001-09-28 01:38:36 +00:00
rods%netscape.com 11ec02ccf2 Make so hitting return in text field submits form when there is a single text field and no submit
or there is a submit and the submit btn is to be included in the post data
Bug 99920 r=attinasi sr=kin a=pdt
2001-09-28 00:37:27 +00:00
alexsavulov%netscape.com 4acf6b2c72 fix for bug 99948 - added rounding to pixel in CalculateSizeStandard
r= rods sr= attinasi
2001-09-27 21:45:14 +00:00
dbaron%fas.harvard.edu 7330576960 Fix leak of widget. b=101679 r=jag sr=hyatt 2001-09-27 21:41:33 +00:00
alexsavulov%netscape.com ca9d69ecb3 regression testing for tables file (bug 99948) - not affecting the build 2001-09-27 21:40:02 +00:00
alexsavulov%netscape.com 88bdee262a regression test files for tables (bugzilla bug 99948) - not affecting the build 2001-09-27 21:37:46 +00:00
hyatt%netscape.com 7713e7865b Fix for 101510, crash when clicking on font dropdown in prefs. r/sr=dbaron,waterson 2001-09-27 21:32:44 +00:00
waterson%netscape.com bac705737b Bug 73235. Don't add scrollbar's width to MES. r=attinasi, sr=hyatt 2001-09-27 20:52:45 +00:00
rbs%maths.uq.edu.au 5b02d7ca8a bug 99010 - font changes. r=attinasi@netscape.com, sr=waterson@netscape.com 2001-09-27 18:34:30 +00:00