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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2416033002: Fixed the behaviour of form submit to match the standard: no submit is taken place when the form is… (Closed)
Patch Set: Added a test-case (submit cloned form) in third_party/WebKit/LayoutTests/fast/forms/submit-form-not… Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c347a3d9b28082994e5f879d8c01d883218904a3..8e856eda614d00d99822d16011d86c5577ea29ce 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83633,7 +83633,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1396" label="V8RegExpPrototypeSourceGetter"/>
<int value="1397" label="V8RegExpPrototypeOldFlagGetter"/>
<int value="1398" label="V8DecimalWithLeadingZeroInStrictMode"/>
- <int value="1399" label="FormSubmissionNotInDocumentTree"/>
+ <int value="1399" label="OBSOLETE_FormSubmissionNotInDocumentTree"/>
<int value="1400" label="GetUserMediaPrefixed"/>
<int value="1401" label="GetUserMediaLegacy"/>
<int value="1402" label="GetUserMediaPromise"/>

Powered by Google App Engine
This is Rietveld 408576698