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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
1
-2
/
+2
*
Makes multiple calls to OSExchangeData::SetData with the same data
sky@chromium.org
2011-06-29
3
-1
/
+77
*
Updating XTBs based on .GRDs from branch 782
laforge@chromium.org
2011-06-29
1
-1
/
+1
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
1
-4
/
+0
*
Update translations using strings from launchpad.net r255
fta@sofaraway.org
2011-06-27
2
-0
/
+7
*
Add Clipboard GetSequenceNumber interface which allows us to version the data...
cdn@chromium.org
2011-06-27
4
-0
/
+21
*
ui: Remove unnecessary typedefs of testing::Test.
tfarina@chromium.org
2011-06-27
3
-18
/
+12
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
2
-0
/
+154
*
Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...
tfarina@chromium.org
2011-06-25
2
-154
/
+0
*
Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.
tfarina@chromium.org
2011-06-25
2
-0
/
+154
*
ui/base/models: Replace ASSERT_* checks by EXPECT_* in TreeNode unittests.
tfarina@chromium.org
2011-06-23
1
-59
/
+59
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
4
-0
/
+282
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-22
1
-1
/
+1
*
ui/base/models: Allocate |root| on the stack.
tfarina@chromium.org
2011-06-21
1
-16
/
+14
*
Update translations using strings from launchpad.net r248
fta@sofaraway.org
2011-06-21
1
-0
/
+1
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
2
-1
/
+22
*
Revert 89716 - Add a debugging flag to annotate web forms with their Autofill...
isherman@chromium.org
2011-06-20
2
-22
/
+1
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
2
-1
/
+22
*
Use large bold font for associated network on touch.
rhashimoto@chromium.org
2011-06-17
2
-0
/
+10
*
ui/base/models: Switch to ASSERT_* instead of EXPECT_* in tree_node_model_uni...
tfarina@chromium.org
2011-06-16
1
-11
/
+11
*
ui: Remove unused run_all_unittests.cc files.
tfarina@chromium.org
2011-06-16
1
-9
/
+0
*
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: Get rid of UiBaseTestSuite class.
tfarina@chromium.org
2011-06-15
2
-40
/
+2
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-0
/
+16
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
1
-8
/
+2
*
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
*
Disables tooltips if we can't create the tooltip window. I still don't
sky@chromium.org
2011-06-13
1
-16
/
+2
*
Update translations using strings from launchpad.net r241
fta@sofaraway.org
2011-06-13
1
-0
/
+2
*
Move ui/gfx/image* to ui/gfx/image/.
rsesek@chromium.org
2011-06-13
3
-3
/
+3
*
Add OVERRIDE to ui::TreeModelObserver overridden methods.
tfarina@chromium.org
2011-06-13
1
-6
/
+12
*
Remove msvs_guids from gyp files in ui.
tony@chromium.org
2011-06-10
1
-1
/
+0
*
ui/base/models: Rewrite the TreeNodeModelTest.RemoveAllNodes unittest.
tfarina@chromium.org
2011-06-10
1
-30
/
+30
*
Don't output warnings that don't output how to resolve them.
evan@chromium.org
2011-06-10
1
-4
/
+6
*
Mac: Disable loading 2x bitmaps on 10.5 and 10.6
sail@chromium.org
2011-06-08
1
-1
/
+11
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
2
-1
/
+4
*
roll clang 131935:132017
thakis@chromium.org
2011-06-08
1
-1
/
+1
*
ui/base/models: Simplify TreeNode::GetIndexOf() member function.
tfarina@chromium.org
2011-06-07
2
-28
/
+30
*
Fix the loading of ca@valencia.pak, which is available in
tony@chromium.org
2011-06-06
2
-6
/
+31
*
ui/base/models: Reverse the DCHECKs of index.
tfarina@chromium.org
2011-06-02
1
-4
/
+4
*
Updating XTBs based on .GRDs from branch 742
kerz@chromium.org
2011-06-02
2
-2
/
+2
*
Remove the background X11 thread.
tony@chromium.org
2011-06-01
2
-69
/
+0
*
ui/base/models: Fix TreeNode sample comment.
tfarina@chromium.org
2011-06-01
1
-6
/
+4
*
Read int properties from the X server as long.
tony@chromium.org
2011-06-01
1
-8
/
+10
*
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
*
Update translations using strings from launchpad.net r228
tony@chromium.org
2011-05-31
2
-0
/
+7
*
ui/base/models: Avoid duplication in const and non-const of TreeNode::GetChil...
tfarina@chromium.org
2011-05-31
1
-4
/
+4
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-31
3
-2
/
+179
[next]