Skip to content

Commit 41d3bc2

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll puppeteer-core
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/RECORDER_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8721906499226455281 [email protected] Bug: none Change-Id: I359c732098f86fd0234f41f2b504a25626334e70 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6297842 Reviewed-by: Alex Rudenko <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
1 parent 5ff5d98 commit 41d3bc2

File tree

115 files changed

+1051
-919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1051
-919
lines changed

front_end/third_party/puppeteer/README.chromium

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Name: Puppeteer Core
22
Short Name: Puppeteer Core
33
URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
4-
Version: 24.2.1
4+
Version: 24.3.0
55
License: Apache-2.0
66
License File: LICENSE
7-
Revision: 91d092582cbad14656f99a3ad0777aed127130f3
7+
Revision: 4e5ec3c9b8484104617d68a18dd02bfbed70837e
88
Security Critical: no
99
Shipped: yes
1010

front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.d.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,18 @@ export declare abstract class CDPSession extends EventEmitter<CDPSessionEvents>
8484
* @internal
8585
*/
8686
constructor();
87+
/**
88+
* The underlying connection for this session, if any.
89+
*
90+
* @public
91+
*/
8792
abstract connection(): Connection | undefined;
93+
/**
94+
* True if the session has been detached, false otherwise.
95+
*
96+
* @public
97+
*/
98+
abstract get detached(): boolean;
8899
/**
89100
* Parent session in terms of CDP's auto-attach mechanism.
90101
*

front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,9 @@ export declare abstract class ElementHandle<ElementType extends Node = Element>
639639
* @public
640640
*/
641641
export interface AutofillData {
642+
/**
643+
* See {@link https://chromedevtools.github.io/devtools-protocol/tot/Autofill/#type-CreditCard | Autofill.CreditCard}.
644+
*/
642645
creditCard: {
643646
number: string;
644647
name: string;

0 commit comments

Comments
 (0)