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
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
2
-3
/
+5
*
Warn/error on "using namespace blah;" in headers on clang machines.
erg@google.com
2011-03-16
1
-12
/
+10
*
Fix glue for ClipboardHostMsg_ReadAvailableTypes.
dcheng@chromium.org
2011-03-16
4
-0
/
+43
*
Implement Clipboard::ReadImage for OS X.
dcheng@chromium.org
2011-03-15
1
-0
/
+14
*
Add stubs and glue for routing a request for an image from the clipboard.
dcheng@chromium.org
2011-03-15
4
-0
/
+29
*
Introduce ui::Range, a simple container for integral ranges (like text select...
rsesek@chromium.org
2011-03-15
6
-0
/
+492
*
fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize
avi@chromium.org
2011-03-15
1
-5
/
+5
*
Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this ti...
sadrul@chromium.org
2011-03-15
1
-1
/
+1
*
Fix building gfx_unittests and remoting_unittests in linux dbg-shlib.
sadrul@chromium.org
2011-03-15
1
-0
/
+1
*
Start working on compositor tree painting.
sadrul@chromium.org
2011-03-15
12
-0
/
+201
*
Revert r78134+r78136
dcheng@chromium.org
2011-03-15
4
-29
/
+0
*
Add stubs and glue for routing a request for an image from the clipboard.
dcheng@chromium.org
2011-03-15
4
-0
/
+29
*
Fix clang build (tested on trybots this time!).
dmazzoni@chromium.org
2011-03-14
3
-7
/
+22
*
Revert 78040 - Fix clang build. (Made things worse...)
dmazzoni@chromium.org
2011-03-14
3
-23
/
+7
*
Fix clang build.
dmazzoni@chromium.org
2011-03-14
3
-7
/
+23
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
3
-0
/
+176
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
2
-16
/
+0
*
Elides the beginning of tab titles that have common prefixes.
mad@chromium.org
2011-03-11
3
-5
/
+5
*
Coverity PASS_BY_VALUE bug fixes
dpapad@chromium.org
2011-03-11
4
-4
/
+4
*
Rename TreeNode::SetTitle to TreeNode::set_title. Part 4.
tfarina@chromium.org
2011-03-11
1
-75
/
+59
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
2
-12
/
+11
*
Make ToUpper and ToLower properly handle embedded NULLs in the input.
brettw@chromium.org
2011-03-09
2
-2
/
+19
*
Fix clang build.
hbono@chromium.org
2011-03-09
1
-4
/
+4
*
Optimizes JPEGCodec for libjpeg-turbo
hbono@chromium.org
2011-03-09
1
-0
/
+73
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
1
-16
/
+16
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-9
/
+5
*
Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-08
106
-1
/
+3486
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
3
-16
/
+16
*
Add new MouseEvent ctors; update WidgetWin & WindowWin usage.
msw@chromium.org
2011-03-08
1
-25
/
+17
*
Remove wstrings from ui/base/text_elider.h functions.
tony@chromium.org
2011-03-08
3
-13
/
+12
*
Revert 77068 - Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-07
106
-3485
/
+1
*
Carnitas: Move app_strings to ui/base/strings
sail@chromium.org
2011-03-06
106
-1
/
+3485
*
Do all OOLing in the views code. linux_views now builds clean with the clang ...
erg@google.com
2011-03-04
2
-1
/
+6
*
Post a task to log the error messages.
backer@chromium.org
2011-03-04
2
-17
/
+25
*
Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().
thakis@chromium.org
2011-03-04
1
-3
/
+3
*
Rename the methods in DragController.
thakis@chromium.org
2011-03-04
1
-7
/
+7
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
3
-176
/
+0
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
3
-0
/
+176
*
To prevent damage to the back-buffer, it's only necessary to defer resize.
backer@chromium.org
2011-03-03
1
-2
/
+4
*
Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.
rsesek@chromium.org
2011-03-03
6
-247
/
+31
*
Clean up CF To NS Casts and make them slightly safer
dmaclach@chromium.org
2011-03-03
1
-1
/
+2
*
De-wstringify OSExchangeData.
evan@chromium.org
2011-03-02
7
-84
/
+87
*
[Mac] Only confirm-to-quit if the key event matches the Quit menu item.
rsesek@chromium.org
2011-03-02
2
-0
/
+5
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
New OOL violations on linux since last week, along with the final Mac OOL fixes.
erg@google.com
2011-03-01
4
-24
/
+46
*
Take 2 at fixing a double overflow bug in RGB->HSL conversion.
tony@chromium.org
2011-02-26
1
-3
/
+3
*
Autofill i18n: Set postal code and state field labels based on the selected c...
isherman@chromium.org
2011-02-25
1
-0
/
+1
*
Add a virtual destructor to ui::Transform
hbono@chromium.org
2011-02-25
1
-0
/
+2
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
2
-4
/
+6
*
Fix rounding error when convering HSL values to RGB.
tony@chromium.org
2011-02-24
2
-20
/
+55
[next]