| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix renderer hang if plugin process crashes while initializing a plugin. | jam@chromium.org | 2009-10-22 | 2 | -3/+2 |
* | Reverting 29783. | johnnyg@chromium.org | 2009-10-22 | 1 | -91/+1 |
* | Swaps renderer processes on links with rel=noreferrer and target=_blank. | creis@google.com | 2009-10-22 | 1 | -1/+91 |
* | Add support for IMC handle passing in Chrome sandbox | gregoryd@google.com | 2009-10-22 | 2 | -4/+4 |
* | Revert 29747 - Switch over to the new way of enabling/disabling session/local... | nsylvain@chromium.org | 2009-10-22 | 1 | -2/+0 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Rename AutofillManager to FormFieldHistoryManager to better reflect the purpo... | jhawkins@chromium.org | 2009-10-21 | 1 | -1/+2 |
* | Trim unused members from SearchableFormData. Remove copies of WebCore functi... | pkasting@chromium.org | 2009-10-21 | 1 | -1/+0 |
* | Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH... | jhawkins@chromium.org | 2009-10-21 | 4 | -33/+35 |
* | Revert r29418 as it caused a regression. | eroman@chromium.org | 2009-10-21 | 1 | -8/+1 |
* | Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d... | jhawkins@chromium.org | 2009-10-20 | 3 | -13/+13 |
* | Fix crash bug when attempting to download a url with unsupported scheme, | tony@chromium.org | 2009-10-20 | 1 | -3/+4 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 1 | -3/+3 |
* | Degrade the https color and lock icon for the page that has a worker that loa... | dimich@google.com | 2009-10-19 | 2 | -3/+25 |
* | Make window cycling work even if you change it to something else than cmd-` i... | thakis@chromium.org | 2009-10-19 | 2 | -0/+16 |
* | Convert the spellchecker and associated messages and functions to use string16 | brettw@chromium.org | 2009-10-19 | 12 | -28/+22 |
* | Speculative fix for a crash where RenderWidgetHostViewWin tries to access a d... | eroman@chromium.org | 2009-10-19 | 1 | -1/+8 |
* | Short-circuit events rwhvmac if it's focussed. | thakis@chromium.org | 2009-10-19 | 1 | -32/+4 |
* | Make backspace not go back while IME is active. | thakis@chromium.org | 2009-10-19 | 1 | -2/+5 |
* | Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when | wtc@chromium.org | 2009-10-17 | 1 | -1/+1 |
* | Sniff 204 responses as text/plain to avoid creating unwanted downloads. | abarth@chromium.org | 2009-10-16 | 2 | -8/+34 |
* | Http Cache: Enable byte-range support by default. | rvargas@google.com | 2009-10-16 | 1 | -1/+1 |
* | Popup width and height are now dynamic. | erikkay@chromium.org | 2009-10-16 | 3 | -7/+9 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 3 | -20/+20 |
* | Removing a synchronous pause that reduces impact on the IO thread | hclam@chromium.org | 2009-10-16 | 1 | -36/+63 |
* | Get the nexe name from NaCl and send the NaCl process handle and pid to the r... | gregoryd@google.com | 2009-10-15 | 2 | -6/+17 |
* | Fix another memory leak in my unit test. | rogerta@chromium.org | 2009-10-15 | 1 | -2/+6 |
* | Provides a certificate for SSL client authentication on NSS sockets. | wtc@chromium.org | 2009-10-15 | 1 | -0/+9 |
* | Add histogram for how tab closing time. Did some cleanup along the way. Mov... | jam@chromium.org | 2009-10-14 | 3 | -19/+5 |
* | Use FilePath in URLRequestMocks. | evan@chromium.org | 2009-10-14 | 1 | -1/+2 |
* | Fix for memory leak in unit test. The test used to leak SiteInstance object | rogerta@chromium.org | 2009-10-14 | 1 | -22/+34 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 1 | -1/+5 |
* | Make the acknowledgement message for querying form autofill data always | darin@chromium.org | 2009-10-14 | 3 | -21/+21 |
* | Use FilePath in ChildProcessHost. | evan@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Wire up printing on the Mac | stuartmorgan@chromium.org | 2009-10-13 | 2 | -7/+39 |
* | AppCache: Kill bad renderers when we receive bad IPC messages. | michaeln@google.com | 2009-10-13 | 1 | -1/+1 |
* | I had written unit tests for the change to add a runtime id to Profiles, but | rogerta@google.com | 2009-10-13 | 1 | -0/+51 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Send key equivalents to renderer first. | thakis@chromium.org | 2009-10-12 | 1 | -0/+35 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 16 | -15/+21 |
* | Browser side support (sans UI) for desktop notifications. | johnnyg@chromium.org | 2009-10-12 | 4 | -0/+60 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 7 | -7/+7 |
* | Accessibility information from the renderer was not being returned to tools l... | ananta@chromium.org | 2009-10-10 | 1 | -1/+4 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 2 | -3/+7 |
* | Remove comments and const_cast that is no longer necessary with the latest Skia. | brettw@chromium.org | 2009-10-08 | 1 | -4/+1 |
* | Add a ticks counter that tells you how idle is a render process | cpu@chromium.org | 2009-10-08 | 3 | -0/+22 |
* | Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW... | jam@chromium.org | 2009-10-08 | 1 | -0/+25 |
* | Display tcmalloc debug output from renderer processes in about:tcmalloc. | sgk@chromium.org | 2009-10-08 | 2 | -0/+16 |
* | Fix long tooltips flashing like crazy under Windows. | darin@chromium.org | 2009-10-08 | 1 | -8/+8 |
* | Linux: use SOCK_SEQPACKET rather than SOCK_DGRAM | agl@chromium.org | 2009-10-07 | 2 | -2/+14 |