| Commit message (Expand) | Author | Age | Files | Lines |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ | mostynb | 2014-10-04 | 1 | -1/+1 |
* | Extensions: Move id_util functions to crx_file component. | tommycli@chromium.org | 2014-08-21 | 1 | -2/+2 |
* | Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded b... | uekawa@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -4/+4 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in chrome/browser/, part 6. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -3/+3 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -3/+1 |
* | Fix failing ExtensionIconManagerTest.LoadComponentExtensionResource | hashimoto@chromium.org | 2013-04-10 | 1 | -2/+4 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -3/+2 |
* | Remove ImageLoadingTracker class, as it is not used anymore. | rpaquay@chromium.org | 2013-02-12 | 1 | -3/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -4/+4 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -2/+3 |
* | Use ImageLoader instead of ImageLoadingTracker (Part 5) | rpaquay@chromium.org | 2013-01-15 | 1 | -8/+10 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Remove Extension::STRICT_ERROR_CHECKS, it was never used. | aa@chromium.org | 2012-05-31 | 1 | -2/+2 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |
* | Attempt to load component extension favicon from the resources first. | dgozman@chromium.org | 2012-04-24 | 1 | -0/+42 |
* | Revert 133427 - Attempt to load component extension favicon from the resource... | dgozman@chromium.org | 2012-04-23 | 1 | -42/+0 |
* | Attempt to load component extension favicon from the resources first. | dgozman@chromium.org | 2012-04-23 | 1 | -0/+42 |
* | This broke the app icon for the Chrome Web Store on the NTP. | dbeam@chromium.org | 2012-04-20 | 1 | -42/+0 |
* | Attempt to load component extension favicon from the resources first. | dgozman@chromium.org | 2012-04-17 | 1 | -0/+42 |
* | Revert 132196 - Attempt to load component extension favicon from the resource... | tim@chromium.org | 2012-04-13 | 1 | -42/+0 |
* | Attempt to load component extension favicon from the resources first. | dgozman@chromium.org | 2012-04-13 | 1 | -0/+42 |
* | Add support for multiple icon sizes for Mac platform apps | sail@chromium.org | 2012-03-03 | 1 | -3/+4 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 1 | -2/+2 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Extension loading extracts intents from Manifest data. | groby@chromium.org | 2011-09-23 | 1 | -1/+2 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | Move json_value_serializer to content\common since it's used by code in conte... | jam@chromium.org | 2011-04-16 | 1 | -1/+1 |
* | Replace bools in extension creation with flags. | mihaip@chromium.org | 2011-03-29 | 1 | -2/+2 |
* | Fix clang error after r77740 | estade@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Unrevert again r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-27 | 1 | -9/+9 |
* | Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "... | thakis@chromium.org | 2010-10-26 | 1 | -9/+9 |
* | Unrevert r63919: "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -9/+9 |
* | Revert r63919 "Part 2 of immutable Extension refactor." | mpcomplete@chromium.org | 2010-10-26 | 1 | -9/+9 |
* | Part 2 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-26 | 1 | -9/+9 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -6/+6 |
* | Fix problem with extension context menu items losing top-level icon. | asargent@chromium.org | 2010-09-16 | 1 | -0/+135 |