servo/components/script_layout_interface
Tom Tromey c48226ff6f Preserve sourceURL comment on style sheets
In addition to the sourceMappingURL comment, there is a second special
comment, "sourceURL", that can be used to set the "display name" of a
style sheet for developer tools.  This name is also used as the base
URL for the source-map URL resolution algorithm.  sourceURL is
described here:
https://blog.getfirebug.com/2009/08/11/give-your-eval-a-name-with-sourceurl/
The devtools feature bug is here:
https://bugzilla.mozilla.org/show_bug.cgi?id=880831

This patch changes servo to preserve and expose this value for use in M-C.
2017-09-14 12:39:18 -06:00
..
Cargo.toml Preserve sourceURL comment on style sheets 2017-09-14 12:39:18 -06:00
lib.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
message.rs style: Replicate the list of stylesheets on the layout thread. 2017-08-18 14:31:35 +02:00
reporter.rs Remove uses of format! in components/style/error_reporting.rs 2017-09-02 10:15:36 +02:00
rpc.rs Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
wrapper_traits.rs order derivable traits lists 2017-08-23 21:38:44 +02:00