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
Commit message (
Expand
)
Author
Age
Files
Lines
*
content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts.
erg@chromium.org
2011-10-13
3
-0
/
+55
*
Make class anonymous and don't assume default FBO is active on Resize.
backer@chromium.org
2011-10-12
3
-93
/
+0
*
Mouse watcher for aura
oshima@chromium.org
2011-10-12
1
-0
/
+4
*
1. change the setters of gfx::SelectionModel to be private. Set one alone mig...
xji@google.com
2011-10-12
4
-21
/
+42
*
Various improvements to |gfx::RemoveAcceleratorChar()|.
asvitkine@chromium.org
2011-10-12
4
-49
/
+96
*
Fix clang compile errors for USE_AURA=1
dhollowa@chromium.org
2011-10-12
3
-3
/
+3
*
views: Change Checkbox API to string16.
tfarina@chromium.org
2011-10-12
1
-5
/
+6
*
views: Make sure layer visibility is updated properly.
sadrul@chromium.org
2011-10-12
1
-1
/
+1
*
views: Change RadioButton API to string16.
tfarina@chromium.org
2011-10-12
1
-7
/
+7
*
Enable NativeConstrainedWindowAura
oshima@chromium.org
2011-10-12
1
-3
/
+2
*
aura: Fix mouse wheel events.
sadrul@chromium.org
2011-10-12
1
-0
/
+4
*
Standardize on 'web page' and 'web site' in Chrome UI.
aa@chromium.org
2011-10-12
1
-1
/
+1
*
aura_shell: Add missing "virtual" to Delegate dtors.
tfarina@chromium.org
2011-10-12
2
-2
/
+4
*
Aura - Fix for win_aura views_unittests in menu_config
jamescook@chromium.org
2011-10-11
1
-0
/
+9
*
Some launcher tweaks:
sky@chromium.org
2011-10-11
16
-31
/
+535
*
ui: Migrate to base::Bind().
tfarina@chromium.org
2011-10-11
8
-17
/
+25
*
Add gfx::kNullCursor to refer to "no cursor"
oshima@chromium.org
2011-10-11
3
-2
/
+5
*
views: Some more layer change, and add/update some tests for layers.
sadrul@chromium.org
2011-10-11
6
-2
/
+49
*
Under Aura the Aura Theme takes precedence over the ChromeOS one.
saintlou@chromium.org
2011-10-11
1
-0
/
+2
*
Fixes bad NOTREACHED.
sky@chromium.org
2011-10-10
1
-1
/
+1
*
Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.
jamescook@chromium.org
2011-10-10
16
-147
/
+442
*
Move some code around...
ben@chromium.org
2011-10-10
14
-46
/
+68
*
Revert 104755 - Move some code around...test infrastructure -> aura/testaura_...
ben@chromium.org
2011-10-10
14
-68
/
+46
*
Move some code around...
ben@chromium.org
2011-10-10
14
-46
/
+68
*
touchui + aura: Move the keyboard in the front-most container.
sadrul@chromium.org
2011-10-10
4
-8
/
+11
*
Add non gtk implementation of GetNativeImageNamed
davemoore@chromium.org
2011-10-10
4
-104
/
+114
*
Ups the size of the desktop window that is created so tests pass. We
sky@chromium.org
2011-10-10
1
-1
/
+1
*
Basic window resizing.http://crbug.com/93937TEST=see unit tests
ben@chromium.org
2011-10-10
9
-74
/
+532
*
aura: Implement cursor support on linux.
sadrul@chromium.org
2011-10-08
2
-2
/
+12
*
Gets component build to work with aura. As part of this I needed to
sky@chromium.org
2011-10-08
12
-27
/
+161
*
aura: Fix component build for aura_builder (aura_unitests and aura_shell_exe).
sadrul@chromium.org
2011-10-08
2
-1
/
+3
*
Updating XTBs based on .GRDs from branch 874
karen@chromium.org
2011-10-08
2
-2
/
+2
*
Move window scale animation down into the shell (it'll do as an overview for ...
ben@chromium.org
2011-10-07
7
-127
/
+155
*
Don't send mouse event to invisible window
oshima@google.com
2011-10-07
1
-2
/
+2
*
Use Skia image in GetNativeImageNamed for aura/linux.
oshima@google.com
2011-10-07
2
-4
/
+4
*
Fix aura bustage on linux.
ben@chromium.org
2011-10-07
1
-1
/
+0
*
Fixes aura build on windows. Makes all tests use the test compositor
sky@chromium.org
2011-10-07
5
-27
/
+120
*
Changes the way windows are parented when their parent is set to NULL.. Adds ...
ben@chromium.org
2011-10-07
23
-146
/
+475
*
Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests.
tfarina@chromium.org
2011-10-07
1
-25
/
+19
*
Wires up the active methods in NativeWidgetAura.
sky@chromium.org
2011-10-07
6
-11
/
+101
*
Simple clipboard support for aura
oshima@chromium.org
2011-10-07
1
-4
/
+35
*
Fix aura build
oshima@chromium.org
2011-10-07
1
-2
/
+2
*
Change std::wstring to string16 for views::Label and views::Label
yosin@chromium.org
2011-10-07
1
-2
/
+2
*
* Rename ScopedHDC to ScopedCreateDC
yosin@chromium.org
2011-10-07
1
-35
/
+33
*
clang: out-of-line a constructor to fix CrOS clang build
thakis@chromium.org
2011-10-07
2
-6
/
+8
*
Remove DispatchNativeEvent in favor of GetDispatcher.
oshima@chromium.org
2011-10-07
2
-13
/
+2
*
Context-based HTML paste plumbing
dcheng@chromium.org
2011-10-06
7
-73
/
+131
*
aura: Add osmesa as dependency for aura_unittests on linux.
sadrul@chromium.org
2011-10-06
1
-0
/
+6
*
Properly handle vertically flipping the texture.
backer@chromium.org
2011-10-06
3
-12
/
+30
*
Adds command line switch such that compositor_unittests use osmesa by default.
pkotwicz@chromium.org
2011-10-06
2
-0
/
+10
[next]