| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash if skia failed to find default font. | estade@chromium.org | 2009-04-07 | 3 | -14/+57 |
* | Better Linux ChromeCanvas text drawing, using Pango. | deanm@chromium.org | 2009-04-06 | 4 | -74/+116 |
* | Make the font family and the font size used in dom UI localizable. This is a ... | jungshik@google.com | 2009-04-03 | 2 | -8/+1 |
* | Plug memory leaks in TextEliderTest.TestGeneralEliding | dank@chromium.org | 2009-04-01 | 1 | -0/+2 |
* | Linux: fix segfault on exit | agl@chromium.org | 2009-03-31 | 1 | -0/+1 |
* | Read the default gtk font from GtkSettings instead of getting the font from a... | jhawkins@chromium.org | 2009-03-31 | 1 | -6/+18 |
* | Render into a ChromeCanvasPaint object in a RootView under Linux. | erg@google.com | 2009-03-19 | 1 | -1/+1 |
* | It's OS_WIN, not OS_WINDOWS | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 2 | -4/+0 |
* | Clean up some more DEPS in chrome/common. | thestig@chromium.org | 2009-03-16 | 1 | -1/+4 |
* | Fix refcounting bug in ChromeFont's default constructor. | dkegel@google.com | 2009-03-14 | 1 | -0/+1 |
* | Revert 11689 and 11690 | jar@chromium.org | 2009-03-14 | 1 | -1/+0 |
* | Fix refcounting bug in ChromeFont's default constructor. | dkegel@google.com | 2009-03-14 | 1 | -0/+1 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 3 | -3/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 15 | -16/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-10 | 3 | -4/+9 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 3 | -8/+8 |
* | Port SortedDisplayURL, fix up some chrome_font_{gtk,skia} bugs, port text_eli... | estade@chromium.org | 2009-03-02 | 5 | -51/+80 |
* | Fix bookmark and menu drag images by making a halo around them. This makes | brettw@chromium.org | 2009-03-02 | 2 | -0/+85 |
* | Implement gfx::Path on GTK. | deanm@chromium.org | 2009-03-02 | 3 | -16/+47 |
* | Pull WebKit deps to get transparency fixes, and rebaseline affected layout te... | brettw@chromium.org | 2009-02-27 | 1 | -2/+5 |
* | A fix for Issue 4400 (or maybe 4222). | hbono@chromium.org | 2009-02-27 | 1 | -2/+2 |
* | Enable the ToolbarModel on Mac and Linux. Implement ChromeFont on Mac. | pinkerton@chromium.org | 2009-02-25 | 2 | -1/+107 |
* | This CL fixes issue 6099 -- bad display of multi-line English message in pop ... | xji@chromium.org | 2009-02-23 | 1 | -9/+35 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -3/+2 |
* | NO CODE CHANGE. | maruel@chromium.org | 2009-02-14 | 1 | -3/+3 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 1 | -0/+4 |
* | Improved OTR avatar and popup window rendering. Neither one precisely matche... | pkasting@chromium.org | 2009-02-04 | 2 | -3/+10 |
* | Per Glen, remove the bottom border of maximized windows. I went ahead and al... | pkasting@chromium.org | 2009-01-29 | 2 | -10/+3 |
* | Fix our link madness on linux. We now properly link | tc@google.com | 2009-01-29 | 1 | -0/+2 |
* | This change should have few user-visible effects. I think I slightly modifie... | pkasting@chromium.org | 2009-01-26 | 2 | -16/+12 |
* | Fix strings in url_fixer_upper. | estade@chromium.org | 2009-01-23 | 2 | -9/+24 |
* | Fix some problems with scaled icons. This allows the TabIconView to automati... | pkasting@chromium.org | 2009-01-21 | 1 | -5/+4 |
* | This change list fix issue 3233: RTL: Wrong URL showing on Javascript pop up ... | xji@chromium.org | 2009-01-16 | 1 | -0/+6 |
* | Make resource_bundle compile on Linux. | evan@chromium.org | 2009-01-13 | 2 | -1/+8 |
* | Implement default ChromeFont constructor on Linux. | estade@chromium.org | 2009-01-09 | 3 | -17/+57 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 3 | -6/+6 |
* | Platform cleanup in browser/ and porting of few files. | phajdan.jr@chromium.org | 2008-12-17 | 1 | -1/+6 |
* | Reverting 7083,7079. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -8/+0 |
* | Fix Linux build failure caused by GCC 4.3/4.2 differences. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -0/+8 |
* | Move skia_utils into the skia namespace. | brettw@google.com | 2008-12-12 | 1 | -1/+1 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -3/+3 |
* | chrome_canvas: fork into platform independent/dependent files | agl@chromium.org | 2008-12-12 | 5 | -419/+101 |
* | Duplicate chrome_canvas.cc in preparation for forking the file. | agl@chromium.org | 2008-12-12 | 1 | -0/+405 |
* | Rename chrome_font.cc to chrome_font_win.cc | agl@chromium.org | 2008-12-12 | 1 | -0/+0 |
* | ... | agl@chromium.org | 2008-12-12 | 3 | -11/+21 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -0/+57 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -0/+147 |
* | ... | agl@chromium.org | 2008-12-12 | 3 | -28/+93 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -3/+3 |