-
Notifications
You must be signed in to change notification settings - Fork 972
Conversation
I might be wrong on this but I think that shared memory was reverted due to it not working on windows 😉 |
@Jacalz if that's the case then the issue should have had its milestone changed too :) |
Fixes #10560 Auditors: @bsclifton
4e0463c
to
77ff88f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated based on https://github.com/brave/browser-laptop/releases/tag/v0.18.23dev; I removed the shared memory line
Added release notes for 0.18.x
Added release notes for 0.18.x
Fixes #10560 Auditors: @bsclifton
Merge pull request #10560 from brave/0_18_23_add_release_notes
Fixes #10560 Auditors: @bsclifton
Fixes #10560 Auditors: @bsclifton
- Fixed browser freezes per 5 minutes with existing profile. ([#10094](https://github.com/brave/browser-laptop/issues/10094)) | ||
- Fixed tab previews: stick to changing properties that can be handled by the compositor alone. ([#10291](https://github.com/brave/browser-laptop/issues/10291)) | ||
- Fixed when the main process crashes, window state is lost. ([#10349](https://github.com/brave/browser-laptop/issues/10349)) | ||
- Fixed Linux rpm is not signed. ([#10188](https://github.com/brave/browser-laptop/issues/10188)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RPM
- Fixed extension popup menu items dismissed on click. ([#10130](https://github.com/brave/browser-laptop/issues/10130)) | ||
- Fixed extension popup not showing. ([#10224](https://github.com/brave/browser-laptop/issues/10224)) | ||
- Fixed about favicons are taking up way too much space in the session store. ([#10000](https://github.com/brave/browser-laptop/issues/10000)) | ||
- Fixed js/lib/urlutil.js for safer url parsing. ([#6098](https://github.com/brave/browser-laptop/issues/6098)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed using chromium URL parsing everywhere in favour of node based URL parsing.
Auditors : @bbondy @bsclifton