Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Issue 10391190: Merge 117361 - REGRESSION(r92823): WebKit strips font-weight: normal from b element when copying (Closed)

Created:
8 years, 7 months ago by rniwa-cr
Modified:
8 years, 7 months ago
Reviewers:
rniwa
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Visibility:
Public.

Description

Merge 117361 - REGRESSION(r92823): WebKit strips font-weight: normal from b element when copying https://bugs.webkit.org/show_bug.cgi?id=86663 Reviewed by Tony Chang. The bug was caused by removeStyleFromRulesAndContext incorrectly stripping font-weight property even when the context had no font-weight property because of a property name mismatch in getPropertiesNotIn. Fixed the mismatch. Test: editing/pasteboard/paste-text-with-style-5.html * editing/EditingStyle.cpp: (WebCore::getPropertiesNotIn): Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=117499

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-1 lines, --1 lines) Patch
A + LayoutTests/editing/pasteboard/paste-text-with-style-5.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/editing/pasteboard/paste-text-with-style-5-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/WebCore/editing/EditingStyle.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
rniwa-cr
8 years, 7 months ago (2012-05-17 21:40:30 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698