Skip to content
Snippets Groups Projects
Unverified Commit cc67730c authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2122 from kellykelly3/fix-web-auto-fill

Modified autofill timeline event template
parents f7a85da5 bbf83196
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies
WebTypes.webBookmarks.name=Web Bookmarks
WebTypes.webHistory.name=Web History
WebTypes.webSearch.name=Web Searches
WebTypes.webFormAutoFill.name=Web Form Auto Fill
WebTypes.webFormAutoFill.name=Web Form Autofill
WebTypes.webFormAddress.name=Web Form Address
CustomTypes.other.name=Standard Types
CustomTypes.userCreated.name=Custom Types
......
......@@ -349,7 +349,7 @@ WebTypes.webCookies.name=Web Cookies
WebTypes.webBookmarks.name=Web Bookmarks
WebTypes.webHistory.name=Web History
WebTypes.webSearch.name=Web Searches
WebTypes.webFormAutoFill.name=Web Form Auto Fill
WebTypes.webFormAutoFill.name=Web Form Autofill
WebTypes.webFormAddress.name=Web Form Address
CustomTypes.other.name=Standard Types
CustomTypes.userCreated.name=Custom Types
......
......@@ -468,7 +468,7 @@ public SortedSet< TimelineEventType> getChildren() {
getBundle().getString("WebTypes.webFormAutoFill.name"),//NON-NLS
WEB_ACTIVITY,
new BlackboardArtifact.Type(TSK_WEB_FORM_AUTOFILL),
new Type(TSK_DATETIME_ACCESSED),
new Type(TSK_DATETIME_CREATED),
artf -> {
final BlackboardAttribute name = getAttributeSafe(artf, new Type(TSK_NAME));
final BlackboardAttribute value = getAttributeSafe(artf, new Type(TSK_VALUE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment