Confirmed users
378
edits
m (add old updates) |
(add May 19) |
||
Line 1: | Line 1: | ||
Every few weeks we share some highlights in recent work on Remote Protocol. | Every few weeks we share some highlights in recent work on Remote Protocol. | ||
== 2020-05-19 == | |||
* [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&resolution=FIXED&chfieldvalue=Fixed&classification=Client%20Software&classification=Developer%20Infrastructure&classification=Components&classification=Server%20Software&classification=Other&keywords_type=nowords&list_id=15122440&chfield=resolution&product=Remote%20Protocol&keywords=meta&chfieldfrom=2020-05-05&chfieldto=2020-05-19 ''Fixed bugs''] between May 6th and May 19th: | |||
* Contributor Etienne Bruines implemented [https://bugzilla.mozilla.org/show_bug.cgi?id=1553849 ''offline mode for Network.emulateNetworkConditions''] to allow testing frameworks to verify the correct offline behavior for web applications. Thanks, Etienne! | |||
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1593226 ''Runtime.executionContextCreated and Runtime.executionContextDestroyed''] events are now correctly emitted when subframes are created and destroyed. To not break users of Puppeteer while further work for frames needs to be landed, both events are temporarily put behind the `remote.frames.enabled` preference, and not sent out by default. | |||
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1636816 ''Network.requestWillBeSent''] event has been updated to include request headers and document URL. | |||
* The [https://bugzilla.mozilla.org/show_bug.cgi?id=1552324 ''Network.responseReceived''] event is available now. Some data about the response, such as security state, will be implemented later. | |||
* loaderId of document request is now included in [https://bugzilla.mozilla.org/show_bug.cgi?id=1599260 ''Page.lifecycleEvent''] | |||
== 2020-05-05 == | == 2020-05-05 == |