Diff
Modified: trunk/Source/WebCore/ChangeLog (147787 => 147788)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,3 +1,19 @@
+2013-04-05 Ryosuke Niwa <rn...@webkit.org>
+
+ Remove Chromium code from WebCore/css
+ https://bugs.webkit.org/show_bug.cgi?id=114052
+
+ Reviewed by Benjamin Poulain.
+
+ Removed.
+
+ * css/mediaControlsChromium.css: Removed.
+ * css/mediaControlsChromiumAndroid.css: Removed.
+ * css/themeChromium.css: Removed.
+ * css/themeChromiumAndroid.css: Removed.
+ * css/themeChromiumLinux.css: Removed.
+ * css/themeChromiumSkia.css: Removed.
+
2013-04-05 Brendan Long <s...@brendanlong.com>
[GStreamer] Segfault when attempting to install missing plugins
Deleted: trunk/Source/WebCore/css/mediaControlsChromium.css (147787 => 147788)
--- trunk/Source/WebCore/css/mediaControlsChromium.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/mediaControlsChromium.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,218 +0,0 @@
-/*
- * Copyright (C) 2009 Apple Inc. All rights reserved.
- * Copyright (C) 2009 Google Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* Chromium default media controls */
-
-body:-webkit-full-page-media {
- background-color: rgb(0, 0, 0);
-}
-
-audio {
- width: 300px;
- height: 30px;
-}
-
-audio:-webkit-full-page-media, video:-webkit-full-page-media {
- max-height: 100%;
- max-width: 100%;
-}
-
-audio:-webkit-full-page-media::-webkit-media-controls-panel,
-video:-webkit-full-page-media::-webkit-media-controls-panel {
- bottom: 0px;
-}
-
-::-webkit-media-controls {
- display: -webkit-flex;
- -webkit-flex-direction: column;
- -webkit-justify-content: flex-end;
- -webkit-align-items: center;
-}
-
-audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
- width: 100%;
- max-width: 800px;
- height: 30px;
- -webkit-flex-shrink: 0;
- bottom: 0;
- text-indent: 0;
- padding: 0;
- box-sizing: border-box;
-}
-
-video::-webkit-media-controls-enclosure {
- padding: 0px 5px 5px 5px;
- height: 35px;
- -webkit-flex-shrink: 0;
-}
-
-audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
- display: -webkit-flex;
- -webkit-flex-direction: row;
- -webkit-align-items: center;
- /* We use flex-start here to ensure that the play button is visible even
- * if we are too small to show all controls.
- */
- -webkit-justify-content: flex-start;
- bottom: auto;
- height: 30px;
- background-color: rgba(20, 20, 20, 0.8);
- border-radius: 5px;
-}
-
-audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
- -webkit-appearance: media-mute-button;
- display: -webkit-flex;
- -webkit-flex: none;
- border: none;
- box-sizing: border-box;
- width: 35px;
- height: 30px;
- line-height: 30px;
- margin: 0 6px 0 0;
- padding: 0;
-}
-
-audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
- -webkit-appearance: media-play-button;
- display: -webkit-flex;
- -webkit-flex: none;
- border: none;
- box-sizing: border-box;
- width: 30px;
- height: 30px;
- line-height: 30px;
- margin-left: 9px;
- margin-right: 9px;
- padding: 0;
-}
-
-audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display,
-audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
- -webkit-appearance: media-current-time-display;
- -webkit-user-select: none;
- -webkit-flex: none;
- display: -webkit-flex;
- border: none;
- cursor: default;
-
- height: 30px;
- margin: 0 9px 0 0;
- padding: 0;
-
- line-height: 30px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13px;
- font-weight: bold;
- font-style: normal;
- color: white;
-
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0;
- text-shadow: none;
- text-decoration: none;
-}
-
-audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
- -webkit-appearance: media-slider;
- display: -webkit-flex;
- -webkit-flex: 1 1 auto;
- height: 8px;
- margin: 0 15px 0 0;
- padding: 0;
- background-color: transparent;
- min-width: 25px;
-}
-
-audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
- -webkit-appearance: media-volume-slider;
- display: -webkit-flex;
- /* The 1.9 value was empirically chosen to match old-flexbox behaviour
- * and be aesthetically pleasing.
- */
- -webkit-flex: 1 1.9 auto;
- height: 8px;
- max-width: 70px;
- margin: 0 15px 0 0;
- padding: 0;
- background-color: transparent;
- min-width: 15px;
-}
-
-/* FIXME these shouldn't use special pseudoShadowIds, but nicer rules.
- https://code.google.com/p/chromium/issues/detail?id=112508
- https://bugs.webkit.org/show_bug.cgi?id=62218
-*/
-input[type="range"]::-webkit-media-slider-container {
- display: -webkit-flex;
- -webkit-align-items: center;
- -webkit-flex-direction: row; /* This property is updated by C++ code. */
- box-sizing: border-box;
- height: 100%;
- width: 100%;
- border: 1px solid rgba(230, 230, 230, 0.35);
- border-radius: 4px;
- background-color: transparent; /* Background drawing is managed by C++ code to draw ranges. */
-}
-
-/* The negative right margin causes the track to overflow its container. */
-input[type="range"]::-webkit-media-slider-container > div {
- margin-right: -14px;
-}
-
-input[type="range"]::-webkit-media-slider-thumb {
- margin-left: -7px;
- margin-right: -7px;
-}
-
-audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
- -webkit-appearance: media-toggle-closed-captions-button;
- display: -webkit-flex;
- -webkit-flex: none;
- border: none;
- box-sizing: border-box;
- width: 30px;
- height: 30px;
- line-height: 30px;
- margin-left: -5px;
- margin-right: 9px;
- padding: 0;
-}
-
-audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-fullscreen-button {
- -webkit-appearance: media-enter-fullscreen-button;
- display: -webkit-flex;
- -webkit-flex: none;
- border: none;
- box-sizing: border-box;
- width: 30px;
- height: 30px;
- line-height: 30px;
- margin-left: -5px;
- margin-right: 9px;
- padding: 0;
-}
Deleted: trunk/Source/WebCore/css/mediaControlsChromiumAndroid.css (147787 => 147788)
--- trunk/Source/WebCore/css/mediaControlsChromiumAndroid.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/mediaControlsChromiumAndroid.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,216 +0,0 @@
-/*
- * Copyright (C) 2012 Google Inc.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* Media controls for Chromium on Android*/
-
-body:-webkit-full-page-media {
- background-color: rgb(0, 0, 0);
-}
-
-audio {
- width: 300px;
- height: 35px;
-}
-
-audio:-webkit-full-page-media, video:-webkit-full-page-media {
- max-height: 100%;
- max-width: 100%;
-}
-
-audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
- display: -webkit-flex;
- -webkit-flex-direction: row;
- -webkit-align-items: center;
- -webkit-justify-content: center;
- bottom: auto;
- height: 35px;
- background-color: rgba(20, 20, 20, 0.8);
-}
-
-audio:-webkit-full-page-media::-webkit-media-controls-panel,
-video:-webkit-full-page-media::-webkit-media-controls-panel {
- bottom: 0px;
-}
-
-::-webkit-media-controls {
- display: -webkit-flex;
- -webkit-flex-direction: column;
- -webkit-justify-content: flex-end;
- -webkit-align-items: center;
-}
-
-audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
- width: 100%;
- max-width: 800px;
- height: 35px;
- bottom: 0;
- text-indent: 0;
- padding: 0;
- box-sizing: border-box;
-}
-
-video::-webkit-media-controls-enclosure {
- padding: 0px 5px 5px 5px;
- height: 35px;
-}
-
-audio::-webkit-media-controls-overlay-enclosure {
- display: none;
-}
-
-video::-webkit-media-controls-overlay-enclosure {
- display: -webkit-flex;
- -webkit-flex-direction: row;
- -webkit-justify-content: center;
- -webkit-align-items: center;
- -webkit-flex: 1 1;
- width: 100%;
- max-width: 800px;
- text-indent: 0;
- box-sizing: border-box;
- overflow: hidden;
-}
-
-audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
- display: none;
-}
-
-audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
- -webkit-appearance: media-play-button;
- display: inline;
- border: none;
- box-sizing: border-box;
- width: 35px;
- height: 35px;
- line-height: 35px;
- margin-left: 9px;
- margin-right: 9px;
- padding: 0;
-}
-
-video::-webkit-media-controls-overlay-play-button {
- -webkit-appearance: media-overlay-play-button;
- -webkit-align-items: center;
- display: -webkit-flex;
- border: none;
- box-sizing: border-box;
- background-color: transparent;
- width: 80px;
- height: 80px;
- padding: 0;
-}
-
-audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display,
-audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
- -webkit-appearance: media-current-time-display;
- -webkit-user-select: none;
- display: block;
- border: none;
- cursor: default;
-
- height: 35px;
- margin: 0 9px 0 0;
- padding: 0;
-
- line-height: 35px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 18px;
- font-weight: bold;
- color: white;
-
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0;
- text-shadow: none;
- text-decoration: none;
-}
-
-audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
- -webkit-appearance: media-slider;
- display: -webkit-flex;
- -webkit-flex: 1 1;
- height: 8px;
- margin: 0 15px 0 0;
- padding: 0;
- background-color: transparent;
- min-width: 25px;
-}
-
-
-video::-webkit-media-controls-fullscreen-button {
- -webkit-appearance: media-enter-fullscreen-button;
- display: -webkit-flex;
- border: none;
- box-sizing: border-box;
- width: 35px;
- height: 35px;
- line-height: 35px;
- margin-left: -5px;
- margin-right: 9px;
- padding: 0;
-}
-
-audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
- -webkit-appearance: media-toggle-closed-captions-button;
- display: -webkit-flex;
- border: none;
- box-sizing: border-box;
- width: 35px;
- height: 35px;
- line-height: 35px;
- margin-left: -5px;
- margin-right: 9px;
- padding: 0;
-}
-
-input[type="range"]::-webkit-media-slider-container {
- display: -webkit-flex;
- -webkit-align-items: center;
- -webkit-flex-direction: row;
- box-sizing: border-box;
- height: 100%;
- width: 100%;
- border: 1px solid rgba(230, 230, 230, 0.35);
- border-radius: 4px;
- background-color: transparent;
-}
-
-/* The negative right margin causes the track to overflow its container. */
-input[type="range"]::-webkit-media-slider-container > div {
- margin-right: -14px;
-}
-
-input[type="range"]::-webkit-media-slider-thumb {
- margin-left: -7px;
- margin-right: -7px;
-}
-
-audio::-webkit-media-controls-fullscreen-button {
- display: none;
-}
-
-audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
- display: none;
-}
Deleted: trunk/Source/WebCore/css/themeChromium.css (147787 => 147788)
--- trunk/Source/WebCore/css/themeChromium.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/themeChromium.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,77 +0,0 @@
-/*
- * Copyright (C) 2011 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* These styles override other user-agent styles for Chromium. */
-
-::-webkit-validation-bubble {
- opacity: 1;
-}
-
-::-webkit-validation-bubble-message {
- background: white;
- border-color: #ccc #aaa #888;
- border-width: 1px;
- box-shadow: 2px 2px 4px rgba(100,100,100,0.3);
- max-width: 300px;
- top: -1px;
-}
-
-::-webkit-validation-bubble-arrow {
- background: white;
- border-color: #ccc;
- border-width: 1px;
- box-shadow: none;
-}
-
-::-webkit-validation-bubble-arrow-clipper {
- height: 13px;
-}
-
-::-webkit-validation-bubble-icon {
- /* The image was taken from http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/theme/update_available.png?revision=50754&view=markup */
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAACVklEQVQ4T6WRMWsUURSFv/t2ZjObZNUkREUFlYiIYGWl2Cj+AEs7wdZG0NpGwcJGxcpaWwWttbMQAmqRwoAEEiKohGTXdXdnZ+YeizebRAsbHzweXO4995zvmST+99izm+3EjOt7p+zhfDu0shQwgUAOKF4J5HVd8e10Bw8OXbp3J8mazKYN7h+fb7QOzxnNxs6glwVeFFhoYKGJ3GthQxLdtLx96NzV10mWWJo1ac+3oZWAezQyKks6xQx5coQk/05b38iaAXdAwgTTTUyj7rEQTAqmqhF2Wxa9zS7pqRssXHvH3otP2NjoURVCLrwCLwUVAEmQx+zuUUAuJFGOIEwdAWBi31EGfTHKHVzIHXdtM0u2wVVAJVSBrG7wEoCqGOIlVIXA4lI89sIuEeTILcaxKCoZAEJ1VHYc1AkQJDGCxaEq5pSJAJTDTQCK/iZVAVSCymqB2jUai9TFmg0Sk5MTdD4+5cv6JzqrSwSlBItO3PWXE9Uwq4BqJi4IIaXaWGZrZYkgY3ZfRiD+ihQXjZkEtvN5LLrARW+rx8TZm5y51+XglceMBoPIawy1nvtTpGYyFipHoMkDWNamMbtArwdloehg1wzCklG/TzqdNfAdYO7QmmyytfiUldUP/Fz7DJ6ACx9/MWMm2hMu3HrbIWQv8199ymEfzweU+YBEI/Z0lrHF52Tri8xNlViZ48Mc5Tk+yGnsP/HDWjMTJsm+fnx1uvf+0ZO5tHcmCRbGm/AdiNubEapKs2x2OH357pvm0fMvTFIKzAALwElgqpb41wmAgDVg8TfGt7U0pM19vgAAAABJRU5ErkJggg==');
- height: 17px;
- margin-right: 6px;
- width: 17px;
-}
-
-::-webkit-validation-bubble-heading {
- font-weight: normal;
-}
-
-::-webkit-validation-bubble-body {
- font-size: smaller;
- color: #444;
-}
-
-input:disabled, isindex:disabled, textarea:disabled {
- color: #545454; /* Color::light() for #000000. See RenderTextControl.cpp:disabledTextColor */
-}
-
Deleted: trunk/Source/WebCore/css/themeChromiumAndroid.css (147787 => 147788)
--- trunk/Source/WebCore/css/themeChromiumAndroid.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/themeChromiumAndroid.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,41 +0,0 @@
-/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* These styles override other user-agent styles for Chromium on Android. */
-
-select[size],
-select[multiple],
-select[size][multiple] {
- -webkit-appearance: menulist;
- -webkit-align-items: center;
- border: 1px solid;
- border-radius: initial;
- white-space: pre;
-}
Deleted: trunk/Source/WebCore/css/themeChromiumLinux.css (147787 => 147788)
--- trunk/Source/WebCore/css/themeChromiumLinux.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/themeChromiumLinux.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,42 +0,0 @@
-/*
- * Copyright (C) 2009 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* These styles override other user-agent styles for Chromium on Linux. */
-
-select:not([size]):not([multiple]),
-select[size="0"],
-select[size="1"] {
- /* Selects with popup menus look like buttons with a drop down triangle on Linux. */
- background-color: ButtonFace;
-}
-
-input[type=range] {
- color: #9d968E;
-}
Deleted: trunk/Source/WebCore/css/themeChromiumSkia.css (147787 => 147788)
--- trunk/Source/WebCore/css/themeChromiumSkia.css 2013-04-05 19:45:03 UTC (rev 147787)
+++ trunk/Source/WebCore/css/themeChromiumSkia.css 2013-04-05 19:48:12 UTC (rev 147788)
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2009 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- * * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/* These styles override other user-agent styles for Chromium using Skia. */
-
-/* Option elements inherit their font (see themeWin.css). However, their
- * font weight should always be normal, to distinguish from optgroup labels. */
-option {
- font-weight: normal !important;
-}