Sat, 19 Mar 2016 12:13:09 +0100
Continued porting the web browser.
- finished porting the eric:speeddial code (added a default message filter to get rid of the 'Uncaught SecurityError' message when loading a thumbnail)
E5Gui/E5ErrorMessage.py | file | annotate | diff | comparison | revisions |
--- a/E5Gui/E5ErrorMessage.py Sat Mar 19 11:27:03 2016 +0100 +++ b/E5Gui/E5ErrorMessage.py Sat Mar 19 12:13:09 2016 +0100 @@ -45,7 +45,8 @@ "QCocoaMenu::removeMenuItem", "QCocoaMenu::insertNative", ",type id:", - "Remote debugging server started successfully" + "Remote debugging server started successfully", + "Uncaught SecurityError:", ] def __filterMessage(self, message):