heikki%netscape.com
3a6fb922c1
Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser.
2002-02-01 22:28:55 +00:00
rods%netscape.com
1c90bef427
enable a margin like gap specification for printing on unix
...
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
2002-02-01 15:31:15 +00:00
rbs%maths.uq.edu.au
c33e0f4dbe
Added two APIs, InheritAutomaticData() & TransmitAutomaticData(), to respond to dynamic changes that affect automatic data (i.e., data inferred from the actual definition of each MathML tag). The computation of the data was so far mostly locked in Init() and SetInitialChildList() which are meant to be called only once in the life-time of a frame. Factored this computation into the two APIs to be used to rebuild the data, and which can be called repeatedly as appropriate, when dynamic changes arise in the content model. Shuffled code to stay in sync and consolidated the hooks used dynamic changes with the APIs
2002-02-01 15:10:50 +00:00
rods%netscape.com
ab52751787
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
rbs%maths.uq.edu.au
580f85ab56
activate the rhelper to wrap foreign frames
2002-02-01 14:31:21 +00:00
rbs%maths.uq.edu.au
f91be4f749
Helper class use for wrapping non-MathML elements (e.g., html:img) so that they can mix better with other surrounding MathML markups. Factored previous code here and added hooks that were needed for child list operations
2002-02-01 14:23:07 +00:00
dean_tessman%hotmail.com
e811e66bd3
Forgot the .h for 122057.
2002-02-01 06:55:41 +00:00
dean_tessman%hotmail.com
101821bcf0
122057 - springloaded folders trigger too easily
...
r=varga@utcru.sk , sr=ben
2002-02-01 06:36:28 +00:00
bryner%netscape.com
c9875424d1
bug 122542 - make outliner content view only respond to ContentInserted/ContentRemoved notifications concerning its own outliner. Also fix html option support. r=varga, sr=hyatt.
2002-02-01 03:21:38 +00:00
heikki%netscape.com
55a5667dd2
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
rods%netscape.com
c7e2e2869a
Clipping wasn't being set correctly in the PageContentFrame when the reflow was smaller than a page
...
Bug 122434 r=dcone sr=hyatt
2002-01-31 14:24:06 +00:00
bernd.mielke%snafu.de
c44d41db48
fieldset reflow cleanup:
...
bug 120958 report correct maxElementSize under table reflow conditions
bug 48318 implement correct default alignement under bidi conditions, make legend alignment
indepedent of fieldset content if fieldset size is not content driven.
bug 80422 route trough events for floats inside a fieldset
bug 42302 honour padding-top
bug 60375 large maxElementsize overwrite computedWidth
r=karnaze sr=waterson
2002-01-31 05:09:13 +00:00
waterson%netscape.com
d4c708dd20
Add test case for bug 46918.
2002-01-31 03:02:30 +00:00
waterson%netscape.com
a04e667ef4
Bug 46918, 3490. Clean up inline margin handling. r=rbs, sr=kin
2002-01-30 23:28:56 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
cbiesinger%web.de
d2b399c062
Fixing bug 41187, adding internal-gopher-sound icon
...
r=pavlov sr=waterson
2002-01-30 21:02:29 +00:00
alecf%netscape.com
28b3772942
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
timeless%mac.com
472c92d080
Bug 120211 Hook-up a dialog which warns users of the broken Xfree86 Xprt
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-30 03:15:27 +00:00
cathleen%netscape.com
8605704b12
eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson
2002-01-30 02:55:57 +00:00
serge%netscape.com
49f7429098
fix #115308 , NPN_PostURL[Notify] does not handle binary data; r=bnesse, sr=darin
2002-01-30 02:40:46 +00:00
waterson%netscape.com
468b2645a4
Bug 122367. I give up. Force block frames to have NS_BLOCK_SPACE_MGR bit set. r=dbaron.
2002-01-30 02:10:14 +00:00
bryner%netscape.com
ad77812ae5
Bug 122512 - make sure we don't construct inline frames for children of a select (size > 1) widget when using xbl form controls. r=hewitt,sr=hyatt.
2002-01-30 01:38:55 +00:00
dougt%netscape.com
c50ca402ad
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
pinkerton%netscape.com
e6af3350ab
twisties, upside down tabs, and tree implementation on mac. Also adding constants for window, menu, and dialog backgrounds XP. bug 115747, r=sdagley/sr=hyatt,sfraser.
2002-01-29 21:10:57 +00:00
timeless%mac.com
327e376f67
Bug 120221 Make |NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE| more specific
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=sfraser
2002-01-29 03:03:56 +00:00
timeless%mac.com
dce5b223ad
Bug 120911 Crash while printing due lousy error checking
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=jag
2002-01-29 02:59:12 +00:00
peterlubczynski%netscape.com
3a9427fab8
Fix for Plugin paints in the wrong part of the screen when on an absolute Div or scrolled bug 120821 r=kmcclusk@netscape.com sr=beard
2002-01-29 02:36:54 +00:00
waterson%netscape.com
5f923accc2
Bug 102860. Relatively positioned frames do not have place-holders. r=dbaron, sr=hyatt
2002-01-29 00:03:31 +00:00
waterson%netscape.com
da48c6c119
Bug 121860. Handle case where block frame is embedded inside a XUL document. r=dbaron, sr=hyatt.
2002-01-29 00:02:25 +00:00
bryner%netscape.com
e64992abe6
Bug 112716 - implement checkbox in XBL. r=jkeiser, sr=jst.
2002-01-28 23:48:16 +00:00
mkaply%us.ibm.com
4cd0454803
Add PR_CALLBACK to get MathML building on OS/2
2002-01-28 23:24:17 +00:00
bryner%netscape.com
346e8821b7
Make sure to look at the select element for onchange handlers, not the anonymous children. Not part of the build.
2002-01-28 00:32:11 +00:00
rbs%maths.uq.edu.au
8a12dec1b6
revert an unintended change that crept in
2002-01-27 22:23:07 +00:00
rbs%maths.uq.edu.au
e803323d31
Another renaming for ease of readability: s/core/coreFrame/g and s/next/nextFrame/g
2002-01-27 22:10:45 +00:00
rbs%maths.uq.edu.au
7499dddea5
When looking up the real sibling of a cell, use colspan/rowspan (instead of just 1) as the increment to cater for cases of spanning cells in the cellmap
2002-01-27 19:26:42 +00:00
roc+%cs.cmu.edu
71f8f6558e
Bug 13213. Allow views to extend above and to the left of their owner frames. r=kmcclusk,rs=waterson
2002-01-27 07:56:23 +00:00
roc+%cs.cmu.edu
c7b73c1a18
Bug 33601. Force REFRAME style hints if views might need to be created in response to opacity or background-attachment style changes. r=dbaron,sr=waterson
2002-01-27 07:53:27 +00:00
bryner%netscape.com
6ca281d0c5
Bug 120974 - fix QI method on nsOutlinerBodyFrame so it doesn't get wrapped in an nsBoxToBlockAdaptor. Move Reflow() logic into GetPrefSize and SetBounds. r=varga, sr=hyatt.
2002-01-27 00:58:46 +00:00
bryner%netscape.com
03d228c925
Bug 101032 - fix nsScrollBoxObject::EnsureElementsVisible in the case where the scrollbox is not at 0,0. Patch from shanec@activestate.com, r=bryner, sr=hyatt.
2002-01-26 23:27:27 +00:00
bryner%netscape.com
fdd59e318e
Fixing bug 122028 (clearing the entire selection on ctrl+click), also fixing some logic errors where the result of |selection.isSelected()| was incorrectly inverted. Not part of the build.
2002-01-26 23:06:24 +00:00
sgehani%netscape.com
d8fe1f9284
Make tooltip pref be honored within same session of browser.
...
b = 113831; r = morse; sr = hewitt
2002-01-26 20:15:01 +00:00
peterlubczynski%netscape.com
43f5de219d
Fixing cursor flicker with plugins, bug 118877 r=kmcclusk@netscape.com sr=beard
2002-01-26 00:39:43 +00:00
cathleen%netscape.com
486c0d47f9
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
...
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
2002-01-26 00:04:45 +00:00
jkeiser%netscape.com
b4782ab0df
Make onChange, reflow system in comboboxes/lists better (bug 112241). r=rods, sr=kin
2002-01-25 23:35:44 +00:00
pinkerton%netscape.com
cb46d68a19
changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230
2002-01-25 22:01:41 +00:00
rbs%maths.uq.edu.au
8c3fe11744
typos
2002-01-25 21:57:47 +00:00
jkeiser%netscape.com
2af0669711
Complete bug 112241 backout
2002-01-25 20:51:41 +00:00
jkeiser%netscape.com
a4e89c98c2
Backing out bug 112241 changes, tree is closed, sorry
2002-01-25 19:54:55 +00:00
jkeiser%netscape.com
a555e7ec64
Make onChange, reflow system in comboboxes/lists better (bug 112241). r=rods, sr=kin
2002-01-25 19:08:03 +00:00
jdunn%netscape.com
cd34d9887d
Change certain AIX ifdefs to AIX_XLC_364 since these ifdefs are only
...
needed for AIX's xlC 3.6.4 compiler. Add test to configure to check
compiler version. NOTE: also adding hpux and aix check for keyboardutils.
r=cls@seawood.org
# 119179
2002-01-25 15:07:38 +00:00
rods%netscape.com
00a2a4fa4d
Adding new Frame to clip content area of page for Printing and PrintPreview
...
Bug 112698 r=dcone sr=waterson
2002-01-25 14:30:14 +00:00
rbs%maths.uq.edu.au
16fb7a5ab0
Remove leftover from debugging
2002-01-25 07:34:49 +00:00
rbs%maths.uq.edu.au
f8c4f75798
Improvements to <mtable> to fix bug 39411. Here are the additional hooks needed in the frame construction code, (I also left some aliases that I can change later in nsMathMLParts.h), bug 120487, r=karnaze, sr=waterson
2002-01-25 07:14:07 +00:00
rbs%maths.uq.edu.au
a1a725e6af
Improvements to <mtable>
2002-01-25 07:03:43 +00:00
rbs%maths.uq.edu.au
c0c66c4dbc
In case of markup errors, provide a more discoverable feedback to users. Drop in the other functions from the nsIFrame APIs that steve.swanson@mackichan.com needs to consolidate his Dynamic JavaScripted MathML editor
2002-01-25 06:48:30 +00:00
rbs%maths.uq.edu.au
808a02672c
Fix MathML bug 121037. Background-color is not showing up in stretchy chars that use additional leaf style contexts. More reliable recovery from the background revamps in bug 116161
2002-01-25 06:08:03 +00:00
rbs%maths.uq.edu.au
2d36f0f82f
Updated comments to add a reference to bug 69325 which details the 8 possible cases that may arise depending on whether displaystyle, largeop, stretchy are true or false
2002-01-25 06:02:52 +00:00
rods%netscape.com
5ec396c9cb
Adding new Frame to clip content area of page for Printing and PrintPreview
...
Bug 112698 r=dcone sr=waterson
2002-01-25 03:32:19 +00:00
bryner%netscape.com
baea4bbd8e
Set -moz-user-select: none so that XBL select boxes don't get text selection applied to them. Not turned on yet.
2002-01-25 03:29:03 +00:00
dcone%netscape.com
c1bad1bfb5
bug 112698. For rods checkin. r=dcone sr=waterson
2002-01-25 02:55:51 +00:00
rods%netscape.com
9b6970a439
Adding new Frame to clip content area of page for Printing and PrintPreview
...
Bug 112698 r=dcone sr=waterson
2002-01-25 02:07:03 +00:00
alecf%netscape.com
30a6af4a50
fix for bug 112209 - remove last consumers of nsStr:: routines
...
r=dbaron, sr=jst
2002-01-25 00:26:44 +00:00
hyatt%netscape.com
1966bb3a7e
Remove debug hyatt code. r=danm, sr=brendan
2002-01-24 23:17:14 +00:00
waterson%netscape.com
be398efa70
Bug 99691. nsBoxToBlockAdaptor shouldn't be creating space managers; instead, fix XUL <label> and <description> elements to create area frames. r=dbaron, sr=hyatt
2002-01-24 22:34:25 +00:00
bzbarsky%mit.edu
2b73f18d2a
Make computed border-style and float be "none" by default. Bugs 120982
...
and 120965, patch by Christopher Aillon <caillon@returnzero.com>,
r=bzbarsky, sr=jst
2002-01-24 21:19:21 +00:00
jkeiser%netscape.com
ba33001bc3
Move checkbox state to content (bug 108307). r=rods, sr=jst
2002-01-24 19:04:55 +00:00
blythe%netscape.com
cf9003cb72
Fix bug 120422
...
r=dbaron,rs=hyatt
Do not delete ref counted object.
2002-01-24 18:28:25 +00:00
jst%netscape.com
74b270f1db
Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
2002-01-24 09:20:51 +00:00
hewitt%netscape.com
019f6cf4a6
120848 - listbox box object component missing, r=jgaunt, sr=bryner
2002-01-24 04:26:28 +00:00
bzbarsky%mit.edu
149f8f7ffc
computed list-style-image should be "none" if there is no image. Bug
...
120719, r=hixie, sr=attinasi
2002-01-24 04:22:59 +00:00
bzbarsky%mit.edu
ca547b257b
Change users of Length() to IsEmpty() where the code really cares about
...
the latter in content/. Bug 100649, r=jag, sr=jst
2002-01-24 02:03:19 +00:00
alexsavulov%netscape.com
cf5fed63ad
fix for bug 70972 (object element does not respect CSS width and height
...
for non-plugins) r= peter lubczynski sr= attinasi
2002-01-24 01:30:50 +00:00
bryner%netscape.com
fd7cdd1838
Bug 120189 - fix selection crash with xbl select widget. Move content node updating to the XBL event handlers. r=varga, sr=jag.
2002-01-24 01:22:33 +00:00
rods%netscape.com
680453a8c3
Fixes the problem where PrintPreview is getting multiple Initial reflows
...
and includes a minor optimization when resizing the view during box layout
Bug 118968 r=attinasi sr=hyatt a=brendan
2002-01-23 02:53:02 +00:00
hyatt%netscape.com
f66fb7bcab
Fix for 115919, r=dbaron for me, r=hyatt for dbaron, sr=brendan, a=brendan
2002-01-22 05:36:50 +00:00
hyatt%netscape.com
2f697efac8
Fix for 115919, r=dbaron for me, r=hyatt for dbaron, sr=brendan, a=brendan
2002-01-22 05:30:28 +00:00
rods%netscape.com
58c8d86d22
mPrintSettings wasn't be properly set and therefore it wasn't getting the margins correctly
...
BUg 120621 r=dcone sr=attinasi a=blizzard
2002-01-18 22:45:06 +00:00
attinasi%netscape.com
f3438d8f49
Loading and Broken image icons will no longer be drawn if the image size is smaller than the icon size. This fixes a problem where garbage was being left on the screen after the image loaded, because the Linux RenderingContext does not corectly clip image drawing. b=109418, r=pavlov, sr=blizzard, a=blizard on behalf of drivers
2002-01-18 22:17:12 +00:00
bnesse%netscape.com
3754b38c4d
Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard.
2002-01-18 20:12:29 +00:00
bryner%netscape.com
281af2aa0e
Fixing display of XBL select boxes. Not turned on yet.
2002-01-17 23:20:24 +00:00
rods%netscape.com
0bd908943f
PersShell needs to be created via the document->CreateShell, or the document doesn't know about it
...
and this means there would be no Primary PresShell in the document
Bug 114139 r=dcone sr=attinasi a=dbaron
2002-01-17 15:04:54 +00:00
waterson%netscape.com
ec88e5c87e
Bug 86276. Allow :-moz-anonymous-block and :cell-content to apply in all namespaces. r=dbaron, sr=attinasi, a=blizzard
2002-01-16 23:41:54 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bzbarsky%mit.edu
c2b3a4fdcd
Fix bug 109463. IE will fire onclick() on submit buttons when
...
submitting form via enter in text field. We should do the same.
r=rods,jkeiser,rjesup@wgate.com. sr=jst
2002-01-16 04:27:55 +00:00
dbaron%fas.harvard.edu
b89e022016
Fix bustage in bad preprocessor syntax.
2002-01-16 03:50:10 +00:00
rods%netscape.com
3083e214f8
Fixes width of viewer area in PrintPreview
...
Bug 109564 r=dcone sr=attinasi
2002-01-16 03:24:09 +00:00
rods%netscape.com
503c37671e
turns on scaling and fixes it
...
Bug 120075 r=dcone sr=attinasi
2002-01-16 03:11:28 +00:00
rods%netscape.com
6639d9eaad
Getting rid of event processor, it is no longer needed and will fix this problem
...
109566 r=kmcclusk sr=waterson
2002-01-16 03:02:35 +00:00
varga%utcru.sk
ff7ad62083
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbaron%fas.harvard.edu
15d7523e7b
Fix windows bustage.
2002-01-16 02:04:20 +00:00
dbaron%fas.harvard.edu
0260274dea
Fix inspector link errors by adding a method on nsICSSStyleRule that forwards GetValue to nsCSSDeclaration.
2002-01-16 01:34:47 +00:00
attinasi%netscape.com
365de153e1
Moved these files to new subfolder 'obsolete'
2002-01-16 01:20:39 +00:00
attinasi%netscape.com
3e780ab9d9
New layout documents: templates and space manager documentation. See bug 115310 and join in the fun
2002-01-16 01:06:26 +00:00
attinasi%netscape.com
e72f4f9f1c
Moving obsolete layout documents to new subfolder.
2002-01-16 00:55:54 +00:00
dbaron%fas.harvard.edu
8adc144bc4
Makefiles must use tabs in some places. Fixing bustage from rbs's checkin.
2002-01-15 23:35:27 +00:00
alecf%netscape.com
34984ed73d
Fix for bug 118915, by Morten@Nilsen.com, r=db48x, sr=alecf - add more descriptive title to images
2002-01-15 23:34:32 +00:00
alecf%netscape.com
4390fff47d
factor out some table-based string manipulation routines to make it easier to seperate unicode vs. 8-bit character strings. bug 114450, r=dbaron sr=jag
2002-01-15 22:57:29 +00:00
rbs%maths.uq.edu.au
888e7f5c38
Build changes to install the svg.dtd file to be used when remapping public IDs to local DTDs, bug 113400, r=harishd, sr=jst
2002-01-15 22:57:10 +00:00
peterlubczynski%netscape.com
fdb17c2839
Fix for plugins consuming context menu events, bug 118789 r=av, sr=beard
2002-01-15 22:45:26 +00:00
blythe%netscape.com
65cd19adda
Fix bug 107270
...
Reduce nsCSSDeclaration footprint
r=dbaron, sr=hyatt
2002-01-15 22:43:37 +00:00
dcone%netscape.com
998f5ccf40
Fix print preview. r=rods sr = attinasi bug =117072. Only control backgrounds painting for printing.
2002-01-15 22:37:15 +00:00
pinkerton%netscape.com
82e94c147d
nsITheme impl on mac. r=sfraser/sr=hyatt. bugs 115731, 115733, 115735, 115737, 115740, 115749, 115760, 115763
2002-01-15 14:59:21 +00:00
rbs%maths.uq.edu.au
7f70f2cd28
Fix regression from the fix for bug 116161. The picky treatment of stretchy MathML characters involves additional style contexts whereas the default search of the background stops at the primary style context
2002-01-15 07:48:10 +00:00
hewitt%netscape.com
7a0aea44b0
fixing nebiros bustage
2002-01-15 05:05:40 +00:00
av%netscape.com
b1a0d5e0b8
Fix for bug 110094 -- winless plugins don't get right coordinates when scrolled, r=bnesse, sr=attinasi
2002-01-14 23:16:37 +00:00
attinasi%netscape.com
c4ce5b9e2e
Fixed problems with reframing recursively due to block-in-inline frames and content appended notifications. r=karnaze sr=waterson b=56894
2002-01-14 22:05:26 +00:00
waterson%netscape.com
7490c158ee
Bug 52242. Include space manager information when computing auto-sized block's height. r=dbaron, sr=attinasi
2002-01-14 20:04:30 +00:00
bzbarsky%mit.edu
1f4fa08671
fix computed style values for background and border properties on
...
tables. Bug 98159, r=karnaze, sr=attinasi
2002-01-14 19:43:59 +00:00
dbaron%fas.harvard.edu
e6598e05b6
Make sure backgrounds are painted correctly by using the correct background to set up information on the view. b=119462 r=pierre sr=hyatt
2002-01-14 15:00:30 +00:00
pierre%netscape.com
80235c2988
103594 "Clean up colors prefs code in nsPresShell". Remove PREFS_USE_OVERRIDE, insert the pref sheet at the
...
beginning of the User level. r=glazman+fantasai/sr-attinasi
2002-01-14 14:47:21 +00:00
pierre%netscape.com
d72aeca554
60325 "<hr> line-height problem caused by large font size". Set the HR font-size to -moz-initial r=glazman/sr=attinasi
2002-01-14 13:27:02 +00:00
pierre%netscape.com
b69d2055a6
89503 "font-size:0 ignored". When the font size is 0, set the x-height, ascent and descent to 0 in the TextReflowData. r=rbs/sr=attinasi
2002-01-14 13:21:55 +00:00
rbs%maths.uq.edu.au
cef48900e6
Add two default declarations to support display=block|inline introduced in MathML 2.0
2002-01-14 08:59:01 +00:00
bryner%netscape.com
4580d4de9b
Hook up onchange events for listboxes. Not turned on yet.
2002-01-14 08:03:22 +00:00
bzbarsky%mit.edu
a0f0a5b2cc
Fix bug 84121, problem with XUL menu sizing/positioning. Patch by
...
Michael Kaply <mkaply@us.ibm.com>, r=dean_tessman@hotmail.com ,
r=piskozub@iopan.gda.pl , sr=hyatt
2002-01-14 05:45:53 +00:00
bryner%netscape.com
0aacd3c809
Bug 119837 - add a parameter to nsITheme::GetMinimumWidgetSize to specify if CSS is allowed to override the min size. r=bzbarsky, sr=hyatt.
2002-01-14 05:40:37 +00:00
rbs%maths.uq.edu.au
98190fd75f
Additional reduction of code size by using a helper to propagate the update of presentation data in a range of child frames
2002-01-14 00:55:53 +00:00
bzbarsky%mit.edu
7ef1d1f644
Change some users of GetAttr to HasAttr instead. Bug 113564, r=jag, sr=jst.
2002-01-13 04:03:52 +00:00
rods%netscape.com
ca41a066b5
This enables platforms to set a pref as to whether they allow print from print preview.
...
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
rods%netscape.com
cda7110edf
Gets title and url from PrintService instead of PrintSettings
...
Bug 117894 r=dcone sr=attinasi
2002-01-12 12:32:32 +00:00
rods%netscape.com
8ce8a77114
Better error failure when certain types of error occur during printing
...
No longer tries to print IFrames or other sub-documents with display:none
Sets title and url into PrintService from PrintSettings
Sets "IsCancelled" on PrintSettings/Service when Print Dialog is cancelled (patr of 118017)
Bug 117894 r=dcone sr=attinasi
2002-01-12 12:31:05 +00:00
rbs%maths.uq.edu.au
cf9d24490b
Continuation of tyding
2002-01-12 08:06:08 +00:00
cathleen%netscape.com
92d4fbf218
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
rbs%maths.uq.edu.au
a83e90c318
Compact code - use a helper function for a re-usable chunk of code
2002-01-12 03:04:14 +00:00
hewitt%netscape.com
6d3c24f44e
116010 - tooltips over autocomplete or menulists will size themselves to source, r=hyatt, sr=blake
2002-01-12 01:59:50 +00:00
hewitt%netscape.com
43cda34734
70858 - [XUL 1.0] Implement <listbox>, r=evaugahn, sr=hyatt
2002-01-12 01:18:10 +00:00
bryner%netscape.com
5b0ab5267e
Fixing problems switching to modern skin, also adding a basic forms package to classic. r=ben, sr=hyatt.
2002-01-11 23:14:43 +00:00
dbaron%fas.harvard.edu
e47cc4c2bc
Do restoration of information in the layout history state immediately after frame initialization rather than using separate code within PresShell::ContentAppended that calls GetPrimaryFrameFor (which is slow and forces every frame into the primary frame map, inefficiently). b=109428 r=rods sr=waterson
2002-01-11 20:10:46 +00:00
bzbarsky%mit.edu
62bab8e43b
Change more instances of NS_ConvertASCIItoUCS2 to NS_LITERAL_STRING.
...
Bug 104159, r=jag, sr=alecf
2002-01-11 19:39:51 +00:00
dbaron%fas.harvard.edu
f833b1af22
Fix background painting as the default color while leaving a page. b=118867 r=sfraser sr=jst
2002-01-11 19:38:21 +00:00
attinasi%netscape.com
651a74602c
Fixed problem with images splitting when they should not be. b=111255 r=karnaze sr=waterson
2002-01-11 19:32:55 +00:00
attinasi%netscape.com
e871b26614
Added regression test for split images (bug 111255). Not part of build
2002-01-11 19:05:05 +00:00
attinasi%netscape.com
28e7266b5a
Regression test for split images. Not part of build
2002-01-11 19:04:37 +00:00
rods%netscape.com
57e9b4a883
reflow was using the wrong DC to rendering context for PP
...
now cropping progress title to 64 chars with elipse o the front
BUg 117745,118729 r=dcone sr=attinasi
2002-01-11 11:59:00 +00:00
rbs%maths.uq.edu.au
05c1973f14
Some tweaks
2002-01-11 05:08:11 +00:00
bryner%netscape.com
1c2e31a6a3
XBL form control work-in-progress:
...
- Separated form control css into implementation (in layout/html/forms),
and appearance (in the theme)
- Implemented select size=1 in modern
- Hooked up onchange events for select size=1
- Removed unneeded theme.mk file
Not turned on by default. r/sr=hewitt.
2002-01-11 04:34:19 +00:00
rbs%maths.uq.edu.au
14edaf7b93
Alert! MissingMathML fonts. Here goes the prompt that the user will see when it is detected that crucial stretchy MathML fonts are not installed. The list of those fonts that are missing is shown so that the user can install them. The message is hardcoded and would need to be localized
2002-01-11 02:57:03 +00:00
bzbarsky%mit.edu
6d62f6f3cf
Implement computed position and clip, make computed style not round
...
values, fix font-style to say "normal" instead of "", and some random
cleanup. Bugs 116032, 116033, 94080, 98052
2002-01-11 00:15:55 +00:00
bzbarsky%mit.edu
916ec2f493
Adding nsIDOMRect implementation to support computed clip. Not part of
...
build yet. Bug 116032, r=peterv, sr=jst
2002-01-11 00:09:01 +00:00
rbs%maths.uq.edu.au
0185ec37f1
[MathML only] Rename the pointer on the embellished operator from |firstChild| to |next| because it is more clearer with the latter that it is an hierarchy. Also made the inheritance of the displaystyle more reliable by walking up to the root <math> tag if necessary, e.g., if a MathML frame happens to be surrounded by non-MathML helper frames needed for its support
2002-01-10 23:40:40 +00:00
rbs%maths.uq.edu.au
9e0fa92a99
Finishing touch to MathML bug 114909
2002-01-10 21:30:41 +00:00
jdunn%netscape.com
061ee47034
AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
...
a function prototype. So we have to decare the function and then
declare it a friend. When Default arguments are used, they need to
be specified in the function prototype and NOT in the friend declaration.
# 43311
r=dbaron@fas.harvard.edu
2002-01-10 14:16:05 +00:00
brade%netscape.com
35e04c55c1
remove unused statics kCSSBreaksSID and kCSSPageSID for gain of 32 bytes (bug 117927; r/sr=jst,darin)
2002-01-10 14:08:36 +00:00
brade%netscape.com
7a12e1b006
remove unused static kISupportsIID for gain of 16 bytes (bug 117927; r/sr=jst,darin)
2002-01-10 14:07:59 +00:00
brade%netscape.com
f5caf0b29b
remove unused statics kEventQueueServiceCID, kEventQueueService and kScrollingViewCID for gain of 48 bytes (bug 117927; r/sr=jst,darin)
2002-01-10 14:05:55 +00:00
varga%utcru.sk
728727cafd
Fix for 116739. Many assertions when moving over the blank area of outliners.
...
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt
- getCellAt() now checks for correct mouse coordinates and sets row value
to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
rbs%maths.uq.edu.au
07dff3093b
Fix MathML bug 114909 - dynamically changing the displaystyle attribute in <mstyle> tag doesn't change display
2002-01-10 04:42:55 +00:00
jkeiser%iname.com
7fbede3e5b
Improved CTRL+mouse/keyboard selection (bug 40983). r=rods, sr=jst
2002-01-10 04:23:13 +00:00
timeless%mac.com
ed26a5d45e
Bug 84380 Need a component that generates thai presentation forms
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls, r=pradhat, sr=attinasi
2002-01-10 02:32:43 +00:00
bzbarsky%mit.edu
a37cc134f1
Fix assertions when getting computed -moz-outline-width and
...
-moz-marker-offset and enable these in Inspector. Bug 114086, r=fabian,
sr=attinasi
2002-01-10 02:20:17 +00:00
rbs%maths.uq.edu.au
11695e8870
Grab a low hanging perf fruit by switching to an API that doesn't copy the font, b=118918, r=dbaron, sr=waterson
2002-01-10 00:04:35 +00:00
bernd.mielke%snafu.de
820ff3a1cf
completing the backout of my checkin for bug 110596
2002-01-09 19:28:12 +00:00
dbaron%fas.harvard.edu
5d88648182
Backing out Bernd's checkin for bug 110596 to fix crashes / weird display. b=118991 r=bernd
2002-01-09 19:17:46 +00:00
rbs%maths.uq.edu.au
06c0b341cd
[MathML only] shuffle shared functions between files to balance the weights of the files
2002-01-09 18:51:30 +00:00
brade%netscape.com
3df6d9fabb
remove unused statics kCRangeCID, kCClipboardCID, kCTransferableCID, and kHTMLConvertCID for savings of 64 bytes (bug 117927; rs=glazou)
2002-01-09 15:52:36 +00:00
brade%netscape.com
a7f542a8b4
remove unused static kViewCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:46:56 +00:00
brade%netscape.com
a2409aeda7
comment out unused statickLookAndFeelCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:46:39 +00:00
brade%netscape.com
8059ee13f4
remove unused statickCChildCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:46:09 +00:00
brade%netscape.com
ecc77c5e8b
remove unused static kITableRowGroupFrameIID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:46:00 +00:00
brade%netscape.com
8538f150c5
remove unused statics kHTMLImageElementCID and kIStyleFrameConstructionIID saving 32 bytes (bug 117927; rs=glazou)
2002-01-09 15:45:50 +00:00
brade%netscape.com
7287821042
#if 0 unused static kViewCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:44:32 +00:00
brade%netscape.com
1e9d149127
remove unused statics kCharsetConverterManagerCID and kPlatformCharsetCID saving 32 bytes (bug 117927; rs=glazou)
2002-01-09 15:43:45 +00:00
brade%netscape.com
8f9249a636
remove unused statics kISupportsIID and kViewCID saving 32 bytes (bug 117927; rs=glazou)
2002-01-09 15:43:20 +00:00
brade%netscape.com
09349e98c7
remove unused static kLegendFrameCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:41:11 +00:00
brade%netscape.com
dc73fb72ba
remove unused const kMozDropdownActive saving 25 bytes (bug 117927; rs=glazou)
2002-01-09 15:40:44 +00:00
brade%netscape.com
c0a96f39c1
remove unused static kIOServiceCID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:39:24 +00:00
brade%netscape.com
dd9d1d8e80
remove unused static kIStyledContentIID saving 16 bytes (bug 117927; rs=glazou)
2002-01-09 15:38:41 +00:00
brade%netscape.com
4e6324d24f
remove unused statics kWidgetCID, kScrollingViewCID, kViewCID saving 48 bytes (bug 117927; rs=glazou)
2002-01-09 15:38:01 +00:00
brade%netscape.com
409b36983a
remove/comment out unused statics kTextEncoderCID and kUBidiUtilCID (bug 117927; rs=glazou)
2002-01-09 15:37:11 +00:00
brade%netscape.com
2880631fe6
#ifdef globals so they aren't defined when they aren't used (bug 117927; rs=glazou)
2002-01-09 15:36:06 +00:00
bernd.mielke%snafu.de
9eaa65079e
bug 118794 remove pxiel frame error r=mkaply sr=attinasi
...
bug 110596 adding form frames to debug reflow - part2 r=karnaze sr=attinasi
2002-01-09 15:27:41 +00:00
aaronl%netscape.com
ba57004bb5
Last part of fix for bug 118633 - null frame checks. r=jgaunt, sr=hewitt
2002-01-09 10:53:57 +00:00
bryner%netscape.com
b384af191f
fixing up spacing. not turned on yet.
2002-01-09 08:30:02 +00:00
bryner%netscape.com
6ca8e3e095
work-in-progress for select dropdown widget. Respond to a custom event fired by the content node to notify us of a selection change. Notify the content node when an item is selected in the popup. Not turned on by default.
2002-01-09 06:38:47 +00:00
jst%netscape.com
d8a5eb795b
Fixing bug 118202. Make <link href='http://...'> send a HTTP referrer to the server. r=bzbarsky@mit.edu, sr=darin@netscape.com
2002-01-09 05:56:43 +00:00
waterson%netscape.com
a0fc3640fa
Print the rest of the linebox flags when debugging reflow. Debug-only change.
2002-01-09 03:04:29 +00:00
waterson%netscape.com
c92c1f3024
Bug 99461 and it's ilk. Remove hack that blasts tables into the same space. r=dbaron, sr=attinasi.
2002-01-09 03:01:13 +00:00
dbaron%fas.harvard.edu
8c29d1138a
Fix crash on certain pages. b=118829 r=jag sr=waterson
2002-01-09 02:36:49 +00:00
hyatt%netscape.com
fea61336ed
Fix for hover/active feedback on radio/checkbox/menulist in WinXP theme. r=hewitt, sr=ben
2002-01-09 01:26:16 +00:00
dbaron%fas.harvard.edu
568a104e66
Remove unused and incorrect code, clean up some other similar code. b=116301 r=jag sr=jst
2002-01-08 15:13:02 +00:00
dcone%netscape.com
f0d6906f6a
bug = 117072. r=rods sr=attinasi. set the paintbackground to true before paint. Fixes paint preview.
2002-01-08 14:58:52 +00:00
dbaron%fas.harvard.edu
887e35d7b3
Remove bogus/noisy assertion. b=118676 / 116161
2002-01-08 04:11:25 +00:00
rbs%maths.uq.edu.au
74dabf2bd2
MathML bug 118475 - Allow stretchy MathML fonts to be customized via the pref system
2002-01-08 02:15:23 +00:00
alecf%netscape.com
5965318acb
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
bryner%netscape.com
fa2aa5e125
work-in-progress for select size=1. not turned on yet.
2002-01-08 01:21:18 +00:00
rods%netscape.com
2978199c64
IMproved printing error codes
...
Bug 86378 r=dcone sr=attinasi
2002-01-08 01:21:08 +00:00
rods%netscape.com
f3fd34b8a7
Improved printing error detection and notification
...
Now gets Doc Title and URL from PrintSettings and uses it instead of
the actual values.
Bugs 86378 & 118637 r=dcone sr=attinasi
2002-01-08 01:17:40 +00:00
ftang%netscape.com
5e3c84b859
fix bug 116976 for big endian machine. change the ill GetBidiProperty implementation to make it work under big endian machinese. Should fix the API later. r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2002-01-08 00:51:39 +00:00
hyatt%netscape.com
9d09b333bd
Fix for 115767, dropdown list support for WinXP, r=hixie, sr=blake
2002-01-08 00:43:20 +00:00
dbaron%fas.harvard.edu
c9c0a97163
Replace the BodyFixupRule with code in nsCSSRendering to fix all the problems with dynamic style changes and backgrounds on the root element and the BODY element. Change the way the HTMLDocumentColorRule (for the table color quirk) is initialized since it used to depend on the BodyFixupRule. b=116161 (also fixes other bugs) r=attinasi sr=hyatt
2002-01-07 23:46:07 +00:00
bernd.mielke%snafu.de
bc6e992a4c
fix torino
2002-01-07 21:29:52 +00:00
bzbarsky%mit.edu
76acea94df
Checkin in for John Keiser <jkeiser@iname.com>. Make checkboxes and
...
radio buttons not fire onChange on pageload if they are checked by
default. Bug 112218, r=rods, sr=jst
2002-01-07 20:37:22 +00:00
hyatt%netscape.com
40b05ee2d6
Fix for 118550, I screwed up minwidth and minheight on boxes. Somewhere evaughan is rolling over in his grave. r=jag, sr=ben
2002-01-07 20:02:19 +00:00
bernd.mielke%snafu.de
17e7536dd9
add form frames to debug reflow bug 115096 r=karnaze sr=attinasi
2002-01-07 19:55:56 +00:00
bernd.mielke%snafu.de
8fe69c3470
add form frames to debug reflow bug 115096 r=karnaze sr=attinasi
2002-01-07 19:44:21 +00:00
rods%netscape.com
5b82204613
Fixes free memory read
...
Bug 113917 r=rods sr=dbaron
2002-01-07 13:31:18 +00:00
alex.fritze%crocodile-clips.com
3fb48509f1
[SVG only] Patch for bug 114423: Make SVG ForeignObject work properly in linux. Thanks to <james.turner@crocodile-clips.com> for spotting the unitialized vars.
2002-01-07 10:23:49 +00:00
bryner%netscape.com
fecd3e5df9
Outliner's pref height should be 0 if no rows= attribute was specified (not 1 row height). rs=hyatt.
2002-01-07 05:37:59 +00:00
varga%utcru.sk
f250f4b254
Fix for 118159. over-zealous scrollbar in outliner. r=dean_tessman@hotmail.com, sr=blake
2002-01-06 20:13:21 +00:00
dbaron%fas.harvard.edu
f0b5da93bd
Attempt to fix WS 5.0 bustage.
2002-01-06 20:07:13 +00:00