| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Make DevTools open docked by default for chrome os." | tony@chromium.org | 2010-03-16 | 4 | -101/+381 |
* | Reapply r41640. | ajwong@chromium.org | 2010-03-16 | 6 | -3/+57 |
* | Gtk views code touch up | xiyuan@chromium.org | 2010-03-16 | 3 | -12/+36 |
* | Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ... | ajwong@chromium.org | 2010-03-16 | 6 | -57/+3 |
* | Provide Web Contents accessibility info. | ctguil@chromium.org | 2010-03-16 | 2 | -1/+25 |
* | Make DevTools open docked by default for chrome os. | xiyuan@chromium.org | 2010-03-15 | 4 | -381/+101 |
* | Landing tfarina CL. | ctguil@chromium.org | 2010-03-15 | 6 | -3/+57 |
* | Switched progress bar to integral positions (from 0 to 100). | avayvod@google.com | 2010-03-15 | 3 | -33/+26 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 17 | -23/+23 |
* | chromeos: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-14 | 11 | -26/+42 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 5 | -8/+9 |
* | remove itself from parent when deleted. | oshima@chromium.org | 2010-03-12 | 1 | -2/+4 |
* | Autoslide/hide notifications after timeout. | oshima@chromium.org | 2010-03-12 | 2 | -0/+9 |
* | Implementation of a progress bar control. | finnur@chromium.org | 2010-03-12 | 4 | -0/+348 |
* | Remove a hack that, as far as I can tell, isn't needed. | pkasting@chromium.org | 2010-03-12 | 1 | -5/+1 |
* | Last set of tweaks to icon positioning code. Clarifies positioning algorithm... | pkasting@chromium.org | 2010-03-12 | 1 | -32/+21 |
* | Unblock focus signal handlers only when they're blocked. | oshima@chromium.org | 2010-03-11 | 1 | -11/+18 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 7 | -6/+7 |
* | Initial focus fix on x11/gtk | oshima@chromium.org | 2010-03-10 | 2 | -2/+9 |
* | Landing tfarina CL. | ctguil@chromium.org | 2010-03-10 | 6 | -10/+32 |
* | Final removal of the bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-10 | 1 | -18/+19 |
* | Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ... | marshall@chromium.org | 2010-03-10 | 1 | -2/+5 |
* | Add a gyp target for Xext to linux/system so that Views can depend on it. A r... | davemoore@chromium.org | 2010-03-10 | 1 | -0/+1 |
* | Support popups that don't accept clicks in Views/Linux | davemoore@chromium.org | 2010-03-09 | 2 | -1/+55 |
* | views: Make WindowGtk set transient-for hint before mapping. | derat@chromium.org | 2010-03-09 | 1 | -3/+3 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -4/+3 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 2 | -0/+0 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 50 | -366/+281 |
* | Use web app icon as ICON_BIG for Windows | xiyuan@chromium.org | 2010-03-08 | 3 | -1/+15 |
* | Clean up/fix more frame code. In general this is bringing the less-common fr... | pkasting@chromium.org | 2010-03-08 | 2 | -142/+141 |
* | Don't mirror menu position for RTL because on Windows we set RLT window flags... | dpolukhin@google.com | 2010-03-06 | 3 | -23/+22 |
* | Fix build break. | johnnyg@chromium.org | 2010-03-04 | 1 | -2/+2 |
* | On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s... | johnnyg@chromium.org | 2010-03-04 | 6 | -2/+70 |
* | Clean up TooltipManagerWin a bit. Original patch by Jay Soffian (see http://... | pkasting@chromium.org | 2010-03-04 | 3 | -36/+28 |
* | Correct positioning of tooltips in nonclient portion of Aero windows. Origin... | pkasting@chromium.org | 2010-03-04 | 1 | -0/+6 |
* | Removes static storage of menu-marker bitmap. Tiny change. | glotov@google.com | 2010-03-04 | 2 | -15/+13 |
* | Fix unititalized variables. | finnur@chromium.org | 2010-03-03 | 1 | -2/+2 |
* | Checking in patch for Denis Romanov (originally reviewed here: http://coderev... | finnur@chromium.org | 2010-03-03 | 4 | -21/+69 |
* | Lands http://codereview.chromium.org/652010 for Thiago: | sky@chromium.org | 2010-03-02 | 2 | -2/+68 |
* | Fix a Chrome crash, which occurs in a ChromeFrame instance in the destructor ... | ananta@chromium.org | 2010-03-02 | 1 | -2/+3 |
* | Fix compile error "error: #elif with no expression" | nsylvain@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ... | pkasting@chromium.org | 2010-02-26 | 3 | -10/+10 |
* | Fixes crash in dragging from download manager on chrome os. | sky@chromium.org | 2010-02-25 | 1 | -2/+2 |
* | Changes grid layout such that if a view that spans columns preferred | sky@chromium.org | 2010-02-24 | 2 | -9/+48 |
* | Landing Marshall Greenblatt change. | jcampan@chromium.org | 2010-02-24 | 4 | -8/+93 |
* | New network menu button UI for ChromeOS. | chocobo@chromium.org | 2010-02-19 | 1 | -0/+11 |
* | Fixes bug where on views/gtk we send an exit before every press. We're | sky@chromium.org | 2010-02-19 | 1 | -13/+25 |
* | Attempt 2 at landing this. The first attempt failed because | sky@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Implement a TODO. | pkasting@chromium.org | 2010-02-19 | 1 | -7/+3 |
* | implement previous TODO to show associated shortcut keys for page and wrench ... | kuan@chromium.org | 2010-02-19 | 2 | -7/+35 |