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
*
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
*
ui/base/models: Switch to ASSERT_* instead of EXPECT_* in tree_node_model_uni...
tfarina@chromium.org
2011-06-16
1
-11
/
+11
*
ui/base/models: Fix the API example code comment.
tfarina@chromium.org
2011-06-16
1
-4
/
+4
*
ui/base/models: Cleanup TreeNodeModelTest.AddNode unittest.
tfarina@chromium.org
2011-06-16
1
-23
/
+10
*
ui/base/models: Rewrite the TreeNodeModelTest.GetTotalNodeCount unittest.
tfarina@chromium.org
2011-06-14
1
-34
/
+28
*
ui/base/models: Rewrite the TreeNodeModelTest.HasAncestor unittest.
tfarina@chromium.org
2011-06-13
1
-13
/
+26
*
Add OVERRIDE to ui::TreeModelObserver overridden methods.
tfarina@chromium.org
2011-06-13
1
-6
/
+12
*
ui/base/models: Rewrite the TreeNodeModelTest.RemoveAllNodes unittest.
tfarina@chromium.org
2011-06-10
1
-30
/
+30
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
2
-1
/
+4
*
ui/base/models: Simplify TreeNode::GetIndexOf() member function.
tfarina@chromium.org
2011-06-07
2
-28
/
+30
*
ui/base/models: Reverse the DCHECKs of index.
tfarina@chromium.org
2011-06-02
1
-4
/
+4
*
ui/base/models: Fix TreeNode sample comment.
tfarina@chromium.org
2011-06-01
1
-6
/
+4
*
ui/base/models: Avoid an unnecessary tmp variable in TreeNode::GetTotalNodeCo...
tfarina@chromium.org
2011-06-01
1
-9
/
+7
*
ui/base/models: Use TreeNode::IsRoot in some obvious places.
tfarina@chromium.org
2011-06-01
2
-3
/
+12
*
ui/base/models: Avoid duplication in const and non-const of TreeNode::GetChil...
tfarina@chromium.org
2011-05-31
1
-4
/
+4
*
Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.
rhashimoto@chromium.org
2011-05-25
2
-6
/
+9
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
1
-12
/
+4
*
Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixing
sky@chromium.org
2011-04-28
2
-18
/
+32
*
GTK: Implement rough global menu support behind an about:flags flag.
erg@google.com
2011-04-11
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-4
/
+4
*
Fix memory leak on TreeNodeModelTest.BasicOperations.
tfarina@chromium.org
2011-03-22
1
-0
/
+3
*
Lands http://codereview.chromium.org/2928005/ for Dill:
sky@chromium.org
2011-03-22
4
-3
/
+40
*
Improve the algorithm of TreeNode::Remove.
tfarina@chromium.org
2011-03-22
2
-14
/
+38
*
Reverse the order of parameters in TreeNode::Add function.
tfarina@chromium.org
2011-03-18
3
-37
/
+37
[next]