puppeteer/packages/puppeteer-core/src/common
2023-08-30 14:28:07 +00:00
..
bidi chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
Accessibility.ts chore: support Tab targets (#10148) 2023-08-28 08:20:57 +02:00
AriaQueryHandler.ts chore: use abstract for implemented methods (#10774) 2023-08-23 18:00:34 +02:00
Binding.ts chore: turn on rulesdir/use-using (#10806) 2023-08-30 10:02:59 +00:00
Browser.ts refactor: event maps and docs warnings (#10800) 2023-08-30 12:25:07 +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: emit target configuration via CDP session (#10794) 2023-08-29 10:52:47 +02:00
common.ts refactor: event maps and docs warnings (#10800) 2023-08-30 12:25:07 +02:00
Configuration.ts fix: downloadPath should be used by the install script (#10163) 2023-05-11 17:09:24 +00:00
Connection.ts chore: emit target configuration via CDP session (#10794) 2023-08-29 10:52:47 +02: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 chore: support Tab targets (#10148) 2023-08-28 08:20:57 +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: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
ElementHandle.ts chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
EmulationManager.ts refactor: rename secondary page to speculative session (#10817) 2023-08-30 15:07:11 +02: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: use abstract for implemented methods (#10774) 2023-08-23 18:00:34 +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 chore: emit target configuration via CDP session (#10794) 2023-08-29 10:52:47 +02:00
Frame.ts chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
FrameManager.ts fix: make page.goBack work with bfcache in tab mode (#10818) 2023-08-30 14:28:07 +00:00
FrameTree.ts chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
GetQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
HandleIterator.ts chore: turn on rulesdir/use-using (#10806) 2023-08-30 10:02:59 +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: support Tab targets (#10148) 2023-08-28 08:20:57 +02:00
IsolatedWorld.ts chore: refactor mutex (#10816) 2023-08-30 15:06:19 +02:00
IsolatedWorlds.ts chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
JSHandle.ts chore: use abstract for implemented methods (#10774) 2023-08-23 18:00:34 +02:00
LazyArg.ts chore: $ and $$ BiDi support (#10318) 2023-06-06 12:39:54 +00:00
LifecycleWatcher.ts fix: make page.goBack work with bfcache in tab mode (#10818) 2023-08-30 14:28:07 +00:00
NetworkEventManager.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
NetworkManager.test.ts chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
NetworkManager.ts fix: make network manager multi session (#10793) 2023-08-29 18:12:04 +02: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: rename secondary page to speculative session (#10817) 2023-08-30 15:07:11 +02: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: turn on rulesdir/use-using (#10806) 2023-08-30 10:02:59 +00: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 feat: expose DevTools as a target (#10812) 2023-08-30 11:32:38 +02:00
TargetManager.ts chore: emit target configuration via CDP session (#10794) 2023-08-29 10:52:47 +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: support Tab targets (#10148) 2023-08-28 08:20:57 +02:00
types.ts chore: implement moveable (#10803) 2023-08-29 22:48:37 +02:00
USKeyboardLayout.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
util.ts chore: refactor mutex (#10816) 2023-08-30 15:06:19 +02:00
WaitTask.ts chore: refactor Sandbox and IsolatedWorld (#10807) 2023-08-30 12:24:38 +02:00
WebWorker.ts refactor: event maps and docs warnings (#10800) 2023-08-30 12:25:07 +02:00
XPathQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00