puppeteer/packages/puppeteer-core/src/common
2023-08-23 16:58:18 +02:00
..
bidi chore: implement boxModel, contentFrame, and nested frame boundingBox (#10773) 2023-08-23 16:58:18 +02:00
Accessibility.ts chore: roll back interfaces for wrapping CDP (#10389) 2023-06-15 13:34:54 +02:00
AriaQueryHandler.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
Binding.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
Browser.ts chore: add waitForInitiallyDiscoveredTargets (#10745) 2023-08-17 12:48:46 +02:00
BrowserConnector.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
BrowserWebSocketTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
ChromeTargetManager.ts chore: add waitForInitiallyDiscoveredTargets (#10745) 2023-08-17 12:48:46 +02:00
common.ts chore: implement Frames for BiDi (#10121) 2023-05-15 16:39:47 +02:00
Configuration.ts fix: downloadPath should be used by the install script (#10163) 2023-05-11 17:09:24 +00:00
Connection.ts fix: relative ordering of events and command responses should be ensured (#10725) 2023-08-16 14:12:29 +00:00
ConnectionTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
ConsoleMessage.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Coverage.ts feat: implement detailed errors for evaluation (#10114) 2023-05-10 10:23:29 +02:00
CustomQueryHandler.ts docs: update custom query handler (#10726) 2023-08-17 13:24:25 +02:00
Debug.ts fix: remove oopif expectations and fix oopif flakiness (#9375) 2022-12-09 11:36:39 +00:00
Device.ts fix: update dependencies (#9781) 2023-03-06 13:43:37 +01:00
DeviceRequestPrompt.test.ts refactor: add parentSession() to CDPSession (#10709) 2023-08-08 12:21:43 +02:00
DeviceRequestPrompt.ts refactor: Deferred to a class (#10282) 2023-05-31 23:36:19 +02:00
Dialog.ts chore: add Dialogs for BiDi (#10659) 2023-08-01 15:53:02 +02:00
ElementHandle.ts chore: implement boxModel, contentFrame, and nested frame boundingBox (#10773) 2023-08-23 16:58:18 +02:00
EmulationManager.ts chore: move more things to emulation manager (#10390) 2023-06-15 12:30:37 +00:00
Errors.ts chore: network module for BiDi (#10159) 2023-05-22 14:52:31 +02:00
EventEmitter.test.ts refactor: move EventEmitter tests (#10463) 2023-06-28 13:36:26 +02:00
EventEmitter.ts chore: EventEmitter should mimic NodeJS' one (#10241) 2023-05-24 17:57:56 +02:00
ExecutionContext.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
fetch.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
FileChooser.ts docs: improve docs on file upload (#10058) 2023-04-21 14:15:19 +02:00
FirefoxTargetManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
Frame.ts refactor: turn Frame into EventEmitter (#10711) 2023-08-08 16:42:45 +02:00
FrameManager.ts refactor: turn Frame into EventEmitter (#10711) 2023-08-08 16:42:45 +02:00
FrameTree.ts fix: prevent erroneous new main frame (#10549) 2023-07-13 22:11:36 +02:00
GetQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
HandleIterator.ts perf: amortize handle iterator (#10002) 2023-04-11 13:36:03 +00:00
HTTPRequest.ts chore: implement Frames for BiDi (#10121) 2023-05-15 16:39:47 +02:00
HTTPResponse.ts refactor: Deferred to a class (#10282) 2023-05-31 23:36:19 +02:00
Input.ts chore: implement Bidi keyboard (#10417) 2023-06-19 17:44:39 +02:00
IsolatedWorld.ts refactor: turn Frame into EventEmitter (#10711) 2023-08-08 16:42:45 +02:00
IsolatedWorlds.ts chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
JSHandle.ts fix: update the target to ES2022 (#10574) 2023-07-18 18:28:03 +02:00
LazyArg.ts chore: $ and $$ BiDi support (#10318) 2023-06-06 12:39:54 +00:00
LifecycleWatcher.ts refactor: turn Frame into EventEmitter (#10711) 2023-08-08 16:42:45 +02:00
NetworkEventManager.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
NetworkManager.test.ts refactor: add parentSession() to CDPSession (#10709) 2023-08-08 12:21:43 +02:00
NetworkManager.ts chore: add support for waitForNetworkIdle (#10261) 2023-05-30 11:07:55 +00:00
NodeWebSocketTransport.ts fix: relative ordering of events and command responses should be ensured (#10725) 2023-08-16 14:12:29 +00:00
Page.ts refactor: move event listeners in Page to a helper (#10710) 2023-08-08 12:02:56 +00:00
PDFOptions.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
PierceQueryHandler.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
PQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
PredefinedNetworkConditions.ts fix!: deprecate indirect network condition imports (#9074) 2022-10-06 23:52:58 +02:00
Product.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Puppeteer.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
PuppeteerViewport.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
QueryHandler.ts chore: add waitForSelector for BiDi (#10383) 2023-06-16 09:16:04 +02:00
ScriptInjector.ts refactor: custom query handlers and global bindings (#9678) 2023-02-15 07:33:18 -08:00
SecurityDetails.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Target.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
TargetManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
TaskQueue.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
TextQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00
TimeoutSettings.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Tracing.ts chore: roll back interfaces for wrapping CDP (#10389) 2023-06-15 13:34:54 +02:00
types.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
USKeyboardLayout.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
util.ts chore: add Dialogs for BiDi (#10659) 2023-08-01 15:53:02 +02:00
WaitTask.ts fix: update the target to ES2022 (#10574) 2023-07-18 18:28:03 +02:00
WebWorker.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
XPathQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00