Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<p>test?</p>
@paulrouget
paulrouget / list.json
Created March 6, 2012 11:48
bugs I follow
[641821,703346,655700,677929,683662,704094,708214,709740,711059,714238,715891,715895,717910,717912,717915,717918,717929,717930,717944,718058,718250,719832,720343,720416,722079,722685,723904,724119,724507,724546,724600,724891,725722,726516,728550,731153,731499,731815,733292,717916,717922,717970,730287,722267,704180,712469,688981,707906,694019,716516,612252,684352,696015,706755,714443,715472,716245,719831,719867,721593,722398,714832,650804,653545,674887,714738,714180,697983,707809,731652,697982,704110,719552,683954,712930,692409,684398,701419,663778,724509,733741,733743,733751,733752,732838,728550,724507,702581,734906,717916,733612,713106,708257,684352,684398,692409,696015,704110,709740,712469,712930,714238,715472,715891,715895,733741,735214,735575,735576,697983,735629,717922,717918,717944,728550,731153,731499,707906,717929,650804,653545,707809,719867,694019,701419,683954,663778,722398,718058,722404,724600,725722,726516,724509,708257,716516,719831,719831,734365,702411,733747,735771,732537,722691,736014,736078,7
@paulrouget
paulrouget / template.html
Created March 8, 2012 19:48
Empty HTML5 page
<!DOCTYPE html>
<meta charset=utf-8 />
<title>test</title>
<script>
</script>
<style>
</style>
I have a CSS question, please don't look at the spec,
I want to understand how Web Developers understand some CSS terms:
#foo {
color: red;
opacity: 0.5;
}
** Do you know what is a Declaration here? **
#foo {
color: red;
}
"color" is the property.
"red" is the value.
"color:red" is the declaration.
Spec: http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html#declaration
<p>bar</p>
Actively worked on:
http://bugzil.la/712469 P1 Inspector Rule View selectors can be more visually scannable // NEW +'Developer Tools: Inspector'
http://bugzil.la/683954 P2 [Layout] Implement an abstract view of the layout of the selected node // ASSIGNED +'Developer Tools'
http://bugzil.la/724509 -- Add an "Option" menu in the Inspector Toolbar // NEW +'Developer Tools: Inspector'
http://bugzil.la/707809 -- Refactor creation of registered sidebar tools iframes in InspectorUI // ASSIGNED +'Developer Tools: Inspector'
http://bugzil.la/717916 -- Add an Inspect button and a node menu to the infobar // ASSIGNED +'Developer Tools: Inspector'
http://bugzil.la/717922 -- In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display // NEW +'Developer Tools: Inspector'
http://bugzil.la/733612 -- Add a pseudo-class lock menu to the infobar node menu // ASSIGNED +'Developer Tools: Inspector'
Actively worked on:
http://bugzil.la/712469 P1 Inspector Rule View selectors can be more visually scannable // NEW +'Developer Tools: Inspector'
http://bugzil.la/683954 P2 [Layout] Implement an abstract view of the layout of the selected node // ASSIGNED +'Developer Tools'
http://bugzil.la/724509 -- Add an "Option" menu in the Inspector Toolbar // NEW +'Developer Tools: Inspector'
http://bugzil.la/707809 -- Refactor creation of registered sidebar tools iframes in InspectorUI // ASSIGNED +'Developer Tools: Inspector'
http://bugzil.la/717916 -- Add an Inspect button and a node menu to the infobar // ASSIGNED +'Developer Tools: Inspector'
http://bugzil.la/717922 -- In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display // NEW +'Developer Tools: Inspector'
http://bugzil.la/733612 -- Add a pseudo-class lock menu to the infobar node menu // ASSIGNED +'Developer Tools: Inspector'
Look and feel:
@paulrouget
paulrouget / index.html
Created March 14, 2012 14:21
inspector bugs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>~/bugs/inspector-triage.html</title>
<meta name="Generator" content="Vim/7.3">
<meta name="plugin-version" content="vim7.3_v10">
<meta name="syntax" content="bz">
<meta name="settings" content="no_pre,use_css,expand_tabs">
==================== fx14 / almost done ====================
http://bugzil.la/717916 P1 Add an Inspect button and a node menu to the infobar // ASSIGNED +'Developer Tools: Inspector' (almost done)
http://bugzil.la/733612 P1 Add a pseudo-class lock menu to the infobar node menu // ASSIGNED +'Developer Tools: Inspector' (done, waiting for blocking bug)
http://bugzil.la/724509 P2 Add an "Option" menu in the Inspector Toolbar // NEW +'Developer Tools: Inspector' (almost done)
http://bugzil.la/683954 P2 [Layout] Implement an abstract view of the layout of the selected node // ASSIGNED +'Developer Tools: Inspector' (almost done,, preffed-off)
http://bugzil.la/717922 P3 In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display // NEW +'Developer Tools: Inspector' (almost done)
==================== fx14 / fx15 ====================
Perf: