servo/components/style/gecko
Emilio Cobos Álvarez a454f6233d Rename nsIDocument to mozilla::dom::Document.
Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.

Overall it's not a very interesting patch I think.

nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.

I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.

While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that.

Bug: 1517241
Reviewed-by: smaug
2019-01-07 00:32:51 +01:00
..
arc_types.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
conversions.rs style: Use NonNegative more in the border code. 2019-01-07 00:03:41 +01:00
data.rs Rename nsIDocument to mozilla::dom::Document. 2019-01-07 00:32:51 +01:00
media_features.rs style: Implement the 'overflow-inline' media query. 2019-01-07 00:32:51 +01:00
media_queries.rs Rename nsIDocument to mozilla::dom::Document. 2019-01-07 00:32:51 +01:00
mod.rs style: Make Servo use a single thread-pool for layout-related tasks per-process. 2018-12-23 13:00:56 +01:00
non_ts_pseudo_class_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
pseudo_element.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
pseudo_element_definition.mako.rs style: Update the Rust target version for bindgen. 2019-01-07 00:32:50 +01:00
regen_atoms.py Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
restyle_damage.rs style: Update the Rust target version for bindgen. 2019-01-07 00:32:50 +01:00
rules.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
selector_parser.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
snapshot.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
snapshot_helpers.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
traversal.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
url.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
values.rs style: Clamp to non-negative value after doing interpolation for circle(), ellipse(), and inset(). 2019-01-07 00:32:49 +01:00
wrapper.rs Rename nsIDocument to mozilla::dom::Document. 2019-01-07 00:32:51 +01:00