summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Revert revisions 47902 and 47900.dpolukhin@chromium.org2010-05-211-10/+5
* NativeViewHostGtk should use gtk_views_fixed instead of gtk_fixeddpolukhin@chromium.org2010-05-211-5/+10
* views: Use STLDeleteElements to delete pointer objects.tfarina@chromium.org2010-05-211-17/+6
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-203-16/+35
* Views menu gradient change for ChromeOS to sync with gtk theme change.xiyuan@chromium.org2010-05-201-5/+3
* Clear password field when navigating though users on the login screen.nkostylev@google.com2010-05-203-3/+12
* A crasher would sometimes happen when opening a selet file dialogjcivelli@chromium.org2010-05-191-0/+5
* Provide accessibility support for Window_win.ctguil@chromium.org2010-05-178-62/+139
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-132-2/+2
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-1/+1
* Fixes possible crash when menus were destroyed. I wasn't resetting asky@chromium.org2010-05-111-0/+2
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-1018-63/+33
* Fix build failure due to bad merge resolvepkasting@chromium.org2010-05-101-1/+1
* Add tooltip support to Windows tables.pkasting@chromium.org2010-05-102-9/+89
* Remove checkbox table support, as it is unused.pkasting@chromium.org2010-05-105-163/+39
* Remove a few stray bits of win2k support.pkasting@chromium.org2010-05-072-13/+4
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-071-1/+8
* New visuals for notifications on Windows.johnnyg@chromium.org2010-05-071-1/+1
* Committing on behalf of dtseng.dmazzoni@chromium.org2010-05-071-0/+7
* Explicitly call gtk_widget_show_all() to show the treeview in the language co...yusukes@google.com2010-05-071-0/+2
* some more fixes for ignored scoped_ptr::release() callsestade@chromium.org2010-05-064-23/+10
* Host cookie modal dialog and js modal modal dialog in NativeDialogHostxiyuan@chromium.org2010-05-061-5/+9
* Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi...pkasting@chromium.org2010-05-051-2/+4
* This CL fixes issue 41985 - The focus frames are out of range on the Options ...xji@chromium.org2010-05-053-14/+329
* Close menu on grab broke event.oshima@chromium.org2010-05-053-2/+17
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-053-57/+196
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-054-5/+5
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-2/+1
* Reverting two files that has been included in revert by mistake.oshima@chromium.org2010-05-042-9/+1
* Revert "Add transparency to TYPE_CHILD WidgetGtk."oshima@chromium.org2010-05-045-194/+67
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-043-58/+193
* Skip accelerator handling if there is a grabbed widget.xiyuan@chromium.org2010-05-031-1/+4
* Do not show Vista elevation shield if UAC is disabled.mirandac@google.com2010-04-301-1/+2
* Implement UI automation on the Mac.jrg@chromium.org2010-04-291-2/+7
* views: Make use of gtk_signal macros in more places.erg@chromium.org2010-04-294-15/+14
* Use customized RGBA-enabled tooltip window for tooltip on ChroemOSxiyuan@chromium.org2010-04-285-66/+157
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-1/+2
* Show spinner on network response in OOBE welcome screen, account creation scr...nkostylev@google.com2010-04-272-8/+27
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* Remove MessageLoopForUI::Observer in WidgetGtk.oshima@chromium.org2010-04-262-27/+0
* Attempt at fixing crash in BoundsAnimator. This patch largely justsky@chromium.org2010-04-263-59/+67
* Add a first run bubble to show after installing an extension app.finnur@chromium.org2010-04-242-1/+15
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-238-22/+0
* Add a widget delegate handler for the WM_SETTINGCHANGE message in windows. T...johnnyg@chromium.org2010-04-232-0/+6
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-239-102/+329
* Fix recursive calls to PaintNow under gtk2.18.3 and up.oshima@chromium.org2010-04-231-1/+8
* Submitting for dtseng. Ensure that the variant out param gets properlydmazzoni@chromium.org2010-04-231-0/+3
* Gets rid of the annoying white dot in the upper left corner of allsky@chromium.org2010-04-232-1/+2
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-229-329/+102
* Add EnableDoubleBuffer to WidgetGtkoshima@chromium.org2010-04-213-10/+35