
Manuel Rego
Baiona (Spain)
Free software developer. Working in Igalia since April 2007. Co-owner of the company.
Baiona (Spain)
Free software developer. Working in Igalia since April 2007. Co-owner of the company.
In Igalia we’re looking for people to join the Igalia Coding Experience program. Basically we’re opening positions for internships in different fields related to some of our teams like multimedia, compilers, networking or web platform. The main...
As I announced in a previous blog post I was attending HTML5DevConf past October, where I gave a talk about CSS Grid Layout. The video of my talk is now online, so I thought it would be a good moment to remember the days in sunny San Francisco. My...
Subgrids has become a hot topic on the past weeks, mostly due to an article by Eric Meyer called “Subgrids Considered Essential”, that shows some examples where subgrids can be really useful. Which is somehow based on a previous post by fantasai on...
During the last months as part of my work in Igalia I’ve been focused on finishing the new/missing bits of the CSS Grid Layout Blink’s implementation related to items placement. In summary the task was mostly related to 2 things: Support...
As usual Igalia hosted the Web Engines Hackfest 2015 in A Coruña two weeks ago. This is a special event where the main focus is hacking on the different engines of the open web platform. The developers discuss their plans and define tasks during the...
DevTools: Add CSS Box Alignment properties to CSSMetadata.js The list of properties from the spec: https://drafts.csswg.org/css-align/#property-index BUG=714069 Review-Url: https://codereview.chromium.org/2880593002 Cr-Commit-Position:...
Manuel Rego15/05/2017DevTools: Add CSS Grid Layout properties to CSSMetadata.js The list of properties from the spec: https://drafts.csswg.org/css-grid/#property-index BUG=714069 Review-Url: https://codereview.chromium.org/2875613002 Cr-Commit-Position:...
Manuel Rego15/05/2017DevTools: Add "caret-color: auto" as one of the possibilities Spec: https://drafts.csswg.org/css-ui-3/#propdef-caret-color BUG=665422 Review-Url: https://codereview.chromium.org/2866323002 Cr-Commit-Position: refs/heads/master@{#470843} Committed:...
Manuel Rego15/05/2017[css-grid] Use "Ahem" instead of "ahem" on grid layout tests This is a tentative fix for an issue we're having on Windows when running tests on random order. BUG=718717 Review-Url: https://codereview.chromium.org/2869353002 Cr-Commit-Position:...
Manuel Rego15/05/2017[css-grid] Fix behavior of positioned items without specific dimensions Currently positioned items that doesn't have specific dimensions are not properly sized. This patch fixes the issues with them. The patch removes the ExtraInline|BlockOffsets...
Manuel Rego15/05/2017