servo/components/canvas
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
..
webgl_mode Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" 2017-08-16 23:23:18 +02:00
canvas_paint_thread.rs Implement Ellipse Canvas 2D API 2017-09-01 16:04:06 -07:00
Cargo.toml Preserve sourceURL comment on style sheets 2017-09-14 12:39:18 -06:00
gl_context.rs implement clone for embedder and compositor proxies 2017-08-28 18:39:31 +08:00
lib.rs Use FnvHashMap in WebGL implementation. 2017-08-24 22:18:34 +02:00
webgl_thread.rs Reuse WebGL ImageKeys after a resize. 2017-08-31 22:54:33 +02:00