[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
commit-queue at webkit.org
commit-queue at webkit.org
Wed Dec 22 11:18:11 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit ceaa69c88b6201c172902672d683a3972bd7142d
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Jul 17 11:51:41 2010 +0000
2010-07-17 Nikita Vasilyev <me at elv1s.ru>
Reviewed by Pavel Feldman.
Web Inspector: [REGRESSION] Edit long CSS attributes works incorrect
https://bugs.webkit.org/show_bug.cgi?id=42476
* inspector/front-end/inspector.css:
(.editing):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63608 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ca092dd..535cd0c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-17 Nikita Vasilyev <me at elv1s.ru>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: [REGRESSION] Edit long CSS attributes works incorrect
+ https://bugs.webkit.org/show_bug.cgi?id=42476
+
+ * inspector/front-end/inspector.css:
+ (.editing):
+
2010-07-16 Andreas Kling <andreas.kling at nokia.com>
Reviewed by Sam Weinig.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index d53de5a..68e4034 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -1484,7 +1484,7 @@ body.inactive .placard.selected {
outline: 1px solid rgb(66%, 66%, 66%) !important;
background-color: white;
-webkit-user-modify: read-write-plaintext-only;
- text-overflow: clip;
+ text-overflow: clip !important;
padding-left: 2px;
margin-left: -2px;
padding-right: 2px;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list