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
*
step 3 of native theme refactoring
rogerta@chromium.org
2011-04-12
3
-180
/
+196
*
Fix leak in new fade tab title code
sail@chromium.org
2011-04-12
1
-11
/
+9
*
GTK: Implement rough global menu support behind an about:flags flag.
erg@google.com
2011-04-11
1
-1
/
+1
*
Adds more debugging code in hopes of figuring out a crash. Most common
sky@chromium.org
2011-04-11
1
-2
/
+4
*
Eliminate skia::PlatformCanvas - Step 1 (linux)
alokp@chromium.org
2011-04-11
7
-67
/
+59
*
Fix crash in fade tab title change
sail@chromium.org
2011-04-09
1
-5
/
+12
*
Implement Clipboard::ReadAvailableTypes for Windows.
dcheng@chromium.org
2011-04-09
1
-1
/
+6
*
Implement Clipboard::ReadAvailableTypes for Mac.
dcheng@chromium.org
2011-04-08
3
-1
/
+15
*
Retrieve a larger favicon when available
saintlou@chromium.org
2011-04-08
1
-1
/
+5
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
2
-10
/
+8
*
fix titlebar color for WMs that don't tell us about active windows.
estade@chromium.org
2011-04-08
2
-14
/
+24
*
Use EXPECT_DOUBLE_EQ for floating point tests.
mmoss@chromium.org
2011-04-08
1
-4
/
+4
*
Fade tab titles
sail@chromium.org
2011-04-08
2
-4
/
+299
*
Revert 80870 - Fade tab titlesThis change fades tab titles instead of truncat...
sail@chromium.org
2011-04-08
2
-299
/
+4
*
Fade tab titles
sail@chromium.org
2011-04-07
2
-4
/
+299
*
Step 2 in refactoring NativeThemeWin
rogerta@chromium.org
2011-04-07
5
-175
/
+86
*
Removing uneeded test. Because of the native theme cleanup, the method
rogerta@chromium.org
2011-04-07
1
-18
/
+0
*
Revert 80748 - Fade tab titlesThis change fades tab titles instead of truncat...
sail@chromium.org
2011-04-07
2
-299
/
+4
*
Fade tab titles
sail@chromium.org
2011-04-07
2
-4
/
+299
*
ANGLE has to check for lost device whenever it switches to a context, which c...
jbauman@chromium.org
2011-04-06
1
-0
/
+4
*
Roll Skia
bsalomon@google.com
2011-04-06
4
-36
/
+26
*
Switch fonts when Chrome OS locale changes.
falken@chromium.org
2011-04-06
4
-3
/
+27
*
Step 1 in refactoring NativeThemeWin so that it shares more with the native
rogerta@chromium.org
2011-04-05
5
-70
/
+614
*
rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint
vandebo@chromium.org
2011-04-05
2
-18
/
+11
*
Revert 80416 - Fade tab titles
jar@chromium.org
2011-04-05
2
-292
/
+4
*
Fade tab titles
sail@chromium.org
2011-04-05
2
-4
/
+292
*
Revert 80314 - Step 1 in refactoring NativeThemeWin so that it shares more wi...
rogerta@chromium.org
2011-04-04
5
-624
/
+70
*
Use ResourceBundle for NativeThemeLinux/Chromeos resource images.
xiyuan@chromium.org
2011-04-04
9
-125
/
+56
*
Step 1 in refactoring NativeThemeWin so that it shares more with the native
rogerta@chromium.org
2011-04-04
5
-70
/
+624
*
Remove unneeded headers from l10n_util.
mirandac@chromium.org
2011-04-04
2
-12
/
+2
*
Consolidate Widget Event code, other cleanup.
msw@chromium.org
2011-03-31
3
-24
/
+7
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
4
-139
/
+139
*
C++ readability review for Robert Sesek <rsesek@google.com>.
rsesek@chromium.org
2011-03-30
3
-44
/
+40
*
Update bug reference.
avi@chromium.org
2011-03-30
1
-1
/
+1
*
Lengthy alerts have line breaks in them on all platforms. Only do this
tsepez@chromium.org
2011-03-29
3
-23
/
+115
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-5
/
+0
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
29
-10
/
+5265
*
Add the ability to write comments to PNGCodec::Encode.
tony@chromium.org
2011-03-28
3
-30
/
+164
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
2
-4
/
+13
*
Move NativeThemeChromeOS into gfx.
xiyuan@chromium.org
2011-03-28
7
-50
/
+887
*
Standardize grit invokes
thomasvl@chromium.org
2011-03-28
2
-65
/
+27
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
66
-83
/
+83
*
Step 1 of moving NativeThemeChromeOS into gfx.
xiyuan@chromium.org
2011-03-25
12
-0
/
+0
*
Add es-419 to the Accept-Language and UI language selection menu
jshin@chromium.org
2011-03-25
1
-0
/
+1
*
Refactor: Move app/surface to ui/gfx/surface.
backer@chromium.org
2011-03-25
9
-0
/
+1462
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-24
2
-0
/
+64
*
Move chrome/browser/ime_input.* to ui/base/win/
suzhe@google.com
2011-03-23
9
-13
/
+1184
*
Revert 79211 - Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
2
-64
/
+0
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
2
-0
/
+64
*
Refactor: Move gfx/compositor* to gfx/compositor/
backer@chromium.org
2011-03-23
5
-25
/
+45
[next]