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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-22
4
-3
/
+29
*
Update state on creating NativeComboboxWrapper.
mnissler@chromium.org
2012-02-21
4
-14
/
+5
*
views: Pass GetMessagePos() directly to gfx::Point.
tfarina@chromium.org
2012-02-17
2
-8
/
+4
*
aura: Fix a crash caused by wrong ownership used for widget.
xiyuan@chromium.org
2012-02-17
2
-1
/
+11
*
Fix crash in views example.
saintlou@chromium.org
2012-02-17
2
-4
/
+7
*
Makes it so the launcher only gets focus when using the keyboard.
sky@chromium.org
2012-02-17
1
-1
/
+1
*
More touch UI tab strip changes
scottmg@google.com
2012-02-17
3
-0
/
+53
*
aura: add the newly focused window argument to WindowDelegate::OnBlur()
varunjain@chromium.org
2012-02-16
1
-1
/
+1
*
Eliminate VS2010 ifdefs for handling NULL in std::pair.
adamk@chromium.org
2012-02-16
2
-14
/
+2
*
Revert 122242 - Custom frame UI for platform apps on Windows.
sky@chromium.org
2012-02-16
4
-28
/
+3
*
Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-16
4
-3
/
+28
*
Enable Drag&Drop unittests for ChromeOS Aura.
kochi@chromium.org
2012-02-16
1
-18
/
+4
*
Flakiness cleanup: disable remaining flaky tests in src/
evan@chromium.org
2012-02-15
1
-1
/
+1
*
Make BubbleBorderDelegate close itself.
msw@chromium.org
2012-02-15
2
-32
/
+29
*
views: Cache some progress bar colors at file scope.
tfarina@chromium.org
2012-02-15
1
-26
/
+14
*
views: Change Painter::Paint to take a gfx::Size instead of ints.
tfarina@chromium.org
2012-02-15
4
-35
/
+42
*
views: Fixes leak in ComboboxModelExampleList.
tfarina@chromium.org
2012-02-15
1
-2
/
+3
*
views: Change Painter::PaintPainterAt to take a gfx::Rect instead of ints.
tfarina@chromium.org
2012-02-14
4
-15
/
+15
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-5
/
+5
*
ui: Delete two misleading comments about COLOR_TOOLBAR.
tfarina@chromium.org
2012-02-14
1
-3
/
+3
*
views: Fixes leak in TextExample::AddCombobox.
tfarina@chromium.org
2012-02-14
2
-3
/
+8
*
Fix about box text spacing on Windows.
asvitkine@chromium.org
2012-02-14
1
-2
/
+1
*
views: Don't need to explicitly delete ComboboxModelExampleList in the dtor.
tfarina@chromium.org
2012-02-13
1
-31
/
+30
*
ui::Compositor is no longer ref-counted
piman@chromium.org
2012-02-12
4
-36
/
+4
*
views: Update some comments in example_base.h.
tfarina@chromium.org
2012-02-11
1
-4
/
+2
*
aura::Window only supports void* and int values for custom properties, which ...
benrg@chromium.org
2012-02-11
3
-32
/
+27
*
Fixes login screen menus.
pkotwicz@chromium.org
2012-02-10
1
-1
/
+2
*
Defer focus manager deletion only on gtk port
oshima@chromium.org
2012-02-10
1
-0
/
+2
*
Ensure bubble border_widget_ is owned by its NativeWidget, etc.
msw@chromium.org
2012-02-10
1
-2
/
+6
*
views: Clear the status label when switching between examples.
tfarina@chromium.org
2012-02-10
1
-0
/
+1
*
[gtk] Fix regression from r116541: double keyboard event handling.
ivankr@chromium.org
2012-02-10
1
-1
/
+2
*
Revert 121408 - Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-10
4
-28
/
+3
*
Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-10
4
-3
/
+28
*
aura: Position windows to the center of the transient parent if one exists.
varunjain@chromium.org
2012-02-10
2
-7
/
+28
*
views: Remove an unnecessary include from example_base.cc.
tfarina@chromium.org
2012-02-09
2
-8
/
+7
*
views: Fix private data member variable name to match with Chromium style guide.
tfarina@chromium.org
2012-02-09
1
-25
/
+22
*
views / Windows: A child window should be centered with respect to its parent...
thestig@chromium.org
2012-02-09
1
-1
/
+1
*
Refactor MenuController::SendAcceleratorToHotTrackedView() and OnKeyDown().
mukai@chromium.org
2012-02-09
2
-23
/
+30
*
views: Get rid of unused ExamplesMain class.
tfarina@chromium.org
2012-02-09
2
-62
/
+0
*
Script dialog text complies with HTML5 Bidi standard.
xji@chromium.org
2012-02-09
5
-98
/
+188
*
Cleanup: Remove more dead switches.
thestig@chromium.org
2012-02-08
1
-5
/
+0
*
Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...
hbono@chromium.org
2012-02-08
5
-54
/
+60
*
ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.
tfarina@chromium.org
2012-02-08
5
-60
/
+54
*
Fix some memory leaks.
sadrul@chromium.org
2012-02-07
1
-0
/
+3
*
Revert 116551 - Fix bug 62037: Task manager tooltips appear behind task manag...
cbentzel@chromium.org
2012-02-07
1
-3
/
+3
*
Fix views compilation on Linux with toolkit_views=1.
saintlou@chromium.org
2012-02-07
1
-3
/
+3
*
Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-07
1
-0
/
+5
*
Another revert of change caused by bad merge.
oshima@chromium.org
2012-02-07
1
-0
/
+3
*
Revert unnecessary change I checked in by mistake in r120670
oshima@chromium.org
2012-02-07
1
-1
/
+1
*
Delete region in NWA::SetShape which is ignored.
oshima@chromium.org
2012-02-07
2
-5
/
+4
[next]