| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Threading of ExtensionsQuotaService | battre@chromium.org | 2012-03-20 | 1 | -1/+3 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -6/+11 |
* | Change the way lazy background pages shutdown. | mpcomplete@chromium.org | 2012-02-27 | 1 | -1/+1 |
* | Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs. | jstritar@chromium.org | 2012-01-13 | 1 | -10/+13 |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -2/+3 |
* | Move RenderViewHostObserver to content/public/browser/ and put it into the co... | tfarina@chromium.org | 2011-11-25 | 1 | -2/+2 |
* | Delete the temporary file when generating MHTML with the extension API. | jcivelli@chromium.org | 2011-11-22 | 1 | -7/+23 |
* | Refactor to allow same code to test both sync and async functions. | miket@chromium.org | 2011-11-22 | 1 | -14/+12 |
* | Add OVERRIDE to chrome/browser/extensions/. | avi@chromium.org | 2011-11-21 | 1 | -4/+4 |
* | Extension Settings API: throttle the API in the same way that the Bookmarks API | kalman@chromium.org | 2011-11-20 | 1 | -1/+1 |
* | Fix for management API related to escalated permissions disabled extensions | asargent@chromium.org | 2011-11-16 | 1 | -1/+15 |
* | Revert 110264 - Fix for management API related to escalated permissions disab... | dpolukhin@chromium.org | 2011-11-16 | 1 | -15/+1 |
* | 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 |