Sign in
webkit
/
WebKit
/
e1d898759942a5956e5b7981e2eadaa750b103c4
/
Source
/
WebCore
/
rendering
/
RenderTheme.h
5a3ac89
Cleanup outline-style: auto painting.
by zalan@apple.com
· 10 years ago
8dc3d1b
Remove pixelSnapped* functions from RenderBoxModelObject/RenderBox.
by zalan@apple.com
· 10 years ago
c2023e7
Move painting functions from RenderObject to RenderElement.
by zalan@apple.com
· 10 years ago
e4dbdfe
RenderTheme::volumeSliderOffsetFromMuteButton should take const& RenderBox.
by zalan@apple.com
· 10 years ago
9638b04
RenderTheme::paint() should take RenderBox instead of RenderObject.
by zalan@apple.com
· 10 years ago
da7602f
RenderTheme::baselinePosition() should take RenderBox instead of RenderObject.
by zalan@apple.com
· 10 years ago
0cccf1a
Pass ControlStates& to RenderTheme methods instead of ControlStates*
by zalan@apple.com
· 10 years ago
e97942c
RenderTheme::paintBorderOnly and paintDecorations should take RenderBox instead of RenderObject.
by zalan@apple.com
· 10 years ago
6489486
Remove RenderTheme::shouldShowPlaceholderWhenFocused()
by carlosgc@webkit.org
· 10 years ago
607b80f
Unreviewed, rolling out r185470. https://bugs.webkit.org/show_bug.cgi?id=145902
by commit-queue@webkit.org
· 10 years ago
966cb8d
Add an appearance keyword for wireless playback / airplay icon
by dino@apple.com
· 10 years ago
c34badd
<attachment>'s label baseline should match that of the surrounding text
by timothy_horton@apple.com
· 10 years ago
d1c924c
Implement <attachment> element appearance on Mac
by timothy_horton@apple.com
· 10 years ago
eee1d3e
Convert the caps lock indicator to be implemented using the shadow DOM
by weinig@apple.com
· 10 years ago
4d20dcf
Implement system fonts FontDescription caching at RenderTheme level
by cdumez@apple.com
· 10 years ago
c54cbc9
Rename Font to FontCascade https://bugs.webkit.org/show_bug.cgi?id=140442
by antti@apple.com
· 10 years ago
7a2933e
ASSERTION FAILED: e in WebCore::StyleResolver::adjustRenderStyle
by utatane.tea@gmail.com
· 11 years ago
1fc1485
Get rid of INPUT_SPEECH https://bugs.webkit.org/show_bug.cgi?id=135672
by benjamin@webkit.org
· 11 years ago
3a95e70
Default buttons do not pulse in OS X 10.10
by dino@apple.com
· 11 years ago
9fb77fc
And peavo@outlook.com <peavo@outlook.com>
by achristensen@apple.com
· 11 years ago
ae0acd5
Remove build guard for progress element
by l.gombos@samsung.com
· 11 years ago
f70f953
[iOS] Input type=time elements styled with SVG fonts have 0 width
by mmaxfield@apple.com
· 11 years ago
7e492a9
Subpixel rendering: Make <input type=> and <button> elements' decoration subpixel aware.
by zalan@apple.com
· 11 years ago
5264d32
Subpixel rendering: Make <select> element's decoration subpixel aware.
by zalan@apple.com
· 11 years ago
9bf0f86
Update positioning/drawing of the image controls button.
by beidson@apple.com
· 11 years ago
94e13ec
Subpixel rendering[iOS]: <select> decoration is misaligned when the renderer is on subpixel position.
by zalan@apple.com
· 11 years ago
bfc7c5f
[Mac] Allow focus rings to redraw themselves if necessary
by dino@apple.com
· 11 years ago
46e7af6
Allow a platform-specific size enumeration to be passed into popup-menu display
by dino@apple.com
· 11 years ago
83cca90
Rename "IMAGE_CONTROLS" feature to "SERVICE_CONTROLS"
by beidson@apple.com
· 11 years ago
77b902f
Subpixel rendering: Clipping on text areas when shifted by one device pixel.
by zalan@apple.com
· 11 years ago
a15a4db
Transition RenderTheme API from RenderObject* to const RenderObject&
by zalan@apple.com
· 11 years ago
a29cc1d
Support form controls that may need incremental redraw
by dino@apple.com
· 11 years ago
9204733
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
by mjs@apple.com
· 11 years ago
006e5c9
Hook up image controls for WebKit1
by timothy_horton@apple.com
· 11 years ago
733fcc0
Break out ImageControls style into an external stylesheet
by beidson@apple.com
· 11 years ago
ee3128d
Fix the iOS build following <http://trac.webkit.org/changeset/160236>
by dbates@webkit.org
· 11 years ago
780a04c
StyleResolver::adjustRenderStyle() should take RenderStyle references.
by akling@apple.com
· 11 years ago
395fca7
[iOS] Upstream WebCore/rendering changes
by dbates@webkit.org
· 11 years ago
94374e8
Rename {adjust, paint}SearchFieldDecoration, {adjust, paint}SearchFieldResultsDecoration
by dbates@webkit.org
· 11 years ago
7072add
Rename RenderTheme::paintMenuListButton()
by dbates@webkit.org
· 11 years ago
e0094c5
Remove RenderTheme::shouldOpenPickerWithF4Key().
by akling@apple.com
· 11 years ago
b8744b3
[Mac] Implement the media controls in JavaScript.
by jer.noble@apple.com
· 12 years ago
17363f6
[mac] <progress> has rendering artifacts along the bottom
by timothy_horton@apple.com
· 12 years ago
73e5822
Cleanup usage of CSSPropertyID and CSSValueID inside WebKit.
by alexis@webkit.org
· 12 years ago
e60a9c7
Remove RenderTheme::supportsCalendarPicker
by commit-queue@webkit.org
· 12 years ago
a7ea40b
Implement a custom appearance for the snapshotted plugin background
by dino@apple.com
· 12 years ago
e017375
Default mouse cursor behavior should be auto-hide for full screen video with custom controls
by jer.noble@apple.com
· 12 years ago
2ac38a6
REGRESSION(r142191): Fix closed caption buttons for ports still using the painting path.
by scherkus@chromium.org
· 12 years ago
bc9d177
Use new speech bubble artwork for captions menu button
by dino@apple.com
· 12 years ago
532fe3a
Add a user agent stylesheet for plugins
by dino@apple.com
· 12 years ago
b1c7e15
Adjust design of the Calendar Picker
by keishi@webkit.org
· 12 years ago
e61929c
Change visual look of placeholder
by jonlee@apple.com
· 12 years ago
7749f9e
Clean up the inheritance tree under the MediaControls Class.
by dino@apple.com
· 12 years ago
28c0237
Introduce ENABLE_DATE_AND_TIME_INPUT_TYPES, and clarify usage of other related flags
by tkent@chromium.org
· 12 years ago
82b9498
Source/WebCore: Change baselinePosition and maxAscent/maxDescent to int
by eae@chromium.org
· 12 years ago
d77a922
F4 key should open the picker popup on Windows and Linux
by keishi@webkit.org
· 12 years ago
9b6356d
Add render object that paints plugin snapshots
by jonlee@apple.com
· 12 years ago
f583bb1
Unreviewed, rolling out r130556 and r130564.
by commit-queue@webkit.org
· 12 years ago
0846d8d
Allow ports to override text track rendering style
by jer.noble@apple.com
· 12 years ago
f980645
Add code for input[type=date] with the multiple fields UI
by tkent@chromium.org
· 12 years ago
f52eac8
[Qt] Custom tap-highlight-color renders fully opaque
by allan.jensen@nokia.com
· 13 years ago
1e94685
Make slider tick mark snapping threshold configurable for each platform
by keishi@webkit.org
· 13 years ago
d78e442
Add an overlay play button to media controls on android
by commit-queue@webkit.org
· 13 years ago
b1fbb5e
Unreviewed, rolling out r123908.
by commit-queue@webkit.org
· 13 years ago
9f93124
Add an overlay play button to media controls on android
by commit-queue@webkit.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
3d89737
Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
by tkent@chromium.org
· 13 years ago
d9a47a1
Implement painting slider tick marks
by keishi@webkit.org
· 13 years ago
fcfe6d4
Change the volume slider to horizontal rendering for Chrome video controls.
by commit-queue@webkit.org
· 13 years ago
c8c0f14
[BlackBerry] Conditionally enlarge HTML5 video controls in fullscreen mode
by commit-queue@webkit.org
· 13 years ago
b458da4
Calendar Picker: Add capability to add platform-specific style sheet
by tkent@chromium.org
· 13 years ago
964a91b
datalist: Inconsistent behavior of HTMLInputElement::list
by keishi@webkit.org
· 13 years ago
2d5f8df
Rename CSSStyleSelector class to StyleResolver.
by alexis.menard@openbossa.org
· 13 years ago
d3ef593
Revert RenderTheme paint and layout functions to ints
by leviw@chromium.org
· 13 years ago
de5863e
File upload control should use File.name() rather than File.path() to show chosen filenames
by kinuko@chromium.org
· 13 years ago
1c943d1
Full screen video volume slider has "progress bar"
by jer.noble@apple.com
· 13 years ago
07a4abd
HTML input file control "No File Selected" needs more room in some languages
by jonlee@apple.com
· 13 years ago
3bacdd8
Convert RenderTheme over to new layout abstraction
by eae@chromium.org
· 13 years ago
ca57df6
Use RenderTheme in HTMLSelectElement instead of #defines.
by commit-queue@webkit.org
· 13 years ago
76de1c1
RenderTheme should have a function for disabled text color adjustment
by commit-queue@webkit.org
· 13 years ago
573e947
Drop ENABLE_NO_LISTBOX_RENDERING, and make it a runtime decision.
by pierre.rossi@gmail.com
· 13 years ago
6790e92
<input=file multiple> default text uses singular instead of plural
by jonlee@apple.com
· 13 years ago
d45c986
Source/WebCore: Support -webkit-tap-highlight-color when enabling touch events support.
by jnd@chromium.org
· 13 years ago
b375750
2011-06-29 Levi Weintraub <leviw@chromium.org>
by leviw@chromium.org
· 14 years ago
6f03dc7
2011-06-15 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
66da6ed
2011-06-08 Kent Tamura <tkent@chromium.org>
by tkent@chromium.org
· 14 years ago
2d7871b
2011-06-01 Kent Tamura <tkent@chromium.org>
by tkent@chromium.org
· 14 years ago
e600138
2011-05-06 Kent Tamura <tkent@chromium.org>
by tkent@chromium.org
· 14 years ago
13edfb7
2011-05-01 ojab <ojab@ojab.ru>
by commit-queue@webkit.org
· 14 years ago
259fc71
2011-04-22 Joseph Pecoraro <joepeck@webkit.org>
by joepeck@webkit.org
· 14 years ago
efe35f8
2011-04-07 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 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
e9463c8
2011-03-22 Jer Noble <jer.noble@apple.com>
by jer.noble@apple.com
· 14 years ago
d18b25e
2011-03-03 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
72d98d1
2011-02-24 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
e379c90
2011-02-24 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
29e7c81
2011-01-28 Dimitri Glazkov <dglazkov@chromium.org>
by dglazkov@chromium.org
· 14 years ago
912bef6
Fix for https://bugs.webkit.org/show_bug.cgi?id=53740
by adele@apple.com
· 14 years ago
Next »