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
/
base
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the open file dialog on Windows
luken
2014-09-30
2
-6
/
+28
*
Experimentally isolate GetSaveFileName in a utility process.
erikwright@chromium.org
2014-08-22
2
-0
/
+72
*
Experimentally isolate GetOpenFileName in a utility process.
erikwright@chromium.org
2014-08-14
3
-10
/
+200
*
Introduce a helper for OPENFILENAME struct to make certain logic testable.
erikwright@chromium.org
2014-08-01
3
-0
/
+285
*
Remove an unused method, make another private.
erikwright@chromium.org
2014-08-01
2
-16
/
+4
*
Remove the WM_SYSCOMMAND handling from the LegacyRenderWidgetHostHWND class.
ananta@chromium.org
2014-07-10
1
-11
/
+0
*
Updated the WindowEventTarget interface in ui\base to return a bool from all ...
ananta@chromium.org
2014-06-24
1
-5
/
+31
*
Removing the GetUndocumentedDPIScale and GetUndocumentedDPITouchScale methods...
ananta@chromium.org
2014-06-17
1
-5
/
+2
*
CHR-1796: Implement UIATextProvider::get_Value method.
mpichlinski@opera.com
2014-06-16
2
-5
/
+17
*
Re-land: Store and restore view focus in OnWindowFocused.
msw@chromium.org
2014-05-18
1
-1
/
+1
*
Revert of Store and restore view focus in OnWindowFocused. (https://coderevie...
ckocagil@chromium.org
2014-05-18
1
-1
/
+1
*
Store and restore view focus in OnWindowFocused.
msw@chromium.org
2014-05-17
1
-1
/
+1
*
Send the device scale factor from Windows 8 ASH during initialization via the...
ananta@chromium.org
2014-05-13
1
-9
/
+1
*
Ignore WM_MOUSEACTIVATE messages which occur in the context of touch events w...
ananta@chromium.org
2014-03-17
2
-0
/
+33
*
Create an interface WindowEventTarget to enable a class to receive
ananta@chromium.org
2014-02-20
2
-0
/
+87
*
Remove some uses of ATL in UI code
scottmg@chromium.org
2014-01-29
3
-13
/
+9
*
Repaint windows on screen unlock.
jbauman@chromium.org
2014-01-25
2
-0
/
+44
*
ui: Rename ui_export.h to ui_base_export.h
tfarina@chromium.org
2014-01-06
11
-45
/
+48
*
Correct the operation of the --high-dpi-support=1 flag under win/ash.
girard@chromium.org
2013-12-24
1
-1
/
+10
*
Prefix string16 with base:: in ui/.
dbeam@chromium.org
2013-12-18
4
-38
/
+48
*
Revert 233759 "Make NativeTextfieldViews update the win system c..."
dmazzoni@google.com
2013-11-20
2
-28
/
+1
*
Remove unused base/win/extra_sdk_defines.h.
msw@chromium.org
2013-11-17
1
-39
/
+0
*
Make NativeTextfieldViews update the win system caret.
dmazzoni@chromium.org
2013-11-08
2
-1
/
+28
*
Flag --force-device-scale-factor was being inconsistently referenced.
girard@chromium.org
2013-11-04
1
-8
/
+1
*
Enable profile pinning by setting browser window relaunch details
calamity@chromium.org
2013-10-31
2
-36
/
+43
*
Revert 231295 "Enable profile pinning by setting browser window ..."
battre@chromium.org
2013-10-28
2
-43
/
+36
*
Enable profile pinning by setting browser window relaunch details
calamity@chromium.org
2013-10-28
2
-36
/
+43
*
Correct bug in InitDeviceScaleFactor - hidden variable.
girard@chromium.org
2013-10-11
1
-1
/
+1
*
Remove last dependencies on ui/base from ui/gfx
ben@chromium.org
2013-09-27
3
-0
/
+49
*
events: Make platform specific events code into ui/events/.
sadrul@chromium.org
2013-09-25
1
-372
/
+0
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-2
/
+2
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
14
-838
/
+15
*
Fix white flashing on resize: fix wndclass brush, clear once to black
scottmg@chromium.org
2013-09-10
1
-2
/
+1
*
Move ui/base/win/dpi.h to ui/gfx/dpi_win.h
ben@chromium.org
2013-09-10
4
-246
/
+5
*
Set hbrBackground on wndclass, fixes white flash on resize
scottmg@chromium.org
2013-09-06
1
-1
/
+1
*
Do not handle AltGr modifier as system key.
nona@chromium.org
2013-08-27
1
-0
/
+2
*
For a non-dpi-aware application, Win7 and Win8 convert most events from scree...
girard@chromium.org
2013-08-27
3
-4
/
+22
*
[WIN] Remove "Pin this program to taskbar" of panel window.
zhchbin@gmail.com
2013-08-22
2
-0
/
+21
*
Adding a detour for GetMonitorInfo which appears to be broken under split scr...
shrikant@chromium.org
2013-08-16
1
-2
/
+3
*
Ignore dpi scaling if not in dpi mode.
flackr@chromium.org
2013-08-06
1
-2
/
+5
*
Cache touch event's valuators at per touch level
miletus@chromium.org
2013-07-31
1
-0
/
+4
*
Use a direct include of the message_loop header in ui/, part 1.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Refactoring. Move ui/base/win/ime_input.* to ui/base/ime/win/
yoichio@chromium.org
2013-07-18
2
-907
/
+0
*
When transparency is required with Aura enabled and DWM composition disabled,...
zturner@chromium.org
2013-06-29
1
-0
/
+10
*
Use a direct include of time headers in ui/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Makes WindowImpl thread safe as we apparently use it on multiple
sky@chromium.org
2013-06-20
2
-2
/
+6
*
Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead)
girard@chromium.org
2013-06-17
1
-10
/
+14
*
Enable high dpi in win/views.
girard@chromium.org
2013-06-12
3
-1
/
+11
*
Use a direct include of strings headers in ui/, part 2.
avi@chromium.org
2013-06-11
8
-10
/
+10
[next]