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
*
Merge 208866 "Handle alternate types in HandleMouseEvent."
pkotwicz@chromium.org
2013-06-28
1
-5
/
+19
*
Merge 208383 "Fix overlay scrollbar's response to gesture events."
dewittj@chromium.org
2013-06-27
2
-4
/
+26
*
linux_aura: Redo how memory is handled in clipboard/drag code.
erg@chromium.org
2013-06-25
2
-22
/
+14
*
Do not dispatch synthetic mousemove events when mouse events are disabled
tdanderson@google.com
2013-06-24
3
-14
/
+6
*
linux_aura: Three fixes for switching themes.
erg@chromium.org
2013-06-22
1
-0
/
+4
*
Consider IME is associated with the top level widget rather than child widget.
Yukawa@chromium.org
2013-06-22
1
-1
/
+12
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-5
/
+3
*
Fix file permissions for https://chromiumcodereview.appspot.com/17112021
rmsousa@chromium.org
2013-06-21
7
-0
/
+0
*
Test delegate_ in TrayBubbleView::GetAccessibleState
stevenjb@chromium.org
2013-06-21
1
-1
/
+1
*
New method: InputMethod::IsCandidatePopupOpen()
yukishiino@chromium.org
2013-06-21
8
-0
/
+48
*
Match the NativeTextfieldViews cursor color to the text color.
msw@chromium.org
2013-06-21
1
-4
/
+1
*
HWNDMessageHandler::OnNCActivate should clear high word of wparam before conv...
jianli@chromium.org
2013-06-21
2
-3
/
+17
*
Moves querying of appbar autohide edges to a background thread. It
sky@chromium.org
2013-06-21
9
-388
/
+195
*
Ensure that all DesktopCaptureClient instances return the same capture window...
ananta@chromium.org
2013-06-20
2
-13
/
+166
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
move all textfield icon/custom border support to AutofillDialogViews
estade@chromium.org
2013-06-20
8
-121
/
+18
*
Make drag drop work on textfield for long press gesture.
zyaozhujun@chromium.org
2013-06-20
2
-0
/
+22
*
Refine LabelButton colors and Windows high contrast support.
msw@chromium.org
2013-06-19
5
-28
/
+56
*
linux_aura: Make chrome windows drag sources on X11.
erg@chromium.org
2013-06-19
10
-154
/
+671
*
Clear composition state in the hosted input method when focus is out.
Yukawa@chromium.org
2013-06-19
1
-3
/
+7
*
Fix OmniboxViewViews paste code.
msw@chromium.org
2013-06-19
7
-12
/
+12
*
Hover effects in views should not be invoked when mouse events are disabled
tdanderson@chromium.org
2013-06-18
15
-17
/
+144
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-18
4
-6
/
+6
*
Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...
varunjain@chromium.org
2013-06-18
28
-61
/
+113
*
Context menu on a webpage should be positioned differently when invoked from
varunjain@chromium.org
2013-06-18
2
-2
/
+2
*
Refine DialogClientView button code and unit tests.
msw@chromium.org
2013-06-18
4
-303
/
+248
*
Use setXfermodeMode instead of leaking in a couple places.
msw@chromium.org
2013-06-18
1
-1
/
+1
*
views/examples: Update the include of string16.h to point to its new location.
tfarina@chromium.org
2013-06-17
1
-1
/
+1
*
Turn off the tip for the sytem tray menu and the app list (ChromeOS).
skuhne@chromium.org
2013-06-16
2
-0
/
+9
*
Autofill dialog splash page on Views
estade@chromium.org
2013-06-14
5
-1
/
+38
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
4
-6
/
+6
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-14
4
-6
/
+6
*
Add a link in tab modal dialogs.
fdoray@chromium.org
2013-06-14
2
-19
/
+40
*
Remove dead code.
Yukawa@chromium.org
2013-06-14
2
-30
/
+1
*
Revert preliminary code checked in as a part of r206146
Yukawa@chromium.org
2013-06-14
1
-10
/
+0
*
Stop using downcastings in Win32 IME message handling.
Yukawa@chromium.org
2013-06-14
2
-23
/
+17
*
Add desktop-awareness to ChromeViewsDelegate::OnBeforeWidgetInit when decidin...
robertshield@chromium.org
2013-06-14
9
-4
/
+48
*
Add a views example tab for multiline rendertext
ckocagil@chromium.org
2013-06-14
5
-0
/
+173
*
Relanding this with the fixes for Chromium OS ASAN.
ananta@chromium.org
2013-06-14
3
-1
/
+98
*
fix inverted size bound in views::Combobox
estade@chromium.org
2013-06-14
1
-6
/
+5
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in ui/.
dcheng@chromium.org
2013-06-14
3
-10
/
+3
*
Revert 206209 "Ensure that the Bubble widget closes correctly wh..."
sail@chromium.org
2013-06-13
3
-98
/
+1
*
Ensure that the Bubble widget closes correctly when we fade it out on AURA.
ananta@chromium.org
2013-06-13
3
-1
/
+98
*
Add OnUntranslatedIMEMessage/OnInputLocaleChanged.
Yukawa@chromium.org
2013-06-13
7
-32
/
+143
*
This CL fixes paint artifacts in immersive fullscreen as a result of calls to...
pkotwicz@chromium.org
2013-06-12
1
-1
/
+1
*
Tweak new button style height for ChromeOS.
msw@chromium.org
2013-06-12
2
-2
/
+2
*
Fix a use-after-free in InfoBarView.
xiyuan@chromium.org
2013-06-12
2
-4
/
+4
*
Revert "Change context menu positioning logic so that the menu is anchored to"
erg@chromium.org
2013-06-12
1
-5
/
+4
*
Enable high dpi in win/views.
girard@chromium.org
2013-06-12
6
-35
/
+78
*
Use platform-neutral initialize/shutdown functions for IME
Yukawa@chromium.org
2013-06-12
1
-9
/
+3
[next]