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

Side by Side Diff: third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5

Issue 2938543006: Remove references to groups directly stored on ComputedStyle in .cpp file (Closed)
Patch Set: Merge branch 'rareNonInheritedDataDiff' into otherGroups Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // This file specifies the fields we want to diff in the various diff function s 2 // This file specifies the fields we want to diff in the various diff function s
3 // in ComputedStyle. 3 // in ComputedStyle.
4 4
5 parameters: { 5 parameters: {
6 // The name parameter represents the name of the function to be created. 6 // The name parameter represents the name of the function to be created.
7 7
8 fields_to_diff: { 8 fields_to_diff: {
9 default: [], 9 default: [],
10 }, 10 },
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 field_dependencies: ["border-image"] 332 field_dependencies: ["border-image"]
333 }, 333 },
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 name: "UpdatePropertySpecificDifferencesBackdropFilter", 337 name: "UpdatePropertySpecificDifferencesBackdropFilter",
338 fields_to_diff: ["BackdropFilter"], 338 fields_to_diff: ["BackdropFilter"],
339 }, 339 },
340 { 340 {
341 name: "UpdatePropertySpecificDifferencesTextDecorationOrColor", 341 name: "UpdatePropertySpecificDifferencesTextDecorationOrColor",
342 fields_to_diff: ["text-decoration-style", "text-decoration-color", 342 fields_to_diff: ["color", "VisitedLinkColor", "TextDecoration",
343 "VisitedLinkTextDecorationColor", "TextEmphasisFill", 343 "text-decoration-style", "text-decoration-color",
344 "text-underline-position", "text-decoration-skip", "AppliedTextDecoratio ns"], 344 "VisitedLinkTextDecorationColor", "TextEmphasisFill",
345 "text-underline-position", "text-decoration-skip", "AppliedTextD ecorations"],
345 methods_to_diff: [ 346 methods_to_diff: [
346 { 347 {
348 method: "HasSimpleUnderlineInternal()",
349 field_dependencies: ["HasSimpleUnderline"]
350 },
351 {
347 method: "TextFillColor()", 352 method: "TextFillColor()",
348 field_dependencies: ["-webkit-text-fill-color"] 353 field_dependencies: ["-webkit-text-fill-color"]
349 }, 354 },
350 { 355 {
351 method: "TextStrokeColor()", 356 method: "TextStrokeColor()",
352 field_dependencies: ["-webkit-text-stroke-color"] 357 field_dependencies: ["-webkit-text-stroke-color"]
353 }, 358 },
354 { 359 {
355 method: "TextEmphasisColor()", 360 method: "TextEmphasisColor()",
356 field_dependencies: ["-webkit-text-emphasis-color"] 361 field_dependencies: ["-webkit-text-emphasis-color"]
(...skipping 15 matching lines...) Expand all
372 field_dependencies: ["caret-color"] 377 field_dependencies: ["caret-color"]
373 }, 378 },
374 { 379 {
375 method: "VisitedLinkCaretColor()", 380 method: "VisitedLinkCaretColor()",
376 field_dependencies: ["VisitedLinkCaretColor"] 381 field_dependencies: ["VisitedLinkCaretColor"]
377 }, 382 },
378 ] 383 ]
379 }, 384 },
380 ], 385 ],
381 } 386 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698