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
...
*
win: Fix a few minor issues found by clang.
thakis@chromium.org
2012-05-02
1
-2
/
+2
*
Revert r134889, "Re-implement the screensaver to use WebView instead of Exten...
caseq@google.com
2012-05-02
9
-159
/
+11
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-02
9
-11
/
+159
*
Revert 134878 - Re-implement the screensaver to use WebView instead of Extens...
rkc@chromium.org
2012-05-02
9
-159
/
+11
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-02
9
-11
/
+159
*
Prevent the volume slider from sending accessibility events when updated via ...
zork@chromium.org
2012-05-02
2
-1
/
+7
*
Gets tab dragging to work in touch mode.
sky@chromium.org
2012-05-01
3
-6
/
+83
*
Get the custom frame limping with win-aura.
ben@chromium.org
2012-05-01
10
-11
/
+278
*
Implement Aura Menu spec for the color specification part.
jennyz@chromium.org
2012-04-30
2
-22
/
+10
*
Fix RenderTextWin CJK font linking size on Windows XP.
asvitkine@chromium.org
2012-04-30
1
-5
/
+6
*
views: Use STLDeleteElements() function in ClearEditHistory().
tfarina@chromium.org
2012-04-28
1
-3
/
+1
*
Fixes possible crash in closing menus. Specifically if we Close a
sky@chromium.org
2012-04-28
1
-0
/
+3
*
This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...
oshima@chromium.org
2012-04-27
4
-113
/
+58
*
Enable logging in Views Examples.
asvitkine@chromium.org
2012-04-27
1
-0
/
+23
*
views: Make MenuWrapper do not depend on deprecated Menu2 API.
tfarina@chromium.org
2012-04-27
3
-9
/
+12
*
Improves semantics for changing set of visible tabs on the touch tab
sky@chromium.org
2012-04-27
2
-0
/
+13
*
Fix BrowserAccessibilityWin::QueryService to use the service guid rather than...
dtseng@chromium.org
2012-04-27
1
-3
/
+3
*
Fix the bluetooth status notification issue on systemtray.
jennyz@chromium.org
2012-04-27
3
-5
/
+12
*
Make views_examples work in aura without ash.
ben@chromium.org
2012-04-26
2
-7
/
+13
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-5
/
+1
*
Fixes crash in closing menus. There are two issues here:
sky@chromium.org
2012-04-26
8
-14
/
+72
*
views: Convert NativeTextfieldWin from Menu2 API to MenuModelApdater/MenuRunn...
tfarina@chromium.org
2012-04-26
2
-6
/
+12
*
Revert "Fix the component build for VS2010 while https://chromiumcodereview.a...
dpranke@chromium.org
2012-04-25
1
-4
/
+3
*
* Separated implementation class from gfx::Screen
oshima@chromium.org
2012-04-25
11
-37
/
+28
*
Attempt 3 at a better touch tabstrip. There is still a bunch to do,
sky@chromium.org
2012-04-25
2
-0
/
+16
*
views: Fix var names of ToggleImageButton::SetImage() function.
tfarina@chromium.org
2012-04-25
1
-9
/
+13
*
views: Some code cleanup: touch-events are not used to generate mouse-events ...
sadrul@chromium.org
2012-04-25
2
-44
/
+0
*
Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...
erg@chromium.org
2012-04-25
4
-14
/
+37
*
views: Make sure the bubble-delegate removes itself from the anchor-widget's ...
sadrul@chromium.org
2012-04-24
3
-0
/
+26
*
Fix the component build for VS2010 while https://chromiumcodereview.appspot.c...
tommi@chromium.org
2012-04-24
1
-3
/
+4
*
Convert the last users of DOMView to WebView.
ben@chromium.org
2012-04-24
2
-1
/
+12
*
ash: Fix launcher icon overlaps with status.
xiyuan@chromium.org
2012-04-24
2
-13
/
+33
*
views: Add optional overlay image to ImageButton
jamescook@chromium.org
2012-04-23
6
-29
/
+157
*
Make sure the WebContents has focus after being attached to a WebView, if tha...
ben@chromium.org
2012-04-23
1
-0
/
+7
*
Re-reland Propagate OnNativeWidgetMove to delegate/observers, etc.
msw@chromium.org
2012-04-23
8
-29
/
+74
*
Revert 133490 - Make sure the WebContents has focus after being attached to a...
dmazzoni@chromium.org
2012-04-23
1
-6
/
+0
*
Make sure the WebContents has focus after being attached to a WebView, if tha...
ben@chromium.org
2012-04-23
1
-0
/
+6
*
PRESUBMIT.py files are not executable.
maruel@chromium.org
2012-04-23
1
-0
/
+0
*
ui: Convert VLOGs to DVLOGs.
tfarina@chromium.org
2012-04-23
2
-5
/
+5
*
Aura: Don't set a minimum size for our windows on Linux.
erg@chromium.org
2012-04-21
1
-0
/
+4
*
Fix views_examples_exe initialization.
erg@chromium.org
2012-04-20
1
-4
/
+3
*
Fix focus not being set when changing tabs. Simple typo in function call.
ben@chromium.org
2012-04-20
1
-1
/
+1
*
Make menu items 40px tall when touch-optimized-ui is set.
flackr@chromium.org
2012-04-20
1
-1
/
+9
*
Breaking KioskModeTest.EnableKioskModeTest on Linux ChromiumOS Tests (dbg)(3)
dbeam@chromium.org
2012-04-20
8
-45
/
+18
*
ash: Hide launcher for unmanaged fullscreen windows.
derat@chromium.org
2012-04-20
1
-0
/
+2
*
Recommitting Aura/ash split: Remove hacks and get chrome linking without ash.
erg@chromium.org
2012-04-20
11
-97
/
+239
*
Replace usage of DOMView with usage of views::WebView.
beng@google.com
2012-04-19
2
-2
/
+40
*
Reland Propagate OnNativeWidgetMove to delegate/observers, etc.
msw@chromium.org
2012-04-19
8
-18
/
+45
*
Revert 132956 - Propagate OnNativeWidgetMove to delegate/observers, etc.
yusukes@google.com
2012-04-19
8
-45
/
+18
*
Propagate OnNativeWidgetMove to delegate/observers, etc.
msw@chromium.org
2012-04-19
8
-18
/
+45
[prev]
[next]