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
/
ui
/
views
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new ResourceBundle::Delegate interface.
marshall@chromium.org
2012-05-09
1
-1
/
+1
*
views/examples: Clean up cpplint warnings.
tfarina@chromium.org
2012-05-08
10
-19
/
+22
*
views: Mark single-argument constructors as explicit.
tfarina@chromium.org
2012-05-04
1
-2
/
+2
*
Enable logging in Views Examples.
asvitkine@chromium.org
2012-04-27
1
-0
/
+23
*
Make views_examples work in aura without ash.
ben@chromium.org
2012-04-26
1
-7
/
+6
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-5
/
+1
*
views: Add optional overlay image to ImageButton
jamescook@chromium.org
2012-04-23
2
-27
/
+50
*
ui: Convert VLOGs to DVLOGs.
tfarina@chromium.org
2012-04-23
1
-2
/
+2
*
Aura: Don't set a minimum size for our windows on Linux.
erg@chromium.org
2012-04-21
1
-0
/
+4
*
Fix views_examples_exe initialization.
erg@chromium.org
2012-04-20
1
-4
/
+3
*
Recommitting Aura/ash split: Remove hacks and get chrome linking without ash.
erg@chromium.org
2012-04-20
2
-31
/
+22
*
Revert 132856 - Aura/ash split: Remove hacks and get chrome linking without ash.
erg@google.com
2012-04-18
2
-10
/
+34
*
Aura/ash split: Remove hacks and get chrome linking without ash.
erg@chromium.org
2012-04-18
2
-34
/
+10
*
views: Use NOTREACHED() where appropriate.
tfarina@chromium.org
2012-04-17
1
-26
/
+29
*
Support WebView in ash.
ben@chromium.org
2012-04-12
1
-0
/
+1
*
Beginnings of a WebView.
ben@chromium.org
2012-04-11
13
-102
/
+1072
*
Revert 131837 - Beginnings of a WebView.
ben@chromium.org
2012-04-11
11
-1065
/
+102
*
Beginnings of a WebView.
ben@chromium.org
2012-04-11
11
-102
/
+1065
*
views/examples: Add enum parameter to ShowExamplesWindow() function.
tfarina@chromium.org
2012-04-09
3
-9
/
+14
*
* removed views debug paint that was used in NativeWidgetGtk.
oshima@chromium.org
2012-04-03
1
-3
/
+1
*
Ash/aura split: Get views_examples_exe semi-running on linux/X11.
erg@chromium.org
2012-03-30
1
-0
/
+53
*
views: Rename ComboboxListener::ItemChanged to something more accurate.
tfarina@chromium.org
2012-03-30
7
-44
/
+32
*
views: Fix memory leak in NativeThemeButtonExample.
tfarina@chromium.org
2012-03-30
2
-11
/
+17
*
views: Rename Combobox "selected getter/setter" accessors to something more a...
tfarina@chromium.org
2012-03-28
4
-10
/
+8
*
Add a border to views_examples' text styles example.
asvitkine@chromium.org
2012-03-28
1
-6
/
+10
*
views: Fix memory leak in ComboboxExample.
tfarina@chromium.org
2012-03-27
2
-24
/
+34
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-27
4
-9
/
+8
*
Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...
alokp@chromium.org
2012-03-26
4
-8
/
+9
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-26
4
-9
/
+8
*
views/examples: Do not use WideToUTF16 when not necessary.
tfarina@chromium.org
2012-03-23
2
-45
/
+46
*
Removing GTK code from ui/views.
saintlou@chromium.org
2012-03-21
1
-4
/
+0
*
views/examples: Fix crash when closing views examples window.
tfarina@chromium.org
2012-03-19
1
-0
/
+1
*
views/examples: Get MenuExample to work under ash_shell and linux_chromeos co...
tfarina@chromium.org
2012-03-19
3
-22
/
+26
*
views/examples: Simplify the ownership of Menu2.
tfarina@chromium.org
2012-03-17
1
-17
/
+10
*
views: Rename MenuButtonDelegate::RunMenu to something more obvious.
tfarina@chromium.org
2012-03-15
1
-5
/
+7
*
ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.
tfarina@chromium.org
2012-03-15
1
-7
/
+7
*
Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/...
tfarina@chromium.org
2012-03-14
1
-4
/
+5
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
1
-1
/
+0
*
views: Nuke is_mouse_gesture parameter from ContextMenuController::ShowContex...
tfarina@chromium.org
2012-03-11
2
-5
/
+3
*
ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.
tfarina@chromium.org
2012-03-11
1
-6
/
+6
*
views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...
tfarina@chromium.org
2012-03-08
1
-4
/
+4
*
views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.
tfarina@chromium.org
2012-03-06
2
-5
/
+6
*
Fix crash when closing table example.
sky@chromium.org
2012-03-03
1
-1
/
+1
*
views: Tell SliderListener's how the slider value was changed.
sadrul@chromium.org
2012-02-29
2
-2
/
+4
*
Fix crash when closing treeview example.
sky@chromium.org
2012-02-28
1
-0
/
+3
*
views: Fix crash when closing table_view example.
tfarina@chromium.org
2012-02-28
1
-0
/
+3
*
views: Add a slider control.
sadrul@chromium.org
2012-02-26
3
-0
/
+88
*
Fix crash in views example.
saintlou@chromium.org
2012-02-17
2
-4
/
+7
*
views: Fixes leak in ComboboxModelExampleList.
tfarina@chromium.org
2012-02-15
1
-2
/
+3
*
views: Fixes leak in TextExample::AddCombobox.
tfarina@chromium.org
2012-02-14
2
-3
/
+8
[next]