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