You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/breaking-changes.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,29 @@ Chromium is deprecating the `--host-rules` switch.
20
20
21
21
You should use `--host-resolver-rules` instead.
22
22
23
+
### Behavior Changed: window.open popups are always resizable
24
+
25
+
Per current [WHATWG spec](https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-open-dev), the `window.open` API will now always create a resizable popup window.
@@ -51,29 +74,6 @@ The `webFrame.findFrameByRoutingId(routingId)` function will be removed.
51
74
52
75
You should use `webFrame.findFrameByToken(frameToken)` instead.
53
76
54
-
### Behavior Changed: window.open popups are always resizable
55
-
56
-
Per current [WHATWG spec](https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-open-dev), the `window.open` API will now always create a resizable popup window.
0 commit comments