Rename did-navigate-to-different-page to did-navigate

This commit is contained in:
Cheng Zhao 2016-01-04 12:09:11 +08:00
parent 941232a76b
commit 4844e68ba1
6 changed files with 71 additions and 35 deletions

View file

@ -20,7 +20,7 @@ WEB_VIEW_EVENTS =
'devtools-focused': []
'new-window': ['url', 'frameName', 'disposition', 'options']
'will-navigate': ['url']
'did-navigate-to-different-page': ['url']
'did-navigate': ['url']
'did-navigate-in-page': ['url']
'close': []
'crashed': []