summaryrefslogtreecommitdiffstats
path: root/content/browser/loader
Commit message (Expand)AuthorAgeFilesLines
* When switching processes during redirects, update the cookie policyjochen@chromium.org2013-08-127-7/+54
* Add histogram to measure the read deferral on crosswebsite navigationclamy@chromium.org2013-08-092-0/+8
* Clear device labels from MediaStreamTrack.getSources() if not authorizedvrk@chromium.org2013-08-061-0/+2
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-1/+1
* Remove security_origin member from content::Stream.tyoshino@chromium.org2013-07-263-12/+13
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-12/+9
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-232-2/+0
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-235-5/+5
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-225-5/+5
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-225-5/+5
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-212-8/+5
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-186-6/+6
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-173-3/+3
* Track user gesture state when opening an URL via the browser process.jochen@chromium.org2013-07-151-1/+4
* Persist download ids across sessions by merging them with db_handles.benjhayden@chromium.org2013-07-123-12/+15
* Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive zturner@chromium.org2013-07-101-2/+2
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-095-5/+5
* Disable ResourceDispatcherHostBrowserTest.SyncXMLHttpRequest_DuringUnload on ...msw@chromium.org2013-07-041-2/+8
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-022-41/+39
* Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile()kinuko@chromium.org2013-07-011-2/+15
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-284-5/+5
* Apply cross-origin auth prompt blocking to image resources only.tsepez@chromium.org2013-06-282-75/+80
* Move some classes out of webkit/glue/.darin@chromium.org2013-06-275-8/+476
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-1/+1
* Load one image at a time prior to parsing the <body>.simonjam@chromium.org2013-06-262-21/+45
* Move configuration of URLRequest referrer to content/browser/loader.darin@chromium.org2013-06-252-16/+32
* Eliminate SwapOut message parameters, keeping state in RVHM instead.creis@chromium.org2013-06-143-60/+16
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-8/+10
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-115-5/+5
* Ignore spurious ResourceHostMsg_DataReceived_ACK IPC messages.aedla@chromium.org2013-06-112-4/+60
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-2/+2
* Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()rch@chromium.org2013-06-061-0/+1
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-053-5/+5
* Expose net::LoadTimingInfo through content_shellpan.deng@intel.com2013-06-041-0/+3
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-0214-68/+69
* Reject ResourceHostMsg_Request with invalid priority.szym@chromium.org2013-06-011-0/+8
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-311-0/+4
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-293-4/+4
* Revert "Revert 202112 "GTTF: Convert most tests in content to use Embedd...""phajdan.jr@chromium.org2013-05-281-24/+46
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-1/+1
* Revert 202112 "GTTF: Convert most tests in content to use Embedd..."xiyuan@chromium.org2013-05-251-46/+24
* GTTF: Convert most tests in content to use EmbeddedTestServer.phajdan.jr@chromium.org2013-05-241-24/+46
* Avoid accessing an OfflinePolicy object unless it exists.rdsmith@chromium.org2013-05-231-4/+11
* Add expected content size to streamsPrivate.onExecuteMimeTypeHandlerzork@chromium.org2013-05-211-1/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+3