| Commit message (Expand) | Author | Age | Files | Lines |
* | Enforce extension permissions in C++ (instead of Javascript). | jochen@chromium.org | 2010-03-24 | 1 | -9/+8 |
* | Make it clear what last_sync_timestamp actually tracks. Update | nick@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Further tweaks to incognito extensions. | mpcomplete@chromium.org | 2010-03-02 | 1 | -4/+7 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -4/+7 |
* | Extension tweaks for phantom tabs. I did the following modifications: | sky@chromium.org | 2010-01-23 | 1 | -1/+15 |
* | Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-03 | 1 | -7/+1 |
* | Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-02 | 1 | -1/+7 |
* | Fix leaking ExtensionMessageService in ProfileManagerTest. | mattm@chromium.org | 2009-12-02 | 1 | -7/+1 |
* | Fixing 27834 by always deleting ExtensionMessageService on | huanr@chromium.org | 2009-11-25 | 1 | -4/+10 |
* | Allow extension port connection requests to provide tab information. | mad@chromium.org | 2009-11-19 | 1 | -16/+25 |
* | Fix a crash in ExtensionMessageService when a source renderer closed. | mpcomplete@chromium.org | 2009-11-12 | 1 | -0/+6 |
* | Fix a memory leak in ExtensionMessageService. | mpcomplete@chromium.org | 2009-11-04 | 1 | -5/+9 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -12/+9 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -4/+2 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -12/+23 |
* | Add some debugging junk to ExtensionMessageService to track down a crash. | mpcomplete@chromium.org | 2009-10-01 | 1 | -2/+36 |
* | Fix EOL inconsistency on extension_message_service.cc. | maruel@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Don't send the channel-disconnect message if the recipient is in the process | mpcomplete@chromium.org | 2009-09-09 | 1 | -6/+13 |
* | Attempt at a fix for ExtensionBrowserTest.MessagingContentScript. | mpcomplete@chromium.org | 2009-09-02 | 1 | -2/+3 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -8/+9 |
* | Extension ports devtools remote service. | sdoyon@chromium.org | 2009-08-26 | 1 | -23/+43 |
* | Exposes a chrome.devtools object to extensions. This allows extensions to ca... | mpcomplete@chromium.org | 2009-08-24 | 1 | -5/+20 |
* | Add some paranoid CHECKs to the ExtensionMessageService to track down a crash. | mpcomplete@chromium.org | 2009-08-13 | 1 | -0/+11 |
* | Committing for Siggi based on review: | mad@google.com | 2009-08-08 | 1 | -5/+10 |
* | Coverity: Pass strings by reference. | jhawkins@chromium.org | 2009-07-24 | 1 | -2/+2 |
* | Another try at enabling the content script messaging test. | mpcomplete@chromium.org | 2009-07-24 | 1 | -3/+17 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -127/+151 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -22/+30 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -101/+73 |
* | Fix some issues with extension messaging: | mpcomplete@chromium.org | 2009-07-02 | 1 | -12/+18 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 1 | -11/+22 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -4/+4 |
* | Move extension view classes from browser/extensions to browser/views/extensions. | erikkay@google.com | 2009-06-23 | 1 | -1/+0 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -22/+11 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -11/+22 |
* | Add a port disconnect event for when one side of an extension message port | mpcomplete@google.com | 2009-06-17 | 1 | -8/+67 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Add some browser-level checks to prohibit access to extension bindings by | mpcomplete@google.com | 2009-06-02 | 1 | -0/+7 |
* | Remove unused code from ExtensionsService. | mpcomplete@google.com | 2009-05-26 | 1 | -1/+1 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 1 | -8/+4 |
* | Allow connecting and messaging with extension ports by funneling external | mpcomplete@google.com | 2009-05-19 | 1 | -9/+67 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Add inspect links for all active views in chrome://extensions. | aa@chromium.org | 2009-05-07 | 1 | -10/+27 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the | mpcomplete@google.com | 2009-05-05 | 1 | -2/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 1 | -73/+91 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 1 | -8/+33 |
* | Arrange so ExtensionMessageService::RendererReady is called on the IO thread. | mpcomplete@google.com | 2009-04-23 | 1 | -51/+35 |