-
Notifications
You must be signed in to change notification settings - Fork 971
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10458 +/- ##
==========================================
- Coverage 54.54% 54.17% -0.37%
==========================================
Files 245 246 +1
Lines 21156 21374 +218
Branches 3263 3316 +53
==========================================
+ Hits 11539 11579 +40
- Misses 9617 9795 +178
|
deffe88
to
0a18ce6
Compare
Pre-work for brave#10458 tests Auditors: @bbondy @bsclifton Test Plan: - covered by automated tests
Pre-work for brave#10458 tests Auditors: @bbondy @bsclifton Test Plan: - covered by automated tests
0a18ce6
to
b9a3a8b
Compare
I'm wondering if this could be merged to 0.21 to do enough QA over releases among various environments |
This is targeted for 0.20, so we should keep it here |
This PR is complete, I am just writing some tests |
73f9437
to
f7feadb
Compare
f7feadb
to
41473e9
Compare
I just did some manual testing- it seems all issues are resolved except for #3754 |
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.
Lots of GREAT cleanup in this PR! Awesome job 😄
Comment left about one issue which didn't appear to be fixed
@bsclifton #3754 should be fixed now as well. Can you please re-test? |
4ff2c50
to
aad4a9a
Compare
Resolves brave#3754 Resolves brave#6602 Resolves brave#8600 Resolves brave#8925 Resolves brave#9709 Auditors: Test Plan:
aad4a9a
to
921c203
Compare
Webdriver test for #3754 added |
This was causing a crash which breaks the browser window. I believe this issue is related to the issues we have where wrong index is picked after closing / tearing off tab Auditors: @NejcZdovc, @bbondy
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.
I confirmed each issue is working as expected 😄 Great job on this
FYI - I ran into an issue while testing which I think is unrelated to this PR and submitted a patch which prevents the window from crashing (I think the root cause will be fixed when @bbondy finishes up the tab index PR)
I went through all 5 issues and added steps / fixed the labels 😄 Should be good to go! Merging 👍 |
Fixes window restore and fullscreen
Please don't squash commits
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #3558
Resolves #3754
Resolves #6602
Resolves #8600
Resolves #8925
Resolves #9371
Resolves #9709
Test Plan:
Reviewer Checklist:
Tests