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

Issue 23483005: [Android WebView] Wire up Blink's UseLegacyBackgroundSizeShorthandBehavior setting (Closed)

Created:
7 years, 3 months ago by mnaganov (inactive)
Modified:
7 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Visibility:
Public.

Description

[Android WebView] Wire up Blink's UseLegacyBackgroundSizeShorthandBehavior setting R=benm@chromium.org BUG=277157 TEST=AwSettingsTest#testUseLegacyBackgroundSizeShorthandBehavior Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220710

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use a single setting in AwSettings #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -6 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwSettings.java View 1 3 chunks +4 lines, -4 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 1 chunk +30 lines, -0 lines 0 comments Download
M android_webview/native/aw_settings.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/web_preferences.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/common/webpreferences.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/common/webpreferences.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
mnaganov (inactive)
7 years, 3 months ago (2013-08-28 16:29:40 UTC) #1
benm (inactive)
Thanks Mikhail. lgtm modulo question about adding booleans. https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode86 android_webview/java/src/org/chromium/android_webview/AwSettings.java:86: private ...
7 years, 3 months ago (2013-08-28 16:51:46 UTC) #2
mnaganov (inactive)
https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode86 android_webview/java/src/org/chromium/android_webview/AwSettings.java:86: private final boolean mUseLegacyBackgroundSizeShorthandBehavior; On 2013/08/28 16:51:46, benm wrote: ...
7 years, 3 months ago (2013-08-28 16:59:19 UTC) #3
mnaganov (inactive)
On 2013/08/28 16:59:19, Mikhail Naganov (Chromium) wrote: > https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java > File android_webview/java/src/org/chromium/android_webview/AwSettings.java > (right): > ...
7 years, 3 months ago (2013-08-28 17:24:57 UTC) #4
mnaganov (inactive)
https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java File android_webview/java/src/org/chromium/android_webview/AwSettings.java (right): https://codereview.chromium.org/23483005/diff/1/android_webview/java/src/org/chromium/android_webview/AwSettings.java#newcode86 android_webview/java/src/org/chromium/android_webview/AwSettings.java:86: private final boolean mUseLegacyBackgroundSizeShorthandBehavior; On 2013/08/28 16:51:46, benm wrote: ...
7 years, 3 months ago (2013-08-28 17:30:45 UTC) #5
benm (inactive)
lgtm
7 years, 3 months ago (2013-08-28 17:59:45 UTC) #6
joth
lgtm too thanks https://codereview.chromium.org/23483005/diff/2/android_webview/native/aw_settings.cc File android_webview/native/aw_settings.cc (right): https://codereview.chromium.org/23483005/diff/2/android_webview/native/aw_settings.cc#newcode208 android_webview/native/aw_settings.cc:208: Java_AwSettings_getSupportLegacyQuirksLocked(env, obj); nit: the unequal indent ...
7 years, 3 months ago (2013-08-28 20:07:32 UTC) #7
mnaganov (inactive)
https://codereview.chromium.org/23483005/diff/2/android_webview/native/aw_settings.cc File android_webview/native/aw_settings.cc (right): https://codereview.chromium.org/23483005/diff/2/android_webview/native/aw_settings.cc#newcode208 android_webview/native/aw_settings.cc:208: Java_AwSettings_getSupportLegacyQuirksLocked(env, obj); On 2013/08/28 20:07:33, joth wrote: > nit: ...
7 years, 3 months ago (2013-08-29 11:49:25 UTC) #8
mnaganov (inactive)
Need an OWNER's review: jamesr@: content/renderer and webkit/ joi@: content/public
7 years, 3 months ago (2013-08-29 11:53:22 UTC) #9
Jói
//content/public LGTM.
7 years, 3 months ago (2013-08-29 11:56:50 UTC) #10
mnaganov (inactive)
jamesr@: Ping! Please take a look, the change is trivially simple.
7 years, 3 months ago (2013-08-30 19:52:48 UTC) #11
jamesr
lgtm
7 years, 3 months ago (2013-08-30 20:49:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnaganov@chromium.org/23483005/19001
7 years, 3 months ago (2013-08-30 21:07:44 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-08-31 01:10:02 UTC) #14
Message was sent while issue was closed.
Change committed as 220710

Powered by Google App Engine
This is Rietveld 408576698