Fixes super-dev-mode for Chrome 24+ and above due to a change in the interaction between //@ sourceURL directives and HTTP headers. Previously, //@ sourceURL would only affect the display of the script name in the Inspector, but now it actually changes where the Inspector looks for associated network headers.


This patch uses the //@ sourceMapURL directive instead. I left in the X-SourceMap header support as well since it may affect older versions of Chrome and Firefox if and when it gains full SourceMap support.

Change-Id: I54ada111b1fe795c9d98b9adf75b59f7367f480a
Review-Link: https://gwt-review.googlesource.com/#/c/1300/


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11408 8db76d5a-ed1c-0410-87a9-c151d255dfc7
6 files changed