bzbarsky@mit.edu
|
6e1cb1e471
|
Minor tweaks to the HTML.
|
2007-05-16 10:01:17 -07:00 |
|
bzbarsky@mit.edu
|
e8a960c0a8
|
Fix regression bug 380842: allow block-display generated content on table cellsand captions again. r+sr=dbaron
|
2007-05-16 09:57:28 -07:00 |
|
bzbarsky@mit.edu
|
01da3bef40
|
Followup tweak for bug 379809, r=dbaron
|
2007-05-16 09:03:05 -07:00 |
|
masayuki@d-toybox.com
|
cae88bda36
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 08:51:37 -07:00 |
|
tor@cs.brown.edu
|
fbf7c7d5ef
|
Bug 380691 - <clipPath> and <mask> not working with <foreignObject>. r+sr=roc
|
2007-05-16 08:14:19 -07:00 |
|
roc+@cs.cmu.edu
|
752cb1c711
|
Not Part Of The Build. 1) Round font underline/overline/strikeout offsets and sizes to device pixels to try to ensure consistent visual offsets and sizes even when the baseline point is not pixel-aligned. 2) snap the text baseline y coordinate to the nearest pixel, because the decoration lines will be snapped themselves and we need the gaps to remain consistent. 3) fix bug in selection-decoration x coordinate which was forgetting to include the frame x-offset.
|
2007-05-15 22:21:41 -07:00 |
|
bzbarsky@mit.edu
|
1492416482
|
Back out part of the last change which is not actually correct
|
2007-05-15 20:39:36 -07:00 |
|
bzbarsky@mit.edu
|
9a024b3234
|
Apparently we can't handle "thin" here yet.
|
2007-05-15 20:33:04 -07:00 |
|
bzbarsky@mit.edu
|
63661ce0ab
|
Make sure FrameNeedsReflow() is not called during reflow, and remove thewasDirty asserts and O(N^2) check for existing reflow root in the list. Bug379904, r=roc, sr=dbaron
|
2007-05-15 20:22:45 -07:00 |
|
bzbarsky@mit.edu
|
24bc303d9e
|
Use the right parent when resolving style contexts in IsValidSibling. Bug380096, r=bernd, sr=roc
|
2007-05-15 20:18:50 -07:00 |
|
bzbarsky@mit.edu
|
6f8670aed8
|
Change round-trip testing for specified sub-properties of a shorthand to setthem all before looking at computed style, since, for example, the specifiedfont-family affects the computed line-height if the specified line-height is"normal". Bug 379809, r=dbaron
|
2007-05-15 20:03:34 -07:00 |
|
roc+@cs.cmu.edu
|
00c14ee581
|
Not Part Of The Build. Fix underline/strikeout positioning in new text frame --- simple appunits/pixels confusion.
|
2007-05-15 16:41:41 -07:00 |
|
dbaron@dbaron.org
|
e9a2ce02d6
|
Fix vertical resizing for quirks mode percentage heights. b=380004 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
|
2007-05-15 14:52:44 -07:00 |
|
ginn.chen@sun.com
|
a334324e77
|
Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil
|
2007-05-15 02:46:06 -07:00 |
|
roc+@cs.cmu.edu
|
42a453e958
|
NPOTB, new-text-frame. Fix mouse events targeting after the end of a textframe.
|
2007-05-14 22:23:19 -07:00 |
|
dbaron@dbaron.org
|
b065ff84ea
|
Account for non-pixel-aligned current transforms when snapping to pixel coordinates. b=369882 r=vlad
|
2007-05-14 22:15:45 -07:00 |
|
dbaron@dbaron.org
|
0b1ce291e2
|
Handle -moz-initial for 'font' shorthand (and fix bugs in some of its subproperties). b=377521 r+sr=bzbarsky
|
2007-05-14 22:13:49 -07:00 |
|
roc+@cs.cmu.edu
|
c04ab10b10
|
Back out enabling of new text frame... its time has not yet come
|
2007-05-14 20:58:10 -07:00 |
|
roc+@cs.cmu.edu
|
69246cf0ee
|
Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad
|
2007-05-14 20:56:47 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7ec10e025c
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
bzbarsky@mit.edu
|
5b2ec7d443
|
Process XBL constructors right after the frame construction inInitialReflow(). Bug 377119, r+sr=sicking
|
2007-05-13 20:52:48 -07:00 |
|
mats.palmgren@bredband.net
|
587e9762aa
|
Don't create a widget if the view already has one and check error return code from CreateViewForFrame(). b=374102 r+sr=roc
|
2007-05-13 17:42:38 -07:00 |
|
asqueella@gmail.com
|
1f0637ebc5
|
Bug 380094 - make mousethrough more generally usefulp=toshok@hungry.comr+sr=roc
|
2007-05-13 09:00:00 -07:00 |
|
neil@parkwaycc.co.uk
|
23a051773f
|
Follow-up cleanup b=375403 r+sr=roc
|
2007-05-13 03:06:57 -07:00 |
|
mats.palmgren@bredband.net
|
ba05ce501d
|
Make CreateRenderingContext() return error for a null surface and add error handling to callers. b=362201 r+sr=vladimir
|
2007-05-12 06:06:16 -07:00 |
|
roc+@cs.cmu.edu
|
9a3b1f05c8
|
Not part of the build. Fix off-by-one error in selected-text painting in new text frame.
|
2007-05-11 15:54:51 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f29b4e2b1b
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
91a5c67cd1
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
dbaron@dbaron.org
|
3e2d05ec11
|
Remove known failure fixed by patches in bug 379741.
|
2007-05-10 23:50:35 -07:00 |
|
dbaron@dbaron.org
|
6becb79be4
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-10 23:02:31 -07:00 |
|
dbaron@dbaron.org
|
6375aad92f
|
Add eStyleUnit_None so we don't have to use eStyleUnit_Null as a real value for max-width and max-height. b=379741 r+sr=bzbarsky
|
2007-05-10 23:01:31 -07:00 |
|
dbaron@dbaron.org
|
ce027d98d6
|
Remove eCSSUnit_Proportional and eStyleUnit_Proportional, which were used only for a removed feature. b=333352 r+sr=bzbarsky
|
2007-05-10 23:00:26 -07:00 |
|
dbaron@dbaron.org
|
49f0460769
|
Don't put null coords in nsStyleCoords when they have the same meaning as some other coord type. b=379741 r+sr=bzbarsky
|
2007-05-10 22:58:34 -07:00 |
|
jonas@sicking.cc
|
36cb23b6c1
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 13:21:12 -07:00 |
|
Olli.Pettay@helsinki.fi
|
095492e4a3
|
Bug 379621, Call PostCreateFrames after creating all native anonymous frames, r+sr=roc
|
2007-05-10 11:16:00 -07:00 |
|
neil@parkwaycc.co.uk
|
001e700eb6
|
Bug 375403 originally started off as a simple request to enable window translucency when windows or popups use opacity, alpha transparent background or non-zero border radius but mutated to include refactoring non zero side testing r+sr=roc
|
2007-05-10 08:46:42 -07:00 |
|
roc+@cs.cmu.edu
|
5dacf8d2c6
|
Fix const issue. Not Part Of The Build
|
2007-05-10 07:42:56 -07:00 |
|
bzbarsky@mit.edu
|
e77dda0c0b
|
Twiddle parentheses a little bit. Bug 311415 followup, r+sr=dbaron
|
2007-05-09 19:55:15 -07:00 |
|
roc+@cs.cmu.edu
|
55d1df583d
|
Not part of the build. Fix text lifetime issues for transformed textruns.
|
2007-05-09 17:58:47 -07:00 |
|
jst@mozilla.org
|
bdfbc4a316
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-09 17:42:33 -07:00 |
|
jonas@sicking.cc
|
ccae61e56a
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 16:33:28 -07:00 |
|
roc+@cs.cmu.edu
|
e360cfb42d
|
Not part of the build. Update new text frame for textrun API changes. Also implements a textrun cache for the new text frame
|
2007-05-09 15:04:56 -07:00 |
|
roc+@cs.cmu.edu
|
f8fbe830af
|
Bug 380209. Hooks for a textframe-specific textrun cache startup/shutdown. r+sr=bzbarsky
|
2007-05-09 15:02:29 -07:00 |
|
neil@parkwaycc.co.uk
|
c88375308d
|
Backing out bug 377035 because it caches the tree body inappropriately
|
2007-05-09 13:13:26 -07:00 |
|
joshmoz@gmail.com
|
41cf3b9332
|
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 |
|
smontagu@smontagu.org
|
1589352d02
|
Uneven justification with new textframe. Bug 380062, r+sr=roc
|
2007-05-09 11:09:32 -07:00 |
|
neil@parkwaycc.co.uk
|
0b4c61480c
|
Bug 377035 Allow <tree> to be anonymous parent of <treechildren> r=Enn sr=roc
|
2007-05-09 01:54:24 -07:00 |
|
neil@parkwaycc.co.uk
|
b945e58d65
|
Bug 281630 Support ch width units in XUL r+sr=bz
|
2007-05-09 01:48:38 -07:00 |
|
bzbarsky@mit.edu
|
afee4515d5
|
Add test for last-minute regression I found.
|
2007-05-08 20:41:39 -07:00 |
|
roc+@cs.cmu.edu
|
9cbc5fa356
|
Fixing bustage
|
2007-05-08 17:45:21 -07:00 |
|