Changeset 56411 in webkit


Ignore:
Timestamp:
Mar 23, 2010 1:06:20 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-23 Luiz Agostini <luiz.agostini@openbossa.org>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Maemo5 theme - all <select> elements should be rendered as menu lists.
https://bugs.webkit.org/show_bug.cgi?id=36367

Enabling NO_LISTBOX_RENDERING in WebCore.pri for Maemo5.

  • WebCore.pri:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56409 r56411  
     12010-03-23  Luiz Agostini  <luiz.agostini@openbossa.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Maemo5 theme - all <select> elements should be rendered as menu lists.
     6        https://bugs.webkit.org/show_bug.cgi?id=36367
     7
     8        Enabling NO_LISTBOX_RENDERING in WebCore.pri for Maemo5.
     9
     10        * WebCore.pri:
     11
    1122010-03-22  Joseph Pecoraro  <joepeck@webkit.org>
    213
  • trunk/WebCore/WebCore.pri

    r56386 r56411  
    210210    $$PWD/css/mediaControls.css \
    211211    $$PWD/css/mediaControlsQt.css
     212
     213maemo5 {
     214    DEFINES += ENABLE_NO_LISTBOX_RENDERING=1
     215}
    212216
    213217contains(DEFINES, ENABLE_NO_LISTBOX_RENDERING=1) {
Note: See TracChangeset for help on using the changeset viewer.