Sign in
webkit
/
WebKit
/
e161858fcb97f8c2e40b57d9e0c60052ef5055e0
/
Source
/
WebCore
/
rendering
/
RenderTextControlMultiLine.h
7043e1b
Audit RenderObject casts and fix problems and style issues found
by darin@apple.com
· 9 years ago
454418f
Inline RenderStyle into RenderElement
by antti@apple.com
· 9 years ago
de6dae7b
RenderStyle should not be reference counted
by antti@apple.com
· 9 years ago
11ff47c
Remove "virtual" from all lines that have both "virtual" and "override".
by darin@apple.com
· 9 years ago
e30038b
Text control shadow element style shouldn't depend on renderers
by antti@apple.com
· 9 years ago
689f761
Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587>
by akling@apple.com
· 10 years ago
d563e1d
Clean up virtual functions in rendering/
by cdumez@apple.com
· 10 years ago
2601e05
Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObject subclasses
by cdumez@apple.com
· 10 years ago
f85e2f6
Add is<>() / downcast<>() support for RenderObject subclasses
by cdumez@apple.com
· 10 years ago
d35ea3d
RenderTextControl::hasValidAvgCharWidth doesn't detect System Font
by mmaxfield@apple.com
· 11 years ago
e722745
Remove workaround for compilers not supporting deleted functions
by commit-queue@webkit.org
· 11 years ago
16d2dd4
Change all uses of FINAL to final now that all our compilers support it
by andersca@apple.com
· 11 years ago
2dfe6cb
Remove workaround for compilers not supporting explicit override control
by commit-queue@webkit.org
· 11 years ago
422fef6
Remove unused RenderTextControl::textBaseStyle(). <https://webkit.org/b/123423>
by akling@apple.com
· 11 years ago
8f40c5b
Renderers should receive their style at construction.
by akling@apple.com
· 11 years ago
b0b17cd
Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render object
by gyuyoung.kim@samsung.com
· 11 years ago
e8eb70e
Start passing RenderStyle around with PassRef. <https://webkit.org/b/123051>
by akling@apple.com
· 11 years ago
651b4bf
[CTTE] RenderTextControlMultiLine's element is always a HTMLTextAreaElement.
by akling@apple.com
· 12 years ago
8149707
Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977>
by akling@apple.com
· 12 years ago
263e0a6
Unreviewed, rolling out r150294.
by commit-queue@webkit.org
· 12 years ago
8d138e7
Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977>
by akling@apple.com
· 12 years ago
86eed7a
Unreviewed, rolling out r149955.
by commit-queue@webkit.org
· 12 years ago
dd7286c
Apply FINAL to the RenderObject hierarchy. <http://webkit.org/b/115977>
by akling@apple.com
· 12 years ago
fce3dc7
Vertical writing doesn't work with form controls.
by hyatt@apple.com
· 12 years ago
6d978e1
Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad casts in rendering
by inferno@chromium.org
· 12 years ago
6310f61
Make renderer constructors take Element where possible
by antti@apple.com
· 12 years ago
3b34ce4
Unreviewed, rolling out r140023.
by commit-queue@webkit.org
· 12 years ago
6aba753
Make renderer constructors take Element where possible
by antti@apple.com
· 12 years ago
6ba0532
Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes.
by antti@apple.com
· 12 years ago
82b9498
Source/WebCore: Change baselinePosition and maxAscent/maxDescent to int
by eae@chromium.org
· 12 years ago
9a9045b
Rename HitTestPoint and pointInContainer
by allan.jensen@nokia.com
· 13 years ago
227d0ab
Use HitTestPoint instead of LayoutPoint for nodeAtPoint.
by commit-queue@webkit.org
· 13 years ago
e69b1d1
Cleanup of RenderTextControl::adjustControlHeightBasedOnLineHeight()
by tkent@chromium.org
· 13 years ago
99fd980
Crash when inserting text with a trailing newline into a textarea via JS
by rniwa@webkit.org
· 14 years ago
49fdb33
Switch RenderTextControl* to new layout types
by leviw@chromium.org
· 14 years ago
abf2856
Move subtreeHasChanged from RenderTextControl to HTMLTextFormControlElement
by rniwa@webkit.org
· 14 years ago
185274f
Move forwardEvent from RenderTextControl to HTMLTextFormControlElement
by rniwa@webkit.org
· 14 years ago
8e17b7c
Implement text field placeholders using shadow DOM
by tkent@chromium.org
· 14 years ago
e386a23
Move innerTextElement() from RenderTextControl to HTMLTextFormControlElement
by rniwa@webkit.org
· 14 years ago
21fa551
Move all code related to cachedSelection to HTMLTextFormControlElement
by rniwa@webkit.org
· 14 years ago
e14cd1a
2011-07-06 Emil A Eklund <eae@chromium.org>
by eae@chromium.org
· 14 years ago
f9ce267
2011-06-07 Emil A Eklund <eae@chromium.org>
by eae@chromium.org
· 14 years ago
72e4ae9
Change text-based <input> types to the new shadow DOM model
by tkent@chromium.org
· 14 years ago
35d0885
2011-05-23 Sheriff Bot <webkit.review.bot@gmail.com>
by commit-queue@webkit.org
· 14 years ago
a878a2a
2011-05-21 Kent Tamura <tkent@chromium.org>
by tkent@chromium.org
· 14 years ago
afa730a
2011-05-17 Emil A Eklund <eae@chromium.org>
by eae@chromium.org
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/rendering/RenderTextControlMultiLine.h]
39f77ba
WebCore: Fix for https://bugs.webkit.org/show_bug.cgi?id=50725
by adele@apple.com
· 14 years ago
4a9c625a
https://bugs.webkit.org/show_bug.cgi?id=48537
by hyatt@apple.com
· 14 years ago
f1ec726
WebCore: Fix for: https://bugs.webkit.org/show_bug.cgi?id=49452
by adele@apple.com
· 14 years ago
ddd8c30
https://bugs.webkit.org/show_bug.cgi?id=47841
by hyatt@apple.com
· 14 years ago
68b773d
2010-01-05 Ojan Vafai <ojan@chromium.org>
by ojan@chromium.org
· 15 years ago
e6cd79c
2009-09-26 Kent Tamura <tkent@chromium.org>
by eric@webkit.org
· 16 years ago
b05364f
2009-08-24 Kent Tamura <tkent@chromium.org>
by eric@webkit.org
· 16 years ago
b6cb256
2009-08-05 Darin Adler <darin@apple.com>
by darin@apple.com
· 16 years ago
d2bb5a0
2009-03-17 Ojan Vafai <ojan@chromium.org>
by eric@webkit.org
· 16 years ago
9402bba
Reviewed by Darin Adler.
by zimmermann@webkit.org
· 16 years ago