| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-organize RenderViewContextMenu to the use cross-platform MenuModel class. | estade@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Fixes possible crash when menus were destroyed. I wasn't resetting a | sky@chromium.org | 2010-05-11 | 1 | -0/+2 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 18 | -63/+33 |
* | Fix build failure due to bad merge resolve | pkasting@chromium.org | 2010-05-10 | 1 | -1/+1 |
* | Add tooltip support to Windows tables. | pkasting@chromium.org | 2010-05-10 | 2 | -9/+89 |
* | Remove checkbox table support, as it is unused. | pkasting@chromium.org | 2010-05-10 | 5 | -163/+39 |
* | Remove a few stray bits of win2k support. | pkasting@chromium.org | 2010-05-07 | 2 | -13/+4 |
* | This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog box | xji@chromium.org | 2010-05-07 | 1 | -1/+8 |
* | New visuals for notifications on Windows. | johnnyg@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Committing on behalf of dtseng. | dmazzoni@chromium.org | 2010-05-07 | 1 | -0/+7 |
* | Explicitly call gtk_widget_show_all() to show the treeview in the language co... | yusukes@google.com | 2010-05-07 | 1 | -0/+2 |
* | some more fixes for ignored scoped_ptr::release() calls | estade@chromium.org | 2010-05-06 | 4 | -23/+10 |
* | Host cookie modal dialog and js modal modal dialog in NativeDialogHost | xiyuan@chromium.org | 2010-05-06 | 1 | -5/+9 |
* | Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi... | pkasting@chromium.org | 2010-05-05 | 1 | -2/+4 |
* | This CL fixes issue 41985 - The focus frames are out of range on the Options ... | xji@chromium.org | 2010-05-05 | 3 | -14/+329 |
* | Close menu on grab broke event. | oshima@chromium.org | 2010-05-05 | 3 | -2/+17 |
* | Add transparency to TYPE_CHILD WidgetGtk. | oshima@chromium.org | 2010-05-05 | 3 | -57/+196 |
* | Refactors animation to allow for cleaner subclassing. I'm doing this | sky@chromium.org | 2010-05-05 | 4 | -5/+5 |
* | Use GetDisplayStringInLTRDirectionality() in more places to simplify code. | pkasting@chromium.org | 2010-05-05 | 1 | -2/+1 |
* | Reverting two files that has been included in revert by mistake. | oshima@chromium.org | 2010-05-04 | 2 | -9/+1 |
* | Revert "Add transparency to TYPE_CHILD WidgetGtk." | oshima@chromium.org | 2010-05-04 | 5 | -194/+67 |
* | Add transparency to TYPE_CHILD WidgetGtk. | oshima@chromium.org | 2010-05-04 | 3 | -58/+193 |
* | Skip accelerator handling if there is a grabbed widget. | xiyuan@chromium.org | 2010-05-03 | 1 | -1/+4 |
* | Do not show Vista elevation shield if UAC is disabled. | mirandac@google.com | 2010-04-30 | 1 | -1/+2 |
* | Implement UI automation on the Mac. | jrg@chromium.org | 2010-04-29 | 1 | -2/+7 |
* | views: Make use of gtk_signal macros in more places. | erg@chromium.org | 2010-04-29 | 4 | -15/+14 |
* | Use customized RGBA-enabled tooltip window for tooltip on ChroemOS | xiyuan@chromium.org | 2010-04-28 | 5 | -66/+157 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -1/+2 |
* | Show spinner on network response in OOBE welcome screen, account creation scr... | nkostylev@google.com | 2010-04-27 | 2 | -8/+27 |
* | Remove svn:executable property from the last few files that don't need it. | thestig@chromium.org | 2010-04-27 | 1 | -0/+0 |
* | Remove MessageLoopForUI::Observer in WidgetGtk. | oshima@chromium.org | 2010-04-26 | 2 | -27/+0 |
* | Attempt at fixing crash in BoundsAnimator. This patch largely just | sky@chromium.org | 2010-04-26 | 3 | -59/+67 |
* | Add a first run bubble to show after installing an extension app. | finnur@chromium.org | 2010-04-24 | 2 | -1/+15 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 8 | -22/+0 |
* | Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T... | johnnyg@chromium.org | 2010-04-23 | 2 | -0/+6 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 9 | -102/+329 |
* | Fix recursive calls to PaintNow under gtk2.18.3 and up. | oshima@chromium.org | 2010-04-23 | 1 | -1/+8 |
* | Submitting for dtseng. Ensure that the variant out param gets properly | dmazzoni@chromium.org | 2010-04-23 | 1 | -0/+3 |
* | Gets rid of the annoying white dot in the upper left corner of all | sky@chromium.org | 2010-04-23 | 2 | -1/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 9 | -329/+102 |
* | Add EnableDoubleBuffer to WidgetGtk | oshima@chromium.org | 2010-04-21 | 3 | -10/+35 |
* | Fix valgrind memory leak complain in ViewTest | xiyuan@chromium.org | 2010-04-21 | 1 | -0/+6 |
* | Polish ChromeOS options dialog: | xiyuan@chromium.org | 2010-04-21 | 5 | -4/+35 |
* | Defer WidgetGtk's focus manager destruction | xiyuan@chromium.org | 2010-04-20 | 4 | -5/+124 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 7 | -6/+40 |
* | Enable CustomButton users to call SetEnabled(false) even when |show_highlight... | yusukes@google.com | 2010-04-20 | 4 | -20/+23 |
* | Fix Chrome overlapping an autohide taskbar in certain cases. Original patch ... | pkasting@chromium.org | 2010-04-19 | 1 | -0/+17 |
* | A quick fix for Issue 34970. | hbono@chromium.org | 2010-04-19 | 7 | -4/+34 |
* | Hover buttons for notification. | oshima@chromium.org | 2010-04-16 | 1 | -6/+16 |
* | Fixes possible crash if the window hosting a menu was closed while the | sky@chromium.org | 2010-04-16 | 17 | -202/+354 |