Bug 1601245 Comment 25 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Stripped down list of commands, responses, and events with simplified ids as sent out by Chrome:

```
  SEND ► {"sessionId":"1","method":"Page.navigate","params":{"url":"https://root.document","frameId":"1"},"id":16} +2ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"1","loaderId":"1","documentURL":"https://root.document","request":{..},"sessionId":"1"} +5ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"1","loaderId":"1","timestamp":364964.131939,"type":"Document","response":{..},"sessionId":"1"} +2ms
RECV ◀ {"id":16,"result":{"frameId":"1","loaderId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"init","timestamp":364964.135438},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextsCleared","params":{},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.frameNavigated","params":{"frame":{"id":"1","loaderId":"1","url":"https://root.document",..},"sessionId":"1"} +0ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":3,"origin":"https://root-bidi-demo-sep21.glitch.me","name":"",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":4,"origin":"://","name":"__puppeteer_utility_world__",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameAttached","params":{"frameId":"2","parentFrameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"init","timestamp":364964.176966},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"DOMContentLoaded","timestamp":364964.177288},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"2","loaderId":"2","documentURL":"https://frame.document/","request":{..},"sessionId":"1"} +4ms
RECV ◀ {"method":"Page.domContentEventFired","params":{"timestamp":364964.22072},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"DOMContentLoaded","timestamp":364964.22072},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"2","loaderId":"2","timestamp":364964.721253,"type":"Document","response":{..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":false,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"}}} +1ms
RECV ◀ {"method":"Target.attachedToTarget","params":{"sessionId":"2","targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":true,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"},"waitingForDebugger":false},"sessionId":"1"} +0ms
puppeteer:frame The frame '2' moved to another session. Out-of-process iframes (OOPIF) are not supported by Puppeteer yet. https://github.com/puppeteer/puppeteer/issues/2548 +0ms
SEND ► {"sessionId":"2","method":"Runtime.enable","id":17} +1s
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":1,"origin":"https://frame.document","name":"","uniqueId":"6522317831718132631.-7764833264105841202","auxData":{"isDefault":true,"type":"default","frameId":"2"}}},"sessionId":"2"} +0ms
RECV ◀ {"id":17,"result":{},"sessionId":"2"} +0ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameDetached","params":{"frameId":"2","reason":"swap"},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.loadEventFired","params":{"timestamp":364964.752165},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"load","timestamp":364964.752165},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"1"},"sessionId":"1"} +20ms
```
Stripped down list of commands, responses, and events with simplified ids as sent out by Chrome:

```
SEND ► {"sessionId":"1","method":"Page.navigate","params":{"url":"https://root.document","frameId":"1"},"id":16} +2ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"1","loaderId":"1","documentURL":"https://root.document","request":{..},"sessionId":"1"} +5ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"1","loaderId":"1","timestamp":364964.131939,"type":"Document","response":{..},"sessionId":"1"} +2ms
RECV ◀ {"id":16,"result":{"frameId":"1","loaderId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"init","timestamp":364964.135438},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextsCleared","params":{},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.frameNavigated","params":{"frame":{"id":"1","loaderId":"1","url":"https://root.document",..},"sessionId":"1"} +0ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":3,"origin":"https://root-bidi-demo-sep21.glitch.me","name":"",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":4,"origin":"://","name":"__puppeteer_utility_world__",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameAttached","params":{"frameId":"2","parentFrameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"init","timestamp":364964.176966},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"DOMContentLoaded","timestamp":364964.177288},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"2","loaderId":"2","documentURL":"https://frame.document/","request":{..},"sessionId":"1"} +4ms
RECV ◀ {"method":"Page.domContentEventFired","params":{"timestamp":364964.22072},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"DOMContentLoaded","timestamp":364964.22072},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"2","loaderId":"2","timestamp":364964.721253,"type":"Document","response":{..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":false,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"}}} +1ms
RECV ◀ {"method":"Target.attachedToTarget","params":{"sessionId":"2","targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":true,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"},"waitingForDebugger":false},"sessionId":"1"} +0ms
puppeteer:frame The frame '2' moved to another session. Out-of-process iframes (OOPIF) are not supported by Puppeteer yet. https://github.com/puppeteer/puppeteer/issues/2548 +0ms
SEND ► {"sessionId":"2","method":"Runtime.enable","id":17} +1s
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":1,"origin":"https://frame.document","name":"","uniqueId":"6522317831718132631.-7764833264105841202","auxData":{"isDefault":true,"type":"default","frameId":"2"}}},"sessionId":"2"} +0ms
RECV ◀ {"id":17,"result":{},"sessionId":"2"} +0ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameDetached","params":{"frameId":"2","reason":"swap"},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.loadEventFired","params":{"timestamp":364964.752165},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"load","timestamp":364964.752165},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"1"},"sessionId":"1"} +20ms
```
Stripped down list of commands, responses, and events with simplified ids as sent out by Chrome:

