Xidorn Quan
|
ac7ad6ecc3
|
Bug 1180443 - Consider whitespace collapse when calculating intrinsic isize of ruby. r=dbaron
|
2015-07-09 16:05:26 +10:00 |
|
David Major
|
a4b51f53a5
|
Bug 1167189: Add an infallible version of nsContentUtils::GetNodeTextContent. r=jst
|
2015-05-22 14:16:20 -04:00 |
|
Xidorn Quan
|
adae70f9ea
|
Bug 1153764 - Avoid explicitly doing break before when there is ruby span. r=roc
|
2015-04-16 13:42:45 +12:00 |
|
Xidorn Quan
|
a89732e92c
|
Bug 1141931 part 7 - Move [Auto]RubyTextContainerArray to RubyUtils and merge RubyTextContainerIterator into AutoRubyTextContainerArray. r=dholbert
|
2015-04-08 11:22:34 +12:00 |
|
Xidorn Quan
|
67079982ec
|
Bug 1141931 part 6 - Move Ruby{Segment,Column}Enumerator to RubyUtils. r=dholbert
|
2015-04-08 11:22:34 +12:00 |
|
Xidorn Quan
|
fc20e60823
|
Bug 1141931 part 5 - Eliminate unnecessary includes in header files of ruby frames. r=dholbert
|
2015-04-08 11:22:34 +12:00 |
|
Xidorn Quan
|
f673c022ea
|
Bug 1141931 part 2 - Eliminate writing-mode mismatch in ruby reflow. r=dholbert
|
2015-04-08 11:22:34 +12:00 |
|
Wes Kocher
|
20642a907c
|
Backed out 10 changesets (bug 1141931) for mochitest-5 failures CLOSED TREE
Backed out changeset c90940067de6 (bug 1141931)
Backed out changeset 96b48288abab (bug 1141931)
Backed out changeset 87281c7ded34 (bug 1141931)
Backed out changeset 6a914ba0b8ec (bug 1141931)
Backed out changeset 9cfea55b5e95 (bug 1141931)
Backed out changeset f432612b6475 (bug 1141931)
Backed out changeset 48cf9568a4b1 (bug 1141931)
Backed out changeset f1ab848b3fa6 (bug 1141931)
Backed out changeset 8a3c71a3b525 (bug 1141931)
Backed out changeset 119d3c0fd0f6 (bug 1141931)
|
2015-04-07 14:23:57 -07:00 |
|
Xidorn Quan
|
776ea98186
|
Bug 1141931 part 7 - Move [Auto]RubyTextContainerArray to RubyUtils and merge RubyTextContainerIterator into AutoRubyTextContainerArray. r=dholbert
|
2015-04-08 08:40:31 +12:00 |
|
Xidorn Quan
|
06b8619c71
|
Bug 1141931 part 6 - Move Ruby{Segment,Column}Enumerator to RubyUtils. r=dholbert
|
2015-04-08 08:40:31 +12:00 |
|
Xidorn Quan
|
8ba32d02af
|
Bug 1141931 part 5 - Eliminate unnecessary includes in header files of ruby frames. r=dholbert
|
2015-04-08 08:40:31 +12:00 |
|
Xidorn Quan
|
8749c24dbc
|
Bug 1141931 part 2 - Eliminate writing-mode mismatch in ruby reflow. r=dholbert
|
2015-04-08 08:40:31 +12:00 |
|
Xidorn Quan
|
c33ccaefb0
|
Bug 1146107 - Replace MOZ_ASSERT with NS_WARN_IF_FALSE on isize check in ruby base container. r=dholbert
|
2015-03-31 16:30:29 +11:00 |
|
Mats Palmgren
|
3f5a5b4fa1
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
|
Cameron McCormack
|
57f44ef17b
|
Bug 1120300 - Export WritingModes.h as mozilla/WritingModes.h. r=jfkthame
|
2015-03-26 18:29:31 +11:00 |
|
Xidorn Quan
|
679940fbff
|
Bug 1141919 part 2 - Drain overflow list of ruby content frame if line break suppression fails somewhere. r=dbaron
|
2015-03-14 16:29:06 +11:00 |
|
Xidorn Quan
|
b7ff3ed97e
|
Bug 1141842 - Add LastOptionalBreakPriority to nsLineLayout to simplify some code. r=roc
|
2015-03-11 14:14:48 +11:00 |
|
Xidorn Quan
|
df6de670d5
|
Bug 1140264 part 3 - Rename IsInlineDescendantOfRuby to ShouldSuppressLineBreak and exclude rbc/rtc from it. r=dbaron
|
2015-03-11 10:28:21 +11:00 |
|
Xidorn Quan
|
95b84e1940
|
Bug 1140264 part 2 - Move and merge line breaking code in rbc reflow to reduce useless computation and fix undesired break point. r=dbaron
|
2015-03-11 10:28:21 +11:00 |
|
Xidorn Quan
|
3d0a1a54f4
|
Bug 1140264 part 1 - Avoid expanding auto-hidden ruby annotations. r=dbaron
This could sometimes cause undesired overflow area.
|
2015-03-11 10:28:21 +11:00 |
|
Xidorn Quan
|
6fb97f335e
|
Bug 1134432 part 5 - Fix line breaks for intrinsic min isize calculation of ruby base container. r=dbaron
|
2015-02-22 00:39:33 +13:00 |
|
Xidorn Quan
|
99dd10e6b8
|
Bug 1134432 part 4 - Move line break checking code to an independent method for reuse. r=dbaron
|
2015-02-22 00:39:33 +13:00 |
|
Xidorn Quan
|
f6fb4bc548
|
Bug 1134432 part 3 - Move a function upwards for reuse. r=dbaron
|
2015-02-22 00:39:33 +13:00 |
|
Xidorn Quan
|
489efc605e
|
Bug 1134432 part 2 - Fix basic inline min/pref isize calculation of ruby frames. r=dbaron
|
2015-02-22 00:39:33 +13:00 |
|
Xidorn Quan
|
6f76157160
|
Bug 1134667 - Check length of text run before checking line break in reflow of ruby base container. r=jfkthame
|
2015-02-20 13:43:35 +13:00 |
|
Xidorn Quan
|
0931e236c7
|
Bug 1133697 part 3 - Make ruby text frame not continue text run. r=roc
|
2015-02-18 17:20:02 +13:00 |
|
Xidorn Quan
|
6bb625f594
|
Bug 1132008 part 1 - Calculate bsize of rtc according to its children. r=dbaron
|
2015-02-17 14:25:18 +13:00 |
|
Xidorn Quan
|
70194f34c6
|
Bug 1133573 - Fix available size calculation of ruby text container. r=roc
|
2015-02-17 11:07:55 +13:00 |
|
Simon Montagu
|
2664780918
|
Bug 1131013: when setting the position of inline frames in vertical writing modes with right-to-left direction, subtract the inline start from the container height to get the correct vertical position. r=jfkthame
|
2015-02-11 01:43:03 -08:00 |
|
Xidorn Quan
|
81aa38383c
|
Bug 1089431 part 3 - Make line breaking inside ruby be triggered at correct time. r=jfkthame
|
2015-02-11 10:26:56 +11:00 |
|
Xidorn Quan
|
fbd62ffb3b
|
Bug 1089431 part 2 - Break between ruby bases according to line-breaking rules. r=jfkthame
|
2015-02-11 10:26:56 +11:00 |
|
L. David Baron
|
36349c3940
|
Bug 1121738 - Ruby base container frames should not support CSS transforms. r=xidorn
Following bug 1055667 patch 5, nsRubyBaseContainerFrame is the only ruby
frame type with this bug. It should not support CSS transforms given
the spec wording in
http://dev.w3.org/csswg/css-transforms/#transformable-element
|
2015-01-15 15:07:50 -08:00 |
|
Xidorn Quan
|
bb38fd71fd
|
Bug 1055667 part 3 - Suppress border/padding space on rbc/rtc frames. r=dbaron
|
2015-01-15 20:02:11 +11:00 |
|
Xidorn Quan
|
4a47f8fd3d
|
Bug 1055667 part 2 - Remove unnecessary param of SetBSizeFromFontMetrics. r=dbaron
|
2015-01-15 20:02:11 +11:00 |
|
Xidorn Quan
|
e65efc863f
|
Bug 1055667 part 1 - Allow inline direction margin of ruby base/text boxes. r=dbaron
|
2015-01-15 20:02:11 +11:00 |
|
Xidorn Quan
|
5c5fba50de
|
Bug 1115262 - Fix position of ruby annotation when writing mode is vertical-rl. r=jfkthame
|
2015-01-13 20:04:41 +11:00 |
|
Xidorn Quan
|
77e58c0b03
|
Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
|
2015-01-13 20:04:41 +11:00 |
|
Nigel Babu
|
ee6750a42c
|
Backed out 4 changesets (bug 1055658) for M5 bustage on a CLOSED TREE
Backed out changeset 3cbd9323c896 (bug 1055658)
Backed out changeset 99e071295c42 (bug 1055658)
Backed out changeset 55119d19e4c5 (bug 1055658)
Backed out changeset e82f640cb53f (bug 1055658)
|
2015-01-12 10:43:11 +05:30 |
|
Xidorn Quan
|
dca2787610
|
Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
--HG--
extra : source : 27e60ddbd077439dadd09641ab54fc7eef09c69f
|
2015-01-12 14:31:55 +11:00 |
|
Xidorn Quan
|
c4b6f83c59
|
Bug 1099807 part 4 - Fix line breaking around ruby intra-level whitespaces. r=dholbert
--HG--
extra : source : f6ebe9d9c7c863b18497e3c326f4486c5837a163
|
2015-01-08 18:28:09 +11:00 |
|
Xidorn Quan
|
2e3df33aea
|
Bug 1099807 part 3 - Use specific frame type in RubyColumn. r=dholbert
--HG--
extra : source : 0d78d1c0d10d9b5e32c0843a258d29e12f1369c4
|
2015-01-08 18:28:09 +11:00 |
|
Xidorn Quan
|
149c728a9f
|
Bug 1099807 part 2 - Implement intra-level whitespace pairing. r=dholbert
Line breaking is not handled properly in this patch.
It would be fixed in the part 4.
--HG--
extra : source : 49c457bbcd3a55f7ee65b007d50dd2884c7158af
|
2015-01-08 18:28:09 +11:00 |
|
Xidorn Quan
|
549081b6cc
|
Bug 1116631 - Fix isize reservation of ruby base container. r=roc
--HG--
extra : rebase_source : efc67e14e7e6bbc2b6ba736b09780a9e507b122e
extra : source : 86371e41d07bab00c6cd04b236d194fa312b99c4
|
2015-01-07 12:47:09 +11:00 |
|
Xidorn Quan
|
f01605e10e
|
Bug 1116037 part 12 - Move mLineSize to RubyReflowState. r=dbaron
--HG--
extra : source : 17ad55f13af3e96df7649f968c838bc48b323c68
|
2014-12-30 11:20:10 +11:00 |
|
Xidorn Quan
|
bd43c4448e
|
Bug 1116037 part 11 - Add RubyReflowState for sharing states between ruby level boxes. r=dbaron
--HG--
extra : source : c4f342ece9c1548053348dbc317d9857cbe790b6
|
2014-12-30 11:16:30 +11:00 |
|
Xidorn Quan
|
1e0deb0b63
|
Bug 1116037 part 10 - Remove mColumnCount from nsRubyBaseContainerFrame. r=dbaron
--HG--
extra : source : 36096895ec5437c5f9cf6c97d6085bfeae8654c7
|
2014-12-30 10:05:54 +11:00 |
|
Xidorn Quan
|
2dbee0f47d
|
Bug 1116037 part 9 - Move ruby text container arrays to stack. r=dbaron
--HG--
extra : source : 6c5d7212c3f8c355b4667aa46024dfef0710ca8e
|
2014-12-30 09:56:34 +11:00 |
|
Xidorn Quan
|
cda475a994
|
Bug 1116037 part 8 - Merge two ruby text container arrays. r=dbaron
--HG--
extra : source : 2b3f8e1951d924c14c94c06a44012837b51a04ad
|
2014-12-30 09:44:12 +11:00 |
|
Xidorn Quan
|
9d57e0f422
|
Bug 1116037 part 7 - Small fixes to ruby line breaking. r=dbaron
--HG--
extra : source : 54ffc8e890c131d88047e4dabc7c2b71be544a5d
|
2014-12-30 09:24:57 +11:00 |
|
Xidorn Quan
|
12978812c8
|
Bug 1116037 part 6 - Use a single struct to represent ruby column. r=dbaron
--HG--
extra : source : 7b927cec3f77e194b37de15e3a5b93aa70925d3c
|
2014-12-29 15:22:19 +11:00 |
|