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

Issue 2536993002: Remove support for the keygen tag (Closed)

Created:
4 years ago by Ryan Sleevi
Modified:
4 years ago
CC:
aboxhall+watch_chromium.org, aboxhall, agrieve+watch_chromium.org, darktears, alokp+watch_chromium.org, apavlov+blink_chromium.org, arv+watch_chromium.org, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, blink-reviews-w3ctests_chromium.org, bruening+watch_chromium.org, cbentzel+watch_chromium.org, cbiesinger, chromium-reviews, darin-cc_chromium.org, dbeam+watch-settings_chromium.org, dbeam+watch-options_chromium.org, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dominicc (has gone to gerrit), dtseng+watch_chromium.org, gavinp+loader_chromium.org, glider+watch_chromium.org, halliwell+watch_chromium.org, jam, Nate Chapin, je_julie, jfernandez, kinuko+watch, lcwu+watch_chromium.org, loading-reviews_chromium.org, mac-reviews_chromium.org, markusheintz_, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-options_chromium.org, mlamouri+watch-content_chromium.org, mmenke, msramek+watch_chromium.org, nektarios, nektar+watch_chromium.org, oshima+watch_chromium.org, raymes+watch_chromium.org, Randy Smith (Not in Mondays), Manuel Rego, rwlbuis, stevenjb+watch-md-settings_chromium.org, svillar, tfarina, tnagel+watch_chromium.org, tyoshino+watch_chromium.org, yuzo+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove support for the keygen tag This removes support for <keygen> by updating it to be an HTMLUnknownElement. As a result, it's no longer a form-associated element and no longer has IDL-assigned properties. The <keygen> tag is still left in the parser, similar to <applet>, so that it maintains the document parse behaviours (such as self-closing), but is otherwise a neutered element. Tests that were relying on <keygen> having its own browser-created shadow root (for its custom select element) have been updated to use progress bars, while other tests (such as <keygen>-related crash tests) have been fully removed. As Blink no longer treats this tag as special, all the related IPC infrastructure is removed, including preferences and enterprise flags, and all localized strings, as they're all now unreachable. This concludes the "Intent to Remove" thread for <keygen> at https://groups.google.com/a/chromium.org/d/msg/blink-dev/z_qEpmzzKh8/BH-lkwdgBAAJ BUG=568184 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/5d916f6c6b47472770e03cb483f06a18ca79a0c2 Cr-Commit-Position: refs/heads/master@{#440245}

Patch Set 1 #

Patch Set 2 : iOS Fix #

Patch Set 3 : More strings #

Patch Set 4 : Test fixes #

Patch Set 5 : Rebased #

Total comments: 1

Patch Set 6 : Rebased #

Patch Set 7 : Updated tests #

Patch Set 8 : Rebased again #

Patch Set 9 : Rebased #

Patch Set 10 : Test fix #

Patch Set 11 : Rebased #

Total comments: 3

Patch Set 12 : Rebased #

Patch Set 13 : Review feedback #

Total comments: 1

Patch Set 14 : Rebased #

Patch Set 15 : Updated policy test with note stubs to squelch presubmit #

Patch Set 16 : Update wpt expectation for HTMLKeygenElement removal; lost during rebase #

Patch Set 17 : Squashing one presubmit error (fwddecl) introduced a compile failure #

Patch Set 18 : Rebased #

