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

95127 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com 2ece01368f 44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt 2002-01-06 19:57:00 +00:00
rbs%maths.uq.edu.au 8552445f56 Move a getter to the safer place where the font was just set in the rendering context (its state could change, who knows) 2002-01-06 19:50:51 +00:00
rbs%maths.uq.edu.au 9b899cf2fb Add an additional clause when picking the desired stretchy size in the self-stretch situation, and give more descriptive comments 2002-01-06 19:47:24 +00:00
rbs%maths.uq.edu.au aceedc85d5 Simple cleanup 2002-01-06 19:42:08 +00:00
rbs%maths.uq.edu.au c2330df4a5 Fix leaky style context 2002-01-06 19:40:04 +00:00
dbaron%fas.harvard.edu 6ef5940320 Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag 2002-01-06 18:37:27 +00:00
dbaron%fas.harvard.edu 561311a8b2 Get the visibility style struct to ensure that we check the 'direction' property and thus enable BIDI if necessary before beginning reflow. b=115921 r=smontagu sr=hyatt 2002-01-06 18:25:38 +00:00
dbaron%fas.harvard.edu b864327c87 Clean up nsBlockFrame::RemoveFrame and add assertion to nsFrameList. b=114222 r=waterson sr=kin 2002-01-06 18:17:41 +00:00
dbaron%fas.harvard.edu a293c9dc19 Bug 117374: nsBlockFrame::UpdateSpaceManager is no longer needed since nsBlockReflowState::RecoverFloaters does the same work.
Bug 113895:  Pass |aDeltaY| as 0 for recursive calls to RecoverFloaters.
b=117374  r=attinasi  sr=waterson
2002-01-06 18:14:00 +00:00
jake%acutex.net 6f658a8b68 Bug 113975 - Changing only cc on mass change page incorrectly gives an error that you didn't select anything to change.
r= myk x2
2002-01-06 14:36:00 +00:00
peterv%netscape.com b613a30f7a XHTML is case-sensitive. Pass the right flag to NS_CreateHTMLElement r=sicking, sr=jst. 2002-01-06 10:34:41 +00:00
varga%utcru.sk 87028481eb Post fix for 99715. convert category tree to use outliner. r=hixie, sr=blake 2002-01-06 08:50:38 +00:00
blakeross%telocity.com 9114e02b59 117668 - convert help to outliner. r=varga sr=hewitt 2002-01-06 07:57:27 +00:00
bstell%ix.netcom.com 017c2bee2b bug 112516 move shared gtk files to x11shared
Makefile.in changes r=cls
the files were moved but not otherwise changed
2002-01-06 07:15:43 +00:00
bstell%ix.netcom.com 994a3ddb6a bug 112516 move shared files from gfx/src/gtk to gfx/src/x11shared
these were copied
2002-01-06 07:00:46 +00:00
cotter%netscape.com 4281c66b1b Ongoing privacy & security help content updates, r-oeschger; includes new file (profiles_help.html) that oeschger will add to manifest. 2002-01-06 05:02:47 +00:00
cotter%netscape.com c472836dba Ongoing security & privacy help content updates, r=oeschger; additions for new Cookie Manager help buttons. 2002-01-06 04:50:03 +00:00
jst%netscape.com b74c53591a Fixing bug 86191. Don't return nsnull as a nsresult, return NS_OK in stead. r=sicking@bigfoot.com, sr=nobody, trivial change. 2002-01-06 02:39:13 +00:00
bstell%ix.netcom.com e1db4e7f60 bug 118033, remove useless assertion
checkin for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=blizzard
2002-01-06 02:36:19 +00:00
bstell%ix.netcom.com 6158613784 bug 116136 - fix aasb with 10646 fonts
r=ftang, sr=shaver
2002-01-06 02:28:02 +00:00
jst%netscape.com b842d0433f Fixing bug 118104. link.search and link.hash should be empty if there's no search/hash in the url, in stead of containing '?'/'#'. Patch by hidday@geocities.com, r=bzbarsky@mit.edu, sr=jst@netscape.com 2002-01-06 02:04:33 +00:00
hyatt%netscape.com 179f32fe3c Fix for 115759, support for textfields in WinXP, r=hixie, sr=jst 2002-01-06 01:43:17 +00:00
hyatt%netscape.com 03e7fc057f Fixing 115750, support for tabpanels and tabs in WinXP, r=bryner, sr=blake 2002-01-06 00:22:24 +00:00
bryner%netscape.com 490fa68daf Fixing prefs crasher bug 118322. r=sdagley, sr=shaver. 2002-01-05 23:51:04 +00:00
hyatt%netscape.com c386006aac Fix for 118368, support for drop shadows under menus and tooltips on WinXP, r=bryner, sr=blake 2002-01-05 23:50:52 +00:00
hyatt%netscape.com a9a8f30db3 Fix for 115750, WinXP tab support. r=bryner, sr=blake 2002-01-05 23:44:39 +00:00
av%netscape.com 0fa45e0f2c Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build 2002-01-05 22:38:26 +00:00
av%netscape.com b8e8d0be24 Fixing saving GUI prefs in the Tester plugin -- not part of the build 2002-01-05 22:25:32 +00:00
varga%utcru.sk 8f1fb003e2 Fix for 118160. Secuirty Policies preference panel accidentally activated. r=varga, rs=waterson, patch=timeless 2002-01-05 21:12:40 +00:00
cmanske%netscape.com 0e4dc3f951 Part of fix to colorpicker bug 115694, r=syd, sr=hewitt 2002-01-05 20:54:09 +00:00
cmanske%netscape.com 3549eafa09 Fix updating toolbar color after page color is changed, b=115694, r=syd, sr=hewitt 2002-01-05 20:40:05 +00:00
cmanske%netscape.com 95392cc913 Fixed list layout problems in Link and Spelling dialog (remove bad CSS) b=112951, r=andreww, sr=hewitt 2002-01-05 20:31:46 +00:00
ian%hixie.ch d6b85c5c4b Added a style rule for to win and mac classic skins to match modern, which makes the <description> and <label> fields have default (arrow) cursors rather than text (i-beam) cursors. b=118321, sr=blake, sr=hyatt. The changes in this patch are in the public domain. 2002-01-05 20:31:29 +00:00
cmanske%netscape.com 5492027621 Fixed list layout problems in Link and Spelling dialog (b=112951, r=andreww, sr=hewitt); rearrange buttons in spelling dialog (b=116672, r=glazman, sr=hewitt 2002-01-05 20:30:48 +00:00
cmanske%netscape.com 0336a6e359 Save default file dirs for HTML and Images, b=93487, r=syd, sr=hewitt 2002-01-05 20:25:53 +00:00
hyatt%netscape.com 9fc64d2378 Fix for 118370, r=bryner, sr=blake 2002-01-05 20:21:21 +00:00
dbaron%fas.harvard.edu 340dd51c8c Using PR_ALIGN_OF_POINTER instead of sizeof(void*) since the preprocessor can't do math on a sizeof expression. Still fixing the same bustage. 2002-01-05 16:40:21 +00:00
dbaron%fas.harvard.edu 5ef46c09b9 Fix bustage (really?) since NSPR defines ALIGN_OF_WORD to PR_ALIGN_OF_WORD even when PR_ALIGN_OF_WORD isn't defined. 2002-01-05 15:53:51 +00:00
dbaron%fas.harvard.edu c8b89f38d1 Fix OS/2 bustage by undefining |index|. 2002-01-05 15:43:19 +00:00
dbaron%fas.harvard.edu 40437d1fd6 Fix tabbing through image maps and fix Windows crash right-clicking on image maps by reverting my changes to nsImageMap from bug 110911 and by giving the primary frame map larger entries to accomodate mapping from a content node to a frame with a different |mContent|. b=115481, 114377 r=bryner sr=attinasi 2002-01-05 15:22:52 +00:00
dbaron%fas.harvard.edu 7ef7d56867 Fix typo in alecf's previous bustage fix. 2002-01-05 14:59:05 +00:00
jaggernaut%netscape.com bd932efbcb Bug 113228: Remove To{Lower,Upper}Case from ns{C}String. r=bzbarsky, sr=jst 2002-01-05 11:18:57 +00:00
jaggernaut%netscape.com c55591d51e str.ToUpperCase() -> ToUpperCase(str), r=mozbot, rs=scc 2002-01-05 11:14:51 +00:00
blakeross%telocity.com 5820fb925b 117668 - convert help to outliner. r=oeschger sr=hewitt 2002-01-05 08:32:34 +00:00
alecf%netscape.com 526b9354ee fix non-Mac/Win/Unix platforms by defining my own alignment where it isn't already defined 2002-01-05 08:29:55 +00:00
sspitzer%netscape.com af12714099 fix for #115701. fix import text. text reviewed by robinf, rs=bienvenu 2002-01-05 07:57:29 +00:00
bryner%netscape.com 6736764e6e Fixing windows bustage. 2002-01-05 07:51:43 +00:00
bryner%netscape.com 6cf1d33b09 Initial checkin of XBL select widget (listbox) code (bug 112713).
Summary of changes:
- Removed old XBL form control cruft.
- Made nsOutlinerContentView accessible from content scripts.
- Created a new interface, nsIDOMNSXBLFormControl which exists to allow a
select element to have an outliner box object.
- Factored out nsChildIterator into its own file.
- Added support to the outliner content view for having option elements
directly inserted in the outliner.
- Cleaned up pixel/twip conversions in outliner.
- Added support for intrinsic width for outliner.

r=jag, sr=hyatt.  Note that the new select widget is NOT turned on by
default.
2002-01-05 07:17:10 +00:00
stephend%netscape.com 6283dc3c44 Bug 58572. Javascript strict warnings in mailWidgets.xml. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=shaver 2002-01-05 05:24:24 +00:00
stephend%netscape.com b340910942 Bug 79333. Javascript strict warnings in pref-directory.add.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=shaver 2002-01-05 05:20:49 +00:00