File: README.chromium

package info (click to toggle)
chromium 145.0.7632.159-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,976,224 kB
  • sloc: cpp: 36,198,469; ansic: 7,634,080; javascript: 3,564,060; python: 1,649,622; xml: 838,470; asm: 717,087; pascal: 185,708; sh: 88,786; perl: 88,718; objc: 79,984; sql: 59,811; cs: 42,452; fortran: 24,101; makefile: 21,144; tcl: 15,277; php: 14,022; yacc: 9,066; ruby: 7,553; awk: 3,720; lisp: 3,233; lex: 1,328; ada: 727; jsp: 228; sed: 36
file content (666 lines) | stat: -rw-r--r-- 17,516 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
Name: Node JS
Short Name: node
URL: https://github.com/nodejs/node
Version: 22.11.0
Revision: 4e0f2773ff9465148a654dd0a2c1668104c20fec
Update Mechanism: Manual
Date: 2024-10-29
License: Unicode-DFS-2016, NAIST-2003, MIT, HPND, BSD-3-Clause, OpenSSL, Zlib, ISC, BSD-2-Clause, Artistic-2.0, ICU, SSLeay
License File: LICENSE
Security Critical: no
Shipped: no

Description:
Node binaries and NPM modules necessary for buliding Chrome's WebUI.
Use update_node_binaries to update Node binaries and update_npm_deps to
update NPM dependencies.

-------------------- DEPENDENCY DIVIDER --------------------

Name: Mocha
Short Name: mocha
URL: https://github.com/mochajs/mocha
Version: 11.7.5
Revision: 9a6a5db8401dec63ea81093dd862e9e9b13b44d0
Update Mechanism: Manual
Date: 2025-11-05
License: MIT
License File: node_modules/mocha/LICENSE
Security Critical: no
Shipped: no

Description:
Mocha is a simple, flexible JavaScript test framework which can be run in the
browser. Small or standalone projects, such as individual web components, can
use Mocha to run several lightweight test suites within one browser_test.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Chai Assertion Library
Short Name: chai
URL: https://github.com/chaijs/chai
Version: 6.2.1
Revision: 110a1eab94060fc383b4c46efd0e8ce4f16dc788
Update Mechanism: Manual
Date: 2025-11-11
License: MIT
License File: node_modules/chai/LICENSE
Security Critical: no
Shipped: no

Description:
BDD / TDD assertion framework for node.js and the browser that can be
paired with any testing framework.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: SVG Optimizer
Short Name: svgo
URL: https://www.npmjs.com/package/svgo
Version: 1.2.0
Date: 2019-02-24
Revision: 0cc1d0a3d6d6ea38eb2f764d17fb097d9ffe6b31
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no
License Android Compatible: Yes

Description:
SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.

Does rewrite .svg files displayed on chrome:// pages.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Typescript Compiler
Short Name: typescript
URL: https://www.npmjs.com/package/typescript
Version: 5.7.2
Update Mechanism: Manual
License: Apache-2.0
Security Critical: no
Shipped: no

Description:
TypeScript is a language for application-scale JavaScript. TypeScript adds
optional types to JavaScript that support tools for large-scale JavaScript
applications for any browser, for any host, on any OS. TypeScript compiles to
readable, standards-based JavaScript.

The compiler is not shipped with Chrome but code compiled using it is.

Local Modifications:
See patches/typescript.patch to work-around
https://github.com/microsoft/TypeScript/issues/30024

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for chai.js library
Short Name: @types/chai
URL: https://www.npmjs.com/package/@types/chai
Version: 5.2.3
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for the chai.js library.
The types are only used when type checking in Chrome.

Local Modifications:
Added patch to work around the lack of official TS definitions for v5, see
https://github.com/chaijs/chai/issues/1554.

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for D3 library
Short Name: @types/d3
URL: https://www.npmjs.com/package/@types/d3
Version: 7.4.0
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for d3 library.

The types are only used when type checking in Chrome.

