jst%netscape.com
|
8cedb6d652
|
Whitespace changes.
|
2001-11-29 09:59:31 +00:00 |
|
rods%netscape.com
|
166b7fbd76
|
Give checkbox and radio face color on active
Bug 56585 r=bryner sr=attinasi
|
2001-11-29 09:54:38 +00:00 |
|
jst%netscape.com
|
db54a5d2c2
|
Fixing bug 112473. Eliminate unnecessary allocations in the CSS parser and speed up NS_NewHTMLReflowCommand() a bit. r=dbaron@fas.harvard.edu, rs=waterson@netscape.com
|
2001-11-29 08:48:53 +00:00 |
|
dbaron%fas.harvard.edu
|
3645b0e30a
|
Fix HP bustage by moving GetStyleData function templates from nsStyleStruct.h to nsIFrame.h and nsIStyleContext.h b=111883
|
2001-11-28 06:50:13 +00:00 |
|
dbaron%fas.harvard.edu
|
5720f35dba
|
Add typesafe functions (global |GetStyleData|) for accessing style data. b=111883 r=pierre sr=hyatt
|
2001-11-28 05:04:23 +00:00 |
|
dbaron%fas.harvard.edu
|
c05f76fc6b
|
Consider the result of |mStyleRuleSupplier->UseDocumentRules| in FileRules to prevent incorrect application of document rules to scrollbars and some form controls. Patch from <fantasai@escape.com>. r=dbaron sr=hyatt b=109808
|
2001-11-28 04:54:05 +00:00 |
|
dbaron%fas.harvard.edu
|
ed2b034b08
|
Fix crash and incorrect calculation of percentage line-height by computing relative to self's font-size rather than parent's font size. r=pierre sr=hyatt b=111405
|
2001-11-28 04:35:52 +00:00 |
|
alecf%netscape.com
|
8e1f300899
|
first part of fix for bug 112209, making nsStr private by switching nsStaticNameTable over to nsAFlatString. r=dbaron, sr=blake
|
2001-11-27 21:13:53 +00:00 |
|
timeless%mac.com
|
185f31746d
|
Bugzilla Bug 111606�Want black combo box arrow
by neil@parkwaycc.co.uk r=rods sr=attinasi
|
2001-11-27 15:48:16 +00:00 |
|
bzbarsky%mit.edu
|
fff0f74e17
|
Make sure the <input type="hidden"> never takes up space by setting it
to use display:none (now that it'll submit fine with that setting).
Bug 109847, r=jkeiser, sr=attinasi
|
2001-11-27 15:36:33 +00:00 |
|
dbaron%fas.harvard.edu
|
e4a26b13a2
|
Bug 109431: Speed up ID selector matching, mainly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. Bug 110815: Avoid an unneeded QI from nsICSSStyleRule to nsIStyleRule, which it inherits. r=jag sr=hyatt
|
2001-11-21 03:30:44 +00:00 |
|
bzbarsky%mit.edu
|
6331a770d6
|
Check the mimetype on the stylesheet channel and only
load the sheet if the type is text/css (strict mode change
only). bug 46225, r=dbaron, sr=attinasi
|
2001-11-19 20:30:29 +00:00 |
|
rbs%maths.uq.edu.au
|
20f5c3c7d0
|
bug 110417 - no need to special-case the viewsource protocol anymore since security now knows about it. r=bzbasrky sr=jst
|
2001-11-17 02:36:05 +00:00 |
|
hyatt%netscape.com
|
62e1620a29
|
MIssed a spot in 109261. same reviewers apply as for previous checkin of bug fix.
|
2001-11-15 07:31:13 +00:00 |
|
hyatt%netscape.com
|
257658ac62
|
Inline PeekStyleData for 109261.
|
2001-11-14 08:29:11 +00:00 |
|
hyatt%netscape.com
|
cec98cc49a
|
Perf and footprint opt. Make style re-resolution cheaper. r=glazou, sr=hewitt, bug 109261
|
2001-11-14 08:19:13 +00:00 |
|
dbaron%fas.harvard.edu
|
88158430a4
|
Attempt to fix HP runtime bustage. b=83836
|
2001-11-11 20:46:42 +00:00 |
|
bzbarsky%mit.edu
|
fbe8c76d57
|
Fixing bogus indentation that I missed (checked in old version of
patch). bug 84599 reprise, r=glazou, sr=attinasi (still).
|
2001-11-11 03:56:49 +00:00 |
|
dbaron%fas.harvard.edu
|
147c28fd22
|
Avoid applying all default rendering of HTML's table element to anonymous table objects. b=72358 r=hixie sr=attinasi
|
2001-11-11 01:35:25 +00:00 |
|
dbaron%fas.harvard.edu
|
c25fe11d0f
|
Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt
|
2001-11-10 23:51:45 +00:00 |
|
bzbarsky%mit.edu
|
c255aa1143
|
Fix getComputedStyle() position/size calculations. Bug 84599 and bug
94855, r=glazou, sr=attinasi
|
2001-11-10 17:29:04 +00:00 |
|
dbaron%fas.harvard.edu
|
080cfc9fdb
|
Add omitted NS_INIT_ISUPPORTS. b=108750 a=blizzard
|
2001-11-08 02:17:43 +00:00 |
|
dbaron%fas.harvard.edu
|
8e721c4e39
|
Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750
|
2001-11-07 07:06:31 +00:00 |
|
karnaze%netscape.com
|
1d522d115b
|
bug 107857 - add -moz-show-background value to empty-cells and make that the quirk default. sr=attinasi, r=pierre.
|
2001-11-06 22:52:59 +00:00 |
|
rods%netscape.com
|
1c57cc75d5
|
Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
|
2001-11-06 12:18:51 +00:00 |
|
pierre%netscape.com
|
3da4d257d9
|
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
|
2001-11-06 10:04:05 +00:00 |
|
dbaron%fas.harvard.edu
|
01bf33644b
|
Fix inheritance of percentage values for 'line-height' by removing hacks to base percentage values for 'line-height' on the actual value rather than the computed value of 'font-size'. Fix various |const|-ness issues in nsRuleNode. b=97726 r=pierre sr=hyatt
|
2001-11-06 07:48:02 +00:00 |
|
karnaze%netscape.com
|
7b026a9471
|
bug 107857 - show backgrounds on empty cells in quirks mode. sr=attinasi,r=alexsavulov,hixie
|
2001-11-05 15:32:25 +00:00 |
|
rods%netscape.com
|
37a4501149
|
Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
|
2001-11-03 14:59:39 +00:00 |
|
jst%netscape.com
|
144090f3bb
|
Fixing bug 108321. Don't waste time using the component manager when creating an nsHTMLAttributes when setting attributes on an element, call NS_NewHTMLAttributes() directly in stead. Also doing some cleaning up in nsHTMLStyleSheet.cpp. r=dbaron@fas.harvard.edu, sr=hyatt@netscape.com
|
2001-11-03 08:13:48 +00:00 |
|
jst%netscape.com
|
6d64ded4f2
|
Checking in John Keiser's <jkeiser@iname.com> fix for *tons* of form submission and <select> related bugs, see tracking bug 34297 for details. r=rods@netscape.com, sr=jst@netscape.com
|
2001-11-02 07:40:01 +00:00 |
|
kin%netscape.com
|
a46abef38f
|
Backout glazman's fix for bug 107567, pending investigation
on why it causes the tinderbox Leak count to go up.
a=beard@netscape.com,jj@netscape.com
|
2001-10-31 19:03:46 +00:00 |
|
glazman%netscape.com
|
3b65896526
|
Remove useless mSheetMap table from nsCSSLoader; b=107567, r=peterv,rjesup@wgate.com; sr=kin
|
2001-10-31 15:53:25 +00:00 |
|
dbaron%fas.harvard.edu
|
978c81f4e8
|
Additional cleanup after bug 56117: prevent :first-letter from leading to style resolution on text nodes and stop all style resolution for placeholder frames (formerly :placeholder-frame pseudo-element) and for text following a :first-line pseudo-element (formerly :-moz-letter-frame pseudo-element). b=107534 r=waterson, attinasi sr=hyatt
|
2001-10-31 02:53:47 +00:00 |
|
dbaron%fas.harvard.edu
|
c13d4f0b0c
|
Avoid attempting to do CSS selector matching on text nodes, comments, or processing instructions by adding a 'NonElement' style resolution method that assumes that no rules match (temporarily, until we don't have style contexts for text nodes) and by cleaning code that was using textPseudo (the usual case) or passing the text node directly (only a few unusual cases). b=56117 r=hyatt sr=attinasi
|
2001-10-30 06:02:05 +00:00 |
|
bernd.mielke%snafu.de
|
a5712df37d
|
bug 97630 cut line-height inheritance for tables in quirks mode
r=hixie,karnaze sr=attinasi
|
2001-10-29 19:44:05 +00:00 |
|
jaggernaut%netscape.com
|
cad0dc7095
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-27 06:44:19 +00:00 |
|
alecf%netscape.com
|
743fc2884d
|
other changes for bug 100214, r=jag, sr=scc
include nsUnicharUtils.h for useful stuf
|
2001-10-26 02:38:29 +00:00 |
|
dbaron%fas.harvard.edu
|
02f3a2d769
|
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
|
2001-10-25 03:21:53 +00:00 |
|
bzbarsky%mit.edu
|
27d3c2549e
|
Improve how we get our charset for stylesheets. Look at HTTP header,
charset attribute on <link> or <?xml-stylesheet?> and at the document's
charset. Bugs 57164, 72658, 83207. r=pierre, sr=attinasi
|
2001-10-25 00:34:20 +00:00 |
|
ducarroz%netscape.com
|
72f5b3d1f1
|
Fix for bug 106560. Crash in StyleSetImp::ShutDown when mRuleTree is null. Need to check mRuleTree before using it. R=bienvenu, SR=hyatt
|
2001-10-25 00:19:21 +00:00 |
|
dbaron%fas.harvard.edu
|
6095c74c92
|
My guess at AIX and OS/2 bustage was wrong -- backing it out. Someone with access to a machine with one of those compilers will have to try various things here.
|
2001-10-24 09:03:46 +00:00 |
|
glazman%netscape.com
|
19436c0ab5
|
STYLE attribute should not expand CSS shorthand property assignment to equivalent longhand assignments; b=18894, r=peterv, sr=attinasi
|
2001-10-24 08:08:30 +00:00 |
|
dbaron%fas.harvard.edu
|
da56284412
|
Wild guess at fixing AIX and OS/2 bustage.
|
2001-10-24 06:53:39 +00:00 |
|
dbaron%fas.harvard.edu
|
150e74f898
|
Moving nsRuleNode.cpp back to content/base/src from content/shared/src and inlining GetRule to fix linker errors on BeOS and probably also AIX, and since it doesn't need to be in content/shared and cvs won't like re-adding to content/html/style/src. b=104336
|
2001-10-24 06:25:08 +00:00 |
|
hyatt%netscape.com
|
0c8c1348b3
|
Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
|
2001-10-24 00:01:09 +00:00 |
|
bryner%netscape.com
|
03cd3c194e
|
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
|
2001-10-22 22:43:52 +00:00 |
|
rods%netscape.com
|
ec608cec13
|
Make labels inline !important
Bug 100801 r=rods sr=attinasi
|
2001-10-22 10:39:35 +00:00 |
|
dougt%netscape.com
|
d161575ba4
|
Remove extra exports. patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com
|
2001-10-19 21:02:39 +00:00 |
|
dougt%netscape.com
|
942988df26
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172, 104316, 104420, 104426, 104461, 104511, 104527
|
2001-10-19 20:59:33 +00:00 |
|