summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
...
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-4/+1
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+59
* WebSocket support in chromium.ukai@chromium.org2009-10-296-1/+351
* Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_...thestig@chromium.org2009-10-291-122/+4
* Attempt at fixing bug 24248 with a workaround.jcampan@chromium.org2009-10-286-12/+63
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-284-8/+15
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-283-0/+21
* Allow sandbox logging to be set when invoking chrome and relayed to the rende...thomasvl@chromium.org2009-10-281-0/+4
* Fix compile failures in Chrome OS and Views builds.jam@chromium.org2009-10-271-3/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-278-49/+49
* Only double the buffer when AsyncResourceHandler's caller fill the buffer.erg@google.com2009-10-262-10/+16
* Second attempt to swap processes on rel=noreferrer, target=blank links.creis@chromium.org2009-10-261-1/+131
* Enable HTML5 databases for all extension renderer processes.dumi@chromium.org2009-10-246-7/+11
* Clean up database files. Some changes are due to Google style guide violatio...pkasting@chromium.org2009-10-242-55/+49
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* When sending resources across the IPC barrier, use increasing sized buffers.erg@google.com2009-10-232-8/+38
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-235-8/+224
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-234-23/+41
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-236-32/+489
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-222-3/+2
* Reverting 29783.johnnyg@chromium.org2009-10-221-91/+1
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-221-1/+91
* Add support for IMC handle passing in Chrome sandboxgregoryd@google.com2009-10-222-4/+4
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-221-2/+0
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-221-0/+2
* Rename AutofillManager to FormFieldHistoryManager to better reflect the purpo...jhawkins@chromium.org2009-10-211-1/+2
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+0
* Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH...jhawkins@chromium.org2009-10-214-33/+35
* Revert r29418 as it caused a regression.eroman@chromium.org2009-10-211-8/+1
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-203-13/+13
* Fix crash bug when attempting to download a url with unsupported scheme,tony@chromium.org2009-10-201-3/+4
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-3/+3
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-192-3/+25
* Make window cycling work even if you change it to something else than cmd-` i...thakis@chromium.org2009-10-192-0/+16
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-1912-28/+22
* Speculative fix for a crash where RenderWidgetHostViewWin tries to access a d...eroman@chromium.org2009-10-191-1/+8
* Short-circuit events rwhvmac if it's focussed.thakis@chromium.org2009-10-191-32/+4
* Make backspace not go back while IME is active.thakis@chromium.org2009-10-191-2/+5
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-1/+1
* Sniff 204 responses as text/plain to avoid creating unwanted downloads.abarth@chromium.org2009-10-162-8/+34
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-1/+1
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-163-7/+9
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-163-20/+20
* Removing a synchronous pause that reduces impact on the IO threadhclam@chromium.org2009-10-161-36/+63
* Get the nexe name from NaCl and send the NaCl process handle and pid to the r...gregoryd@google.com2009-10-152-6/+17
* Fix another memory leak in my unit test.rogerta@chromium.org2009-10-151-2/+6
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-151-0/+9
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-143-19/+5
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-141-1/+2
* Fix for memory leak in unit test. The test used to leak SiteInstance objectrogerta@chromium.org2009-10-141-22/+34