Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367856 - [validation] Track javascript dependencies for validation in HTML
Summary: [validation] Track javascript dependencies for validation in HTML
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.html (show other bugs)
Version: 3.2.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2.5 P   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-04 10:08 EST by Nick Sandonato CLA
Modified: 2012-02-08 17:53 EST (History)
1 user (show)

See Also:
thatnitind: review+


Attachments
patch (10.97 KB, patch)
2012-01-04 10:13 EST, Nick Sandonato CLA
no flags Details | Diff
patch (11.59 KB, patch)
2012-01-05 10:22 EST, Nick Sandonato CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Sandonato CLA 2012-01-04 10:08:18 EST
When validating HTML files, we should be tracking the JavaScript dependencies from script tags with src attributes. This will allow revalidation upon these particular JavaScript source file changes.
Comment 1 Nick Sandonato CLA 2012-01-04 10:13:55 EST
Created attachment 209011 [details]
patch
Comment 2 Nick Sandonato CLA 2012-01-05 10:22:23 EST
Created attachment 209078 [details]
patch
Comment 3 Nick Sandonato CLA 2012-02-08 17:53:48 EST
Code checked in.