Commit Graph

96282 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
9fffba3f2b Attempt to fix WS 5.0 bustage.
git-svn-id: svn://10.0.0.236/trunk@111459 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 20:07:13 +00:00
blakeross%telocity.com
e87b893851 113535 - implement center cropping for outliner. r=varga sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@111458 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:59:20 +00:00
blakeross%telocity.com
4ce39a230a 117685 - nsChromeRegistry::IsSkinSelected not returning correct result. Return 3 values, none, partial and full (needed for 44032). r=hewitt sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@111457 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:58:01 +00:00
blakeross%telocity.com
fcee1f964f 44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111456 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:57:00 +00:00
rbs%maths.uq.edu.au
7a64f138ef Move a getter to the safer place where the font was just set in the rendering context (its state could change, who knows)
git-svn-id: svn://10.0.0.236/trunk@111455 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:50:51 +00:00
rbs%maths.uq.edu.au
88ddfc7837 Add an additional clause when picking the desired stretchy size in the self-stretch situation, and give more descriptive comments
git-svn-id: svn://10.0.0.236/trunk@111454 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:47:24 +00:00
rbs%maths.uq.edu.au
58f556187d Simple cleanup
git-svn-id: svn://10.0.0.236/trunk@111453 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:42:08 +00:00
rbs%maths.uq.edu.au
2fb4fefee6 Fix leaky style context
git-svn-id: svn://10.0.0.236/trunk@111452 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 19:40:04 +00:00
dbaron%fas.harvard.edu
785de1f5f1 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
git-svn-id: svn://10.0.0.236/trunk@111451 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 18:37:27 +00:00
dbaron%fas.harvard.edu
025f414842 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
git-svn-id: svn://10.0.0.236/trunk@111450 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 18:25:38 +00:00
dbaron%fas.harvard.edu
ba011ecd80 Clean up nsBlockFrame::RemoveFrame and add assertion to nsFrameList. b=114222 r=waterson sr=kin
git-svn-id: svn://10.0.0.236/trunk@111449 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 18:17:41 +00:00
dbaron%fas.harvard.edu
4a32ed3c58 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


git-svn-id: svn://10.0.0.236/trunk@111448 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 18:14:00 +00:00
jake%acutex.net
df47257748 Bug 113975 - Changing only cc on mass change page incorrectly gives an error that you didn't select anything to change.
r= myk x2


git-svn-id: svn://10.0.0.236/trunk@111447 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 14:36:00 +00:00
peterv%netscape.com
2fa512bd41 XHTML is case-sensitive. Pass the right flag to NS_CreateHTMLElement r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@111446 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 10:34:41 +00:00
varga%utcru.sk
0422baf3d0 Post fix for 99715. convert category tree to use outliner. r=hixie, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111445 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 08:50:38 +00:00
blakeross%telocity.com
b9cbc12297 117668 - convert help to outliner. r=varga sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111444 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 07:57:27 +00:00
bstell%ix.netcom.com
bc412613aa bug 112516 move shared gtk files to x11shared
Makefile.in changes r=cls
the files were moved but not otherwise changed


git-svn-id: svn://10.0.0.236/trunk@111443 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 07:15:43 +00:00
bstell%ix.netcom.com
506f3553af bug 112516 move shared files from gfx/src/gtk to gfx/src/x11shared
these were copied


git-svn-id: svn://10.0.0.236/trunk@111442 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 07:00:46 +00:00
cotter%netscape.com
4ca20503dd Ongoing privacy & security help content updates, r-oeschger; includes new file (profiles_help.html) that oeschger will add to manifest.
git-svn-id: svn://10.0.0.236/trunk@111441 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 05:02:47 +00:00
cotter%netscape.com
475c549113 Ongoing security & privacy help content updates, r=oeschger; additions for new Cookie Manager help buttons.
git-svn-id: svn://10.0.0.236/trunk@111440 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 04:50:03 +00:00
jst%netscape.com
2e5e8c3344 Fixing bug 86191. Don't return nsnull as a nsresult, return NS_OK in stead. r=sicking@bigfoot.com, sr=nobody, trivial change.
git-svn-id: svn://10.0.0.236/trunk@111439 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 02:39:13 +00:00
bstell%ix.netcom.com
191b56fa8a bug 118033, remove useless assertion
checkin for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@111438 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 02:36:19 +00:00
bstell%ix.netcom.com
0e9567a214 bug 116136 - fix aasb with 10646 fonts
r=ftang, sr=shaver


