servo/components/script
bors-servo c79a54dbd9 Auto merge of #18808 - servo:error-location_, r=emilio
Use the current parser location for CSS error

… rather than the start location of the current construct. This likely places the error just *after* of the unexpected token whereas before would be best, but that’s likely a much bigger change.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1378861

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18808)
<!-- Reviewable:end -->
2017-10-10 12:31:24 -05:00
..
docs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
dom Implement a bit more of the "object" path when loading media 2017-10-10 11:44:29 +02:00
task_source Introduce TaskOnce 2017-09-20 10:37:09 +02:00
body.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
build.rs
Cargo.toml Update to cssparser 0.22 (source location in error types) 2017-10-10 13:28:17 +02:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
document_loader.rs Rename JS<T> to Dom<T> 2017-09-26 09:48:55 +02:00
fetch.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
layout_image.rs Rename Document::mut_loader to loader_mut 2017-09-25 12:32:34 +02:00
lib.rs Rename LayoutJS<T> to LayoutDom<T> 2017-09-26 09:49:04 +02:00
mem.rs
microtask.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00
network_listener.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
script_runtime.rs Move script_runtime::StackRootTLS to root::ThreadLocalStackRoots 2017-09-27 13:58:59 +02:00
script_thread.rs Combine ReflowGoal and ReflowQueryType 2017-09-30 16:06:48 +02:00
serviceworker_manager.rs
serviceworkerjob.rs Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
stylesheet_loader.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
task.rs Introduce TaskOnce 2017-09-20 10:37:09 +02:00
test.rs Parse srcset attribute 2017-10-03 13:18:01 +02:00
textinput.rs Upgrade to rustc 1.22.0-nightly (c6884b12d 2017-09-30) 2017-10-01 14:54:59 +02:00
timers.rs Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
unpremultiplytable.rs
webdriver_handlers.rs Rename Root<T> to DomRoot<T> 2017-09-26 09:49:10 +02:00