| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two Extension view types: Notification and Infobars. | finnur@chromium.org | 2010-03-26 | 1 | -1/+7 |
* | Enforce extension permissions in C++ (instead of Javascript). | jochen@chromium.org | 2010-03-24 | 6 | -18/+35 |
* | Add unit test that uses V8's JSON.parse() to read extension_api.json . | skerner@chromium.org | 2010-03-03 | 1 | -0/+135 |
* | Attempt to fix a crash in extension bindings' CallFunctionInContext. | mpcomplete@chromium.org | 2010-02-26 | 2 | -6/+20 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 3 | -2/+31 |
* | Adding @@extension_id reserved message to l10n message map for extension. | cira@chromium.org | 2010-02-18 | 1 | -3/+0 |
* | Replace __MSG_some_name__ template within extension css files with localized ... | cira@chromium.org | 2010-02-11 | 1 | -25/+0 |
* | Track the parent_frame for content script contexts instead of the parent_cont... | mpcomplete@chromium.org | 2010-02-09 | 2 | -21/+19 |
* | Move base.js file to the renderer/resources since it's not used by DevTools a... | yurys@chromium.org | 2010-02-09 | 1 | -2/+1 |
* | Reland r36541 (which went in without any commit log by some magic). Was rever... | jshin@chromium.org | 2010-01-19 | 1 | -2/+0 |
* | Revert 36541 (which went in without any commit log by some black magic). | jshin@chromium.org | 2010-01-19 | 1 | -0/+2 |
* | Review URL: http://codereview.chromium.org/545123 | jshin@chromium.org | 2010-01-19 | 1 | -2/+0 |
* | Adding support for i18n to content scripts. | cira@chromium.org | 2009-12-29 | 4 | -109/+115 |
* | Adds bookmarks.getRecent that returns the recently bookmarked items. | arv@chromium.org | 2009-12-18 | 1 | -0/+6 |
* | Dispose of V8 contexts when an extension request gets a response. | mpcomplete@chromium.org | 2009-12-18 | 1 | -0/+2 |
* | Load message catalogs on demand when chrome.i18n.getMessage needs them. | cira@chromium.org | 2009-12-17 | 1 | -2/+20 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 2 | -12/+12 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -3/+14 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -0/+22 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 1 | -22/+0 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 1 | -0/+22 |
* | Stab-in-the-dark at fixing a top crasher. | aa@chromium.org | 2009-11-25 | 1 | -9/+23 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -3/+3 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -2/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 3 | -8/+8 |
* | Clean up extension message port data in the renderer. | mpcomplete@chromium.org | 2009-11-03 | 1 | -3/+18 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 1 | -12/+80 |
* | Convert ReplaceStringPlaceholders(std::string...) to take a | tony@chromium.org | 2009-10-29 | 1 | -5/+5 |
* | Refactor BrowserActions, and add support for | aa@chromium.org | 2009-10-24 | 1 | -2/+5 |
* | Fix premultiplication mismatch in | aa@chromium.org | 2009-10-24 | 1 | -2/+3 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 2 | -6/+6 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-22 | 1 | -1/+3 |
* | TBR: darin | mhm@chromium.org | 2009-10-21 | 1 | -3/+1 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-21 | 1 | -1/+3 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 3 | -1/+6 |
* | Implement new page action API. | mpcomplete@chromium.org | 2009-10-16 | 1 | -7/+11 |
* | Update browser actions api to be like new design doc. | aa@chromium.org | 2009-10-15 | 1 | -1/+3 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 2 | -4/+12 |
* | Eliminate WebView::GetDelegate and replace RenderViewSet with a map from | darin@chromium.org | 2009-10-09 | 3 | -61/+78 |
* | Fix memory leak in ExtensionAPIClientTest. | mpcomplete@chromium.org | 2009-10-06 | 1 | -2/+2 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 1 | -20/+67 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 2 | -3/+28 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -4/+4 |
* | Use the current frame's URL when initializing the extension framework for a f... | mpcomplete@chromium.org | 2009-09-29 | 1 | -5/+4 |
* | Implementing chrome.i18n.getMessage call, that loads message from the extensi... | cira@chromium.org | 2009-09-28 | 3 | -2/+108 |
* | Force garbage collection after running any unit tests that initialize WebViews. | jorlow@chromium.org | 2009-09-25 | 1 | -14/+11 |
* | Disable the json_schema_unittest since it crashes after a WebKit deps roll. | jorlow@chromium.org | 2009-09-24 | 1 | -12/+14 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 2 | -2/+53 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 2 | -53/+2 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 2 | -2/+53 |