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

Issue 1707473002: Remove document.defaultCharset (Closed)

Created:
4 years, 10 months ago by philipj_slow
Modified:
4 years, 10 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove document.defaultCharset Intent to Deprecate and Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/pWSb_tq13Kg/Dmk59Fb9AQAJ The removed Android test depended on defaultCharset. There is already another test that verifies that the setting affects the default encoding: LayoutTests/http/tests/download/default-encoding.html BUG=567738 Committed: https://crrev.com/0bb2dcd18efa71df5a93c7a5f4075cb876fa2f86 Cr-Commit-Position: refs/heads/master@{#376170}

Patch Set 1 #

Patch Set 2 : update android test #

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : disable AwSettings test instead #

Patch Set 5 : oops, disabled wrong test #

Patch Set 6 : update fingerprint.proto #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -34 lines) Patch
M android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M android_webview/tools/WebViewShell/test/webexposed/global-interface-listing-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/content/browser/risk/proto/fingerprint.proto View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Document/document-charset.html View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Document/document-charset-expected.txt View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/everything-to-string-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 28 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707473002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707473002/1
4 years, 10 months ago (2016-02-16 19:23:15 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/23891)
4 years, 10 months ago (2016-02-16 22:16:19 UTC) #4
philipj_slow
mnaganov@, can you please review android_webview/? See the description for why I think it's reasonable ...
4 years, 10 months ago (2016-02-17 11:32:22 UTC) #7
mnaganov (inactive)
Please don't remove the code, just disable the test, as I advised in the comment. ...
4 years, 10 months ago (2016-02-17 16:42:48 UTC) #8
philipj_slow
https://codereview.chromium.org/1707473002/diff/40001/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java File android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java (left): https://codereview.chromium.org/1707473002/diff/40001/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java#oldcode1607 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java:1607: @Feature({"AndroidWebView", "Preferences"}) On 2016/02/17 16:42:48, mnaganov wrote: > Please ...
4 years, 10 months ago (2016-02-17 16:52:09 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707473002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707473002/60001
4 years, 10 months ago (2016-02-17 16:52:27 UTC) #11
mnaganov (inactive)
On 2016/02/17 16:52:09, philipj_UTC7 wrote: > https://codereview.chromium.org/1707473002/diff/40001/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java > File > android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java > (left): > > ...
4 years, 10 months ago (2016-02-17 16:53:56 UTC) #12
philipj_slow
isherman@, it doesn't show up in this CL, but the only remaining mention of defaultCharset ...
4 years, 10 months ago (2016-02-17 17:00:16 UTC) #14
philipj_slow
On 2016/02/17 16:53:56, mnaganov wrote: > On 2016/02/17 16:52:09, philipj_UTC7 wrote: > > > https://codereview.chromium.org/1707473002/diff/40001/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java ...
4 years, 10 months ago (2016-02-17 17:02:00 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/24476)
4 years, 10 months ago (2016-02-17 19:47:49 UTC) #17
Ilya Sherman
On 2016/02/17 17:00:16, philipj_UTC7 wrote: > isherman@, it doesn't show up in this CL, but ...
4 years, 10 months ago (2016-02-17 22:49:16 UTC) #18
philipj_slow
On 2016/02/17 22:49:16, Ilya Sherman wrote: > On 2016/02/17 17:00:16, philipj_UTC7 wrote: > > isherman@, ...
4 years, 10 months ago (2016-02-18 01:31:14 UTC) #19
Ilya Sherman
lgtm
4 years, 10 months ago (2016-02-18 01:38:19 UTC) #20
jochen (gone - plz use gerrit)
lgtm
4 years, 10 months ago (2016-02-18 13:46:49 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707473002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707473002/120001
4 years, 10 months ago (2016-02-18 14:22:45 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-18 15:35:25 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 15:36:24 UTC) #28
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/0bb2dcd18efa71df5a93c7a5f4075cb876fa2f86
Cr-Commit-Position: refs/heads/master@{#376170}

Powered by Google App Engine
This is Rietveld 408576698