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
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
4
-6
/
+5
*
Show the "cannot proceed" text only when appropriate.
palmer@chromium.org
2012-05-16
2
-0
/
+2
*
Fix blank lines being ignored in JS alerts.
asvitkine@chromium.org
2012-05-15
1
-1
/
+3
*
Set vt=VT_DISPATCH when returning a focused child element
tommi@chromium.org
2012-05-15
1
-0
/
+1
*
Remove some more OS_CHROMEOS from browser.
beng@google.com
2012-05-15
1
-5
/
+4
*
aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...
erg@google.com
2012-05-15
2
-4
/
+26
*
Do not consume an ET_KEY_RELEASED event in NativeTextfieldViews and NativeCom...
yusukes@chromium.org
2012-05-15
2
-2
/
+2
*
This restores a hack that was in place in the old NativeTabContentsContainer ...
beng@google.com
2012-05-15
4
-42
/
+21
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Better fix for closing uber tray when clicking on Desktop
pkotwicz@chromium.org
2012-05-15
4
-9
/
+33
*
ui: Move NativeTheme files into ui/base/native_theme/ directory.
tfarina@chromium.org
2012-05-15
33
-282
/
+278
*
Revert 137040 - This restores a hack that was in place in the old NativeTabCo...
vrk@google.com
2012-05-15
4
-21
/
+42
*
This restores a hack that was in place in the old NativeTabContentsContainer ...
ben@chromium.org
2012-05-15
4
-42
/
+21
*
Take 2 at: Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-15
8
-50
/
+33
*
Simplify SplitStringIntoParagraphs().
asvitkine@chromium.org
2012-05-15
1
-42
/
+10
*
1. bottom_view_ is removed.
xji@chromium.org
2012-05-14
2
-53
/
+24
*
Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i...
vrk@google.com
2012-05-14
9
-52
/
+48
*
Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.
tfarina@chromium.org
2012-05-14
33
-276
/
+285
*
ui: Move NativeTheme files into ui/base/native_theme/ directory.
tfarina@chromium.org
2012-05-14
33
-285
/
+276
*
Remove RenderText's dependency on NativeTheme.
asvitkine@chromium.org
2012-05-14
1
-0
/
+11
*
Make touch-optimized-ui a tri-state flag
rbyers@chromium.org
2012-05-14
1
-4
/
+2
*
Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkia
pkotwicz@chromium.org
2012-05-14
9
-48
/
+52
*
Revert 136877 - Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
8
-33
/
+50
*
Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
8
-50
/
+33
*
views: Export MessageBoxView::InitParams struct as well.
tfarina@chromium.org
2012-05-13
1
-1
/
+1
*
views: Add a new ctor to MessageBoxView that takes only a InitParams.
tfarina@chromium.org
2012-05-13
3
-38
/
+32
*
views: Have a more accurate name for View parent_owned accessors.
tfarina@chromium.org
2012-05-12
7
-15
/
+14
*
Quote WebPreferences in namespace webkit_glue.
wangxianzhu@chromium.org
2012-05-11
2
-2
/
+2
*
Makes View only consume a long press if drag was started.
sky@chromium.org
2012-05-11
2
-5
/
+9
*
views: Fix SetHotTracked/IsHotTracked issue.
tfarina@chromium.org
2012-05-11
6
-47
/
+48
*
Add GetImageSkiaNamed to resource_bundle and theme_provider.
pkotwicz@chromium.org
2012-05-11
2
-0
/
+6
*
Fixes drag and drop crash. The problem was when I made
sky@chromium.org
2012-05-10
2
-8
/
+33
*
Adds the option of aligning the launcher to the left or right. There
sky@chromium.org
2012-05-10
3
-18
/
+80
*
Aura desktop: Don't move the window to the origin when we get an external siz...
erg@chromium.org
2012-05-09
1
-1
/
+2
*
Revert 136124 - Allow the RWHVW to be focused when a window is restored from ...
ben@chromium.org
2012-05-09
2
-17
/
+0
*
Allow the RWHVW to be focused when a window is restored from minimized.
ben@chromium.org
2012-05-09
2
-0
/
+17
*
Added base::win::InitializeWindowClass() wrapper to make sure that window cla...
alexeypa@chromium.org
2012-05-09
1
-8
/
+15
*
Add new ResourceBundle::Delegate interface.
marshall@chromium.org
2012-05-09
2
-2
/
+2
*
Revert 135791 - Let Chrome app handle Ash accelerators first if the app is la...
yusukes@google.com
2012-05-09
6
-110
/
+49
*
Implement par of aura menu spec:
jennyz@google.com
2012-05-09
1
-1
/
+7
*
Fix the menu size calculation issue button introduced by: https://src.chromiu...
jennyz@google.com
2012-05-09
1
-6
/
+6
*
Resets menu show timer only when pending selected item changes.
xiyuan@chromium.org
2012-05-08
1
-3
/
+6
*
Fix missing empty line in JS.
xji@chromium.org
2012-05-08
1
-11
/
+41
*
Move DIP translation from ui/aura to ui/compositor.
oshima@chromium.org
2012-05-08
1
-38
/
+5
*
Implement part of aura menu spec described in:
jennyz@google.com
2012-05-08
7
-19
/
+45
*
views/examples: Clean up cpplint warnings.
tfarina@chromium.org
2012-05-08
10
-19
/
+22
*
Don't activate TYPE_CONTROL on aura only.
oshima@chromium.org
2012-05-08
2
-3
/
+3
*
Let Chrome app handle Ash accelerators first if the app is launched as a window.
yusukes@google.com
2012-05-08
6
-49
/
+110
*
ash: First pass of Applist v2.
xiyuan@chromium.org
2012-05-07
2
-5
/
+5
*
Correct handling of multiline text in buttons.
antrim@chromium.org
2012-05-07
2
-9
/
+22
[next]