1 line
20 KiB
Text
1 line
20 KiB
Text
|
{"status":200,"url":"https://api.github.com/repos/electron/electron/pulls/25052","headers":{"access-control-allow-origin":"*","access-control-expose-headers":"ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset","cache-control":"private, max-age=60, s-maxage=60","connection":"close","content-encoding":"gzip","content-security-policy":"default-src 'none'","content-type":"application/json; charset=utf-8","date":"Thu, 03 Sep 2020 15:54:53 GMT","etag":"W/\"841bf3d88759e6cf2099f0ab109ba9a8\"","last-modified":"Thu, 03 Sep 2020 02:38:46 GMT","referrer-policy":"origin-when-cross-origin, strict-origin-when-cross-origin","server":"GitHub.com","status":"200 OK","strict-transport-security":"max-age=31536000; includeSubdomains; preload","transfer-encoding":"chunked","vary":"Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding, Accept, X-Requested-With","x-accepted-oauth-scopes":"","x-content-type-options":"nosniff","x-frame-options":"deny","x-github-media-type":"github.v3; format=json","x-github-request-id":"B8E8:3501:6D7807:1553CD9:5F5111CD","x-oauth-scopes":"repo","x-ratelimit-limit":"5000","x-ratelimit-remaining":"4973","x-ratelimit-reset":"1599149937","x-xss-protection":"1; mode=block"},"data":{"url":"https://api.github.com/repos/electron/electron/pulls/25052","id":470529819,"node_id":"MDExOlB1bGxSZXF1ZXN0NDcwNTI5ODE5","html_url":"https://github.com/electron/electron/pull/25052","diff_url":"https://github.com/electron/electron/pull/25052.diff","patch_url":"https://github.com/electron/electron/pull/25052.patch","issue_url":"https://api.github.com/repos/electron/electron/issues/25052","number":25052,"state":"closed","locked":false,"title":"fix: client area inset calculation when maximized for framless windows","user":{"login":"deepak1556","id":964386,"node_id":"MDQ6VXNlcjk2NDM4Ng==","avatar_url":"https://avatars1.githubusercontent.com/u/964386?v=4","gravatar_id":"","url":"https://api.github.com/users/deepak1556","html_url":"https://github.com/deepak1556","followers_url":"https://api.github.com/users/deepak1556/followers","following_url":"https://api.github.com/users/deepak1556/following{/other_user}","gists_url":"https://api.github.com/users/deepak1556/gists{/gist_id}","starred_url":"https://api.github.com/users/deepak1556/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/deepak1556/subscriptions","organizations_url":"https://api.github.com/users/deepak1556/orgs","repos_url":"https://api.github.com/users/deepak1556/repos","events_url":"https://api.github.com/users/deepak1556/events{/privacy}","received_events_url":"https://api.github.com/users/deepak1556/received_events","type":"User","site_admin":false},"body":"#### Description of Change\r\n\r\nFixes the following regressions introduced by https://github.com/electron/electron/pull/21164\r\n\r\nRefs\r\n\r\nhttps://github.com/microsoft/vscode/issues/86260\r\nhttps://github.com/microsoft/vscode/issues/85310\r\nhttps://github.com/microsoft/vscode/issues/85592\r\nhttps://github.com/microsoft/vscode/issues/85655\r\n\r\nAlso fixes a side effect of this bug that caused increased usage of GPU under certain conditions which was identified by teams app.\r\n\r\nGist: https://gist.github.com/deepak1556/6e672eea191d3e5f50e429d312a56446\r\n\r\n#### Checklist\r\n<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->\r\n\r\n- [x] PR description included and stakeholders cc'd\r\n- [x] `npm test` passes\r\n- [ ] tests are [changed or added](https://github.com/electron/electron/blob/master/docs/development/testing.md)\r\n- [ ] relevant documentation is changed or added\r\n- [x] PR title follows semantic [commit guidelines](https://github.com/electron/electron/blob/master/docs/development/pull-requests.md#commit-message-guidelines)\r\n- [x] [PR release notes](https://github.com/electron/clerk/blob/master/README.md) describe the change in a way relevant to app developers, and are [capitaliz
|