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
*
Move favicon image files to ui/resources common folder
oshima@chromium.org
2012-10-09
5
-3
/
+3
*
desktop aura: Move the input focus/blur change to linux_aura only.
erg@chromium.org
2012-10-09
4
-14
/
+37
*
Revert 160886 - Added MenuConfig setter to MenuItemView, updated rest of the ...
cpu@chromium.org
2012-10-09
15
-132
/
+102
*
app_list: Add mouse drag-n-drop reordering support.
xiyuan@chromium.org
2012-10-09
17
-383
/
+916
*
Added MenuConfig setter to MenuItemView, updated rest of the code to use set ...
yefim@chromium.org
2012-10-09
15
-102
/
+132
*
Make gfx::ImageSkia(gfx::ImageSkiaRep) explicit
pkotwicz@chromium.org
2012-10-09
2
-2
/
+3
*
Update all unit tests that override paths to use the ScopedPathOverride.
pastarmovj@chromium.org
2012-10-09
1
-8
/
+3
*
This CL removes ResourceBundle::GetBitmapNamed() and ThemeProvider::GetBitmap...
pkotwicz@chromium.org
2012-10-09
5
-23
/
+0
*
Make java.gypi use all_dependent_settings for input_jars_paths
cjhopman@chromium.org
2012-10-09
1
-6
/
+0
*
app_list: Fix search result view overlap in RTL.
xiyuan@chromium.org
2012-10-09
1
-0
/
+2
*
Speculative fix for window dragging in X11 multi monitor setups
jamesr@chromium.org
2012-10-09
1
-1
/
+4
*
gl: Move GpuSwitchingManager into ui namespace.
tfarina@chromium.org
2012-10-08
4
-19
/
+17
*
Adds ResourceBundle for iOS.
rohitrao@chromium.org
2012-10-08
4
-27
/
+175
*
desktop aura: Hook up activation tracking
erg@chromium.org
2012-10-08
12
-61
/
+217
*
More bring up of ui code on iOS.
noyau@chromium.org
2012-10-08
2
-14
/
+14
*
Reland 160434 - Keep track of which transport DIBs are currently in the X ser...
jochen@chromium.org
2012-10-08
2
-0
/
+27
*
Removing an extraneous line in ui/gfx/rest_unittest.
noyau@chromium.org
2012-10-08
1
-1
/
+0
*
aura: Use XScopedCursor in RootWindowHostLinux.
tfarina@chromium.org
2012-10-07
2
-7
/
+4
*
Chrome-style drop shadow and inset shadow for buttons
wittman@chromium.org
2012-10-06
1
-20
/
+134
*
Show modal screen on all dislpays.
oshima@chromium.org
2012-10-05
1
-4
/
+12
*
In-chorme viewer for metro (part 2)
cpu@chromium.org
2012-10-05
14
-27
/
+280
*
Centralizes a couple uses of ui::GetScaleFactorForScale().
pkotwicz@chromium.org
2012-10-05
1
-15
/
+6
*
Revert 160434 - Keep track of which transport DIBs are currently in the X ser...
sky@chromium.org
2012-10-05
2
-27
/
+0
*
Contain transient children in the same root window as the DNWA. This allows u...
ben@chromium.org
2012-10-05
7
-9
/
+22
*
Layered windows don't work with Aura right now so I've disabled them so thing...
ben@chromium.org
2012-10-05
1
-0
/
+3
*
ash: Add tests for desktop background, fix names
jamescook@chromium.org
2012-10-05
2
-0
/
+5
*
Keep track of which transport DIBs are currently in the X servers queue
jochen@chromium.org
2012-10-05
2
-0
/
+27
*
Make adding and subtracting gfx:: point types simpler.
danakj@chromium.org
2012-10-05
7
-24
/
+29
*
Update default 64px favicon.
nileshagrawal@chromium.org
2012-10-05
1
-0
/
+0
*
linux_aura: The main desktop aura chrome window now works
erg@chromium.org
2012-10-05
4
-12
/
+42
*
Don't make base/net/ui depend on their Java counterpart when building for web...
pliard@chromium.org
2012-10-05
1
-1
/
+5
*
Fix crash in a few of the tests in content_browsertests on Linux. The problem...
jam@chromium.org
2012-10-05
2
-11
/
+3
*
views: Remove content dependency from views package.
grt@chromium.org
2012-10-05
1
-1
/
+10
*
Ordering files in ui.gyp in alphabetical order.
noyau@chromium.org
2012-10-05
2
-24
/
+24
*
No need to kClear_Mode a layer right after its created, as that will automati...
reed@google.com
2012-10-04
1
-1
/
+0
*
Signals OnHostMoved() when SetHostBounds() changes the origin too.
mukai@chromium.org
2012-10-04
1
-5
/
+7
*
Remove unused Views TextButton halo code.
msw@chromium.org
2012-10-04
2
-46
/
+23
*
Bring up of gfx/font on iOS.
noyau@chromium.org
2012-10-04
2
-15
/
+21
*
Make the glass frame work in win-aura, and get rid of the command line flag t...
ben@chromium.org
2012-10-04
6
-8
/
+21
*
touch: Replace a chunk of code by CreateInvisibleCursor().
tfarina@chromium.org
2012-10-04
1
-9
/
+3
*
Bring up of ui/base/animation on iOS.
noyau@chromium.org
2012-10-04
2
-34
/
+33
*
Revert 160089 - Fix OneClickSigninHelperTest.CanOffer failures due to not hav...
kalman@chromium.org
2012-10-04
2
-7
/
+9
*
Fix OneClickSigninHelperTest.CanOffer failures due to not having OLE initiali...
pkasting@chromium.org
2012-10-04
2
-9
/
+7
*
UI: fix typo in TextButtonBase::GetPreferredSize() and TextButton::GetPreferr...
hshi@google.com
2012-10-04
1
-2
/
+2
*
Improved accuracy of the slider.
mtomasz@chromium.org
2012-10-04
3
-23
/
+79
*
Set invisible cursor when ui::kCursorNone is specified.
mazda@chromium.org
2012-10-04
2
-17
/
+21
*
Windows: AcceleratedSurface presents with GDI while the window is being resized.
apatrick@chromium.org
2012-10-04
2
-84
/
+135
*
Always enable touch on chromeos.
flackr@chromium.org
2012-10-04
2
-15
/
+4
*
linux_aura: Bubble's content_window_ should be sized to its |window_|.
erg@chromium.org
2012-10-04
4
-6
/
+36
*
[Coverity] Fix uninitialized scalar field.
kmadhusu@chromium.org
2012-10-04
2
-3
/
+4
[next]