Skip to content

Commit a13109c

Browse files
John PalmerChromium LUCI CQ
authored andcommitted
[COIL] Change chromium code search type links to use main rather than master for components
See this doc: go/chromium-coil-change for more info BUG=1210385 Change-Id: I9a04252f74e3a698744310d2d86516d174ea38b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2902866 Reviewed-by: Colin Blundell <[email protected]> Commit-Queue: John Palmer <[email protected]> Cr-Commit-Position: refs/heads/master@{#885850}
1 parent c75306b commit a13109c

File tree

23 files changed

+41
-41
lines changed

23 files changed

+41
-41
lines changed

components/autofill_assistant/browser/action_value.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ message KeyEvent {
112112
optional string key = 4;
113113
// Editing commands to send with the key event (e.g., 'selectAll').
114114
// The list of commands can be found here:
115-
// https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h
115+
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h
116116
repeated string command = 5;
117117
}

components/cast_channel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ If the test has no seed corpus, omit the last parameter:
3737
% ./out/libfuzzer/$TEST_NAME ${TEST_NAME}_corpus
3838
```
3939

40-
For more details, refer to https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/refs/heads/master/getting_started.md
40+
For more details, refer to https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/refs/heads/main/getting_started.md

components/cronet/android/api/src/org/chromium/net/ExperimentalCronetEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public abstract ExperimentalUrlRequest.Builder newUrlRequestBuilder(
260260
* Once logging has stopped {@link #stopNetLog}, the data will be written
261261
* to netlog.json in {@code dirPath}. If logging is interrupted, you can
262262
* stitch the files found in .inprogress subdirectory manually using:
263-
* https://chromium.googlesource.com/chromium/src/+/master/net/tools/stitch_net_log_files.py.
263+
* https://chromium.googlesource.com/chromium/src/+/main/net/tools/stitch_net_log_files.py.
264264
* The log can be viewed using a Chrome browser navigated to chrome://net-internals/#import.
265265
* @param dirPath the directory where the netlog.json file will be created. dirPath must
266266
* already exist. NetLog files must not exist in the directory. If actively

components/cronet/android/api/src/org/chromium/net/NetworkException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected NetworkException(String message, Throwable cause) {
8888
* Returns a Cronet internal error code. This may provide more specific error
8989
* diagnosis than {@link #getErrorCode}, but the constant values are not exposed to Java and
9090
* may change over time. See
91-
* <a href=https://chromium.googlesource.com/chromium/src/+/master/net/base/net_error_list.h>
91+
* <a href=https://chromium.googlesource.com/chromium/src/+/main/net/base/net_error_list.h>
9292
* here</a> for the lastest list of values.
9393
*
9494
* @return Cronet internal error code.

components/cronet/android/java/src/org/chromium/net/impl/NetworkExceptionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class NetworkExceptionImpl extends NetworkException {
2121
* @param message explanation of failure.
2222
* @param errorCode error code, one of {@link #ERROR_HOSTNAME_NOT_RESOLVED ERROR_*}.
2323
* @param cronetInternalErrorCode Cronet internal error code, one of
24-
* <a href=https://chromium.googlesource.com/chromium/src/+/master/net/base/net_error_list.h>
24+
* <a href=https://chromium.googlesource.com/chromium/src/+/main/net/base/net_error_list.h>
2525
* these</a>.
2626
*/
2727
public NetworkExceptionImpl(String message, int errorCode, int cronetInternalErrorCode) {

components/cronet/android/java/src/org/chromium/net/impl/QuicExceptionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class QuicExceptionImpl extends QuicException {
1818
*
1919
* @param message explanation of failure.
2020
* @param netErrorCode Error code from
21-
* <a href=https://chromium.googlesource.com/chromium/src/+/master/net/base/net_error_list.h>
21+
* <a href=https://chromium.googlesource.com/chromium/src/+/main/net/base/net_error_list.h>
2222
* this list</a>.
2323
* @param quicDetailedErrorCode Detailed <a href="https://www.chromium.org/quic">QUIC</a> error
2424
* code from <a

components/cronet/ios/docs/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Get source and dependencies
44
### source
5-
- Install depot_tools per https://chromium.googlesource.com/chromium/src/+/master/docs/ios/build_instructions.md
5+
- Install depot_tools per https://chromium.googlesource.com/chromium/src/+/main/docs/ios/build_instructions.md
66
- Make directory for the chromium source, and then fetch:
77
```
88
~ $ mkdir chromium && cd chromium

components/cronet/native/cronet.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ struct Error {
135135
* Cronet internal error code. This may provide more specific error
136136
* diagnosis than |error_code|, but the constant values may change over time.
137137
* See
138-
* <a href=https://chromium.googlesource.com/chromium/src/+/master/net/base/net_error_list.h>
138+
* <a href=https://chromium.googlesource.com/chromium/src/+/main/net/base/net_error_list.h>
139139
* here</a> for the lastest list of values.
140140
*/
141141
int32 internal_error_code = 0;

components/crx_file/crx3.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ message CrxFileHeader {
3232
// A verified contents file containing signatures over the archive contents.
3333
// The verified contents are encoded in UTF-8 and then GZIP-compressed.
3434
// Consult
35-
// https://source.chromium.org/chromium/chromium/src/+/master:extensions/browser/verified_contents.h
35+
// https://source.chromium.org/chromium/chromium/src/+/main:extensions/browser/verified_contents.h
3636
// for information about the verified contents format.
3737
optional bytes verified_contents = 4;
3838

components/exo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ https://wayland-book.com/.
66
Current clients of Exo include:
77

88
* ARC++ (Android apps on Chrome OS)
9-
* [Chromecast](https://chromium.googlesource.com/chromium/src/+/master/chromecast/README.md)
9+
* [Chromecast](https://chromium.googlesource.com/chromium/src/+/main/chromecast/README.md)
1010
* Crostini (Linux apps on Chrome OS)
11-
* [Lacros](https://chromium.googlesource.com/chromium/src/+/master/docs/lacros.md)
11+
* [Lacros](https://chromium.googlesource.com/chromium/src/+/main/docs/lacros.md)
1212
* PluginVM
1313

1414
In addition to the core Wayland protocol, Exo supports a number of protocol
1515
extensions. Some are third-party; see
16-
[//third_party/wayland-protocols/README.chromium](https://chromium.googlesource.com/chromium/src/+/master/third_party/wayland-protocols/README.chromium).
16+
[//third_party/wayland-protocols/README.chromium](https://chromium.googlesource.com/chromium/src/+/main/third_party/wayland-protocols/README.chromium).
1717
Others are Chromium-specific.
1818

1919
A few noteworthy extensions (this list is not at all exhaustive):

0 commit comments

Comments
 (0)