servo/components
Huon Wilson b42117fe0c Avoid undefined behaviour by allocating with align 1.
The allocation APIs require that the alignment is a power-of-two;
meaning 1 is the "I don't care" alignment, not 0.
2015-07-30 10:49:42 -07:00
..
canvas script: Make most of 2D canvas and WebGL run over IPC. 2015-07-25 00:50:12 -07:00
canvas_traits script: Make most of 2D canvas and WebGL run over IPC. 2015-07-25 00:50:12 -07:00
compositing Implement Msg::Status with serialized url upon mouseover 2015-07-30 16:37:54 +03:00
devtools devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
devtools_traits devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
gfx Avoid undefined behaviour by allocating with align 1. 2015-07-30 10:49:42 -07:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Auto merge of #6802 - nnethercote:report-kind, r=jdm 2015-07-29 19:42:00 -06:00
layout_traits Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
msg Implement Msg::Status with serialized url upon mouseover 2015-07-30 16:37:54 +03:00
net devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
net_traits Be less vocal about image parsing failures. 2015-07-29 10:06:31 +02:00
plugins Address review comments; add docs 2015-07-22 18:34:54 +05:30
profile Add a kind field to memory reports. 2015-07-29 16:11:19 -07:00
profile_traits Add a kind field to memory reports. 2015-07-29 16:11:19 -07:00
script Auto merge of #6181 - brunoabinader:mouseover-status, r=larsbergstrom 2015-07-30 08:45:31 -06:00
script_traits devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
servo Auto merge of #6842 - mrobinson:preserve-gl, r=pcwalton 2015-07-30 07:29:38 -06:00
style Auto merge of #6798 - dzbarsky:gCS, r=pcwalton 2015-07-29 18:48:45 -06:00
util Implement getComputedStyle 2015-07-29 20:17:50 -04:00
webdriver_server Clean up whitespace, long lines for WebIDLs 2015-07-26 22:12:10 +07:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00