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

Issue 2772493002: [Devtools] Product registry to support prefix & import of data (Closed)

Created:
3 years, 9 months ago by allada
Modified:
3 years, 9 months ago
Reviewers:
caseq, alph, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Devtools] Product registry to support prefix & import of data Updated product registry to support prefix domains and hash domain names. We are using top 8 bytes of an sha1 hash for our domain lookup key. Truth table for domain lookup: *** All prefixes assume base domain of "foo.bar" *** (Top row prefixes, left row domain patterns) | a | * | [empty string] foo.bar | 0 | 1 | 1 ax.foo.bar | 1 | 1 | 0 ax.b.foo.bar | 0 | 1 | 0 b.ax.foo.bar | 1 | 1 | 0 * Also added SHA1 from https://codereview.chromium.org/2766823002/. R=caseq,alph BUG=703762 Review-Url: https://codereview.chromium.org/2772493002 Cr-Commit-Position: refs/heads/master@{#459776} Committed: https://chromium.googlesource.com/chromium/src/+/9626beccc3f01f82a06a05e563c40b7494ccd1ac

Patch Set 1 : Merge branch 'ADD_SHA1' into NEW_PRODUCT_REGISTRY_STRUCTURE #

Total comments: 10

Patch Set 2 : changes #

Patch Set 3 : Merge branch 'ADD_SHA1' into NEW_PRODUCT_REGISTRY_STRUCTURE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7302 lines, -16 lines) Patch
M third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js View 1 1 chunk +47 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistryData.js View 1 1 chunk +6826 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/devtools/scripts/convert-3pas-product-registry.js View 1 1 chunk +429 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (19 generated)
allada
PTL
3 years, 9 months ago (2017-03-22 19:08:48 UTC) #3
pfeldman
https://codereview.chromium.org/2772493002/diff/40001/third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js File third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js (right): https://codereview.chromium.org/2772493002/diff/40001/third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js#newcode14 third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js:14: for (var domainParts = domain.split('.'); domainParts.length > 1; domainParts.shift()) ...
3 years, 9 months ago (2017-03-23 20:32:25 UTC) #5
allada
PTaL - The loop is a little different. The rules of the loop are: * ...
3 years, 9 months ago (2017-03-24 18:17:04 UTC) #6
pfeldman
lgtm
3 years, 9 months ago (2017-03-24 22:01:34 UTC) #7
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/2772493002/80001
3 years, 9 months ago (2017-03-27 14:22:51 UTC) #22
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 14:27:25 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/9626beccc3f01f82a06a05e563c4...

Powered by Google App Engine
This is Rietveld 408576698