index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move BoxLayout class into views/examples directory.
tfarina@chromium.org
2010-05-28
4
-58
/
+95
*
Initial work to fix the IAccessible tree in circumstances where there is a wi...
ctguil@chromium.org
2010-05-27
10
-31
/
+78
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
1
-1
/
+1
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
1
-1
/
+1
*
Add bug number in comments for each TreeViewTest marked as FAILS
rafaelw@chromium.org
2010-05-25
1
-1
/
+11
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
1
-1
/
+1
*
Bound checkingon TableView
jcivelli@chromium.org
2010-05-25
3
-29
/
+43
*
Mark TreeViewTests as FAILS_ rather than DISABLED_
rafaelw@chromium.org
2010-05-25
1
-11
/
+12
*
Disabling TableViewTests (failing on vista)
rafaelw@chromium.org
2010-05-25
1
-9
/
+9
*
Fixes a couple of leaks in use of gdk_get_property.
sky@chromium.org
2010-05-25
1
-0
/
+1
*
Fixed alt key as shortcut to focus menus on linux/views. It should only
dmazzoni@chromium.org
2010-05-24
3
-21
/
+239
*
Add multiline support to views::TextField.
xiyuan@chromium.org
2010-05-22
5
-41
/
+309
*
Revert revisions 47902 and 47900.
dpolukhin@chromium.org
2010-05-21
1
-10
/
+5
*
NativeViewHostGtk should use gtk_views_fixed instead of gtk_fixed
dpolukhin@chromium.org
2010-05-21
1
-5
/
+10
*
views: Use STLDeleteElements to delete pointer objects.
tfarina@chromium.org
2010-05-21
1
-17
/
+6
*
Elide the EV bubble when it's extremely long. This limits it to half the loc...
pkasting@chromium.org
2010-05-20
3
-16
/
+35
*
Views menu gradient change for ChromeOS to sync with gtk theme change.
xiyuan@chromium.org
2010-05-20
1
-5
/
+3
*
Clear password field when navigating though users on the login screen.
nkostylev@google.com
2010-05-20
3
-3
/
+12
*
A crasher would sometimes happen when opening a selet file dialog
jcivelli@chromium.org
2010-05-19
1
-0
/
+5
*
Provide accessibility support for Window_win.
ctguil@chromium.org
2010-05-17
8
-62
/
+139
*
Refactors TabStrip code for better sharing between TabStrip and
sky@chromium.org
2010-05-13
2
-2
/
+2
*
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
[next]