Local Modifications:
See patches/chromium_d3_types_index.patch, which is used to reduce the types to
only the necessary parts of the library.

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for W3C MediaStream Recording
Short Name: @types/dom-mediacapture-record
URL: https://www.npmjs.com/package/@types/dom-mediacapture-record
Version: 1.0.11
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for w3c MediaStream Recording
(https://w3c.github.io/mediacapture-record).

The types are only used when type checking in Chrome OS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for W3C Image Capture
Short Name: @types/w3c-image-capture
URL: https://www.npmjs.com/package/@types/w3c-image-capture
Version: 1.0.10
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for W3C Image Capture
(https://www.w3.org/TR/image-capture/).

The types are only used when type checking in Chrome OS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for webrtc
Short Name: @types/webrtc
URL: https://www.npmjs.com/package/@types/webrtc
Version: 0.0.44
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for webrtc (https://webrtc.org/).

The types are only used when type checking in Chrome OS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for Google Analytics
Short Name: @types/google.analytics
URL: https://www.npmjs.com/package/@types/google.analytics
Version: 0.0.42
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for Google Analytics (Classic and
Universal)
(https://developers.google.com/analytics/devguides/collection/gajs/).

The types are only used when type checking in Chrome OS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for OffscreenCanvas
Short Name: @types/offscreencanvas
URL: https://www.npmjs.com/package/@types/offscreencanvas
Version: 2019.6.4
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for offscreencanvas-browser
(https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface).

The types are only used when type checking in Chrome OS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: ESLint JSDoc Plugin
Short Name: eslint-plugin-jsdoc
URL: https://www.npmjs.com/package/eslint-plugin-jsdoc
Version: 50.2.2
Update Mechanism: Manual
License: BSD-3-Clause
Security Critical: no
Shipped: no

Description:
JSDoc linting rules for ESLint.

The ESLint checks are not shipped with Chrome and code are only linted with it.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: ESLint Plugin TypeScript
Short Name: @typescript-eslint/eslint-plugin
URL: https://www.npmjs.com/package/@typescript-eslint/eslint-plugin
Version: 8.4.0
Update Mechanism: Manual
License: BSD-2-Clause
Security Critical: no
Shipped: no

Description:
An ESLint plugin which provides lint rules for TypeScript codebases.

The ESLint checks are not shipped with Chrome and code are only linted with it.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: TypeScript ESLint Parser
Short Name: @typescript-eslint/parser
URL: https://www.npmjs.com/package/@typescript-eslint/parser
Version: 8.4.0
Update Mechanism: Manual
License: BSD-2-Clause
Security Critical: no
Shipped: no

Description:
An ESLint parser which leverages TypeScript ESTree to allow for ESLint to lint
TypeScript source code.

The ESLint checks are not shipped with Chrome and code are only linted with it.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Types for the TypeScript-ESTree AST spec
Short Name: @typescript-eslint/parser
URL: https://www.npmjs.com/package/@typescript-eslint/types
Version: 8.4.0
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
Types for the TypeScript-ESTree AST spec
This package exists to help us reduce cycles and provide lighter-weight
packages at runtime.

The ESLint checks are not shipped with Chrome and code are only linted with it.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: TypeScript ESLint Utilities
Short Name: @typescript-eslint/utils
URL: https://npmjs.com/package/@typescript-eslint/utils
Version: 8.4.0
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
Utilities for working with TypeScript + ESLint together.

The ESLint checks are not shipped with Chrome and code are only linted with it.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for Trusted Types
Short Name: @types/trusted-types
URL: https://www.npmjs.com/package/@types/trusted-types
Version: 2.0.7
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for Web Trusted Types.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types

The types are only used when type checking the Web TrustedTypes.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for FileSystem API
Short Name: @types/filesystem
URL: https://www.npmjs.com/package/@types/filesystem
Version: 0.0.32
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for Web FileSystem API.
https://developer.mozilla.org/en-US/docs/Web/API/FileSystem

The types are only used when type checking the Web FileSystem API.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for FileWriter API
Short Name: @types/filewriter
URL: https://www.npmjs.com/package/@types/filewriter
Version: 0.0.29
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for Web FileWriter API. This is a
dependency for the @types/filesystem.
https://developer.mozilla.org/en-US/docs/Web/API/FileSystemFileEntry/createWriter

The types are only used when type checking the Web FileWriter API.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for WebCodecs
Short Name: @types/dom-webcodecs
URL: https://www.npmjs.com/package/@types/dom-webcodecs
Version: 0.1.13
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for WebCodecs
(https://w3c.github.io/webcodecs/).

The types are only used when type checking in ChromeOS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for MediaStreamTrack Processing
Short Name: @types/dom-mediacapture-transform
URL: https://www.npmjs.com/package/@types/dom-mediacapture-transform
Version: 0.1.10
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for MediaStreamTrack Insertable Media
Processing using Streams (https://w3c.github.io/mediacapture-transform/).

The types are only used when type checking in ChromeOS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Type Definition for Emscripten
Short Name: @types/emscripten
URL: https://www.npmjs.com/package/@types/emscripten
Version: 1.39.6
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
This package contains type definitions for Emscripten (https://emscripten.org).

The types are only used when type checking in ChromeOS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Lit
Short Name: lit
URL: https://lit.dev
Version: 3.2.1
Update Mechanism: Manual
License: BSD-3-Clause
License File: node_modules/lit/LICENSE
Security Critical: no
Shipped: yes
License Android Compatible: yes

Description:
A thin library around native web component APIs, to be used in WebUI development
as an alternative to Polymer.

Local Modifications:
- See patches/lit_html.patch, which renames 'lit-html' trusted type policy to
  'lit-html-desktop' to workaround the fact that some CrOS-only UIs already use
  Lit via a different Lit bundle in third_party/material_web_components, which in
  turn results in an error as follows

Uncaught TypeError: Failed to execute 'createPolicy' on
'TrustedTypePolicyFactory': Policy with name "lit-html" already exists."

- See patches/lit_reactive_element.patch which restricts the allowed values for
  PropertyDeclaration 'type' field to be one of
  [String, Number, Boolean, Array, Object].

-------------------- DEPENDENCY DIVIDER --------------------

Name: Mediapipe Tasks Vision
Short Name: @mediapipe/tasks-vision
URL: https://www.npmjs.com/package/@mediapipe/tasks-vision
Version: 0.10.9
Update Mechanism: Manual
License: Apache-2.0
License File: Apache-LICENSE-2.0.txt
Security Critical: no
Shipped: yes
License Android Compatible: Yes

Description:
This package contains the vision tasks files for Mediapipe on the web. We pull
in the following files to run the Face Landmarker API within an accessibility
component extension, which is only run on ChromeOS:

- vision_wasm_internal.js, used to wrap vision_wasm_internal.wasm (downloaded
separately via DLC)
- vision_bundle.mjs, used to run the Face Landmarker API and supporting code
- vision.d.ts, used during TypeScript compilation

-------------------- DEPENDENCY DIVIDER --------------------

Name: Stylistic rules for ESLint, works for both JavaScript and TypeScript.
Short Name: @stylistic/eslint-plugin
URL: https://www.npmjs.com/package/@stylistic/eslint-plugin
Version: 2.8.0
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
Styling rules were deprecated from eslint and typescript-eslint and moved to
stylistic. We use styling rules.

https://eslint.style/guide/why

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: An AST-based pattern checker for JavaScript.
Short Name: eslint
URL: https://www.npmjs.com/package/eslint
Version: 9.10.0
Update Mechanism: Manual
License: MIT
Security Critical: no
Shipped: no

Description:
Linting for JS and TS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: Microsoft Authentication Library for JavaScript (MSAL.js) for Browser-Based Single-Page Applications
Short Name: msal-browser
URL: https://www.npmjs.com/package/@azure/msal-browser
Version: 4.2.1
Update Mechanism: Manual
License: MIT
License File: node_modules/@azure/msal-browser/LICENSE
Security Critical: yes
Shipped: yes
License Android Compatible: yes

Description:
Authentication for Microsoft integrations within client-side JS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: ts-proto
Short Name: ts-proto
URL: https://www.npmjs.com/package/ts-proto
Version: 2.7.0
Update Mechanism: Manual
License: Apache-2.0
License File: node_modules/ts-proto/LICENSE
Security Critical: no
Shipped: no
License Android Compatible: yes

Description:
ts-proto generates TypeScript types from protobuf schemas.

Local Modifications:
Remove unused transitive import of dprint by ts-poet to reduce checkout size.

-------------------- DEPENDENCY DIVIDER --------------------

Name: @bufbuild/protobuf
Short Name: bufbuild
URL: https://www.npmjs.com/package/@bufbuild/protobuf
Version: 2.2.5
Update Mechanism: Manual
License: Apache-2.0
License File: Apache-LICENSE-2.0.txt
Security Critical: no
Shipped: yes
License Android Compatible: yes

Description:
This package provides the runtime library used by proto bindings that are generated by ts-proto plugin.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: messageformat
Short Name: messageformat
URL: https://www.npmjs.com/package/messageformat
Version: 4.0.0-11
Update Mechanism: Manual
License: Apache-2.0
License File: Apache-LICENSE-2.0.txt
License Android Compatible: Yes
Security Critical: no
Shipped: yes

Description:
Provides a formatter and other tools for Unicode MessageFormat 2.0 (MF2), the
new standard for localization developed by the MessageFormat Working Group.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: postcss
Short Name: postcss
URL: https://www.npmjs.com/package/postcss
Version: 8.5.3
Update Mechanism: Manual
License: MIT
License Android Compatible: Yes
Security Critical: no
Shipped: no

Description:
PostCSS is a tool for transforming styles with JS plugins, leveraged in the
WebUI toolchain to minify CSS.

Local Modifications:
(none)

-------------------- DEPENDENCY DIVIDER --------------------

Name: postcss-minify
Short Name: postcss-minify
URL: https://www.npmjs.com/package/postcss-minify
Version: 1.1.0
Update Mechanism: Manual
License: MIT
License Android Compatible: Yes
Security Critical: no
Shipped: no

Description:
postcss-minify is a plugin for postcss, that removes comments and unnecessary
whitespace in CSS files.

Local Modifications:
(none)