Bug 1748714 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

While looking into this and also took the opportunity to use the python script to print a list of the other API methods which will need similar multiple type signatures:
```
  notifications.create
  alarms.create
  theme.update
  tabs.update
  tabs.executeScript
  tabs.insertCSS
  tabs.removeCSS
  tabs.setZoom
  tabs.setZoomSettings
  tabs.update
  tabs.executeScript
  tabs.insertCSS
  tabs.removeCSS
```
While looking into this and also took the opportunity to use the python script to print a list of the other API methods which will need similar multiple type signatures:
```
  notifications.create
  alarms.create
  theme.update
  tabs.update
  tabs.executeScript
  tabs.insertCSS
  tabs.removeCSS
  tabs.setZoom
  tabs.setZoomSettings
```

Back to Bug 1748714 Comment 3