Patch Set 19 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -3553 lines) Patch
M android_webview/browser/aw_resource_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/res/xml/single_website_preferences.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/ContentSettingsResources.java View 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/preferences/website/KeygenInfo.java View 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/SingleWebsitePreferences.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +0 lines, -20 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/Website.java View 2 chunks +0 lines, -28 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePermissionsFetcher.java View 2 chunks +0 lines, -14 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePreferenceBridge.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +0 lines, -31 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/preferences/website/SiteSettingsPreferencesTest.java View 3 chunks +0 lines, -65 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +0 lines, -18 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -12 lines 0 comments Download
D chrome/app/theme/default_100_percent/common/allowed_keygen.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/blocked_keygen.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/allowed_keygen.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/blocked_keygen.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/android/preferences/website_preference_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -36 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_unittest.cc View 1 2 3 4 5 5 chunks +0 lines, -96 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings.cc View 3 chunks +1 line, -13 lines 0 comments Download
M chrome/browser/content_settings/tab_specific_content_settings_unittest.cc View 4 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +0 lines, -38 lines 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 chunk +0 lines, -30 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.html View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/category_default_setting.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/constants.js View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_details.html View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_behavior.js View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/android/page_info/website_settings_popup_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/crypto_module_password_dialog.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/crypto_module_password_dialog_view.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_ui.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 3 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/site_settings_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/web_dev_style/css_checker.py View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/content_settings_observer.cc View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/test/data/chromeos/enterprise/policies View 8 chunks +0 lines, -8 lines 0 comments Download
M chrome/test/data/policy/policy_test_cases.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -41 lines 0 comments Download
M chrome/test/data/webui/settings/site_details_tests.js View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/test/data/webui/settings/site_list_tests.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js View 4 chunks +0 lines, -6 lines 0 comments Download
M chromecast/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -7 lines 0 comments Download
M components/content_settings/core/browser/content_settings_default_provider.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/content_settings/core/browser/content_settings_policy_provider.cc View 1 2 3 4 5 7 chunks +2 lines, -16 lines 0 comments Download
M components/content_settings/core/browser/content_settings_registry.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M components/content_settings/core/browser/host_content_settings_map.h View 1 2 3 4 5 2 chunks +0 lines, -11 lines 0 comments Download
M components/content_settings/core/browser/host_content_settings_map.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -40 lines 0 comments Download
M components/content_settings/core/common/content_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/common/content_settings_types.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/content_settings/core/common/pref_names.h View 2 chunks +0 lines, -3 lines 0 comments Download
M components/content_settings/core/common/pref_names.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M content/app/strings/content_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -7 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/loader/mime_sniffing_resource_handler.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +0 lines, -72 lines 0 comments Download
M content/browser/resource_context_impl.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M content/child/blink_platform_impl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -12 lines 0 comments Download
M content/common/render_process_messages.h View 1 chunk +0 lines, -10 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/browser/resource_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +0 lines, -12 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -14 lines 0 comments Download
D content/test/data/accessibility/html/keygen.html View 1 chunk +0 lines, -15 lines 0 comments Download
D content/test/data/accessibility/html/keygen-expected-win.txt View 1 chunk +0 lines, -7 lines 0 comments Download
M ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +0 lines, -12 lines 0 comments Download
M net/android/network_library.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -9 lines 0 comments Download
D net/base/keygen_handler.h View 1 chunk +0 lines, -66 lines 0 comments Download
D net/base/keygen_handler.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D net/base/keygen_handler_mac.cc View 1 chunk +0 lines, -339 lines 0 comments Download
D net/base/keygen_handler_nss.cc View 1 chunk +0 lines, -48 lines 0 comments Download
D net/base/keygen_handler_openssl.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D net/base/keygen_handler_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -226 lines 0 comments Download
D net/base/keygen_handler_win.cc View 1 chunk +0 lines, -218 lines 0 comments Download
M net/base/net_error_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
D net/base/openssl_private_key_store.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D net/base/openssl_private_key_store_android.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D net/base/openssl_private_key_store_memory.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -73 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +0 lines, -12 lines 0 comments Download
D net/third_party/mozilla_security_manager/nsKeygenHandler.h View 1 chunk +0 lines, -69 lines 0 comments Download
D net/third_party/mozilla_security_manager/nsKeygenHandler.cpp View 1 chunk +0 lines, -257 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/SlowTests View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/contenteditable-table-check-causes-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html View 1 2 3 4 5 6 1 chunk +0 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/remove-format-elements-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/child-not-removed-from-parent-lineboxes-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/float/float-not-removed-from-first-letter-expected.txt View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/block/float/split-inline-sibling-of-float-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/stale-grid-layout-expected.txt View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css/pseudo-required-optional-unapplied-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen.html View 1 2 3 4 5 6 1 chunk +0 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/deprecated-flexbox/crash-button-keygen-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/HTMLKeygenElement/keygen.html View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/HTMLKeygenElement/keygen-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/click-method-on-html-element-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt View 1 2 3 2 chunks +0 lines, -31 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null.html View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null-expected.txt View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/setCustomValidity-null-undefined.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow.html View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/no-renderers-for-light-children.html View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/no-renderers-for-light-children-expected.txt View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/nodetype.html View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/nodetype-expected.txt View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/wrapper-classes.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/wrapper-classes-expected.txt View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dynamic/insertAdjacentHTML-allowed-parents-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/access-key-for-all-elements-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html View 1 2 3 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen-expected.txt View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/checkValidity.html View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-elements.html View 1 2 3 4 5 5 chunks +11 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-elements-expected.txt View 1 2 3 4 5 2 chunks +11 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-associated-element.html View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash3-expected.txt View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt View 1 2 3 3 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-attribute.html View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-elements.html View 1 2 3 3 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt View 1 2 3 2 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order.html View 1 2 3 5 chunks +12 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-order-expected.txt View 1 2 3 1 chunk +12 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-radio-node-list.html View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-radio-img-node-list.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-radio-img-node-list-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list.html View 1 2 3 3 chunks +6 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/form-radio-node-list-expected.txt View 1 2 3 2 chunks +7 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content-expected.txt View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labelable-elements-expected.txt View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-add-parent-label-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-change-htmlFor-attribute-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-multiple-sibling-labels-expected.txt View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-parent-and-sibling-labels-expected.txt View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-label-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-parent-label-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/label/labels-set-htmlFor-attribute-expected.txt View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/large-parts-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid.html View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/resources/common.js View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-existence.html View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-existence-expected.txt View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/state-restore-skip-stateless.html View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/state-restore-skip-stateless-expected.txt View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/validationMessage.html View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/validity-property.html View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/validity-property-expected.txt View 1 2 3 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/willvalidate.html View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/forms/willvalidate-expected.txt View 1 2 3 3 chunks +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/html/clone-keygen.html View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/html/clone-keygen-expected.txt View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/html/keygen.html View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/multicol/span/positioned-child-not-removed-crash.html View 1 2 3 4 5 6 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/multicol/span/positioned-child-not-removed-crash-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/replaced/keygen-as-table-column-group-crash-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/ruby/float-object-doesnt-crash-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/crash-splitColumn-2-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests19-data-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests19-write-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests25-data-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests25-write-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests7-data-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/html5lib/generated/run-tests7-write-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/misc/resources/check-keygen-post.php View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -38 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen.html View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/misc/submit-post-keygen-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt View 1 2 3 4 5 6 2 chunks +153 lines, -6 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem.html View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/labelable-elements-expected.txt View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/grouping-content/the-ol-element/grouping-ol-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces-expected.txt View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests19-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/html5lib_tests25-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-005-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-007-expected.txt View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/android/fast/html/keygen-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/html/keygen-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/fast/html/keygen-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/html/keygen-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/fast/html/keygen-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/html/keygen-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -22 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -22 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/html.css View 1 2 3 4 5 4 chunks +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/themeWin.css View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLKeygenElement.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -140 lines 0 comments Download
D third_party/WebKit/Source/core/html/HTMLKeygenElement.idl View 1 chunk +0 lines, -51 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTagNames.in View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoaderClient.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 3 4 5 1 chunk +0 lines, -14 lines 0 comments Download
M third_party/WebKit/public/platform/WebLocalizedString.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebContentSettingsClient.h View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +7 lines, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest.txt View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 92 (62 generated)
Ryan Sleevi
Warning: Big CL, but not for review as is. Dominic: It's a pretty far-reaching change, ...
4 years ago (2016-11-30 03:33:54 UTC) #8
dominicc (has gone to gerrit)
Looking forward immensely to this. https://codereview.chromium.org/2536993002/diff/80001/third_party/WebKit/Source/core/html/HTMLTagNames.in File third_party/WebKit/Source/core/html/HTMLTagNames.in (right): https://codereview.chromium.org/2536993002/diff/80001/third_party/WebKit/Source/core/html/HTMLTagNames.in#newcode74 third_party/WebKit/Source/core/html/HTMLTagNames.in:74: keygen interfaceName=HTMLElement I didn't ...
4 years ago (2016-12-07 07:07:11 UTC) #16
dominicc (has gone to gerrit)
Oops, just realized I missed the specific questions. On Wed, Nov 30, 2016 at 12:33 ...
4 years ago (2016-12-07 07:32:57 UTC) #17
dominicc (has gone to gerrit)
Oops, just realized I missed the specific questions. On Wed, Nov 30, 2016 at 12:33 ...
4 years ago (2016-12-07 07:32:58 UTC) #18
Ryan Sleevi
svaldez: //net OWNERS and for your keygen familiarity dominic, jochen: I'm not sure how to ...
4 years ago (2016-12-12 22:34:11 UTC) #33
svaldez
Few more changes that might be needed? Otherwise LGTM for keygen changes, though I think ...
4 years ago (2016-12-13 15:15:49 UTC) #36
jochen (gone - plz use gerrit)
can you please link from the CL description to the intent to remove? the link ...
4 years ago (2016-12-14 11:35:22 UTC) #37
Ryan Sleevi
On 2016/12/14 11:35:22, jochen wrote: > can you please link from the CL description to ...
4 years ago (2016-12-15 02:48:22 UTC) #38
dominicc (has gone to gerrit)
core/html, layout tests LGTM. There are some tests which could omit mentioning keygen now, but ...
4 years ago (2016-12-15 06:31:48 UTC) #39
jochen (gone - plz use gerrit)
yes, please put the link into the CL description! lgtm
4 years ago (2016-12-15 14:17:41 UTC) #40
Ryan Sleevi
dmazzoni: See below re: Accessibility layout tests Adding mattm for //net stampy https://codereview.chromium.org/2536993002/diff/200001/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html File third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html ...
4 years ago (2016-12-16 01:45:57 UTC) #42
Ryan Sleevi
bauerb: Could you review the Content Settings related changes (both for Chrome & Android) dbeam: ...
4 years ago (2016-12-16 01:55:22 UTC) #45
Ryan Sleevi
isherman: Can you vet the metrics changes pastarmovj: Can you vet the enterprise templates (since ...
4 years ago (2016-12-16 01:57:41 UTC) #47
Ilya Sherman
//tools/metrics lgtm
4 years ago (2016-12-16 09:01:12 UTC) #48
pastarmovj
policy_templates lgtm.
4 years ago (2016-12-16 09:12:10 UTC) #49
droger
ios lgtm
4 years ago (2016-12-16 09:20:08 UTC) #50
Bernhard Bauer
content settings LGTM.
4 years ago (2016-12-16 16:38:01 UTC) #51
dmazzoni
lgtm for accessibility
4 years ago (2016-12-16 17:17:18 UTC) #52
dmazzoni
https://codereview.chromium.org/2536993002/diff/240001/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html File third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html (left): https://codereview.chromium.org/2536993002/diff/240001/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html#oldcode11 third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html:11: <keygen></keygen> FWIW, I spent about 15 minutes trying to ...
4 years ago (2016-12-16 17:23:17 UTC) #53
halliwell
On 2016/12/16 17:23:17, dmazzoni wrote: > https://codereview.chromium.org/2536993002/diff/240001/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html > File > third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html > (left): > > ...
4 years ago (2016-12-16 18:42:59 UTC) #54
Ryan Sleevi
Missed that I didn't actually add Mike for the IPC messages, but since he's marked ...
4 years ago (2016-12-16 18:57:58 UTC) #56
mattm
net lgtm
4 years ago (2016-12-16 20:59:48 UTC) #57
dcheng
IPC RS LGTM
4 years ago (2016-12-16 23:49:59 UTC) #58
Dan Beam
lgtm
4 years ago (2016-12-17 01:30:58 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2536993002/340001
4 years ago (2016-12-21 07:39:26 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/330559)
4 years ago (2016-12-21 07:55:59 UTC) #82
sgurun-gerrit only
aw lgtm
4 years ago (2016-12-21 18:49:08 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2536993002/310250
4 years ago (2016-12-21 18:50:59 UTC) #87
commit-bot: I haz the power
Committed patchset #19 (id:310250)
4 years ago (2016-12-21 22:40:32 UTC) #90
commit-bot: I haz the power
4 years ago (2016-12-21 22:42:59 UTC) #92
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/5d916f6c6b47472770e03cb483f06a18ca79a0c2
Cr-Commit-Position: refs/heads/master@{#440245}

Powered by Google App Engine
This is Rietveld 408576698