servo/components
bors-servo 0d00e37c23 auto merge of #5403 : frewsxcv/servo/cookie-default-path, r=jdm
* Previously, the function returned an owned String, which is not
  necessary, so now it returns a slice
* Steps have now been documented/labeled
* The last step of the algorithm was incorrect; it would only slice the
  path if the "/" was the last character, which is not what the spec
  says. The spec says to slice up until (but not including) the last
  "/". Also added a regression test for this.
2015-03-30 08:52:06 -06:00
..
canvas auto merge of #5302 : mmatyas/servo/canvas_stroke, r=jdm 2015-03-25 07:54:50 -06:00
compositing auto merge of #5416 : Ms2ger/servo/int, r=jdm 2015-03-28 13:58:02 -06:00
devtools Notify devtools about new worker globals 2015-03-27 16:04:53 -03:00
devtools_traits Notify devtools about new worker globals 2015-03-27 16:04:53 -03:00
gfx Use isize/usize in range. 2015-03-28 15:36:36 +01:00
layout auto merge of #5422 : bdero/servo/bdero/box-syntax, r=jdm 2015-03-29 17:10:01 -06:00
layout_traits Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
msg Use u32 for SubpageId. 2015-03-28 15:55:03 +01:00
net Improve and fix default_path cookie algorithm 2015-03-26 23:44:15 -04:00
plugins Remove allow(missing_copy_implementations) attributes. 2015-03-23 10:49:44 +01:00
profile Use box syntax instead of Box::new() 2015-03-29 13:41:14 -04:00
script auto merge of #5379 : genkku/servo/code_value, r=jdm 2015-03-30 07:58:06 -06:00
script_traits Use u32 for reflow ids. 2015-03-28 15:36:36 +01:00
servo Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
style Remove allow(missing_copy_implementations) attributes. 2015-03-23 10:49:44 +01:00
util auto merge of #5416 : Ms2ger/servo/int, r=jdm 2015-03-28 13:58:02 -06:00