| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Attempt to fix a crash in extension bindings' CallFunctionInContext. | mpcomplete@chromium.org | 2010-02-26 | 1 | -1/+3 |
* | Track the parent_frame for content script contexts instead of the parent_cont... | mpcomplete@chromium.org | 2010-02-09 | 1 | -4/+8 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -0/+5 |
* | Fix bug where content scripts can get GC'd if they don't | aa@chromium.org | 2009-09-14 | 1 | -1/+9 |
* | Validation of extension api callbacks and event parameters in DEBUG | rafaelw@chromium.org | 2009-08-22 | 1 | -4/+6 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -1/+0 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -2/+7 |
* | Chrome-side of fixes for content-script messaging. | mpcomplete@chromium.org | 2009-07-14 | 1 | -2/+8 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -4/+0 |
* | Refactor extension bindings to share code, avoid exposing hidden variables | mpcomplete@chromium.org | 2009-06-30 | 1 | -2/+69 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-10 | 1 | -0/+8 |
* | Revert 17889. It broke the extensions_uitests. And I didn't even get it | mpcomplete@google.com | 2009-06-08 | 1 | -5/+0 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-08 | 1 | -0/+5 |
* | Split V8Proxy::retrieveActiveFrame() into two methods. | aa@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 1 | -0/+6 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -0/+28 |