git-svn-id: svn://10.0.0.236/trunk@111437 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 02:28:02 +00:00
jst%netscape.com
de8e5658f6 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
git-svn-id: svn://10.0.0.236/trunk@111436 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 02:04:33 +00:00
hyatt%netscape.com
d8f9c1b0ed Fix for 115759, support for textfields in WinXP, r=hixie, sr=jst
git-svn-id: svn://10.0.0.236/trunk@111435 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 01:43:17 +00:00
hyatt%netscape.com
d2db2e6c2a Fixing 115750, support for tabpanels and tabs in WinXP, r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111434 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-06 00:22:24 +00:00
bryner%netscape.com
d126626bbc Fixing prefs crasher bug 118322. r=sdagley, sr=shaver.
git-svn-id: svn://10.0.0.236/trunk@111433 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 23:51:04 +00:00
hyatt%netscape.com
02941169ac Fix for 118368, support for drop shadows under menus and tooltips on WinXP, r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111432 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 23:50:52 +00:00
hyatt%netscape.com
37c79ab46e Fix for 115750, WinXP tab support. r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111431 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 23:44:39 +00:00
av%netscape.com
cb30897198 Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build
git-svn-id: svn://10.0.0.236/trunk@111430 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 22:38:26 +00:00
av%netscape.com
c14ca63dfd Fixing saving GUI prefs in the Tester plugin -- not part of the build
git-svn-id: svn://10.0.0.236/trunk@111429 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 22:25:32 +00:00
varga%utcru.sk
335852fdea Fix for 118160. Secuirty Policies preference panel accidentally activated. r=varga, rs=waterson, patch=timeless
git-svn-id: svn://10.0.0.236/trunk@111428 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 21:12:40 +00:00
cmanske%netscape.com
7b1567e204 Part of fix to colorpicker bug 115694, r=syd, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111427 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:54:09 +00:00
cmanske%netscape.com
6f86892c01 Fix updating toolbar color after page color is changed, b=115694, r=syd, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111426 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:40:05 +00:00
cmanske%netscape.com
2a6da66ff1 Fixed list layout problems in Link and Spelling dialog (remove bad CSS) b=112951, r=andreww, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111425 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:31:46 +00:00
ian%hixie.ch
b07ad62172 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.
git-svn-id: svn://10.0.0.236/trunk@111424 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:31:29 +00:00
cmanske%netscape.com
818efacd35 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
git-svn-id: svn://10.0.0.236/trunk@111423 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:30:48 +00:00
cmanske%netscape.com
b35520e67c Save default file dirs for HTML and Images, b=93487, r=syd, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111422 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:25:53 +00:00
hyatt%netscape.com
97dc09f2ea Fix for 118370, r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@111421 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 20:21:21 +00:00
dbaron%fas.harvard.edu
65120036dc 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.
git-svn-id: svn://10.0.0.236/trunk@111418 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 16:40:21 +00:00
dbaron%fas.harvard.edu
a16848c716 Fix bustage (really?) since NSPR defines ALIGN_OF_WORD to PR_ALIGN_OF_WORD even when PR_ALIGN_OF_WORD isn't defined.
git-svn-id: svn://10.0.0.236/trunk@111417 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 15:53:51 +00:00
dbaron%fas.harvard.edu
799b4588b8 Fix OS/2 bustage by undefining |index|.
git-svn-id: svn://10.0.0.236/trunk@111416 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 15:43:19 +00:00
dbaron%fas.harvard.edu
e149e57952 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
git-svn-id: svn://10.0.0.236/trunk@111415 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 15:22:52 +00:00
dbaron%fas.harvard.edu
75ff2da8f4 Fix typo in alecf's previous bustage fix.
git-svn-id: svn://10.0.0.236/trunk@111414 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 14:59:05 +00:00
jaggernaut%netscape.com
9f55bebd67 Bug 113228: Remove To{Lower,Upper}Case from ns{C}String. r=bzbarsky, sr=jst
git-svn-id: svn://10.0.0.236/trunk@111413 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 11:18:57 +00:00
jaggernaut%netscape.com
8c7b440184 str.ToUpperCase() -> ToUpperCase(str), r=mozbot, rs=scc
git-svn-id: svn://10.0.0.236/trunk@111412 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 11:14:51 +00:00
blakeross%telocity.com
5d9a89f460 117668 - convert help to outliner. r=oeschger sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@111411 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 08:32:34 +00:00
alecf%netscape.com
4eeea60a15 fix non-Mac/Win/Unix platforms by defining my own alignment where it isn't already defined
git-svn-id: svn://10.0.0.236/trunk@111410 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 08:29:55 +00:00
sspitzer%netscape.com
f202c7cabc fix for #115701. fix import text. text reviewed by robinf, rs=bienvenu
git-svn-id: svn://10.0.0.236/trunk@111409 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 07:57:29 +00:00
bryner%netscape.com
72bf32c474 Fixing windows bustage.
git-svn-id: svn://10.0.0.236/trunk@111408 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-05 07:51:43 +00:00