| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. | thestig@chromium.org | 2011-11-11 | 1 | -1/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Remove toolstrips from Chrome. | aa@chromium.org | 2011-10-17 | 1 | -3/+4 |
* | Reland 101111 - Only deliver extension messages to contexts that care. | aa@chromium.org | 2011-09-15 | 1 | -1/+0 |
* | Revert 101111 - Only deliver extension messages to contexts that care. This | ericu@google.com | 2011-09-14 | 1 | -0/+1 |
* | Only deliver extension messages to contexts that care. This | aa@chromium.org | 2011-09-14 | 1 | -1/+0 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -3/+3 |
* | Pull events-related code out of ExtensionMessageService into its own class. | mpcomplete@chromium.org | 2010-10-15 | 1 | -44/+5 |
* | Ensure global extension events (like bookmarks) are sent to the incognito | mpcomplete@chromium.org | 2010-10-08 | 1 | -6/+8 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -2/+2 |
* | When extension is blacklisted by admin policy, it should be removed if alread... | finnur@chromium.org | 2010-08-21 | 1 | -1/+1 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -1/+2 |
* | Clean up ExtensionMessageService. | mpcomplete@chromium.org | 2010-08-19 | 1 | -69/+35 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add support for omnibox.onInputStarted and onInputCancelled. | mpcomplete@chromium.org | 2010-07-02 | 1 | -0/+11 |
* | First pass at experimental omnibox API. There are plenty of rough edges and f... | mpcomplete@chromium.org | 2010-05-28 | 1 | -0/+3 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-14 | 1 | -2/+6 |
* | Revert 44351 - Reland 44348 Add support for restricting broadcasting events t... | jochen@chromium.org | 2010-04-13 | 1 | -6/+2 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-13 | 1 | -2/+6 |
* | Revert 44348 - Add support for restricting broadcasting events to extensions ... | jochen@chromium.org | 2010-04-13 | 1 | -7/+3 |
* | Add support for restricting broadcasting events to extensions based on host p... | jochen@chromium.org | 2010-04-13 | 1 | -3/+7 |
* | Initial version of an experimental Extensions Context Menu API. | asargent@chromium.org | 2010-03-23 | 1 | -3/+4 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -1/+2 |
* | Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-03 | 1 | -3/+0 |
* | Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-02 | 1 | -0/+3 |
* | Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-02 | 1 | -3/+0 |
* | Fixing 27834 by always deleting ExtensionMessageService on | huanr@chromium.org | 2009-11-25 | 1 | -2/+8 |
* | Allow extension port connection requests to provide tab information. | mad@chromium.org | 2009-11-19 | 1 | -2/+3 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -4/+1 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Fix a memory leak in ExtensionMessageService. | mpcomplete@chromium.org | 2009-11-04 | 1 | -2/+1 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -3/+0 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -3/+9 |
* | Don't send the channel-disconnect message if the recipient is in the process | mpcomplete@chromium.org | 2009-09-09 | 1 | -1/+2 |
* | Extension ports devtools remote service. | sdoyon@chromium.org | 2009-08-26 | 1 | -12/+26 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -0/+3 |
* | Committing for Siggi based on review: | mad@google.com | 2009-08-08 | 1 | -4/+5 |
* | Coverity: Pass strings by reference. | jhawkins@chromium.org | 2009-07-24 | 1 | -4/+5 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -46/+57 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -12/+28 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -43/+23 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -3/+5 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 1 | -17/+20 |