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
/
base
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alternate NTP: Update recent tabs fav icons
sail@chromium.org
2012-11-19
3
-2
/
+8
*
Remaining bits of getting menus to look correct depending upon
sky@chromium.org
2012-11-06
1
-0
/
+3
*
ui/base/models: Some fixes to the TreeNodeIterator unittest.
tfarina@chromium.org
2012-10-12
2
-42
/
+47
*
Add a ListModel::Move.
xiyuan@chromium.org
2012-09-25
3
-10
/
+60
*
The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...
skuhne@chromium.org
2012-08-24
4
-17
/
+62
*
Convert ui::MenuModel to use gfx::Image instead of ImageSkia.
rsesek@chromium.org
2012-08-22
3
-24
/
+24
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
2
-2
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
12
-12
/
+0
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
2
-16
/
+15
*
app_list/chromeos: Fix wrong app icon in search results.
xiyuan@chromium.org
2012-06-13
1
-3
/
+2
*
Cleanup: Remove vector::at() calls in SimpleMenuModel. Do CHECKs instead.
thestig@chromium.org
2012-06-02
2
-14
/
+21
*
ui/base/models: Modernize TreeNodeModel unittests.
tfarina@chromium.org
2012-05-31
1
-20
/
+16
*
Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima...
pkotwicz@chromium.org
2012-05-24
6
-34
/
+50
*
ui/base/models: Remove unnecessary virtuals from ListModel functions.
tfarina@chromium.org
2012-05-20
1
-11
/
+11
*
ui: Change ListModel to operate in size_t instead of int.
tfarina@chromium.org
2012-05-18
3
-29
/
+31
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
1
-2
/
+1
*
ui: Do not expose the underline type (vector) used in ListModel.
tfarina@chromium.org
2012-05-15
2
-14
/
+11
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-27
1
-1
/
+1
*
Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...
alokp@chromium.org
2012-03-26
1
-1
/
+1
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-26
1
-1
/
+1
*
ui/base/models: Add protected virtual destructor to ComboboxModel.
tfarina@chromium.org
2012-03-22
1
-6
/
+7
*
Introduce ItemVector to clean up the iteration through the items in SimpleMen...
tfarina@chromium.org
2012-02-24
2
-9
/
+9
*
Adds ability to pin apps to the launcher.
sky@chromium.org
2012-02-22
1
-1
/
+2
*
Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).
zea@chromium.org
2011-12-30
1
-2
/
+2
*
Reland 115515 - [Aura] Implement views-based applist.
xiyuan@chromium.org
2011-12-23
3
-0
/
+296
*
Revert 115515 - [Aura] Implement views-based applist.
pastarmovj@chromium.org
2011-12-22
3
-296
/
+0
*
[Aura] Implement views-based applist.
xiyuan@chromium.org
2011-12-22
3
-0
/
+296
*
Adds back BookmarkNode::IsVisible. Turns out we want to conditionally
sky@chromium.org
2011-12-03
2
-4
/
+74
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
2
-74
/
+4
*
Move accelerator related files to ui/base/accelerators
tfarina@chromium.org
2011-11-25
5
-436
/
+0
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
2
-0
/
+209
*
ui/base/models: Use operator '->' for accessing std::vector elements in TreeN...
tfarina@chromium.org
2011-11-11
1
-4
/
+4
*
Permanent folders changes
noyau@chromium.org
2011-10-18
2
-5
/
+75
*
ui: Migrate to base::Bind().
tfarina@chromium.org
2011-10-11
2
-3
/
+4
*
Reverts debugging code that was added to find a crasher. Crash went
sky@chromium.org
2011-09-27
1
-43
/
+11
*
Fix build breakage.
sky@chromium.org
2011-09-15
1
-2
/
+2
*
Adds some debugging code for a crash. I'm curious to see if the items
sky@chromium.org
2011-09-15
1
-11
/
+43
*
Removes debugging code as crash mysteriously stopped happening.
sky@chromium.org
2011-09-14
1
-18
/
+0
*
Adds some debugging to help identify the id of the menu that is crasing.
sky@chromium.org
2011-09-09
1
-0
/
+18
*
Removed ActivatedAtWithDisposition from menu handler, and introduced Activate...
shinyak@google.com
2011-09-05
4
-5
/
+20
*
Rename UI_API to UI_EXPORT.
darin@chromium.org
2011-08-06
8
-19
/
+19
*
mac: Components build for ui, easy part
thakis@chromium.org
2011-07-29
1
-1
/
+2
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
3
-3
/
+6
*
Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.
yzshen@chromium.org
2011-07-28
2
-6
/
+6
*
ui/base/models: Change the remaining ASSERT_EQ to EXPECT_EQ in TreeNodeModel ...
tfarina@chromium.org
2011-07-20
1
-10
/
+10
*
Introduce ui.dll / libui.so for the component build.
darin@chromium.org
2011-07-17
5
-8
/
+12
*
ui/base/models: Add TestNode typedef to TreeNodeModel unittests.
tfarina@chromium.org
2011-07-06
1
-41
/
+42
*
ui/base/models: Cleanup TreeNodeModelTest.RemoveNode unittest
tfarina@chromium.org
2011-07-04
1
-36
/
+30
*
ui/base/models: Replace ASSERT_* checks by EXPECT_* in TreeNode unittests.
tfarina@chromium.org
2011-06-23
1
-59
/
+59
*
ui/base/models: Allocate |root| on the stack.
tfarina@chromium.org
2011-06-21
1
-16
/
+14
[next]