)]}'
{
  "log": [
    {
      "commit": "2953d00e3ade5dcf756f93dd3b12875cdf0b5f02",
      "tree": "75b0a839b5f7b73906ff420a231bb23b032290ef",
      "parents": [
        "2a7077155043f2fa5b0b89febd0c974eeb2f3daa"
      ],
      "author": {
        "name": "Noah Richards",
        "email": "noahric@chromium.org",
        "time": "Fri Sep 23 23:44:35 2011"
      },
      "committer": {
        "name": "Noah Richards",
        "email": "noahric@chromium.org",
        "time": "Sat Sep 24 00:05:38 2011"
      },
      "message": "Make sure the selected background color shows up for GtkIconView\nwidgets. The gtalk window picker relies on this.\n\nBUG\u003dNone\nTEST\u003dRan on alex\n\nChange-Id: I08f78aea53babc2fb3e9a573f3549c6159e5f22f\nReviewed-on: http://gerrit.chromium.org/gerrit/8246\nReviewed-by: Daniel Erat \u003cderat@chromium.org\u003e\nTested-by: Noah Richards \u003cnoahric@chromium.org\u003e\nCommit-Ready: Noah Richards \u003cnoahric@chromium.org\u003e\n"
    },
    {
      "commit": "2a7077155043f2fa5b0b89febd0c974eeb2f3daa",
      "tree": "44b85c4f66615d43ce84eea29ec5302e84c35773",
      "parents": [
        "ac67d197d88ab4a0a84c43f3f07f8ad9082b4064"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Thu Jun 16 21:07:21 2011"
      },
      "committer": {
        "name": "Xiyuan Xia",
        "email": "xiyuan@chromium.org",
        "time": "Thu Jun 16 22:16:23 2011"
      },
      "message": "Use #EAEAEA for inactive selection background for text fields.\n\nBUG\u003d16162\nTEST\u003dVerify fix for chromium-os:16162 in gtk text field such as omnibox.\n\nChange-Id: Ideaf0e11c2751b9bdba245d2532098139b641092\nReviewed-on: http://gerrit.chromium.org/gerrit/2787\nReviewed-by: Daniel Erat \u003cderat@chromium.org\u003e\nTested-by: Xiyuan Xia \u003cxiyuan@chromium.org\u003e\n"
    },
    {
      "commit": "ac67d197d88ab4a0a84c43f3f07f8ad9082b4064",
      "tree": "e00af1dc3c330c491c5e141f0676d72c49da6019",
      "parents": [
        "77f58340859521a502b61c040668c590e3e4a26f"
      ],
      "author": {
        "name": "Diego Elio Pettenò",
        "email": "flameeyes@chromium.org",
        "time": "Tue May 24 08:31:33 2011"
      },
      "committer": {
        "name": "Diego Elio Pettenò",
        "email": "flameeyes@chromium.org",
        "time": "Wed May 25 18:20:20 2011"
      },
      "message": "Respect PKG_CONFIG variable if set in the environment.\n\nThis is required for the new cross-compilation support using pkg-config\nwrappers instead of changing the pkg-config files themselves.\n\nBUG\u003dnone\nTEST\u003demerge-arm-generic with and without pkg-config wrappers\n\nChange-Id: I46d17ccea3d367796ada548822eec9dd8dc104fe\nReviewed-on: http://gerrit.chromium.org/gerrit/1438\nReviewed-by: Daniel Erat \u003cderat@chromium.org\u003e\nTested-by: Diego Elio Pettenò \u003cflameeyes@chromium.org\u003e\n"
    },
    {
      "commit": "77f58340859521a502b61c040668c590e3e4a26f",
      "tree": "e3e0482d71a50ec112cf4186bf2356857a1ffd88",
      "parents": [
        "69c4bb63d6cb357eeaacbc0ec9944361a3af14a5"
      ],
      "author": {
        "name": "Jim Hebert",
        "email": "jimhebert@chromium.org",
        "time": "Thu Apr 07 18:32:24 2011"
      },
      "committer": {
        "name": "Jim Hebert",
        "email": "jimhebert@chromium.org",
        "time": "Thu Apr 07 18:32:24 2011"
      },
      "message": "Add -Werror compile flag.\n\nChange-Id: I58a4993aa91f91d1a5dc334a6ab98d0d633cc607\n\nBUG\u003dchromium-os:13802\nTEST\u003dstill compiles under emerge-x86-mario and emerge-arm-generic\n\nReview URL: http://codereview.chromium.org/6816005\n"
    },
    {
      "commit": "69c4bb63d6cb357eeaacbc0ec9944361a3af14a5",
      "tree": "a61f53990188af750d2739fa793aea26e667bb82",
      "parents": [
        "c64bff0a319c0d30c8d584deb506bedc5da5f73c"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Mar 03 17:03:50 2011"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Mar 03 17:03:50 2011"
      },
      "message": "theme: Unbind Ctrl-Shift-Backspace in GtkUndoView.\n\nI\u0027m changing Chrome\u0027s \"Clear Browsing Data\" accelerator to\nCtrl-Shift-Backspace, so this change tells GTK+ to unbind\nthat instead of Ctrl-Shift-Delete.\n\nThis change makes the \"Clear Browsing Data\" accelerator work\nwhen the focus is in the omnibox, while still honoring the\n\"delete to the beginning of the line\" accelerator when the\nfocus is in e.g. a textarea.\n\nBUG\u003dchromium-os:11137\nTEST\u003dmanual: check that the dialog is opened when i hit ctrl-shift-backspace while the focus is in the omnibox or in a non-editable part of a web page, and that the text-editing accelerator works when the focus is in a textarea\n\nReview URL: http://codereview.chromium.org/6616001\n\nChange-Id: I47945c6d521096d7dac5c31094075018807bc12b\n"
    },
    {
      "commit": "c64bff0a319c0d30c8d584deb506bedc5da5f73c",
      "tree": "32300425212ddc45dde4caf9c1c5eacd6ee96646",
      "parents": [
        "1147ee5cf161a58e25b4aac686e1978bed94c831"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Dec 23 20:34:44 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Dec 23 20:34:44 2010"
      },
      "message": "theme: Unbind GtkTextView\u0027s Ctrl-Shift-Delete accelerator.\n\nThis is needed so the combination can be used to open the\n\"Clear Browsing Data\" dialog while the omnibox has the\nfocus.\n\nChange-Id: I07c23d9636941a82116297893c456d4937e9c20a\n\nBUG\u003dchromium-os:8986\nTEST\u003dinstalled it in conjunction with http://codereview.chromium.org/5958007/ and checked that the shortcut worked\n\nReview URL: http://codereview.chromium.org/6086008\n"
    },
    {
      "commit": "1147ee5cf161a58e25b4aac686e1978bed94c831",
      "tree": "3290c86f8d5c3c0ec9326cf965cee01f5f11d6fe",
      "parents": [
        "a1606204e065ecf2be25f7a3d70c649fa18d1c1d"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Nov 11 19:34:36 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Thu Nov 11 19:34:36 2010"
      },
      "message": "gtk: Disable menu icons again.\n\nThis re-does my previous change to set gtk-menu-images to 0.\nI\u0027m going to check in a Chrome change first so that Views\nmenu items with icons will override this setting:\nhttp://codereview.chromium.org/4708008/\n\nI\u0027m also leaving out the earlier change to remove horizontal\nspacing, since it makes the items looked cramped and doesn\u0027t\nget along well with items that still have icons.\n\nStill need to find a way to get rid of the excess space on\nthe left of the omnibox menu (might be a GTK+ bug; looks\nlike we\u0027re still getting the padding even though the icon is\nhidden) and the left of the wrench menu.\n\nBUG\u003dchromium-os:4345\nTEST\u003dbuilt and used it\n\nReview URL: http://codereview.chromium.org/4665007\n\nChange-Id: I068194b66016b934b01738552ff62c89146135b0\n"
    },
    {
      "commit": "a1606204e065ecf2be25f7a3d70c649fa18d1c1d",
      "tree": "b8ca83f0c15c0b55ddf7f249181c5dac8c3599d8",
      "parents": [
        "8c79983155ac820227acaaf8cd006df41e4f2b12"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Nov 10 21:53:02 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Nov 10 21:53:02 2010"
      },
      "message": "gtk: Revert menu icon changes.\n\nThis reverts commit 8c79983155ac820227acaaf8cd006df41e4f2b12.\n\nI didn\u0027t realize it, but we still need icons in at least one\nGTK menu: the network one.  I\u0027ll have to find another way to\nclean up the menus.\n\nBUG\u003dchromium-os:4345\nTEST\u003dnone\nTBR\u003dxiyuan\n\nReview URL: http://codereview.chromium.org/4778001\n\nChange-Id: I0f675d648f7e436d7588fe999935ae049256399a\n"
    },
    {
      "commit": "8c79983155ac820227acaaf8cd006df41e4f2b12",
      "tree": "2d5a32abbcb773f11f821a98e9c33ff308fdc618",
      "parents": [
        "7d09b1383775f2fe1275d94deb87e0abdbdb23a4"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Nov 10 18:21:13 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Nov 10 18:21:13 2010"
      },
      "message": "gtk: Improve menu appearance.\n\nThis disables icons in menus (we weren\u0027t showing them for\nmost menus but were still using the ugly GTK defaults in the\nomnibox) and cuts down on the huge amount of empty space to\nthe left of menu items\u0027 text.\n\n(Note that the excessive spacing is still present in the\nwrench menu, though.)\n\nChange-Id: I421cc29ff2108ac5f478e380409d0ec50735c28f\n\nBUG\u003dchromium-os:4345\nTEST\u003dbuild and tried it\n\nReview URL: http://codereview.chromium.org/4769001\n"
    },
    {
      "commit": "7d09b1383775f2fe1275d94deb87e0abdbdb23a4",
      "tree": "b8ca83f0c15c0b55ddf7f249181c5dac8c3599d8",
      "parents": [
        "2a9633a0016fedabca1381a96ea234aa3b1002af"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Oct 27 17:48:26 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Wed Oct 27 17:48:26 2010"
      },
      "message": "theme: Unbind Ctrl-/ accelerator.\n\nGTK+ hardcodes this to select all text in a few widgets\n(even though Ctrl-A does the same thing), which prevents us\nfrom being able to use it to open the help application.\n\nI considered adding IDC_HELP_PAGE to\nBrowser::IsReservedCommand() in Chrome, which I think would\nmake BrowserView::PreHandleKeyboardEvent() not steal it, but\nI think that this would prevent web pages from getting F1, and doing this just for Chrome OS seemed ugly.\n\nChange-Id: I1013ced7e385063b3d2a655cb132fde99317f019\n\nBUG\u003dchromium-os:7385\nTEST\u003dinstalled it and checked that I was able to grab Ctrl-/ in Chrome\n\nReview URL: http://codereview.chromium.org/4112004\n"
    },
    {
      "commit": "2a9633a0016fedabca1381a96ea234aa3b1002af",
      "tree": "b1365720db78f493eed0de13bda2a2467039545e",
      "parents": [
        "2d4f82e105bb87300ec17d3a7fb318effb91de68"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Mon Oct 11 21:25:04 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Mon Oct 11 21:25:04 2010"
      },
      "message": "Use \u0027GtkWidget\u0027 instead of \u0027*\u0027 for default style rule.\n\nIt seems that wildcard \u0027*\u0027 has higher precedenace than the base class in\nstyle matching. Use \u0027GtkWidget\u0027 is better and we no longer have to explicitly\nspecify rules for dervied classes.\n\nBUG\u003dchromium-os:7479\nTEST\u003dVerify omnibox edit\u0027s selection color is still right.\n\nChange-Id: I320efcdcc8066883e859d29a164962bef6754363\n\nReview URL: http://codereview.chromium.org/3684004\n"
    },
    {
      "commit": "2d4f82e105bb87300ec17d3a7fb318effb91de68",
      "tree": "29ac7adf918b114929ea7b96bc6cf6e9ae51dfa9",
      "parents": [
        "1fdc56663b5b3556d1eae35bc502ea1189ddc9d7"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Thu Oct 07 19:00:38 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Thu Oct 07 19:00:38 2010"
      },
      "message": "Use \"TextStyle\" for GtkUndoView.\n\nBUG\u003dchromium-os:7418\nTEST\u003dVerify fix for chromium-os:7418\n\nChange-Id: I11b905866d7a20c804268b392ec45e54d96369f0\n\nReview URL: http://codereview.chromium.org/3606019\n"
    },
    {
      "commit": "1fdc56663b5b3556d1eae35bc502ea1189ddc9d7",
      "tree": "6235c276df524bdd6ea9c0174e205eee5002fd71",
      "parents": [
        "3adf8f5203423e05a855ed6b257fe1dcdcc0bb9b"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Mon Aug 16 18:21:44 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Mon Aug 16 18:21:44 2010"
      },
      "message": "Change tooltip corner radius to 4px.\n\nBUG\u003dchromium-os:5506\nTEST\u003dVerify the tooltip corner radius is change to 4px per chromium-os:5506.\n\nChange-Id: If29e6bc7a50f734286e552c4b373d8044212a230\n\nReview URL: http://codereview.chromium.org/3130014\n"
    },
    {
      "commit": "3adf8f5203423e05a855ed6b257fe1dcdcc0bb9b",
      "tree": "a06ea253968388259045593c1830bff39ebb14cb",
      "parents": [
        "030802f536f99e9d73dd0cb44db84b27045974a3"
      ],
      "author": {
        "name": "J. Richard Barnette",
        "email": "jrbarnette@chromium.org",
        "time": "Thu Aug 05 21:13:48 2010"
      },
      "committer": {
        "name": "J. Richard Barnette",
        "email": "jrbarnette@chromium.org",
        "time": "Thu Aug 05 21:13:48 2010"
      },
      "message": "Add LICENSE file\n"
    },
    {
      "commit": "030802f536f99e9d73dd0cb44db84b27045974a3",
      "tree": "75a3589da859273163b329e03509bc80017ca5c6",
      "parents": [
        "0eff3510bd5ddc8dfce9ec9ebc27ec14adb50625"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Mon Aug 02 23:45:52 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@chromium.org",
        "time": "Mon Aug 02 23:45:52 2010"
      },
      "message": "theme: Use our variant of the Droid Sans font.\n\nBUG\u003dchromium-os:5210\nTEST\u003dchecked that makes us use the updated font during login and in menus, tooltips, and the omnibox\n\nReview URL: http://codereview.chromium.org/2808092\n"
    },
    {
      "commit": "0eff3510bd5ddc8dfce9ec9ebc27ec14adb50625",
      "tree": "a5ee3d8aaace0b1ff5665ea4f745543eaede6fb1",
      "parents": [
        "886dc57000ad8805cddcf38b459adb2d05e90e56"
      ],
      "author": {
        "name": "James Su",
        "email": "james.su@gmail.com",
        "time": "Mon Jun 28 20:10:22 2010"
      },
      "committer": {
        "name": "James Su",
        "email": "james.su@gmail.com",
        "time": "Mon Jun 28 20:10:22 2010"
      },
      "message": "Disable the input method and unicode sub menus in context menus.\n\nBUG\u003dhttp://crosbug.com/2458\nTEST\u003dRight click in an input box.\n\nReview URL: http://codereview.chromium.org/2855024\n"
    },
    {
      "commit": "886dc57000ad8805cddcf38b459adb2d05e90e56",
      "tree": "adaa188f5ffd67457449465f5b8cc488cb377982",
      "parents": [
        "f124111260575cbb9e843a8374cc6c26ccab97ba"
      ],
      "author": {
        "name": "Anush Elangovan",
        "email": "anush@chromium.org",
        "time": "Sat Jun 05 20:12:30 2010"
      },
      "committer": {
        "name": "Anush Elangovan",
        "email": "anush@chromium.org",
        "time": "Sat Jun 05 20:12:30 2010"
      },
      "message": "Setup code review inheritance\n\nChange-Id: I8b70d35debb603938293d7fba7622adcfeb7b7a2\n"
    },
    {
      "commit": "f124111260575cbb9e843a8374cc6c26ccab97ba",
      "tree": "42e8def5689cec6c51400bb33f5458f441f79ac2",
      "parents": [
        "d662a5429b34776ac32c844666226c6278914bef"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Sat May 22 05:37:22 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Sat May 22 05:37:22 2010"
      },
      "message": "Draw text field theme for GtkViewsTextView.\n\nBUG\u003dchromium-os:3426\nTEST\u003dVerify the multiline text edit (feedback dialog description) has similar look as other single line edits.\n\nReview URL: http://codereview.chromium.org/2134013\n"
    },
    {
      "commit": "d662a5429b34776ac32c844666226c6278914bef",
      "tree": "07f657bea80c43c8b3e75a208b9bf5476a5dab30",
      "parents": [
        "5a454b1d3e578b26d3c5433a8da4b3e501c92a02"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Thu May 20 16:15:26 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Thu May 20 16:15:26 2010"
      },
      "message": "Menu theme tuning.\n\n- Remove our white border and default 1px vertical padding;\n- Make menu\u0027s gradient background more subtle;\n- Use old white background for combobox popup menu;\n\nBUG\u003dchromium-os:2691,chromium-os:3345\nTEST\u003dVerify menu background is okay for both long and short menus per issue 2691 and verify fix for issue 3345.\n\nReview URL: http://codereview.chromium.org/2089018\n"
    },
    {
      "commit": "5a454b1d3e578b26d3c5433a8da4b3e501c92a02",
      "tree": "4d0b21bb4b083d79191f270d991866fc24479d8e",
      "parents": [
        "f0e55b3ca945a2a7b428f00e707950184dbbf9f4"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed May 12 22:40:27 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed May 12 22:40:27 2010"
      },
      "message": "Apply \"WhiteBackgroundStyle\" to options tab itself.\n\nSo that the active tab header is white.\n\nBUG\u003dnone\nTEST\u003dVerify that options dialogs\u0027s tab headers are white before the regression.\n\nReview URL: http://codereview.chromium.org/1992015\n"
    },
    {
      "commit": "f0e55b3ca945a2a7b428f00e707950184dbbf9f4",
      "tree": "e3984a80159fe92589393dc796285f65efc99891",
      "parents": [
        "3e0d36ab35f2256f5c25c7728b7f5dfb640a6967"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed May 12 21:04:05 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed May 12 21:04:05 2010"
      },
      "message": "Fix the issue 3075 that highlight in text field is not visible.\n\nThis is because view::TextField uses our GtkViewsEntry which falls to\n\"default\" style in gtkrc. The fix is to add a matching rule for\n\"GtkViewsEntry\".\n\nAlso added two rules for GtkEntry/GtkViewsEntry controls on options dialog.\n\nBUG\u003dchromium-os:3075\nTEST\u003dVerify fix for ChromeOS issue 3075 and also the highlitht of text fields on options dialog.\n\nReview URL: http://codereview.chromium.org/2052009\n"
    },
    {
      "commit": "3e0d36ab35f2256f5c25c7728b7f5dfb640a6967",
      "tree": "3fdd34ef96b230dc01e17086da42a247e985ee60",
      "parents": [
        "84c2c02fa1cbc00f989525fe29fb10b7df794773"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 28 20:41:24 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 28 20:41:24 2010"
      },
      "message": "Re-enable tooltip theme drawing.\n\n- Add a WidgetHasRGBAVisual to check whether RGBA drawing should be applied;\n- Bring back the RGBA tooltip drawings;\n\nBUG\u003d\u003chttp://crosbug.com/1875\u003e\nTEST\u003dVerify we get back the rounded corner tooltip with shadow.\n\nReview URL: http://codereview.chromium.org/1737018\n"
    },
    {
      "commit": "84c2c02fa1cbc00f989525fe29fb10b7df794773",
      "tree": "93b9cd72c11cb81d4444a16e00bd2d9409fd8ff4",
      "parents": [
        "abef2a623556d4f262fcbe6e9dd2a45d089342a3"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Sat Apr 24 16:54:33 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Sat Apr 24 16:54:33 2010"
      },
      "message": "Revert \"Tooltip theme update:\"\n\nThis reverts commit 263d41cce7c25c0f5642cf8c6416f2f6ac9959b0.\nChanging default gtk widget to use RGBA colormap seems risky.\n\nTBR\u003dsky,zelidrag\n"
    },
    {
      "commit": "abef2a623556d4f262fcbe6e9dd2a45d089342a3",
      "tree": "3c32a6149cb8906a8616aaa7c1ebae427dec253c",
      "parents": [
        "c44510e4beb514366e0a1c51ec525e60956f391b"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 21 23:33:37 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 21 23:33:37 2010"
      },
      "message": "Increase default gtk font size.\n\nRecent changes in ChromeOS image fixed X server dpi but break this.\nBefore the change (on 3/27 dev channel image), xdpyinfo prints \"117x122\" dpi.\n(Looks like the change is either in display driver or xserver to get correct\nscreen size from DDC because on lastest image, the screen size is different).\nIn latest ChromeOS build, the dpi is set correctly to \"96x96\". That\nmakes the default font too small, which changed from 7/72*120 \u003d 12 px high to\n9px high. So upper the point size from 7 to 9 (and 6 to 8 for tooltip), so\nthat we have a similar pixel height (9/72*96\u003d12px).\n\nBUG\u003dnone\nTEST\u003dVerify the ChromeOS font is of similar size as two-week-ago builds.\n\nReview URL: http://codereview.chromium.org/1702004\n"
    },
    {
      "commit": "c44510e4beb514366e0a1c51ec525e60956f391b",
      "tree": "d6289680dea997b4e9cf19bd8528456485f52215",
      "parents": [
        "aebbc7a46834fca7680b08a8369f7e29c825ca50"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 21 17:33:10 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Wed Apr 21 17:33:10 2010"
      },
      "message": "GtkTheme update for options dialog.\n\n- Notebook widget for options dialog is identified by namei\n  \"chromeos-options-tab\";\n- White background for this widget;\n- Draw white tab pane borders with no gap for this tab;\n- Draw a blue gradient for its tab headers and use same graident it tab header\n  border;\n\nBUG\u003d\u003chttp://crogbug.com/1885\u003e\nTEST\u003dVerify ChromeOS options dialog with mocks at: http://www.chromium.org/chromium-os/user-experience/settings\n\nReview URL: http://codereview.chromium.org/1721003\n"
    },
    {
      "commit": "aebbc7a46834fca7680b08a8369f7e29c825ca50",
      "tree": "9163a9f5ccad409c82616fd95c6ad7567181154e",
      "parents": [
        "20e48f715e87f94c3523e98bdbc607c83218a880"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Fri Apr 09 21:58:04 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Fri Apr 09 21:58:04 2010"
      },
      "message": "More theme changes:\n- Disable button image;\n- Disable mnemonics for labels and menu items;\n- More padding for tabs;\n- Add gradient background for inactive tabs;\n- Draw arrow for menu scroll arrows;\n\nBUG\u003d\u003chttp://crosbug.com/2355\u003e,\u003chttp://crosbug.com/1885\u003e\nTEST\u003dVerify the change as described above.\n\nReview URL: http://codereview.chromium.org/1517028\n"
    },
    {
      "commit": "20e48f715e87f94c3523e98bdbc607c83218a880",
      "tree": "0ecbdbea21e2bcba4d5d0cf7e535275d17d777cd",
      "parents": [
        "61e73f883402957c83947c3474a994937adea253"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Fri Apr 09 18:04:24 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Fri Apr 09 18:04:24 2010"
      },
      "message": "Tooltip theme update:\n\n- Change background to yellow;\n- Use rounded rect border and add drop shadow;\n\nBUG\u003d\u003chttp://crosbug.com/1885\u003e\nTEST\u003dVerify the above change.\n\nReview URL: http://codereview.chromium.org/1610014\n"
    },
    {
      "commit": "61e73f883402957c83947c3474a994937adea253",
      "tree": "24afa6dc9bda833f887cdb607f79593b3d5a2ca2",
      "parents": [
        "28a3c41e8311c75cdd664c3c59dc7447b7cad1d9"
      ],
      "author": {
        "name": "Daniel Erat",
        "email": "derat@google.com",
        "time": "Tue Apr 06 21:53:55 2010"
      },
      "committer": {
        "name": "Daniel Erat",
        "email": "derat@google.com",
        "time": "Tue Apr 06 21:53:55 2010"
      },
      "message": "build: Delete files from the previous build system.\n\nThere are other files in sub-repos that I\u0027ll delete\nin separate changelists.\n\nBUG\u003dnone\nTEST\u003dbuilt an image using portage\n\nReview URL: http://codereview.chromium.org/1521015\n"
    },
    {
      "commit": "28a3c41e8311c75cdd664c3c59dc7447b7cad1d9",
      "tree": "917df6470e9971643dae5d1956d3f0eec3462b9e",
      "parents": [
        "9c37bd77cbfa65839649f461b3b200c3722dde5f"
      ],
      "author": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Tue Apr 06 16:08:39 2010"
      },
      "committer": {
        "name": "xiyuan",
        "email": "xiyuan@chromium.org",
        "time": "Tue Apr 06 16:08:39 2010"
      },
      "message": "ChromeOS UI polish:\n- Enable menu background gradient and see if people like it this round;\n- Enable shadow for menu and combo dropdown list in window manager;\n\nBUG\u003d\u003chttp://crosbug.com/1885\u003e,\u003chttp://crosbug.com/2355\u003e\nTEST\u003dVerify the menu has gradient background and drop shadow and combobox drop down in options dialog has border/shadow as well;\n\nReview URL: http://codereview.chromium.org/1606012\n"
    },
    {
      "commit": "9c37bd77cbfa65839649f461b3b200c3722dde5f",
      "tree": "682bc26034ad1d8395b9c04c545fbb81ab9f1d58",
      "parents": [
        "634390e9540326ce202db4095c9a9ffa5d178546"
      ],
      "author": {
        "name": "tedbo",
        "email": "tedbo@chromium.org",
        "time": "Sat Feb 06 19:49:06 2010"
      },
      "committer": {
        "name": "tedbo",
        "email": "tedbo@chromium.org",
        "time": "Sat Feb 06 19:49:06 2010"
      },
      "message": "Modify SConstructs to pass SYSROOT through the environment.\n\nWhen building with sysroots created by the setup_board script\nwhere we override the sysroot that is baked into the compiler,\nwe need to make sure that scons passes the SYSROOT env variable\nthrough when building the targets.\n\nReview URL: http://codereview.chromium.org/577039\n"
    },
    {
      "commit": "634390e9540326ce202db4095c9a9ffa5d178546",
      "tree": "1ff0bb70c0c3bebb91d0db999702e70b38a825de",
      "parents": [
        "6fd70b09f11dc8ba43691777b99e413e264e853f"
      ],
      "author": {
        "name": "Ryan Cairns",
        "email": "rtc@google.com",
        "time": "Thu Feb 04 02:09:22 2010"
      },
      "committer": {
        "name": "Ryan Cairns",
        "email": "rtc@google.com",
        "time": "Thu Feb 04 02:09:22 2010"
      },
      "message": "Fixes CCFLAGS for a few SConstruct files\n\nReview URL: http://codereview.chromium.org/562042\n"
    },
    {
      "commit": "6fd70b09f11dc8ba43691777b99e413e264e853f",
      "tree": "be1f222afe07648dc3551a31ab956be65c8f85d6",
      "parents": [
        "9e5e087d549d62ce9ea14bb56205d36d8aee5991"
      ],
      "author": {
        "name": "tedbo",
        "email": "tedbo@chromium.org",
        "time": "Wed Feb 03 20:37:11 2010"
      },
      "committer": {
        "name": "tedbo",
        "email": "tedbo@chromium.org",
        "time": "Wed Feb 03 20:37:11 2010"
      },
      "message": "Changes to support CFLAGS from env but still build with -fPIC.\n\nWe may want to provide a global CLFAGS, but the current SConstruct\npattern that we are using will take the global CFLAGS as a complete\nreplacement. Ideally what we want is to pullin the global CFLAGS but\nstill be able to specify \"-fPIC -Wall -Werror -fno-exceptions\", etc.\n\nI\u0027m not sure if this is the best way to do that, but it does solve\nthe short-term problem of things not building with -fPIC when CFLAGS\nis present in the environment. Suggestions welcome.\n\nReview URL: http://codereview.chromium.org/560028\n"
    },
    {
      "commit": "9e5e087d549d62ce9ea14bb56205d36d8aee5991",
      "tree": "4b3d6570cb6dc48445eadc01488ed0f131b61954",
      "parents": [
        "401cf45108c566de4327505ad57a915075b491b0"
      ],
      "author": {
        "name": "Colin Watson",
        "email": "cjwatson@canonical.com",
        "time": "Fri Jan 08 18:50:56 2010"
      },
      "committer": {
        "name": "Colin Watson",
        "email": "cjwatson@canonical.com",
        "time": "Fri Jan 08 18:50:56 2010"
      },
      "message": "Consistently pass through PKG_CONFIG_LIBDIR environment variable\n\nPKG_CONFIG_LIBDIR is set by dpkg-buildpackage, and needs to be passed\nthrough to pkg-config for successful cross-building.\n\nReview URL: http://codereview.chromium.org/524073\n"
    },
    {
      "commit": "401cf45108c566de4327505ad57a915075b491b0",
      "tree": "5c84481ae52945fb45be8f4b800ebabf0818f10f",
      "parents": [
        "a3ed95ff3074f7011e075df7966a8dc2fb52b018"
      ],
      "author": {
        "name": "Brian Daugherty",
        "email": "bdaugher@codeaurora.org",
        "time": "Fri Jan 08 16:49:12 2010"
      },
      "committer": {
        "name": "Brian Daugherty",
        "email": "bdaugher@codeaurora.org",
        "time": "Fri Jan 08 16:49:12 2010"
      },
      "message": "theme: libgtk2.0-0 build dep is now libgtk2.0-dev\n\nReview URL: http://codereview.chromium.org/518084\n"
    },
    {
      "commit": "a3ed95ff3074f7011e075df7966a8dc2fb52b018",
      "tree": "52ebeef31266f59b0c83a82a422c85b1b248f08c",
      "parents": [
        "0270f32cbfff7d2dc19fdf8facff404afd0e99b1"
      ],
      "author": {
        "name": "Brian Daugherty",
        "email": "bdaugher@codeaurora.org",
        "time": "Fri Jan 08 00:26:18 2010"
      },
      "committer": {
        "name": "Brian Daugherty",
        "email": "bdaugher@codeaurora.org",
        "time": "Fri Jan 08 00:26:18 2010"
      },
      "message": "theme: Switch to new packaging style\n\nSwitch to use dh. Remove arch specific -m32 flags.\nUpdate build dependencies. Create \u0027install\u0027 and \u0027links\u0027\nfiles to replace install target in debian/rules.\n\nReview URL: http://codereview.chromium.org/523148\n"
    },
    {
      "commit": "0270f32cbfff7d2dc19fdf8facff404afd0e99b1",
      "tree": "bf93f7a9ce1608a07a8d1fa990f93b0b1f7f2257",
      "parents": [
        "f2e771efd0a7b7d3ba56ef269dc7facf829f75df"
      ],
      "author": {
        "name": "Yusuke Sato",
        "email": "yusukes@google.com",
        "time": "Wed Dec 23 13:28:06 2009"
      },
      "committer": {
        "name": "Yusuke Sato",
        "email": "yusukes@google.com",
        "time": "Wed Dec 23 13:28:06 2009"
      },
      "message": "Link Gtk+ and Glib libraries to theme.so so that programs can dlopen() the so file with RTLD_NOW flag.\n\nPlease check this comment http://code.google.com/p/chromium-os/issues/detail?id\u003d1102#c4 for details.\n\nBUG\u003d1102\nTEST\u003dStart xterm and run /usr/bin/ibus-setup. Verify that the command does not abort with a \"undefined symbol\" error.\n\nReview URL: http://codereview.chromium.org/508016\n"
    },
    {
      "commit": "f2e771efd0a7b7d3ba56ef269dc7facf829f75df",
      "tree": "9726797f860e4228a619f71004c104fb981f9399",
      "parents": [
        "0a3db8d72b72f2caecbbbb77abfe519c5a9fba92"
      ],
      "author": {
        "name": "sky@chromium.org",
        "email": "sky@google.com",
        "time": "Thu Dec 17 23:37:13 2009"
      },
      "committer": {
        "name": "sky@chromium.org",
        "email": "sky@google.com",
        "time": "Thu Dec 17 23:37:13 2009"
      },
      "message": "Adds build infrastracture for Gtk theme.\n\nReview URL: http://codereview.chromium.org/501086\n"
    },
    {
      "commit": "0a3db8d72b72f2caecbbbb77abfe519c5a9fba92",
      "tree": "a0d74066b3be20bfd58043ee8718c1392ca7b4bf",
      "parents": [],
      "author": {
        "name": "sky@chromium.org",
        "email": "sky@google.com",
        "time": "Thu Dec 17 18:57:19 2009"
      },
      "committer": {
        "name": "sky@chromium.org",
        "email": "sky@google.com",
        "time": "Thu Dec 17 18:57:19 2009"
      },
      "message": "Adds Gtk theme.\n\nSorry Elliot, you\u0027re the only one that could review this. This is a\ngtk theme implementation for Chrome OS. It\u0027s not complete, just having\nenough for what Chrome uses. There will undoubtedly be tweaks going\nforward, but this is a good start.\n\nThe name is pretty generic (theme), but that seems to fit in with the\nname of the Chrome OS Window Manager (window_manager).\n\nReview URL: http://codereview.chromium.org/502055\n"
    }
  ]
}
