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
...
*
Eliminate a bunch of color conversions. I was going to try and clean up the ...
pkasting@chromium.org
2009-09-22
2
-197
/
+13
*
Reorder the color_utils functions in preparation for adding more:
pkasting@chromium.org
2009-09-22
2
-109
/
+114
*
Adding a GYP variable to indicate if a build wants Title Case strings or not.
thomasvl@chromium.org
2009-09-22
1
-0
/
+5
*
Workaround for Issue 15949: cannot use the "WenQuanYi Bitmap Song" (chinese F...
yusukes@google.com
2009-09-19
1
-4
/
+23
*
Changes font_skia to use font bounding box rather than
sky@chromium.org
2009-09-17
1
-5
/
+12
*
Add all locales to the appropriate generated file lists in .gyp files.
thestig@chromium.org
2009-09-17
1
-4
/
+4
*
Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa...
thestig@chromium.org
2009-09-17
1
-2
/
+1
*
This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR
xji@chromium.org
2009-09-16
6
-12
/
+68
*
Force inclusion of build/common.gypi for all chromium gyp files.
yaar@chromium.org
2009-09-15
1
-3
/
+0
*
Print a stacktrace when we can't find a string resource (on Windows).
phajdan.jr@chromium.org
2009-09-15
1
-0
/
+3
*
Convert the sqlite cookie database and web database to use the new sqlite
brettw@chromium.org
2009-09-15
4
-12
/
+36
*
UI language list fix.
jshin@chromium.org
2009-09-15
1
-11
/
+36
*
Provide a save file type for unknown extensions.
paul@chromium.org
2009-09-14
2
-8
/
+21
*
Reverts linux font change again. Slow down isn't as bad as before. But
sky@chromium.org
2009-09-14
6
-261
/
+270
*
Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...
sky@chromium.org
2009-09-14
6
-270
/
+261
*
Add missing #include <string> in a new file that uses std::string.
mark@chromium.org
2009-09-12
1
-0
/
+1
*
Add a DEPS file for app/sql so checkdeps doesn't complain about the sqlite
brettw@chromium.org
2009-09-11
1
-0
/
+3
*
Reverts r26015. It caused a startup regression:(
sky@chromium.org
2009-09-11
6
-170
/
+271
*
Add a new wrapper for sqlite. This is mostly a large cleanup of the existing
brettw@chromium.org
2009-09-11
12
-1
/
+1640
*
Nukes font_skia and converts font_gtk to use pango. This was
sky@chromium.org
2009-09-11
6
-271
/
+170
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
4
-15
/
+17
*
Add a "ToUpper" method.
paul@chromium.org
2009-09-09
3
-0
/
+26
*
Fix to use FilePath version of PathService::Get.
thestig@chromium.org
2009-09-09
1
-5
/
+5
*
Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...
jshin@chromium.org
2009-09-09
1
-4
/
+4
*
Avoids the use of "namespace using-directives" in a few places.
thakis@chromium.org
2009-09-07
1
-2
/
+0
*
Fix some gcc 4.4 issues when compiling with toolkit_views.
craig.schlenter@chromium.org
2009-09-07
1
-5
/
+5
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
2
-5
/
+8
*
Adds Font::CreateFont(PangoFontDescription* desc).
sky@chromium.org
2009-09-04
2
-10
/
+15
*
GTK: Implement folder chooser dialog.
estade@chromium.org
2009-09-04
1
-1
/
+0
*
Add functions to alpha-blend two colors and pick the more readable of two col...
pkasting@chromium.org
2009-09-03
2
-4
/
+50
*
Revert "Workaround Skia and Pango measuring font heights differently by askin...
evan@chromium.org
2009-09-03
1
-24
/
+3
*
Replace usage of MFC wrapper classes with their win32 base types to reduce de...
jhawkins@chromium.org
2009-09-03
1
-12
/
+15
*
Workaround Skia and Pango measuring font heights differently by asking Pango
brettw@chromium.org
2009-09-02
1
-3
/
+24
*
The FocusManager stores/restores focus when the top window becomes inactive/a...
jcampan@chromium.org
2009-09-01
1
-3
/
+3
*
Parameterize the Google Update appid at build time instead of hard coding it ...
robertshield@chromium.org
2009-09-01
1
-1
/
+46
*
GTK: Make the toolbar star button a drag source.
estade@chromium.org
2009-09-01
2
-1
/
+47
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
4
-27
/
+36
*
Drop in new translations.
laforge@chromium.org
2009-08-31
49
-4
/
+54
*
gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...
jhawkins@chromium.org
2009-08-31
1
-8
/
+1
*
Some code style cleanup under src/app.
maruel@chromium.org
2009-08-29
11
-19
/
+19
*
Adds support for initiating drags from bookmark menus.
sky@chromium.org
2009-08-28
3
-80
/
+104
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
4
-19
/
+2
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
4
-2
/
+19
*
gtk: Fix the bounds of the clip region for tab title text.
jhawkins@chromium.org
2009-08-26
1
-5
/
+10
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
3
-0
/
+2
*
Reverts menu patch.
sky@chromium.org
2009-08-26
3
-2
/
+0
*
Avoids the use of ToWStringHack in a few places.
evan@chromium.org
2009-08-26
1
-2
/
+2
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
3
-0
/
+2
*
Add a helper to resource bundle to get an NSImage back.
thomasvl@chromium.org
2009-08-26
2
-0
/
+23
*
GTK: Properly read utf-8 text from drags.
estade@chromium.org
2009-08-25
1
-1
/
+1
[prev]
[next]