Commit bdf52086 authored by Vladimir Levin's avatar Vladimir Levin Committed by Commit Bot

[PE]: Update comments to reflect new blink directory structure.

R=chrishtr@chromium.org

Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ia8a8ea56dadcdba09eef12ee7ee9a6ca6459cef8
Reviewed-on: https://chromium-review.googlesource.com/1025224Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: vmpstr <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553222}
parent 493abc9c
......@@ -248,7 +248,7 @@ void FeaturePolicy::AddContainerPolicy(
}
// static
// See third_party/WebKit/public/common/feature_policy/feature_policy.h for
// See third_party/blink/public/common/feature_policy/feature_policy.h for
// status of each feature (in spec, implemented, etc).
const FeaturePolicy::FeatureList& FeaturePolicy::GetDefaultFeatureList() {
CR_DEFINE_STATIC_LOCAL(FeatureList, default_feature_list,
......
......@@ -13,7 +13,7 @@ namespace blink {
// Mapping from WebClientHintsType to the header value for enabling the
// corresponding client hint. The ordering should match the ordering of enums in
// third_party/WebKit/public/platform/WebClientHintsType.h.
// third_party/blink/public/platform/web_client_hints_type.h.
BLINK_COMMON_EXPORT extern const char* const kClientHintsHeaderMapping[];
BLINK_COMMON_EXPORT extern const size_t kClientHintsHeaderMappingCount;
......
......@@ -10,7 +10,7 @@ import "url/mojom/url.mojom";
interface ReportingServiceProxy {
// Attempts to queue an Intervention report using the Reporting API.
//
// (See //third_party/WebKit/Source/core/frame/InterventionReport.h.)
// (See //third_party/blink/renderer/core/frame/intervention_report.h.)
QueueInterventionReport(url.mojom.Url url,
string message,
string source_file,
......@@ -19,7 +19,7 @@ interface ReportingServiceProxy {
// Attempts to queue a Deprecation report using the Reporting API.
//
// (See //third_party/WebKit/Source/core/frame/DeprecationReport.h.)
// (See //third_party/blink/renderer/core/frame/deprecation_report.h.)
QueueDeprecationReport(url.mojom.Url url,
string id,
mojo_base.mojom.Time anticipatedRemoval,
......@@ -30,7 +30,7 @@ interface ReportingServiceProxy {
// Attempts to queue a CSP Violation report using the Reporting API.
//
// (See //third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.h.)
// (See //third_party/blink/renderer/core/events/security_policy_violation_event.h.)
QueueCspViolationReport(url.mojom.Url url,
string group,
string document_uri,
......
......@@ -17,7 +17,7 @@ namespace blink {
// binding(s) to be installed on the appropriate global object(s) during context
// initialization.
//
// See src/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md for more
// See src/third_party/blink/renderer/bindings/IDLExtendedAttributes.md for more
// information.
class WebContextFeatures {
public:
......
......@@ -45,7 +45,7 @@ class ExecutionContext;
class LocalFrame;
class StyleSheetContents;
// Definition for UseCounter features can be found in:
// third_party/WebKit/public/platform/web_feature.mojom
// third_party/blink/public/platform/web_feature.mojom
// UseCounter is used for counting the number of times features of
// Blink are used on real web pages and help us know commonly
......
......@@ -61,7 +61,7 @@ class LayoutBoxModelObject;
// PaintLayerStackingNode represents a stacked element which is either a
// stacking context or a positioned element.
// See
// https://chromium.googlesource.com/chromium/src.git/+/master/third_party/WebKit/Source/core/paint/README.md
// https://chromium.googlesource.com/chromium/src.git/+/master/third_party/blink/renderer/core/paint/README.md
// for more details of stacked elements.
//
// Stacked elements are the basis for the CSS painting algorithm. The paint
......
......@@ -3,7 +3,7 @@
// found in the LICENSE file.
// TODO (scroggo): Move this to
// third_party/WebKit/Source/platform/image-decoders ?
// third_party/blink/renderer/platform/image-decoders ?
// Compile with:
// gn gen out/Fuzz '--args=use_libfuzzer=true is_asan=true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment