joshmoz@gmail.com
|
40883a0363
|
remove camino-specific CSS from forms.css. b=381539 r=cbarrett sr=dbaron
|
2007-05-22 12:44:01 -07:00 |
joshmoz@gmail.com
|
b38e71b541
|
this camino-only CSS is no longer necessary after bug 370282 landed. r/sr=roc
|
2007-05-17 20:15:04 -07:00 |
masayuki@d-toybox.com
|
bc75592576
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 08:51:37 -07:00 |
joshmoz@gmail.com
|
f5341ce3f4
|
Use small control type for radio buttons and checkboxes in HTML. On Windows and Linux this has no effect because small and normal are the same thing, but it means we can differentiate on Mac OS X where they are not. b=380056 r/sr=roc
|
2007-05-09 12:17:17 -07:00 |
joshmoz@gmail.com
|
fbf2906a84
|
Differentiate between single line and multiline text fields/areas so that we can render them differently. On Mac OS X render multiline text areas as Aqua text areas. b=377331 r=smorgan sr=roc
|
2007-05-06 19:06:58 -07:00 |
joshmoz@gmail.com
|
dbb89f415f
|
remove duplicate line of a CSS rule from forms.css. r/sr=dbaron
|
2007-04-30 18:51:47 -07:00 |
stuart.morgan@alumni.case.edu
|
7f8d019662
|
Bug 377110: Strip unnecessary rules from Camino-only forms.css. r=josh sr=dbaron
|
2007-04-12 16:02:37 -07:00 |
axel@pike.org
|
6ccf922cb5
|
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
|
2007-04-11 09:35:01 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
bzbarsky%mit.edu
|
39af4ec835
|
display:block legends should still shrink-wrap. Bug 428423, tests by dholbert,
r=dholbert, sr=dbaron, a=beltzner
|
2008-04-16 16:07:28 +00:00 |
bzbarsky%mit.edu
|
e00aa3f62b
|
Don't use fieldset pref widths as min widths, since pref widths can be
unconstrained. Incidentally makes it possible for text to legends to wrap if
the page wants it to. Bug 404123 and bug 354502, r+sr=dbaron, a=beltzner.
|
2008-03-14 20:48:24 +00:00 |
dbaron%dbaron.org
|
97dc0ca41a
|
Give radio buttons and checkboxes a useful baseline, and switch checkboxes from text-bottom to baseline alignment (to match radios). b=402940 r+sr=bzbarsky a=blocking1.9+
|
2008-03-07 17:57:34 +00:00 |
bzbarsky%mit.edu
|
dc9b0ccd43
|
Use width, not min-width, for empty selects. Plays nicer with author styling.
Bug 315296, r+sr=dbaron, a=beltzner
|
2008-02-21 22:00:29 +00:00 |
jruderman%hmc.edu
|
df7b7e843d
|
Fix bug 414851: let white-space:nowrap inherit into buttons. r+sr=bz, a=schrep
|
2008-02-11 17:11:52 +00:00 |
reed%reedloden.com
|
5ca6c2412c
|
Bug 413945 - "Text on HTML buttons is invisible on hover with HighContrastInverse Theme" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-01-27 04:34:24 +00:00 |
reed%reedloden.com
|
963e16014b
|
Bug 413272 - "HTML SELECT does not show selected item in windows "selected text" style - recent regression" (use new CSS system color for html select options) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a=blocking1.9+]
|
2008-01-24 09:31:46 +00:00 |
reed%reedloden.com
|
2300eb5ef6
|
Bug 412281 - "[GTK] Unfocused options list looks like focused ones" (use -moz-cellhighlight* for non focused selects) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-01-17 10:22:34 +00:00 |
bzbarsky%mit.edu
|
84e3e7312a
|
Don't do arithmetic with unconstrained widths when reflowing comboboxes. Bug
363858, r+sr=dbaron
|
2007-12-03 06:41:39 +00:00 |
reed%reedloden.com
|
266e137d7f
|
Bug 363696 - "Crash [@ nsHTMLReflowState::ComputeContainingBlockRectangle] with file upload control in xul" [p=kinetik@flim.org (Matthew Gregan) r=bzbarsky sr=roc a=blocking1.9+]
|
2007-11-27 03:35:50 +00:00 |
neil%parkwaycc.co.uk
|
6decab3665
|
Bug 399968 Back out some parts from bug 258875 that have no effect r+sr+a=roc
|
2007-10-19 08:51:28 +00:00 |
dholbert%cs.stanford.edu
|
285ed95752
|
Backing out patch for Bug 396984 -- its issues will be addressed via Bug 240117. (see comments 27-28 on Bug 396984)
|
2007-10-03 20:04:33 +00:00 |
dholbert%cs.stanford.edu
|
85e43e1383
|
Bug 396984 - Fix GTK textfield border-width 2px/3px discrepancy. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r/sr/a=roc
|
2007-10-02 21:25:59 +00:00 |
dholbert%cs.stanford.edu
|
38bf6799e6
|
Bug 382147: Make disabled button border-width match enabled buttons.
r=roc sr=roc blocking1.9=joshmoz
|
2007-10-01 16:40:35 +00:00 |
roc+%cs.cmu.edu
|
6b452a11c8
|
Bug 386759. Text inputs should use text-rendering:optimizeLegibility
|
2007-09-18 12:14:46 +00:00 |
bzbarsky%mit.edu
|
4345b88716
|
Avoid doing some work when initializing textfields. Bug 221150, patch by
peterv and a little bit me, r=me, sr=roc
|
2007-07-25 00:11:23 +00:00 |
peterv%propagandism.org
|
b188226d8f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-28 02:48:22 +00:00 |
peterv%propagandism.org
|
3aef5b4f41
|
Backing out to fix orange.
|
2007-06-27 23:21:09 +00:00 |
peterv%propagandism.org
|
c08e0c73cb
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 22:29:54 +00:00 |
joshmoz%gmail.com
|
7ca2131e66
|
remove camino-specific CSS from forms.css. b=381539 r=cbarrett sr=dbaron
|
2007-05-22 19:44:01 +00:00 |
joshmoz%gmail.com
|
5fa5f997ce
|
this camino-only CSS is no longer necessary after bug 370282 landed. r/sr=roc
|
2007-05-18 03:15:04 +00:00 |
masayuki%d-toybox.com
|
e728f6004b
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 15:51:39 +00:00 |
joshmoz%gmail.com
|
16a83528b7
|
Use small control type for radio buttons and checkboxes in HTML. On Windows and Linux this has no effect because small and normal are the same thing, but it means we can differentiate on Mac OS X where they are not. b=380056 r/sr=roc
|
2007-05-09 19:17:18 +00:00 |
joshmoz%gmail.com
|
d0bf8fc036
|
Differentiate between single line and multiline text fields/areas so that we can render them differently. On Mac OS X render multiline text areas as Aqua text areas. b=377331 r=smorgan sr=roc
|
2007-05-07 02:06:59 +00:00 |
joshmoz%gmail.com
|
6284f604e7
|
remove duplicate line of a CSS rule from forms.css. r/sr=dbaron
|
2007-05-01 01:51:47 +00:00 |
stuart.morgan%alumni.case.edu
|
3bf9b682ee
|
Bug 377110: Strip unnecessary rules from Camino-only forms.css. r=josh sr=dbaron
|
2007-04-12 23:02:37 +00:00 |
axel%pike.org
|
b25746ee20
|
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
|
2007-04-11 16:35:03 +00:00 |
masayuki%d-toybox.com
|
fa8fb4715b
|
Bug 335394 We should remove support for the 'invert' value ifdef MOZ_CAIRO_GFX r+sr=dbaron
|
2007-03-15 16:16:20 +00:00 |
joshmoz%gmail.com
|
acc4cbb446
|
fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad
|
2007-02-27 21:54:52 +00:00 |
joshmoz%gmail.com
|
d78ea149e8
|
cocoa native text fields draw outside bounds, have incorrect border/padding setup. b=370593 r=smorgan sr=dbaron
|
2007-02-16 18:18:48 +00:00 |
dbaron%dbaron.org
|
116da6be23
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
mozilla.mano%sent.com
|
b2b8d76fcf
|
Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron.
|
2006-10-05 07:05:58 +00:00 |
joshmoz%gmail.com
|
c28981d085
|
fix image overlayed on select widgets in cocoa widgets. patch by Philippe Wittenbergh. b=350973 r=josh sr=dbaron
|
2006-10-04 06:23:49 +00:00 |
cvshook%sicking.cc
|
ebaf4c207b
|
Back out patch from bug 324501 as this is not the right fix. r/sr=dbaron
|
2006-08-10 04:16:29 +00:00 |
mats.palmgren%bredband.net
|
dbd2be8da2
|
Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky
|
2006-07-25 16:16:30 +00:00 |
nick.kreeger%park.edu
|
0ecd3061ce
|
Fix bug 324501, Search field input box renders with unnecessary boder. Patch by Smokey Ardisson <alqahira@mindspring.com> r=Chris Lawson, sr=smfr, dveditz=branch approval 1.8.0 and 1.8.1. Landing 1.8.0, 1.8, and trunk.
|
2006-06-15 03:45:34 +00:00 |
uriber%gmail.com
|
9ebac128d8
|
Bug 333243: Options inside <optgroup>s in RTL <selects>s are not indented. r+sr=dbaron
|
2006-04-15 07:39:46 +00:00 |
uriber%gmail.com
|
811a61a06e
|
Bug 326123: Add 1px horizontal padding to the anonymous div in text inputs and textareas. r=dbaron sr=bzbarsky
|
2006-02-09 18:03:04 +00:00 |
mark%moxienet.com
|
965f7e18f1
|
323265 Disabled <input type="image"> has opaque/white background in Camino. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=smorgan sr=smfr a/1.8.1=josh. 322828 File upload widget flickers when styled with font size. Patch by Wevah <mozilla@derailer.org>. r=sardisson sr=smfr a/1.8.1=josh
|
2006-02-03 04:35:02 +00:00 |
uriber%gmail.com
|
7ace7af7a3
|
Bug 323040: RTL <select>s have incorrect horizontal padding. r+sr=dbaron
|
2006-01-20 06:45:53 +00:00 |
mark%moxienet.com
|
18e7b7ce3a
|
315203 <select> elements are transparent, background color shows through (Camino). 282941 margin on input[type="image"] breaks layout (Camino). Patch by Smokey Ardisson <alqahira@mindspring.com>. r=pink sr=smfr
|
2006-01-05 20:59:34 +00:00 |