| Commit message (Expand) | Author | Age | Files | Lines |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -3/+0 |
* | Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost.... | dpolukhin@chromium.org | 2011-11-16 | 1 | -0/+3 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. | mpcomplete@chromium.org | 2011-11-16 | 1 | -3/+0 |
* | Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. | yoz@chromium.org | 2011-11-09 | 1 | -5/+0 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 1 | -0/+3 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 1 | -3/+0 |
* | Adds a webstorePrivate method for silently installing extensions. | jstritar@chromium.org | 2011-11-02 | 1 | -2/+15 |
* | Refactor loading out of ExtensionService. | yoz@chromium.org | 2011-11-02 | 1 | -4/+8 |
* | Enable experimental permissions for extensions from the store. | aa@chromium.org | 2011-10-31 | 1 | -1/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -14/+14 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -10/+12 |
* | Fix issues related to <all_urls> in extensions. | jstritar@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add a helper class for downloading and installing extensions from the gallery. | jstritar@chromium.org | 2011-10-13 | 1 | -0/+7 |
* | ntp4: make app-install-via-drag less janky | estade@chromium.org | 2011-08-22 | 1 | -1/+1 |
* | Remove extension.h #include from profile.h. | mihaip@chromium.org | 2011-08-13 | 1 | -1/+1 |
* | Add tests for CWS restriction of NaCl plugin. | bbudge@chromium.org | 2011-08-11 | 1 | -2/+11 |
* | Revert 95815 - Make extension file URL access opt-in. | jstritar@chromium.org | 2011-08-08 | 1 | -3/+3 |
* | Make extension file URL access opt-in. | jstritar@chromium.org | 2011-08-08 | 1 | -3/+3 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Attempted fix for flakiness in RunExtensionTestIncognito. | mpcomplete@chromium.org | 2011-07-15 | 1 | -27/+34 |
* | Remember whether an Extension/App was installed from the Web Store. | bbudge@google.com | 2011-07-12 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -27/+28 |
* | Fix the Extension.Permissions_*Cancel histograms. | jstritar@chromium.org | 2011-06-28 | 1 | -1/+1 |
* | Add tests for chrome.tabs.captureVisibleTab working for file:/// URLs. | mihaip@chromium.org | 2011-06-16 | 1 | -1/+16 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | [Extension] Remove concept of initial incognito state | akalin@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | [Extensions] Make ExtensionService not be ref-counted | akalin@chromium.org | 2011-04-20 | 1 | -1/+1 |
* | Implement private API for web store to determine app ID of | aa@chromium.org | 2011-04-14 | 1 | -9/+13 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 1 | -6/+3 |
* | Cleanup: Update a bunch of files to the new location of browser_window.h. Par... | tfarina@chromium.org | 2011-04-09 | 1 | -1/+1 |
* | New notification sent when extension uninstall is not allowed. | dennisjeffrey@google.com | 2011-04-07 | 1 | -1/+1 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more... | cmp@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Refactor ExtensionService/ExtensionServiceInterface to be more testable | akalin@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | extensions: Refactor ExtensionInstallUI class. | tfarina@chromium.org | 2011-03-26 | 1 | -3/+0 |
* | Added extensions API to provide customization values. | altimofeev@chromium.org | 2011-03-24 | 1 | -0/+14 |
* | Exposing extension preferences via the `chrome.extension` API. | bauerb@chromium.org | 2011-03-16 | 1 | -12/+20 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -4/+4 |
* | clang: Fix a few more failed attempts at overrides found by -Woverloaded-virtual | thakis@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | New test checks that theme install undo reverts to previous theme. | tessamac@chromium.org | 2011-02-07 | 1 | -0/+5 |
* | Tests for incognito app install, plus some cleanup. | tessamac@google.com | 2011-01-21 | 1 | -3/+70 |
* | Change extension unload notification to indicate updates. | asargent@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -10/+10 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Revert "Revert "Finish wiring up chrome.app.install()."" | aa@chromium.org | 2010-11-26 | 1 | -1/+1 |
* | Revert "Finish wiring up chrome.app.install()." | aa@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | Finish wiring up chrome.app.install(). | aa@chromium.org | 2010-11-23 | 1 | -1/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -3/+3 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -5/+6 |