```
SEND ► {"sessionId":"1","method":"Page.navigate","params":{"url":"https://root.document","frameId":"1"},"id":16} +2ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"1","loaderId":"1","documentURL":"https://root.document","request":{..},"sessionId":"1"} +5ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"1","loaderId":"1","timestamp":364964.131939,"type":"Document","response":{..},"sessionId":"1"} +2ms
RECV ◀ {"id":16,"result":{"frameId":"1","loaderId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"init","timestamp":364964.135438},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextsCleared","params":{},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.frameNavigated","params":{"frame":{"id":"1","loaderId":"1","url":"https://root.document",..},"sessionId":"1"} +0ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":3,"origin":"https://root.document","name":"",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":4,"origin":"://","name":"__puppeteer_utility_world__",..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameAttached","params":{"frameId":"2","parentFrameId":"1"},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"init","timestamp":364964.176966},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"2","loaderId":"2","name":"DOMContentLoaded","timestamp":364964.177288},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameStartedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.requestWillBeSent","params":{"requestId":"2","loaderId":"2","documentURL":"https://frame.document/","request":{..},"sessionId":"1"} +4ms
RECV ◀ {"method":"Page.domContentEventFired","params":{"timestamp":364964.22072},"sessionId":"1"} +2ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"DOMContentLoaded","timestamp":364964.22072},"sessionId":"1"} +0ms
RECV ◀ {"method":"Network.responseReceived","params":{"requestId":"2","loaderId":"2","timestamp":364964.721253,"type":"Document","response":{..},"sessionId":"1"} +1ms
RECV ◀ {"method":"Target.targetCreated","params":{"targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":false,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"}}} +1ms
RECV ◀ {"method":"Target.attachedToTarget","params":{"sessionId":"2","targetInfo":{"targetId":"2","type":"iframe","title":"","url":"","attached":true,"canAccessOpener":false,"browserContextId":"6E3F1792BA973F0C0AE03CF90C99BF56"},"waitingForDebugger":false},"sessionId":"1"} +0ms
puppeteer:frame The frame '2' moved to another session. Out-of-process iframes (OOPIF) are not supported by Puppeteer yet. https://github.com/puppeteer/puppeteer/issues/2548 +0ms
SEND ► {"sessionId":"2","method":"Runtime.enable","id":17} +1s
RECV ◀ {"method":"Runtime.executionContextCreated","params":{"context":{"id":1,"origin":"https://frame.document","name":"","uniqueId":"6522317831718132631.-7764833264105841202","auxData":{"isDefault":true,"type":"default","frameId":"2"}}},"sessionId":"2"} +0ms
RECV ◀ {"id":17,"result":{},"sessionId":"2"} +0ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"2"},"sessionId":"1"} +0ms
RECV ◀ {"method":"Page.frameDetached","params":{"frameId":"2","reason":"swap"},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.loadEventFired","params":{"timestamp":364964.752165},"sessionId":"1"} +20ms
RECV ◀ {"method":"Page.lifecycleEvent","params":{"frameId":"1","loaderId":"1","name":"load","timestamp":364964.752165},"sessionId":"1"} +1ms
RECV ◀ {"method":"Page.frameStoppedLoading","params":{"frameId":"1"},"sessionId":"1"} +20ms
```

Back to Bug 1601245 Comment 25