summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-6/+6
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-5/+8
* Stop running appcache layout tests as browser testsjochen@chromium.org2013-06-071-101/+0
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-055-8/+8
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-023-26/+27
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-303-3/+3
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-1/+0
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-6/+5
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-15/+15
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-073-8/+10
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+4
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-032-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+3
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-6/+6
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-248-18/+35
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-1/+2
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-153-2/+49
* Rename layoutTestController to testRunner.jochen@chromium.org2012-08-071-1/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-113-4/+1
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-252-4/+4
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-42/+2
* Move test headers from content\test to content\public\test. This way we can e...jam@chromium.org2012-06-041-2/+2
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-274-27/+33
* Convert AppCache's UI test to a browser_test. browser_tests are sharded and r...jam@chromium.org2012-03-301-23/+13
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-2/+1
* Get rid of the content notification for memory purging, which is a chrome fea...jam@chromium.org2012-02-212-24/+1
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-212-3/+6
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-202-7/+21
* Flakiness cleanup: disable flaky tests under content/evan@chromium.org2012-02-141-2/+2
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-093-6/+6
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* base::Bind: Fixes in content/jhawkins@chromium.org2011-12-191-5/+4
* Move BrowserMessageFilter to public, and into content namespace.joi@chromium.org2011-12-162-3/+4
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-2/+4
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-081-0/+40
* Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...michaeln@google.com2011-12-072-5/+8
* Add OVERRIDE to content/.avi@chromium.org2011-11-173-12/+13
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-5/+9
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-5/+7
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-282-6/+6
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-10/+11