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
...
*
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
*
Couple of tweaks to get more views tests passing:
sky@chromium.org
2011-10-04
4
-19
/
+45
*
Make the CROS browser size itself to the MonitorWorkAreaNearestWindow again,
danakj@chromium.org
2011-10-04
2
-4
/
+8
*
Fixes the cursor to update reliably when moving from window to window.
ben@chromium.org
2011-10-04
3
-2
/
+15
*
Fixes aura/windows build.
sky@chromium.org
2011-10-04
1
-2
/
+2
*
Consolidate message observer API for MessagePumpX and MessagePumWin
oshima@google.com
2011-10-04
6
-28
/
+48
*
layer: Resize a View's layer when the View is resized, even if it's not visible.
sadrul@chromium.org
2011-10-03
2
-25
/
+53
*
Makes views unit test runnable again and adds
sky@chromium.org
2011-10-03
6
-9
/
+150
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
14
-467
/
+172
*
Fix selection handler position in touch.
xji@google.com
2011-10-03
2
-9
/
+64
*
views: Clean up PropsMap implementation in NativeWidgetViews.
tfarina@chromium.org
2011-10-03
2
-6
/
+8
*
views: Change MenuDelegate::GetLabel() to string16.
tfarina@chromium.org
2011-10-03
8
-13
/
+15
*
views: Convert NativeTextfieldViews to use the new callback system.
tfarina@chromium.org
2011-10-01
2
-5
/
+8
*
Copy gdk_event_ in class Event
stevenjb@google.com
2011-09-30
1
-0
/
+3
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
14
-172
/
+467
*
views: Change NativeWidget's SetAccessibleName() to string16.
tfarina@chromium.org
2011-09-30
11
-11
/
+12
*
Change Window visibility to a simple boolean for now.
ben@chromium.org
2011-09-30
2
-8
/
+8
*
Add a new method to Layer that schedules a redraw in the compositor.Rename Co...
ben@chromium.org
2011-09-30
7
-8
/
+7
*
Fix bustage again. This time with correct ifdefs.
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...
ben@chromium.org
2011-09-30
1
-3
/
+1
*
Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=none
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Implements NativeWidgetAura::Set/GetNativeWidgetProperty.
sky@chromium.org
2011-09-30
2
-3
/
+13
*
Fix views_examples Windows Debug build.
asvitkine@chromium.org
2011-09-29
1
-0
/
+3
*
Fix regression showing layers for nested child views.
ben@chromium.org
2011-09-29
1
-1
/
+1
*
views: Use string16 in TreeView::OnNotify as GetTitle() already returns strin...
tfarina@chromium.org
2011-09-29
1
-1
/
+1
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
14
-467
/
+173
*
views: Make NativeWidgetView invisible by default, since a widget is invisibl...
sadrul@chromium.org
2011-09-29
3
-2
/
+69
*
Setting fills bounds opaquely as the default.
pkotwicz@chromium.org
2011-09-29
4
-1
/
+6
*
views/examples: Rename GetExampleView() to example_view().
tfarina@chromium.org
2011-09-29
3
-8
/
+7
*
views: Remove utf_string_conversions.h from tabbed_pane as it's no longer nec...
tfarina@chromium.org
2011-09-29
1
-6
/
+3
*
views: Change MessageBoxView::GetInputText() to string16.
tfarina@chromium.org
2011-09-29
2
-5
/
+4
*
views: Fix views examples tab titles to not look garbage on Windows.
tfarina@chromium.org
2011-09-29
1
-2
/
+1
*
Adds the ability to set an Animation on Layer so that future changes to the l...
sky@chromium.org
2011-09-29
5
-60
/
+6
[prev]
[next]