Home | History | Annotate | Download | only in WebCore

Lines Matching full:wrap

7938         Wrap orphan tr element with a table element, just like we were doing
16731 wrap that NSData
22406 <rdar://problem/3992645> VO view bounds misplaced when reading text after a line wrap
25789 Just wrap the platform specific selectionImage method
34220 but the font delta style change command would wrap them in spans, creating extra anonymous table
34224 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange): Don't wrap in a span if the text node
39529 The table used white-space: pre-wrap, which is supported only by WebKit. There
39530 was a bug with the computation of min pref width for pre-wrap text.
39534 fast/text/white-space/pre-wrap-line-test.html
39793 to -scriptObjectForJSObject:. This is required to wrap JS objects that
43606 of word-wrap: break-word and word-break: break-all (and more useful than
44336 Test: fast/forms/menulist-option-wrap.html
47682 expose -count only when the object we wrap looks like a collection from a JavaScript
48066 REGRESSION (NativeTextField): Specifying word-wrap:break-word makes text field wrap
48068 Test: fast/forms/input-text-word-wrap.html
48072 'word-wrap:normal'.
48745 REGRESSION: Plain text files no longer wrap lines longer than the width of the browser window
48750 (WebCore::TextTokenizer::write): Specified word-wrap:break-word for the <pre> element.
48757 REGRESSION (r15617): white-space: pre-wrap breaks off the last character of a wide word
48759 Test: fast/text/whitespace/pre-wrap-last-char.html
50360 (WebCore::startMarkup): Don't wrap text nodes in style spans.
52428 Make text files render using white-space: pre-wrap instead of white-space: pre.
53248 (WebCore::ContextMenu::populate): Wrap all instances of the dictionary
55313 Wrap FrameMac::selectionImage
60136 Mixing white-space:pre text with non white-space:pre text does not wrap properly
60141 (WebCore::RenderBlock::findNextLineBreak): Wrap a non-wrapping text run if it
60142 appears on a line with previous text runs that do wrap.
63528 (-[WebCoreFrameBridge searchFor:direction:caseSensitive:wrap:startInSelection:]):