Graeme McCutcheon
|
b6ce570b3c
|
Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc
|
2008-09-07 16:12:50 +02:00 |
|
Robert O'Callahan
|
be904c4d3d
|
Bug 376662. Convert nsIFrame::GetOffsetTo to not use views. We need to ensure that for popups and scrollframes, views and frames are kept in sync at *all* times. Also fixes bugs in tests for NS_FRAME_NO_MOVE_FRAME. r+sr=bzbarsky
|
2008-09-06 20:52:56 +12:00 |
|
Robert O'Callahan
|
ca15953a6e
|
Backing out changeset 1bdd5da49865 (for bug 376662) due to regression bug 453661
|
2008-09-05 15:40:06 +12:00 |
|
Robert O'Callahan
|
1eeada5faa
|
Bug 376662. Make nsIFrame::GetOffsetTo not explicitly use views. r+sr=bzbarsky
|
2008-09-04 09:35:52 +12:00 |
|
Boris Zbarsky
|
d9344bb542
|
Bug 449362 - "Table border is rendered incorrectly when the table cell size changes due to javascript." [r+sr=roc]
|
2008-08-20 01:45:29 -05:00 |
|
Robert O'Callahan
|
4042320c9c
|
Bug 441418. Instead of guessing when frame broke at a first-letter boundary, explicitly record that in a reflow status bit. r+sr=dbaron
|
2008-08-06 12:31:25 +12:00 |
|
Boris Zbarsky
|
36ff184856
|
Bug 430356. Don't return negative pref and min intrinsic widths for XUL boxes/ r+sr=dbaron
|
2008-07-28 23:07:28 -07:00 |
|
Robert O'Callahan
|
7e15def36c
|
Bug 444688. Use an IsFrameOfType check instead of a frame state bit to detect whether a frame excludes ignorable whitespace children. r+sr=dbaronlayout
|
2008-07-14 10:41:18 +12:00 |
|
Michael Ventnor
|
8d8eda2eae
|
Bug 212633 - "Add support for CSS3 box-shadow" (rendering support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=roc]
|
2008-07-07 19:57:47 -05:00 |
|
Benjamin Smedberg
|
34d11c2d91
|
Bug 442729 - Annotate stack-only classes in layout, r+sr=roc
|
2008-07-01 15:16:45 -04:00 |
|
Kai Liu
|
ad9edcfa7d
|
Bug 422607: avoid unneeded pixel/twip conversions to fix bookmarks menu aligment issues, r=enndeakin, sr=roc
|
2008-06-15 21:26:41 -04:00 |
|
roc+@cs.cmu.edu
|
45ac0e7ce6
|
Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver
|
2008-05-28 06:39:41 -07:00 |
|
fantasai.cvs@inkedblade.net
|
b093864cba
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
|
roc+@cs.cmu.edu
|
cfdcd1fbe2
|
Bug 392809. Fix word-based caret movement around punctuation and whitespace. r=smontagu,a=beltzner
|
2008-03-03 00:37:34 -08:00 |
|
dbaron@dbaron.org
|
bef42eb600
|
Prevent margin expansion from interfering with table caption position. Based on patch by Mats Palmgren. b=363248 r+sr=roc a=blocking1.9+
|
2008-02-26 18:02:50 -08:00 |
|
reed@reedloden.com
|
40b710e021
|
Bug 391559 - "Incorrect ordered-list numbering within -moz-column-* (and/or numbering changes when clicked)" [p=craig.topper@gmail.com (Craig Topper) r+sr=roc a1.9=beltzner]
|
2008-02-23 23:31:29 -08:00 |
|
fantasai.cvs@inkedblade.net
|
d4dc37580f
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
|
bzbarsky@mit.edu
|
8b8a07f4a7
|
Fix bug 416073: invalidate more things as needed during table reflow to prevent glitches. r+sr=roc
|
2008-02-08 01:36:32 -08:00 |
|
dbaron@dbaron.org
|
b6cd4ed827
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-28 23:40:05 -08:00 |
|
fantasai.cvs@inkedblade.net
|
b81577fea9
|
handle dynamic insertion with overflow containers properly, b=403369 r=bzbarsky sr=roc
|
2008-01-27 00:13:19 -08:00 |
|
dwitte@stanford.edu
|
48b1fc2eb4
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 12:56:49 -08:00 |
|
roc+@cs.cmu.edu
|
bf79c23ed9
|
Bug 404146. Advancing through nsContainerFrame next-in-flows can make our InlineData->line invalid, so just null it out if it might have become invalid. r+sr=dbaron
|
2008-01-09 19:18:44 -08:00 |
|
roc+@cs.cmu.edu
|
cba1d47793
|
Bug 405380. Bidi reordering moves frames around so we can't trust pfd->mBounds in nsLineLayout::RelativePositionFrames. r+sr=dbaron
|
2007-12-11 16:42:20 -08:00 |
|
roc+@cs.cmu.edu
|
991719200d
|
Bug 407155. Backing out 392809 to fix regressions. a=schrep
|
2007-12-07 01:35:44 -08:00 |
|
roc+@cs.cmu.edu
|
ea37d818bc
|
Bug 392809. Break between whitespace and following punctuation even when stop_at_punctuation is false. Don't stop between punctuation and following non-punctuatino if the preceding punctuation follows white-space. r=smontagu
|
2007-12-04 18:11:17 -08:00 |
|
roc+@cs.cmu.edu
|
1a6bd11ee8
|
Bug 399531. Rework TrimTrailingWhitespace so that we recompute the overflow area for trimmed textframes and so that soft hyphens in otherwise-empty textframes are activated. r+sr=dbaron
|
2007-12-01 01:24:24 -08:00 |
|
Olli.Pettay@helsinki.fi
|
2976ce8f18
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
|
jwatt@jwatt.org
|
4d976af81a
|
Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org
|
2007-11-18 04:09:03 -08:00 |
|
enndeakin@sympatico.ca
|
f3dee7a7ae
|
Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner
|
2007-11-17 07:47:38 -08:00 |
|
mats.palmgren@bredband.net
|
6ff9f4a686
|
Use async version of Invalidate() to avoid flushing pending notifications. Also, document this aspect of the Invalidate() API. b=402198 r+sr=roc a=mtschrep
|
2007-11-09 16:51:02 -08:00 |
|
reed@reedloden.com
|
00ceaa5363
|
Bug 391584 - Pass around a context string so we can detect word breaks at the beginning or end of frames [p=roc r=smontagu a=blocking1.9+]
|
2007-11-07 20:33:28 -08:00 |
|
roc+@cs.cmu.edu
|
32b36ae07b
|
Bug 397518. Wrap inline non-MathML children of MathML frames in anonymous blocks. r+sr=bzbarsky
|
2007-10-12 01:30:54 -07:00 |
|
tglek@mozilla.com
|
fdf793303e
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
|
roc+@cs.cmu.edu
|
5d758d9550
|
Bug 385607. Ensure that whitespace is collapsed across text-run boundaries across incremental updates like adding/removing frames in the middle of the textrun. r+sr+a=dbaron
|
2007-09-17 20:00:16 -07:00 |
|
roc+@cs.cmu.edu
|
f467e1f991
|
Bug 389421. Rework word selection, in particular so that layout.word_select.stop_at_punctuation is applied to boundaries between punctuation and non-punctuation, and all Unicode punctuation is treated as punctuation.
|
2007-08-29 20:10:19 -07:00 |
|
philringnalda@gmail.com
|
48c8d7714f
|
Bug 390423 - Simplify the signature of nsIFrame::GetPointFromOffset, patch by Ben Karel <web+moz@eschew.org>, r=aaronlev/elif, sr=roc, a1.9=dbaron
|
2007-08-16 20:43:00 -07:00 |
|
roc+@cs.cmu.edu
|
2c483f5105
|
Backing out fix for bug 385607 due to bustage and Tp regressions
|
2007-08-09 21:41:00 -07:00 |
|
roc+@cs.cmu.edu
|
6aa69c7773
|
Bug 385607. Force re-evaluation of textruns when block descendants are deleted or added.
|
2007-08-09 19:49:28 -07:00 |
|
aaronleventhal@moonset.net
|
2561c55575
|
bug 348901. Remove extra whitespace from source when exposing accessible text. r+sr=roc, r=surkov. a=dbaron
|
2007-08-03 18:12:24 -07:00 |
|
roc+@cs.cmu.edu
|
61373b8418
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-25 21:03:29 -07:00 |
|
asqueella@gmail.com
|
cb307ac952
|
fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
Store the generated content as a nsCOMArray<nsIContent>* property on frames to make its clean-up on frame destruction less fragile.
r+sr=roc
|
2007-07-23 16:31:11 -07:00 |
|
jwalden@mit.edu
|
3dd0a48e8f
|
Rename one of the bits on frames with a meaningful name, rs/r+sr=dbaron
|
2007-07-20 17:34:36 -07:00 |
|
jwalden@mit.edu
|
072a5d24ae
|
Bug 386142 - fix up some comments on nsIFrame::Init. Patchby fantasai <fantasai.bugs@inkedblade.net>, r+sr=roc
|
2007-07-20 12:00:36 -07:00 |
|
neil@parkwaycc.co.uk
|
11ed13d71f
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 01:46:44 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
sharparrow1@yahoo.com
|
8801788a06
|
Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc.
|
2007-07-03 15:11:28 -07:00 |
|
dbaron@dbaron.org
|
ad3d506605
|
Make text-indent contribute to intrinsic widths, and handle negative text-indent and negative margin properly by distinguishing forced and optional breaks when accumulating minimum widths. b=368155 r+sr=roc
|
2007-06-21 15:32:47 -07:00 |
|
jwalden@mit.edu
|
48ddf6ad09
|
C++ and/or gcc sucks for not allowing commas at the end of enums; this compiled in Visual Studio.
|
2007-06-19 22:24:09 -07:00 |
|
jwalden@mit.edu
|
8d353cbe72
|
Move frame bit #defines into an anonymous enum, to aid debuggers in determining their values, since the two I've used can't do so, at least not with the default build options. rs=roc
|
2007-06-19 22:12:35 -07:00 |
|
dbaron@dbaron.org
|
9e2fef4c30
|
Implement correct intrinsic width calculation (for container) for elements with specified height properties and an intrinsic ratio. b=364066 r+sr=bzbarsky
|
2007-06-12 11:27:09 -07:00 |
|