| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CRLF in extension_process_bindings.cc | mpcomplete@chromium.org | 2010-08-17 | 1 | -700/+700 |
* | remove toolstrips | erikkay@chromium.org | 2010-08-12 | 2 | -737/+700 |
* | Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16. | viettrungluu@chromium.org | 2010-07-31 | 2 | -4/+4 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 5 | -0/+5 |
* | render_view.h: Header cleanup. | jhawkins@chromium.org | 2010-07-26 | 2 | -0/+4 |
* | Move context menu module out of experimental. | aa@chromium.org | 2010-07-17 | 1 | -1/+0 |
* | Added accessor for permissions map. NaCl needs this in order to look up | erikkay@chromium.org | 2010-07-15 | 2 | -18/+51 |
* | Add a wildcard scheme and a special 'all_urls' pattern to URLPattern. | mpcomplete@chromium.org | 2010-06-30 | 1 | -5/+15 |
* | Remove ExtensionAPIClient tests. These have been superceded | aa@chromium.org | 2010-06-16 | 1 | -740/+0 |
* | Mark ExtensionAPIClientTest.CreateWindow as flaky on Windows | jshin@chromium.org | 2010-06-10 | 1 | -1/+7 |
* | Fix memory leak introduced in r47972 (http://codereview.chromium.org/2137012/... | rafaelw@chromium.org | 2010-05-25 | 1 | -7/+10 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 2 | -45/+44 |
* | Disable ExtensionAPIClientTest.GetAllWindows as it flakily crashes. | jhawkins@chromium.org | 2010-05-12 | 1 | -1/+2 |
* | Disallow display of multiple experimental.extension.popup(...) windows | ericdingle@google.com | 2010-05-12 | 1 | -1/+1 |
* | Disable ExtensionAPIClientTest.GetCurrentWindow, it's crashy. | bauerb@chromium.org | 2010-05-12 | 1 | -3/+3 |
* | Bummer: Re-disabling ExtensionAPIClientTest.GetLastFocusedWindow again because | jhawkins@chromium.org | 2010-05-12 | 1 | -1/+2 |
* | TTF: Mark ExtensionAPIClientTest.GetLastFocusedWindow as flaky instead of dis... | jhawkins@chromium.org | 2010-05-11 | 1 | -2/+2 |
* | Disable BrowserTest.ThirtyFourTabs on Mac. | bauerb@chromium.org | 2010-05-11 | 1 | -0/+1 |
* | Disable ExtensionApiJsonValidityTest.WithV8 under windows. | bauerb@chromium.org | 2010-05-11 | 1 | -1/+7 |
* | Revert 46592 - Disallow display of multiple experimental.extension.popup(...)... | zork@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Disallow display of multiple experimental.extension.popup(...) windows. | ericdingle@google.com | 2010-05-06 | 1 | -1/+1 |
* | Rename some other occurrences of deperecated methods. | antonm@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Initial support for web-extent background pages. | rafaelw@chromium.org | 2010-05-06 | 1 | -4/+6 |
* | Revert "Clean-up of the asynchronous behaviour of the experimental extension ... | phajdan.jr@chromium.org | 2010-05-01 | 1 | -1/+1 |
* | Clean-up of the asynchronous behaviour of the experimental extension popup API. | twiz@chromium.org | 2010-04-30 | 1 | -1/+1 |
* | Give chrome-extension frames in regular renderers access to messaging APIs, | mpcomplete@chromium.org | 2010-04-19 | 2 | -0/+11 |
* | Add chrome.tabs.getCurrent() api call to extensions. | rafaelw@chromium.org | 2010-04-14 | 1 | -1/+16 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-14 | 5 | -13/+49 |
* | Revert 44351 - Reland 44348 Add support for restricting broadcasting events t... | jochen@chromium.org | 2010-04-13 | 5 | -43/+13 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-13 | 5 | -13/+43 |
* | Revert 44348 - Add support for restricting broadcasting events to extensions ... | jochen@chromium.org | 2010-04-13 | 5 | -43/+13 |
* | Add support for restricting broadcasting events to extensions based on host p... | jochen@chromium.org | 2010-04-13 | 5 | -13/+43 |
* | Support PNG and quality control in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-04-08 | 1 | -9/+87 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Add calling frame's source_url to extension and dom ui requests. | rafaelw@chromium.org | 2010-04-02 | 2 | -2/+7 |
* | 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 |