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

Side by Side Diff: tools/clang/traffic_annotation_extractor/tests/expected_outputs/autofill_core_browser.txt

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: Windows compatibility update. Created 3 years, 8 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 ==== NEW ANNOTATION ====
2 components/autofill/core/browser/autofill_download_manager.cc
3 (anonymous namespace)::GetNetworkTrafficAnnotation
4 36
5 autofill_query
6
7 semantics {
8 sender: "Autofill"
9 description:
10 "Chromium can automatically fill in web forms. If the feature is "
11 "enabled, Chromium will send a non-identifying description of the "
12 "form to Google's servers, which will respond with the type of "
13 "data required by each of the form's fields, if known. I.e., if a "
14 "field expects to receive a name, phone number, street address, "
15 "etc."
16 trigger: "User encounters a web form."
17 data:
18 "Hashed descriptions of the form and its fields. User data is not "
19 "sent."
20 destination: GOOGLE_OWNED_SERVICE
21 }
22 policy {
23 cookies_allowed: false
24 setting:
25 "You can enable or disable this feature via 'Enable autofill to "
26 "fill out web forms in a single click.' in Chromium's settings "
27 "under 'Passwords and forms'. The feature is enabled by default."
28 chrome_policy {
29 AutoFillEnabled {
30 policy_options {mode: MANDATORY}
31 AutoFillEnabled: false
32 }
33 }
34 }
35 ==== ANNOTATION ENDS ====
36 ==== NEW ANNOTATION ====
37 components/autofill/core/browser/autofill_download_manager.cc
38 (anonymous namespace)::GetNetworkTrafficAnnotation
39 68
40 autofill_upload
41
42 semantics {
43 sender: "Autofill"
44 description:
45 "Chromium relies on crowd-sourced field type classifications to "
46 "help it automatically fill in web forms. If the feature is "
47 "enabled, Chromium will send a non-identifying description of the "
48 "form to Google's servers along with the type of data Chromium "
49 "observed being given to the form. I.e., if you entered your first "
50 "name into a form field, Chromium will 'vote' for that form field "
51 "being a first name field."
52 trigger: "User submits a web form."
53 data:
54 "Hashed descriptions of the form and its fields along with type of "
55 "data given to each field, if recognized from the user's "
56 "profile(s). User data is not sent."
57 destination: GOOGLE_OWNED_SERVICE
58 }
59 policy {
60 cookies_allowed: false
61 setting:
62 "You can enable or disable this feature via 'Enable autofill to "
63 "fill out web forms in a single click.' in Chromium's settings "
64 "under 'Passwords and forms'. The feature is enabled by default."
65 chrome_policy {
66 AutoFillEnabled {
67 policy_options {mode: MANDATORY}
68 AutoFillEnabled: false
69 }
70 }
71 }
72 ==== ANNOTATION ENDS ====
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698