Sign in
webkit
/
WebKit
/
7d52c0911b16b976498bd038a5dce833e417b76d
/
Source
/
WebCore
/
rendering
/
RenderMeter.cpp
d03c594
bmalloc should support strictly type-segregated isolated heaps
by fpizlo@apple.com
· 7 years ago
f21f3ae
Use "= default" to denote default constructor or destructor
by dbates@webkit.org
· 7 years ago
cca4b69
Change ::computeLogicalHeight's computedValues out argument to the return value.
by zalan@apple.com
· 8 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
13aae08
Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601
by aestes@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
a9c60c9
Have is<>(T*) function do a null check on the pointer argument
by cdumez@apple.com
· 10 years ago
ef5c176
Use is<HTML*Element>() instead of isHTML*Element() - Part 2
by cdumez@apple.com
· 10 years ago
72754ba
Use downcast<HTML*Element>() instead of toHTML*Element()
by cdumez@apple.com
· 10 years ago
376339c
Subpixel layout: Rename LayoutRect's device pixel snapping functions.
by zalan@apple.com
· 11 years ago
0cefe4f
Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
by dbates@webkit.org
· 11 years ago
9fb77fc
And peavo@outlook.com <peavo@outlook.com>
by achristensen@apple.com
· 11 years ago
c6de8d1
Page::theme() should return a reference. <https://webkit.org/b/125737>
by akling@apple.com
· 11 years ago
8629863
Remove all 'std' using directives from WebCore
by andersca@apple.com
· 11 years ago
8f40c5b
Renderers should receive their style at construction.
by akling@apple.com
· 11 years ago
42e1063
Pass Document directly to anonymous renderer constructors.
by akling@apple.com
· 11 years ago
8f33508
Hide node() below RenderLayerModelObject, use element() instead
by antti@apple.com
· 11 years ago
5388e67
Add new RenderBlockFlow class. https://bugs.webkit.org/show_bug.cgi?id=120777
by hyatt@apple.com
· 11 years ago
acb7e25
Reverting revisions 155139, 155141, 155142, and 155145 since they appear to have
by bdakin@apple.com
· 11 years ago
620bb2e
Add new RenderBlockFlow class https://bugs.webkit.org/show_bug.cgi?id=120777
by hyatt@apple.com
· 11 years ago
878dd4d
Remove unused method RenderMeter::valueRatio()
by commit-queue@webkit.org
· 12 years ago
c271a5f
Adjust usage of ENABLE flags to enable whole content
by tkent@chromium.org
· 12 years ago
845cf6e
Replace RenderMeter::updateLogicalHeight to RenderMeter::computeLogicalHeight
by tony@chromium.org
· 12 years ago
b7ebe38
Rename computeLogicalHeight to updateLogicalHeight
by tony@chromium.org
· 12 years ago
5270e66
Rename computeLogicalWidth to updateLogicalWidth
by tony@chromium.org
· 12 years ago
037f1cd
AuthorShadowDOM for meter element https://bugs.webkit.org/show_bug.cgi?id=91970
by shinyak@chromium.org
· 13 years ago
232ea0d
Unreviewed, rolling out r125519.
by commit-queue@webkit.org
· 13 years ago
90ea5ef
AuthorShadowDOM for meter element https://bugs.webkit.org/show_bug.cgi?id=91970
by shinyak@chromium.org
· 13 years ago
d89d545
Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
by tkent@chromium.org
· 13 years ago
d3ef593
Revert RenderTheme paint and layout functions to ints
by leviw@chromium.org
· 13 years ago
f198756
<meter> doesn't update rendering when its value is changed.
by morrita@google.com
· 13 years ago
ef1ced9
2011-06-01 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
ca4194d
2011-04-04 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
716387b
2011-04-04 Adrienne Walker <enne@google.com>
by enne@google.com
· 14 years ago
e933237
2011-04-04 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
72c85b8
2011-04-01 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
12a6b84
2011-03-31 Sheriff Bot <webkit.review.bot@gmail.com>
by abarth@webkit.org
· 14 years ago
b62b168
2011-03-30 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
3be82c1
2011-02-09 Yael Aharon <yael.aharon@nokia.com>
by yael.aharon@nokia.com
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/rendering/RenderMeter.cpp]
b172c47a
2010-12-05 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 14 years ago
c0fa163
https://bugs.webkit.org/show_bug.cgi?id=46928 Reviewed by Beth Dakin.
by hyatt@apple.com
· 14 years ago
5f4fae0
https://bugs.webkit.org/show_bug.cgi?id=46451 Reviewed by Sam Weinig.
by hyatt@apple.com
· 14 years ago
2ab09d0
WebCore: Changed type of Node::parentNode to ContainerNode so we don't have to cast,
by darin@apple.com
· 15 years ago
6509cd2
2010-06-15 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 15 years ago
f5247d1
2010-06-12 Darin Adler <darin@apple.com>
by darin@apple.com
· 15 years ago
a70a8f4
2010-06-07 MORITA Hajime <morrita@google.com>
by morrita@google.com
· 15 years ago
666f4b8
Initial support for HTMLMeterElement
by yael.aharon@nokia.com
· 15 years ago