| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Fires port.onDisconnect if tabs.connect fails. | jstritar@chromium.org | 2010-10-28 | 1 | -3/+5 |
* | Fix a regression introduced by extension event refactoring. | mpcomplete@chromium.org | 2010-10-27 | 2 | -6/+20 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -11/+29 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 7 | -82/+41 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-13 | 1 | -1/+2 |
* | Ensure global extension events (like bookmarks) are sent to the incognito | mpcomplete@chromium.org | 2010-10-08 | 6 | -20/+18 |
* | Coverity: Initialize data members in constructor. | jhawkins@chromium.org | 2010-10-05 | 1 | -0/+1 |
* | clang/mac: Fix build. | thakis@chromium.org | 2010-10-04 | 1 | -2/+2 |
* | Attempt2: Component extensions (and whitelisted extensions) specifying <all_u... | finnur@chromium.org | 2010-10-04 | 2 | -1/+22 |
* | Revert 61323 - Component extensions (and whitelisted extensions) specifying <... | finnur@chromium.org | 2010-10-03 | 2 | -22/+1 |
* | Component extensions (and whitelisted extensions) specifying <all_urls> in th... | finnur@chromium.org | 2010-10-03 | 2 | -1/+22 |
* | Generalize permission types to make it safer for us to add new permissions an... | erikkay@chromium.org | 2010-09-28 | 2 | -4/+5 |
* | Trying to reland r59889, this time as a multi-stage patch. | mpcomplete@chromium.org | 2010-09-23 | 1 | -14/+10 |
* | Revert 59889 - Fix regression introduced by | thakis@chromium.org | 2010-09-19 | 1 | -4/+11 |
* | Fix regression introduced by | mpcomplete@chromium.org | 2010-09-18 | 1 | -11/+4 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -2/+3 |
* | Land implementation part of cl 3352009 (that cl was just data | aa@chromium.org | 2010-09-14 | 1 | -0/+5 |
* | Excempt certain extension functions from module permission check. | finnur@chromium.org | 2010-09-10 | 1 | -10/+1 |
* | Allow experimental extension pop-ups from infobars. | joi@chromium.org | 2010-09-03 | 1 | -1/+6 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 3 | -15/+31 |
* | Reland r57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-31 | 5 | -47/+80 |
* | Revert 57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 5 | -78/+47 |
* | Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 5 | -47/+78 |
* | fix browsertest failure | erikkay@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | When the browser doesn't have connectivity to a hosted app, display a prettie... | erikkay@chromium.org | 2010-08-27 | 4 | -3/+218 |
* | Implement window.chrome.app.isInstalled . | skerner@chromium.org | 2010-08-27 | 2 | -0/+89 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -15/+34 |
* | 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 |