servo/components/layout
bors-servo d784d9c488 auto merge of #5348 : nnethercote/servo/profiler-renaming, r=jdm
```
------------------------------------------------------------------------
BEFORE                              AFTER
------------------------------------------------------------------------
util::memory                        util::mem
- heap_size_of                      - heap_size_of (unchanged)
- SizeOf                            - HeapSizeOf
  - size_of_excluding_self            - heap_size_of_children

prof::mem                           prof::mem
- MemoryProfilerChan                - ProfilerChan
- MemoryReport                      - Report
- MemoryReportsChan                 - ReportsChan
- MemoryReporter                    - Reporter
- MemoryProfilerMsg                 - ProfilerMsg
  - {R,UnR}egisterMemoryReporter      - {R,UnR}egisterReporter
- MemoryProfiler                    - Prof
- ReportsForest                     - ReportsForest (unchanged)
- ReportsTree                       - ReportsTree   (unchanged)
- SystemMemoryReporter              - SystemReporter

prof::time                          prof::time
- TimeProfilerChan                  - ProfilerChan
- TimerMetadata                     - TimerMetadata (unchanged)
- Formatable                        - Formattable [spelling!]
- TimeProfilerMsg                   - ProfilerMsg
- TimeProfilerCategory              - ProfilerCategory
- TimeProfilerBuckets               - ProfilerBuckets
- TimeProfiler                      - Profiler
- TimerMetadataFrameType            - TimerMetadataFrameType (unchanged)
- TimerMetadataReflowType           - TimerMetadataReflowType (unchanged)
- ProfilerMetadata                  - ProfilerMetadata (unchanged)
```
In a few places both prof::time and prof::mem are used, and so
module-qualification is needed to avoid overlap, e.g. time::Profiler and
mem::Profiler. Likewise with std::mem and prof::mem. This is not a big
deal.
2015-03-25 21:18:48 -06:00
..
css Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
block.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
Cargo.toml Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
construct.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
context.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
data.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
display_list_builder.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
floats.rs Get rid of servo_util 2015-03-05 17:42:05 +00:00
flow.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
flow_list.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
flow_ref.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
fragment.rs layout: Stop copying the guts of style objects when calculating replaced 2015-03-24 09:16:53 -07:00
generated_content.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
incremental.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
inline.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
layout_debug.rs Remove old_path usage from layout. 2015-03-25 22:36:01 +01:00
layout_task.rs Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
lib.rs Remove old_path usage from layout. 2015-03-25 22:36:01 +01:00
list_item.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
model.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
opaque_node.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
parallel.rs Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
sequential.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
table.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_caption.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_cell.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_colgroup.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_row.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_rowgroup.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
table_wrapper.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
text.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
traversal.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
wrapper.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00