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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.json5

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 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
1 { 1 {
2 metadata: { 2 metadata: {
3 namespace: "HTML", 3 namespace: "HTML",
4 namespacePrefix: "xhtml", 4 namespacePrefix: "xhtml",
5 namespaceURI: "http://www.w3.org/1999/xhtml", 5 namespaceURI: "http://www.w3.org/1999/xhtml",
6 attrsNullNamespace: true, 6 attrsNullNamespace: true,
7 export: "CORE_EXPORT", 7 export: "CORE_EXPORT",
8 }, 8 },
9 9
10 data: [ 10 data: [
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "style", 333 "style",
334 "summary", 334 "summary",
335 "tabindex", 335 "tabindex",
336 "target", 336 "target",
337 "text", 337 "text",
338 "title", 338 "title",
339 "topmargin", 339 "topmargin",
340 "translate", 340 "translate",
341 "truespeed", 341 "truespeed",
342 "type", 342 "type",
343 "updateviacache",
343 "usemap", 344 "usemap",
344 "valign", 345 "valign",
345 "value", 346 "value",
346 "valuetype", 347 "valuetype",
347 "version", 348 "version",
348 "vlink", 349 "vlink",
349 "vspace", 350 "vspace",
350 "webkitdirectory", 351 "webkitdirectory",
351 "width", 352 "width",
352 "wrap", 353 "wrap",
353 ], 354 ],
354 } 355 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698