servo/components
Corey Farwell 679dd679a7 Improve and fix default_path cookie algorithm
* 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-26 23:44:15 -04:00
..
canvas auto merge of #5302 : mmatyas/servo/canvas_stroke, r=jdm 2015-03-25 07:54:50 -06:00
compositing Stop using old_path in compositing. 2015-03-26 08:59:16 +01:00
devtools Move devtools to std::net (fixes #5355). 2015-03-25 14:40:21 +01:00
devtools_traits Move devtools to std::net (fixes #5355). 2015-03-25 14:40:21 +01:00
gfx Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
layout Suppress unused import warnings 2015-03-25 22:57:27 -07:00
layout_traits Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
msg Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEventMsg. 2015-03-25 17:07:59 -04: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 Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00
script auto merge of #5389 : Manishearth/servo/trace_raw, r=jdm 2015-03-26 20:51:51 -06:00
script_traits Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEventMsg. 2015-03-25 17:07:59 -04:00
servo Update js. 2015-03-26 17:53:51 +01:00
style Remove allow(missing_copy_implementations) attributes. 2015-03-23 10:49:44 +01:00
util Rename lots of profiling-related things. 2015-03-25 16:00:23 -07:00