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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't populate WebDropData with file URLs when dragging files.
dcheng@chromium.org
2010-05-21
3
-48
/
+59
*
Elide the EV bubble when it's extremely long. This limits it to half the loc...
pkasting@chromium.org
2010-05-20
3
-51
/
+96
*
A crasher would sometimes happen when opening a selet file dialog
jcivelli@chromium.org
2010-05-19
2
-0
/
+13
*
Pull latest ppapi for initial testing support, implement checks so the tests ...
brettw@chromium.org
2010-05-18
4
-5
/
+18
*
linux: fallback to GLX Pixmaps when pbuffers aren't available
piman@chromium.org
2010-05-18
1
-3
/
+159
*
Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...
thestig@chromium.org
2010-05-17
4
-26
/
+35
*
cleaner grd files: use os.find('bsd') instead of listing all the version
pvalchev@google.com
2010-05-14
1
-1
/
+1
*
Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi...
zelidrag@chromium.org
2010-05-14
1
-1
/
+1
*
Clear IOSurface to transparent, not white, so that transparent CA plugins wor...
stuartmorgan@chromium.org
2010-05-13
2
-2
/
+2
*
Move non-linux specific code from base/linux_util to app/gtk_util
pvalchev@google.com
2010-05-13
4
-4
/
+31
*
Only use IDC_ values for command ids in the render view context menu.
estade@chromium.org
2010-05-13
2
-14
/
+0
*
Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.
estade@chromium.org
2010-05-11
2
-26
/
+76
*
Get rid of MetaTableHelper class and make use of the app/sql API in the Login...
stuartmorgan@chromium.org
2010-05-11
2
-2
/
+35
*
Linux: fix compilation error with gcc 4.5.
craig.schlenter@chromium.org
2010-05-11
1
-1
/
+1
*
app/app_base.gypi:app_base: Added dependency on Xext and Xrender.
alokp@chromium.org
2010-05-10
1
-0
/
+6
*
Add tooltip support to Windows tables.
pkasting@chromium.org
2010-05-10
1
-0
/
+7
*
Remove checkbox table support, as it is unused.
pkasting@chromium.org
2010-05-10
1
-13
/
+1
*
gtk: Fix gtk_dnd_util::ExtractNamedURL to not crash on invalid data.
thestig@chromium.org
2010-05-07
3
-4
/
+89
*
Remove/update a bunch of references to the Google-internal bug tracker.
evan@chromium.org
2010-05-07
1
-1
/
+2
*
Pull current localizations into trunk.
laforge@chromium.org
2010-05-06
1
-1
/
+1
*
Mac: add a l10n_util::GetNSStringF() which gets offsets as well.
viettrungluu@chromium.org
2010-05-06
2
-2
/
+17
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
1
-2
/
+2
*
Changes the mini tab title animation.
sky@chromium.org
2010-05-05
5
-0
/
+161
*
Add icons to SimpleMenuModel.
estade@chromium.org
2010-05-05
2
-14
/
+33
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
15
-306
/
+536
*
Use GetDisplayStringInLTRDirectionality() in more places to simplify code.
pkasting@chromium.org
2010-05-05
1
-3
/
+2
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
1
-3
/
+3
*
OSMesa was not being correctly initialized when used with WebGL.
apatrick@chromium.org
2010-04-29
3
-33
/
+21
*
cros: Use Vista-style window decorations.
derat@chromium.org
2010-04-28
2
-3
/
+8
*
This adds in the ability for Chrome to generate windows with snapshots
gspencer@chromium.org
2010-04-28
3
-2
/
+63
*
gyp: unify toolkit_views usage
evan@chromium.org
2010-04-27
1
-2
/
+2
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
9
-16
/
+47
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-1
/
+1
*
Pepper3D plugin tests enabled for Windows.
apatrick@chromium.org
2010-04-22
1
-0
/
+4
*
Landing 45240 again.
apatrick@chromium.org
2010-04-22
8
-0
/
+1543
*
Remove app.gyp dependency on chrome.gyp.
tony@chromium.org
2010-04-22
5
-6
/
+65
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
9
-47
/
+16
*
Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...
ben@chromium.org
2010-04-20
1
-0
/
+3
*
Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...
ben@chromium.org
2010-04-20
1
-3
/
+0
*
Enable Amharic (am) on Windows XP only if the font (Abyssinica SIL) is present.
jshin@chromium.org
2010-04-20
2
-4
/
+25
*
Fix 2 drag-out problems:
jianli@chromium.org
2010-04-16
1
-16
/
+17
*
GTK: Add a scoping class for g signals.
estade@chromium.org
2010-04-16
3
-2
/
+127
*
Add missing dependencies for app_unittests for Linux
glider@chromium.org
2010-04-16
1
-0
/
+1
*
Fixed loss of rendered output on Mac OS X if Pepper 3D application uses
kbr@google.com
2010-04-14
2
-52
/
+116
*
ReloadSharedInstance() added to change the locale on the live system.
glotov@google.com
2010-04-14
4
-13
/
+54
*
Strips http from the omnibox
sky@chromium.org
2010-04-09
2
-14
/
+15
*
- Extracted platform specific code from GLES2 command decoder to platform spe...
apatrick@chromium.org
2010-04-09
2
-29
/
+30
*
Change the default theme colors.
glen@chromium.org
2010-04-09
3
-2
/
+2
*
Make the bottom edges of the opaque frame rounded.
glen@chromium.org
2010-04-09
2
-0
/
+0
*
We DnD shouldn't provide text/html if it claims to provide text/text/plain;ch...
dpolukhin@chromium.org
2010-04-09
1
-1
/
+1
[next]