| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable single-process mode in ExtensionViewTest, to see if it's causing | mpcomplete@google.com | 2009-03-13 | 1 | -3/+3 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | Run ExtensionViewTest in single-process mode to try to make it less flaky. | mpcomplete@google.com | 2009-03-12 | 1 | -0/+3 |
* | Reverting 11467. | mpcomplete@google.com | 2009-03-11 | 1 | -3/+0 |
* | Try to make ExtensionViewTest less flaky by running it in single-process mode. | mpcomplete@google.com | 2009-03-11 | 1 | -0/+3 |
* | Re-enable ExtensionViewTest. | mpcomplete@google.com | 2009-03-10 | 1 | -3/+1 |
* | Extra disable ExtensionViewTest. | mpcomplete@google.com | 2009-03-10 | 1 | -0/+2 |
* | Disable ExtensionViewTest.Index while I fix it. | mpcomplete@google.com | 2009-03-10 | 1 | -1/+1 |
* | Unrevert 11294. | mpcomplete@google.com | 2009-03-10 | 7 | -48/+40 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 3 | -3/+0 |
* | Reverting 11294. | mpcomplete@google.com | 2009-03-09 | 6 | -39/+47 |
* | Support loading extensions into the bookmark toolbar. | mpcomplete@google.com | 2009-03-09 | 6 | -47/+39 |
* | Run more unit tests on Linux: | phajdan.jr@chromium.org | 2009-03-09 | 1 | -2/+2 |
* | chrome-ui://extensions/ is now populated with data collected from the Extensi... | rafaelw@chromium.org | 2009-03-09 | 4 | -5/+222 |
* | Fix build break. | mpcomplete@google.com | 2009-03-06 | 1 | -1/+2 |
* | Fix Purify UMR and MLK due to ExtensionViewTest: | mpcomplete@google.com | 2009-03-06 | 1 | -0/+4 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -11/+11 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 3 | -0/+3 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 3 | -3/+0 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 3 | -0/+3 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 3 | -9/+9 |
* | Add trivial theming support in extensions. | erikkay@google.com | 2009-03-04 | 2 | -3/+55 |
* | Also fixes a bug where an externally installed | aa@chromium.org | 2009-03-04 | 3 | -197/+194 |
* | Fix bone-headed bug where ExtensionErrorReporter | aa@chromium.org | 2009-03-04 | 2 | -2/+9 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 4 | -66/+53 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 4 | -53/+66 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 3 | -55/+48 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 3 | -48/+55 |
* | Fix ExtensionViewTest and reenable it. | mpcomplete@google.com | 2009-03-03 | 4 | -10/+38 |
* | Initial work on chrome-ui://extensions/ page. URL now displays a static templ... | rafaelw@chromium.org | 2009-02-28 | 2 | -0/+148 |
* | Disable the ExtensionViewTest while I investigate why it's hanging on the | mpcomplete@google.com | 2009-02-27 | 1 | -1/+1 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 5 | -5/+207 |
* | Add a centralized error reporter to the | aa@chromium.org | 2009-02-27 | 5 | -91/+175 |
* | Fixed a unittest that I missed during my previous id format change. | erikkay@google.com | 2009-02-27 | 1 | -4/+6 |
* | Fix build break on linux (compiler warning). | erikkay@google.com | 2009-02-26 | 1 | -1/+1 |
* | Fix the linux modules build. Comparision between signed and unsigned integers. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+1 |
* | Enforce new id format (hex str of sha-1) | erikkay@google.com | 2009-02-26 | 3 | -23/+30 |
* | Fix a memory leak in extension install. | erikkay@google.com | 2009-02-26 | 1 | -1/+11 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 4 | -28/+10 |
* | Auto install and update extensions from a registry defined location. This al... | erikkay@google.com | 2009-02-26 | 3 | -270/+488 |
* | Add logging to ExtensionsService, UserScriptMaster, | aa@chromium.org | 2009-02-24 | 1 | -0/+11 |
* | Fix more gcc 4.3 warnings. | evan@chromium.org | 2009-02-23 | 1 | -7/+10 |
* | Fix linux/mac build bustage. | estade@chromium.org | 2009-02-21 | 1 | -2/+0 |
* | Add NPAPI plugins contained in extensions to the PluginList. | mpcomplete@google.com | 2009-02-21 | 4 | -1/+41 |
* | Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ... | rafaelw@chromium.org | 2009-02-21 | 2 | -0/+9 |
* | Fix linux tests. Can't rely on directory iteration order. | aa@chromium.org | 2009-02-20 | 1 | -1/+2 |
* | Complain when an extension does not contain a user script it claims to. | aa@chromium.org | 2009-02-20 | 3 | -6/+38 |
* | Manifest renames. | aa@chromium.org | 2009-02-19 | 5 | -67/+67 |
* | Do two TODOs related to --load-extension: | aa@chromium.org | 2009-02-17 | 3 | -22/+40 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 3 | -0/+37 |