electron/atom
Samuel Attard 7065093869
feat: add will-redirect (#13866)
* feat: add will-redirect to allow people to prevent 30X redirects

* spec: add tests for the will-redirect event

* refactor: implement will-redirect using NavigationThrottle instead of PostTask

This avoids a potential race condition and immediately cancels the
navigation

* docs: add docs for did-redirect-navigation

* refactor: move AtomNavigationThrottle out of net folder

* refactor: update header guard for atom_navigation_throttle.h

* refactor: fix chromium style errors in the GN build

* refactor: update throttle impl to NOTREACHED and std::make_unqique
2018-09-16 01:42:43 +10:00
..
app fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
browser feat: add will-redirect (#13866) 2018-09-16 01:42:43 +10:00
common feat: automatically round numbers that are converted to points (#14604) 2018-09-13 08:28:56 -05:00
node
renderer fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
utility