servo/components
bors-servo 5002dff853 Auto merge of #11442 - mitchhentges:87-debug-id, r=KiChjang
Fragment debug_id u16 only exists in debug, prod will format mem address

<!-- Please describe your changes on the following line: -->
Each fragment has a `u16` `debug_id` in debug mode, but no `debug_id` in production to save memory. To format a debug id in production, the address of the empty `debug_id` is displayed.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #87 (github issue number if applicable).

<!-- Either: -->
- [X] These changes do not require tests because it looks like it's not possible to mock out `cfg` options in `#[test]`s

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11442)
<!-- Reviewable:end -->
2016-06-04 16:03:59 -05:00
..
canvas Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
canvas_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
compositing compositing: Remove CompositorThread struct 2016-06-02 22:36:45 -07:00
constellation Remove the paint shutdown channel. 2016-06-04 13:24:44 +02:00
devtools Implement a dummy canCurrentlyRecord method in performance actor 2016-05-30 20:00:36 +02:00
devtools_traits Update internal crates to bitflags 0.7 2016-05-17 23:34:04 +02:00
gfx Remove the paint shutdown channel. 2016-06-04 13:24:44 +02:00
gfx_traits script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
layout Auto merge of #11442 - mitchhentges:87-debug-id, r=KiChjang 2016-06-04 16:03:59 -05:00
layout_traits Remove the layout shutdown channel. 2016-06-04 13:24:32 +02:00
msg Add meta-referrer support for documents 2016-06-02 21:48:09 -04:00
net Auto merge of #11576 - rwakulszowa:net-filemanager-idmap-drop-refcell, r=nox 2016-06-03 15:58:13 -05:00
net_traits Auto merge of #11468 - rebstar6:refPol4, r=nox 2016-06-02 21:51:10 -05:00
plugins Update Rust to 1.10.0-nightly (267cde259 2016-05-25) 2016-05-26 14:44:07 +02:00
profile implement related sw interface and register method 2016-06-02 04:09:39 +05:30
profile_traits implement related sw interface and register method 2016-06-02 04:09:39 +05:30
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #11586 - nox:document, r=Ms2ger 2016-06-04 15:15:19 -05:00
script_traits Remove the layout shutdown channel. 2016-06-04 13:24:32 +02:00
servo Upgrade backtrace, byteorder, compiletest, harfbuzz, hyper, phf, serde_json, url 2016-06-03 09:46:50 -07:00
style Stop mapping overflow-wrap to mWordWrap. 2016-06-01 14:07:04 +02:00
style_traits Removed unused imports 2016-05-15 22:24:26 +03:00
util Remove support for gpu painting. 2016-06-03 14:58:49 +02:00
webdriver_server Remove empty lines following braces. 2016-05-27 13:32:05 -04:00