DescriptionThe "beforeNavigate" event on Safari isn't dispatched when a new URL was entered in the address bar. So we can not rely on it. But using the onLoading event instead, for validating the TabMap works as well on Safari. However on Chrome we have to stick to onBeforeNavigate, because of the TabMap must be validated before chrome.webRequest.onHeadersReceived.
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed comments #Patch Set 3 : Apparently you can used the reserved keyword "delete" as key when defining inline objects #
MessagesTotal messages: 5
|