This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
NOTE: after all work is done and this is approved/merged, we'll need to prepare a similar PR for master/0.23.x/0.22.x |
0d38e87
to
be4ee3e
Compare
Codecov Report
@@ Coverage Diff @@
## 0.21.x #13409 +/- ##
==========================================
+ Coverage 57.1% 57.11% +0.01%
==========================================
Files 280 280
Lines 27495 27496 +1
Branches 4470 4470
==========================================
+ Hits 15700 15704 +4
+ Misses 11795 11792 -3
|
- bump nan to 2.8.0 - update level Auditors: @darkdh
…: `TypeError: "file" argument must be a non-empty string` Auditors: @darkdh
Fixes #13371 Auditors: @bradleyrichter, @cezaraugusto
fix #13421 fix #11576 Auditors: @bridiver Test Plan: 1. Set `sessionSaveInterval` to `1` in js/constants/appConfig.js 2. Playing around with bookmark toolbar folder 3. Playing around with auotfill menu(fill with entry and clear) 4. Playing around with hamburger menu 5. Playing around with back/forward long pressed menu 6. There shouldn't be any exceptions about "function can be cloned"
(interval measure is second) Auditors: @bsclifton Test Plan: 1. Put env BRAVE_SESSION_SAVE_INTERVAL=1 before executing Brave 2. See session file should be modified every seconds
darkdh
approved these changes
Mar 16, 2018
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.
++
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #13358
Fixes #13357
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests