|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Detach reload from omnibox, combine with stop, and eliminate go. | pkasting@chromium.org | 2010-06-11 | 1 | -4/+3 | 
| * | Remove a bunch of images that don't seem to be used. | pkasting@chromium.org | 2010-06-08 | 1 | -6/+5 | 
| * | GTK: Support themes in the devtools window in GTK mode too. | erg@chromium.org | 2010-04-26 | 1 | -0/+4 | 
| * | Re-instate the temporary revert from r45267.  That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -29/+11 | 
| * | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -11/+29 | 
| * | Round the top left and right edges of the toolbar. | glen@chromium.org | 2010-04-10 | 1 | -1/+1 | 
| * | Change the default theme colors. | glen@chromium.org | 2010-04-09 | 1 | -3/+3 | 
| * | Star/reload shuffle, Windows version. | pkasting@chromium.org | 2010-04-03 | 1 | -26/+3 | 
| * | BrowserThemePack: Adds persistant ids for the reload endcaps. | erg@chromium.org | 2010-03-31 | 1 | -1/+3 | 
| * | GTK: toolbar reload/star shuffle. | estade@chromium.org | 2010-03-30 | 1 | -1/+4 | 
| * | Implemented initial version of themes syncing (behind a flag). | akalin@chromium.org | 2010-03-29 | 1 | -0/+1 | 
| * | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -5/+6 | 
| * | Set the details field of the BROWSER_THEME_CHANGED notification to | akalin@chromium.org | 2010-03-23 | 1 | -4/+6 | 
| * | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 | 
| * | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 | 
| * | Update the default color for background tab text. | avi@chromium.org | 2010-03-02 | 1 | -3/+4 | 
| * | Reverting the revert, reinstating 39825. FindBarTextFieldCellTest.FocusedDisp... | avi@chromium.org | 2010-02-24 | 1 | -0/+4 | 
| * | Reverting r39825. | avi@chromium.org | 2010-02-24 | 1 | -4/+0 | 
| * | Next batch of changes to kill GTMTheme. | avi@chromium.org | 2010-02-24 | 1 | -0/+4 | 
| * | Another pass at removal of GTMTheme. Also fixes unreadability of bookmark bar... | avi@chromium.org | 2010-02-23 | 1 | -0/+21 | 
| * | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 | 
| * | Allow the Mac theme provider to give default colors/tints if requested. Switc... | avi@chromium.org | 2010-02-17 | 1 | -0/+3 | 
| * | Revert debugging crud I added while trying to track down bug 31719. | erg@chromium.org | 2010-02-05 | 1 | -49/+7 | 
| * | Don't crash when a theme specifies a non-existant image. | erg@chromium.org | 2010-02-05 | 1 | -1/+3 | 
| * | More debugging statements to try to track down BrowserThemePack crash. | erg@google.com | 2010-01-27 | 1 | -1/+25 | 
| * | Speculative fix for the windows theme crasher. | erg@chromium.org | 2010-01-12 | 1 | -7/+25 | 
| * | linux: reduce header interdependencies | evan@chromium.org | 2009-12-29 | 1 | -0/+1 | 
| * | [More BTP includes.] | erg@google.com | 2009-12-18 | 1 | -1/+13 | 
| * | TBR: Revert to fix Chromos. | erg@google.com | 2009-12-17 | 1 | -13/+1 | 
| * | Uninstall themes when all theme infobars are gone; not on each infobar's dest... | erg@google.com | 2009-12-17 | 1 | -1/+13 | 
| * | BrowserThemePack: Move encoding the processed images to the writing thread. | erg@google.com | 2009-12-17 | 1 | -1/+1 | 
| * | GTK: Fix regression where we don't build tinted buttons in GTK theme mode. | erg@google.com | 2009-12-15 | 1 | -3/+35 | 
| * | Try 2: Completely redo how themes are stored on disk and processed at install... | erg@google.com | 2009-12-14 | 1 | -962/+156 | 
| * | Revert "Completely redo how themes are stored on disk and processed at install | erg@google.com | 2009-12-11 | 1 | -141/+964 | 
| * | Completely redo how themes are stored on disk and processed at install time. | erg@google.com | 2009-12-11 | 1 | -964/+141 | 
| * | Take 2 at: Fix the opacity of titlebars on the NTP page. | tony@chromium.org | 2009-12-02 | 1 | -2/+2 | 
| * | Revert 33526 - Fix the opacity of titlebars on the NTP page.  We were acciden... | tony@chromium.org | 2009-12-02 | 1 | -2/+2 | 
| * | Fix the opacity of titlebars on the NTP page.  We were accidentally | tony@chromium.org | 2009-12-02 | 1 | -2/+2 | 
| * | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -12/+13 | 
| * | Move some theme images to being serviced on the IO thread.  For | tony@chromium.org | 2009-11-24 | 1 | -1/+6 | 
| * | Remove ResourceBundle::LoadImageResourceBytes since it appears to | tony@chromium.org | 2009-11-23 | 1 | -1/+1 | 
| * | - Start adding unit tests for the BrowserThemeProvider rewrite. | erg@google.com | 2009-11-20 | 1 | -3/+4 | 
| * | Style cleanups for BrowserThemeProvider.  Move the global | tony@chromium.org | 2009-11-17 | 1 | -53/+62 | 
| * | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -4/+4 | 
| * | Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data; | erg@google.com | 2009-10-22 | 1 | -10/+3 | 
| * | Delete unused themes from disk on shutdown. | tony@chromium.org | 2009-10-19 | 1 | -1/+23 | 
| * | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -22/+36 | 
| * | Default to using system background, text, and link colors on the NTP instead ... | pkasting@chromium.org | 2009-10-15 | 1 | -0/+10 | 
| * | Disable "Reset to Default Theme" button in Google Chrome Options / Personal S... | mirandac@chromium.org | 2009-10-14 | 1 | -0/+7 | 
| * | Use predefined color names where possible for clarity.  Also use "SkColorSetA... | pkasting@chromium.org | 2009-10-13 | 1 | -10/+8 |