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

Issue 250263005: Remove --disable-threaded-html-parser flag from Chromium (Closed)

Created:
6 years, 8 months ago by eseidel
Modified:
6 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, jochen+watch_chromium.org, creis+watch_chromium.org
Visibility:
Public.

Description

Remove --disable-threaded-html-parser flag from Chromium This flag was useful 2 years ago when we brought up the threaded HTML parser, but its always on on all platforms now. https://codereview.chromium.org/254343002 makes this flag not do anything in Blink. Once this lands I'll remove the setting entirely from Blink. BUG=308321

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -11 lines) Patch
M content/browser/renderer_host/render_view_host_impl.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/web_preferences.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/common/webkit_test_helpers.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/common/webpreferences.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
eseidel
6 years, 8 months ago (2014-04-23 22:14:05 UTC) #1
eseidel
I'm not really sure who to grab as owners in chromium land. content/ and webkit/ ...
6 years, 8 months ago (2014-04-23 22:29:18 UTC) #2
eseidel
6 years, 8 months ago (2014-04-23 22:33:47 UTC) #3
Peter Kasting
LGTM
6 years, 8 months ago (2014-04-23 22:35:32 UTC) #4
eseidel
6 years, 8 months ago (2014-04-23 22:49:00 UTC) #5
Sigh.  Turns out webkit_unit_tests have a ton of dependencies on the threaded
parser being off by default in Blink.  Will need to sort through those before
this can land.

Powered by Google App Engine
This is Rietveld 408576698