From 7d90b44187cfa8f93df6a6341da41cf8192d18ad Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 17 Jun 2014 16:15:35 +0200 Subject: Expose better error information in loadRequest. Use the chromium localized error strings for that purpose, otherwise the error description is always empty. While we're at it, let's tap into the chromium error pages, which should hopefully make sense for most errors, and add some static asserts to check that the qt quick enum and the core one are in sync. Change-Id: Icf8fa7c3bf4a674c60a10950422135fb6930447a Reviewed-by: Andras Becsi --- tools/scripts/take_snapshot.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/scripts') diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py index bda2a966f..d6b8fedb1 100755 --- a/tools/scripts/take_snapshot.py +++ b/tools/scripts/take_snapshot.py @@ -100,6 +100,8 @@ def isInChromiumBlacklist(file_path): not 'media/desktop_media_list.h' in file_path and not 'media/desktop_streams_registry.cc' in file_path and not 'media/desktop_streams_registry.h' in file_path and + not 'net/net_error_info' in file_path and + not 'common/localized_error' in file_path and not file_path.endswith('.isolate') and not file_path.endswith('cf_resources.rc') and not file_path.endswith('version.py') and -- cgit v1.2.3