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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multi-Profiels: Support high contrast mode in profile menu
sail@chromium.org
2011-10-10
3
-5
/
+11
*
Windows compile fix.
backer@chromium.org
2011-10-08
1
-0
/
+1
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
16
-32
/
+78
*
views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.
tfarina@chromium.org
2011-10-08
6
-44
/
+41
*
Don't send mouse event to invisible window
oshima@google.com
2011-10-07
1
-0
/
+2
*
Fix the views_unittests on USE_AURA linux.
ben@chromium.org
2011-10-07
1
-5
/
+3
*
Fixes aura build on windows. Makes all tests use the test compositor
sky@chromium.org
2011-10-07
1
-2
/
+1
*
Changes the way windows are parented when their parent is set to NULL.. Adds ...
ben@chromium.org
2011-10-07
6
-21
/
+61
*
Wires up the active methods in NativeWidgetAura.
sky@chromium.org
2011-10-07
1
-6
/
+9
*
Keep the Layer tree in sync with View tree.
backer@chromium.org
2011-10-07
2
-0
/
+47
*
Preliminary InputMethod support for NativeWidgetAura
oshima@chromium.org
2011-10-07
2
-4
/
+32
*
Simple clipboard support for aura
oshima@chromium.org
2011-10-07
1
-46
/
+15
*
Change std::wstring to string16 for views::Label and views::Label
yosin@chromium.org
2011-10-07
14
-85
/
+97
*
Exclude Menu2 on aura.
oshima@google.com
2011-10-07
1
-0
/
+1
*
Don't reapply offset in NativeWidgetView::UpdateChildLayerBounds.
vollick@chromium.org
2011-10-07
1
-3
/
+5
*
views: Change DialogDelegate::GetDialogButtonLabel() to string16.
tfarina@chromium.org
2011-10-07
3
-18
/
+19
*
Remove DispatchNativeEvent in favor of GetDispatcher.
oshima@chromium.org
2011-10-07
1
-2
/
+5
*
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
ben@chromium.org
2011-10-06
1
-2
/
+2
*
Remove missing native_scroll_bar_wayland.cc file from views.gyp
dhollowa@chromium.org
2011-10-06
1
-1
/
+0
*
Update views/ime/OWNERS.
bryeung@chromium.org
2011-10-06
1
-1
/
+2
*
Quick fix for NativeTextfieldViewsTest on win aura.
msw@chromium.org
2011-10-06
4
-14
/
+20
*
views: Fix linux touch build by include missing utf_string_conversions.h
tfarina@chromium.org
2011-10-06
1
-0
/
+1
*
Add RunAllPendingWithDispatcher
oshima@google.com
2011-10-06
2
-3
/
+10
*
views: Change TextButtonBase::text() to string16.
tfarina@chromium.org
2011-10-06
4
-35
/
+37
*
USE_AURA=1 Reveals circular dependencies on Mac.
dhollowa@chromium.org
2011-10-06
1
-22
/
+37
*
Unregister signal handlers when "gtkwidget" is destroyed.
oshima@google.com
2011-10-06
2
-61
/
+81
*
aura: Fix win compile.
sadrul@chromium.org
2011-10-06
1
-1
/
+1
*
Maximize/Fullscreen for aura
oshima@google.com
2011-10-06
1
-12
/
+21
*
views: Migrate widget/* to base::Bind.
tfarina@chromium.org
2011-10-06
13
-44
/
+66
*
Fix shared win build.
sadrul@chromium.org
2011-10-06
1
-1
/
+1
*
aura: Fix views_unittests and aura_unittests on linux.
sadrul@chromium.org
2011-10-06
4
-57
/
+40
*
Gets the test Ownership_PlatformNativeWidgetOwnsWidget_NativeDestroy
sky@chromium.org
2011-10-06
1
-10
/
+3
*
Fix bubble rendering.
ben@chromium.org
2011-10-05
1
-0
/
+2
*
views: Change MenuItemView::GetTitle() to string16.
tfarina@chromium.org
2011-10-05
7
-18
/
+14
*
aura: Build aura_builder on linux.
sadrul@chromium.org
2011-10-05
3
-10
/
+16
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
28
-86
/
+89
*
views: Migrate more NewRunnableMethod instances to base::Bind()
tfarina@chromium.org
2011-10-05
5
-23
/
+27
*
Consolidate ui::NativeEvent and base::NativeEvent
oshima@google.com
2011-10-05
3
-4
/
+4
*
Add views_example that exercises drawing different text styles.
asvitkine@chromium.org
2011-10-05
8
-28
/
+445
*
Revert 104105 - Add views_example that exercises drawing different text styles.
rdsmith@chromium.org
2011-10-05
8
-445
/
+28
*
Add views_example that exercises drawing different text styles.
asvitkine@chromium.org
2011-10-05
8
-28
/
+445
*
Marks a number of tests as FAILS for aura. I filed bugs on the two key
sky@chromium.org
2011-10-05
3
-19
/
+73
*
Makes visbility inherited. That is, in order for a window to be
sky@chromium.org
2011-10-05
2
-1
/
+2
*
Revert 104076 - Change std::wstring to string16 for views::Link
hbono@chromium.org
2011-10-05
9
-76
/
+70
*
Change std::wstring to string16 for views::Link
yosin@chromium.org
2011-10-05
9
-70
/
+76
*
Avoid DefWindowProc non-client rendering over our custom frame.
msw@chromium.org
2011-10-05
1
-3
/
+9
*
Fix menu on aura/linux
oshima@google.com
2011-10-04
2
-23
/
+39
*
views: Migrate RepeatController to base::Closure.
tfarina@chromium.org
2011-10-04
5
-30
/
+33
*
views: Remove aura include hack now that crbug.com/94995 is fixed.
tfarina@chromium.org
2011-10-04
1
-9
/
+3
*
Fixes touch build
sky@chromium.org
2011-10-04
1
-4
/
+0
[next]