| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for management API related to escalated permissions disabled extensions | asargent@chromium.org | 2011-11-16 | 1 | -1/+15 |
* | Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq... | battre@chromium.org | 2011-11-03 | 1 | -0/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -2/+4 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | Reland r103624 - Add ExtensionFunctionTest base class and a test | aa@chromium.org | 2011-10-01 | 1 | -3/+6 |
* | Revert 103536 - Add ExtensionFunctionTest base class and a test for | aa@chromium.org | 2011-09-30 | 1 | -6/+3 |
* | Add ExtensionFunctionTest base class and a test for | aa@chromium.org | 2011-09-30 | 1 | -3/+6 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Add some comments to IOThreadExtensionFunction explaining its intended use. | mpcomplete@chromium.org | 2011-08-17 | 1 | -1/+6 |
* | Get rid of the ProfileId. It was added for ceee. I reverted the original chan... | jam@chromium.org | 2011-07-13 | 1 | -5/+5 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -4/+7 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Handle extension webrequest API on the IO thread. This speeds up blocking event | mpcomplete@chromium.org | 2011-06-09 | 1 | -5/+65 |
* | Another Clang compile fix. | mpcomplete@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Fix clang compile error. | mpcomplete@chromium.org | 2011-05-26 | 1 | -6/+2 |
* | Split UI-specific bits off ExtensionFunction into a separate class. | mpcomplete@chromium.org | 2011-05-26 | 1 | -122/+151 |
* | Small cleanup to move ExtensionFunctionDispatcher to use WeakPtr instead of P... | mpcomplete@chromium.org | 2011-05-24 | 1 | -5/+6 |
* | Re-land r84928: Move EFD to ExtensionTabHelper. | aa@chromium.org | 2011-05-13 | 1 | -3/+41 |
* | Revert "Re-land r84928: Move ExtensionFunctionDispatcher to" | aa@chromium.org | 2011-05-12 | 1 | -41/+3 |
* | Re-land r84928: Move ExtensionFunctionDispatcher to | aa@chromium.org | 2011-05-11 | 1 | -3/+41 |
* | Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh."" | aa@chromium.org | 2011-05-11 | 1 | -39/+3 |
* | Revert "Looks like this introduced leaks in sync ui tests. Sigh." | aa@chromium.org | 2011-05-11 | 1 | -3/+39 |
* | Looks like this introduced leaks in sync ui tests. Sigh. | aa@chromium.org | 2011-05-11 | 1 | -41/+3 |
* | Fix clang warning. | aa@chromium.org | 2011-05-11 | 1 | -3/+3 |
* | Move ExtensionFunctionDispatcher to ExtensionTabHelper. This | aa@chromium.org | 2011-05-11 | 1 | -3/+41 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -1/+4 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -0/+6 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -17/+10 |
* | Reland r50296 which removes some uses of CookieMonster on the UI thread. | willchan@chromium.org | 2010-06-29 | 1 | -5/+2 |
* | Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-21 | 1 | -2/+5 |
* | Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-18 | 1 | -5/+2 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 1 | -10/+3 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 1 | -7/+1 |
* | Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction. | rafaelw@chromium.org | 2010-04-08 | 1 | -10/+26 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -1/+3 |
* | Add calling frame's source_url to extension and dom ui requests. | rafaelw@chromium.org | 2010-04-02 | 1 | -0/+6 |
* | Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In... | aa@chromium.org | 2010-03-24 | 1 | -2/+18 |
* | Initial version of an experimental Extensions Context Menu API. | asargent@chromium.org | 2010-03-23 | 1 | -0/+6 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -0/+10 |
* | Add ExtensionsQuotaService to limit abusive amounts of requests | tim@chromium.org | 2009-12-04 | 1 | -2/+9 |
* | Fix memory leak in AsyncExtensionFunction. | mpcomplete@chromium.org | 2009-11-10 | 1 | -1/+8 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -4/+9 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -9/+4 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -4/+9 |
* | Take 2 at browser_sync::ExtensionsActivityMonitor. | tim@chromium.org | 2009-10-28 | 1 | -1/+1 |