git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Web Inspector: add runtime flag to determine if inspector's source files were flattened.
[WebKit-https.git]
/
Source
/
WebCore
/
inspector
/
front-end
/
buildSystemOnly.js
1
/**
2
* This flag notifies inspector that it was deployed with the help
3
* of a build system. Build system flattenes all css and js files,
4
* so in this case inspector has to correct paths for dynamic resource loading.
5
*/
6
window.flattenImports = true;