-
Start suggestions after first character not second fixes #3235
Radoslav Vitanov committedAug 18, 2016 Loading status checks…
-
Merge branch 'master' into hotfix/url-bar-suggestions
Radoslav Vitanov committedSep 4, 2016 Loading status checks…
-
Merge branch 'master' into hotfix/url-bar-suggestions
Radoslav Vitanov committedSep 6, 2016 Loading status checks…
-
Merge branch 'master' into hotfix/url-bar-suggestions
Radoslav Vitanov committedOct 13, 2016 Loading status checks…
-
UrlbarSuggestions does not work if you are offline
Radoslav Vitanov committedOct 15, 2016 Loading status checks…
-
Disable save button when no detail present
fix #4855 Auditors: @bbondy Test Plan: 1. Open "about:autofill" 2. Click "Add Address" 3. The save button should be disabled 4. Enter the detail of form, the save button should be enabled 5. Remove all detail of form, the save button should be disabled 1. Open "about:autofill" 2. Click "Add Credit Card" 3. The save button should be disabled 4. Enter the detail of form, the save button should be enabled (Name, Card Number) 5. Remove all detail of form, the save button should be disabled (Name, Card Number) 1. Open "about:autofill" 2. Add address entry 3. Edit the address entry 4. Remove all detail of form, the save button should be disabled 1. Open "about:autofill" 2. Add credit card entry 3. Edit the credit card entry 4. Remove all detail of form, the save button should be disabled (Name, Card Number)
-
"New bookmark folder" and "New bookmark" buttons added to about:bookm…
…arks - sortableTable now allows you to provide a control instead of a string for the header - about:bookmarks now properly sets tableID (not used yet) - Adding a new bookmark now requires either a title or location (URL). Required because clicking new bookmark creates an empty object (versus existing buttons which always supply the current page). - Fixed style issue with about:bookmarks (moved border-right on folderView to organizeView Fixes #4684 Fixes #4866 Auditors: @jkup, @bbondy Test Plan: 1. Launch Brave and visit about:bookmarks 2. Pick any folder on the left hand side and click it to select it 3. Click the +folder icon, above the folder view 4. Confirm that the new bookmark folder UI comes up and that it sets the parent folder properly 5. Click add and ensure folder gets added 6. Pick any folder and click it to select 7. In the "title" column, hit the star+ icon to add a new bookmark 8. Confirm you can't add an empty bookmark. Type and see the button enable itself. Delete chars and it disables itself again. 9. Confirm the parent folder is correct and type in a title/url. When done, hit save. 10. Confirm bookmark was added.
-
-
-
Also fix crashes when alert/confirm titles not strings
Also fix crashes for URLs like `data:text/html,<script>alert\(1, 1\)</script>` and `data:text/html,<script>confirm\(1, 1\)</script>`
-
Merge pull request #4875 from darkdh/4855
Disable save button when no detail present
-
Merge pull request #4888 from bsclifton/bm-manager-add-folder
"New bookmark folder" and "New bookmark" buttons added to about:bookmarks
-
Merge pull request #4889 from luixxiul/transifex-update
Update localization
-
Update macOS dmg background to use new icon
Audtors: @bsclifton Fix #4817
-
-
Merge pull request #4881 from darkdh/2826
Allow about pages to reload and clone
-
Merge pull request #4821 from Sh1d0w/hotfix/issue-3730
UrlbarSuggestions does not work if you are offline
-
Merge pull request #3238 from Sh1d0w/hotfix/url-bar-suggestions
Start suggestions after first character not second fixes #3235
-
-
Merge pull request #4901 from brave/0_12_5_rc6_update_release_notes
updated release notes for 0.12.5 RC6
-
-
-
Merge pull request #4907 from darkdh/4903
Do not use default setting when value is false
-
Merge pull request #4902 from bsclifton/win-tab-focus
Caption buttons are no longer tab focusable
-
-
Merge pull request #4919 from bsclifton/fix-history-doubleclick
History page now properly opens new tab w/ link that was clicked
-
-
Merge pull request #4891 from willy-b/issue-4883-2
Fix Brave crashing on confirm bug
-
Merge pull request #4927 from brave/bookmark-pulldown-disappearing
URL input field on the bookmark pulldown disappears
-
Merge pull request #4924 from brave/bookmark-hanger-arrow
Move bookmark hanger arrow now that reload is on about pages
-
1. Iterate all urls using the favicon 2. Adjust made-up-favicon condition and override old made-up-favicon url fix #4882 Auditors: @bridiver, @bbondy Test Plan: 1. Import bookmarks from firefox on brave 0.12.3 2. Import bookmarks from firefox on brave contains this commit 3. The bookmarks under "Mozilla Firefox" should have favicons 1. Import bookmarks from any browsers 2. The imported bookmarks should have favicons 1. Import bookmarks from html bookmarks file 2. The imported bookmarks should have favicons
-
-
Add whether brave is default browser check
fix #2105 requires brave/muon#73 Auditors: @bridiver, @bbondy
-
Merge pull request #4872 from brave/default-browser
Add whether brave is default browser check
-
Merge pull request #4942 from darkdh/4934
Delete "defaultBrowserCheckComplete" only when check on startup is on
-
Merge pull request #4944 from bsclifton/bookmark-settings-breakup
Split apart "always show bookmarks toolbar" and the bookmarks toolbar display mode
-
Merge pull request #4951 from darkdh/4935
Improve UX of default browser check and Manage Adblock Setting button
-
Merge pull request #4930 from darkdh/4882
Import favicon fix:
-
-
Revert "Prevent clickjacking on about: pages"
This reverts commit 878f7c5.
-
Limit web_accessible_resources to about:flash and about:blank
Fix #4913 Fix #4885 Auditors: @bbondy Test Plan: 1. go to homestarrunner.com and verify that the flash placeholder appears 2. go to http://web.mit.edu/zyan/Public/xframe.html and verify that the iframe is blank 3. open page devtools, load about:preferences, and verify in the Network tab that the `Access-Control-Allow-Origin` response header is not present on about-preferences.html
-
explicitly declare punycode dependency
As of nodejs/node#7941, the node core punycode module is deprecated. Auditors: @bbondy Test Plan: n/a
-
-
Fixes issue where LastPass' popup window is closed during user attempt to shift focus from username field to password field. Auditor: @bridiver
-
default browser check should run only on release build and
BRAVE_IS_DEFAULT_BROWSER for test purpose fix #4958 Auditors: @bridiver, @bbondy Test Plan: 1. Make sure there is no session data 2. npm run start/test should not popup the check default browser modal and overrides brave as default browser. 3. BRAVE_IS_DEFAULT_BROWSER=true npm run start/test should not popup the check default browser modal and overrides brave as default browser. 4. BRAVE_IS_DEFAULT_BROWSER=false npm run start/test should popup the check default browser modal and overrides brave not be default browser.
-
Merge pull request #4959 from darkdh/4958
default browser check should run only on release build
-
jkup committed
Oct 18, 2016