| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Remove unused themes on clicking the reset theme button | ckocagil@chromium.org | 2013-04-08 | 1 | -0/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition. | dcheng@chromium.org | 2013-04-06 | 1 | -2/+2 |
* | Crop images from custom themes before storing them into the theme pack. | pkotwicz@chromium.org | 2013-04-05 | 4 | -69/+107 |
* | Wrench Icon: Cross platform drawing code | sail@chromium.org | 2013-04-02 | 2 | -1/+5 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -3/+5 |
* | Decouple loading a theme from an extension from the initialization time of th... | pkotwicz@chromium.org | 2013-03-20 | 5 | -30/+109 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -2/+2 |
* | No longer sync themes that are installed by policy. | atwilson@chromium.org | 2013-03-15 | 3 | -11/+62 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 1 | -2/+2 |
* | Sort out build dependencies for LinuxUI. | erg@chromium.org | 2013-03-02 | 1 | -1/+1 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -4/+5 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Relanding this with fixes for the theme unittest failures on Windows AURA. TB... | ananta@chromium.org | 2013-02-28 | 2 | -33/+135 |
* | Revert 185107 | thestig@chromium.org | 2013-02-28 | 1 | -128/+32 |
* | Update the browser theme pack for Windows AURA to handle the special Windows ... | ananta@chromium.org | 2013-02-28 | 1 | -32/+128 |
* | Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in sever... | pneubeck@chromium.org | 2013-02-26 | 1 | -21/+20 |
* | Add browser test to test that loading a theme from the extension on startup o... | pkotwicz@chromium.org | 2013-02-25 | 1 | -0/+67 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Fix regression caused by 11968032 in upgrading themes | pkotwicz@chromium.org | 2013-02-24 | 3 | -13/+1 |
* | Split out the static methods from ThemeService to ThemeProperties. | pkotwicz@chromium.org | 2013-02-18 | 10 | -667/+725 |
* | Move 'theme' parsing out of Extension class | MHX348@motorola.com | 2013-02-12 | 5 | -6/+32 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 2 | -2/+2 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 2 | -19/+21 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 6 | -37/+38 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 2 | -2/+2 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -10/+12 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 3 | -3/+3 |
* | Scale theme images on the fly if an asset for the targe scale isn't available... | oshima@chromium.org | 2013-01-28 | 1 | -6/+43 |
* | Update comment to reflect why ifdef exists. | sky@chromium.org | 2013-01-26 | 1 | -2/+1 |
* | Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons... | pkotwicz@chromium.org | 2013-01-23 | 1 | -1/+2 |
* | Move the parsing of 'update_url' & 'options_page' URLs out of Extension. | MHX348@motorola.com | 2013-01-15 | 2 | -4/+6 |
* | Bump theme pack version | thakis@chromium.org | 2013-01-11 | 1 | -1/+1 |
* | mac: New asset for the tabstrip border, tweak drawning. | thakis@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 2 | -9/+9 |
* | Have ExtensionService notify ThemeService directly for theme installations | akalin@chromium.org | 2012-12-09 | 3 | -31/+10 |
* | Revert changes to have ExtensionService notify ThemeService directly for themes | akalin@chromium.org | 2012-12-06 | 3 | -10/+31 |
* | Move setting of theme from ExtensionService to FinishInstallation | akalin@chromium.org | 2012-12-06 | 1 | -2/+2 |
* | Change ThemeService to handle uninstalled themes. | atwilson@chromium.org | 2012-12-04 | 1 | -2/+81 |
* | Have ExtensionService notify ThemeService directly for themes | akalin@chromium.org | 2012-12-04 | 2 | -29/+8 |
* | Revert changes to have ExtensionService notify ThemeService directly | akalin@chromium.org | 2012-12-03 | 4 | -86/+90 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 2 | -5/+8 |
* | Have ExtensionService notify ThemeService directly for themes | akalin@chromium.org | 2012-11-28 | 4 | -90/+85 |
* | fix theme break | kuan@chromium.org | 2012-11-27 | 1 | -1/+1 |
* | mac: Use bitmaps instead of vectors for tab outlines. | thakis@chromium.org | 2012-11-27 | 1 | -1/+1 |
* | [Sync] Have MergeDataAndStartSyncing return a SyncMergeResult | zea@chromium.org | 2012-11-17 | 3 | -15/+29 |
* | chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-17 | 1 | -2/+2 |
* | Revert 168142 - Have ExtensionService notify ThemeService directly for themes | akalin@chromium.org | 2012-11-17 | 2 | -0/+29 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Have ExtensionService notify ThemeService directly for themes | akalin@chromium.org | 2012-11-16 | 2 | -29/+0 |