summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_context.h
Commit message (Expand)AuthorAgeFilesLines
* [Media] Add user gesture reporting for API calls to midi and media streams.gbillock@chromium.org2014-03-281-0/+1
* Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone.pkasting@chromium.org2014-03-131-3/+0
* Web MIDI: make naming convention be consistenttoyoshim@chromium.org2014-02-041-4/+4
* Dismiss EME infobar when WebMediaPlayer is destroyed.kkimlabs@chromium.org2014-01-081-0/+16
* Cancel MIDI permission request infobar on MIDIAccess stop.kkimlabs@chromium.org2013-10-301-0/+8
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-24/+3
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-3/+24
* Adding a first prototype of guest mode.jwd@chromium.org2013-07-171-1/+1
* Web MIDI: add RequestMIDISysExPermission to BrowserContexttoyoshim@chromium.org2013-07-121-4/+11
* Get rid of the SpeechRecognitionPreferences interface. It only had one method...jam@chromium.org2013-07-091-6/+0
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...vasilii@chromium.org2013-06-021-6/+0
* Remove dependency on ui/base/clipboard/clipboard.h from browser_context.hjeremya@chromium.org2013-04-261-3/+2
* Resubmit of Remove AppIsolation from Extension Classrdevlin.cronin@chromium.org2013-04-031-2/+2
* Revert 191571 "Move AppIsolation out of Extension Class"ilevy@chromium.org2013-03-311-2/+2
* Move AppIsolation out of Extension Classrdevlin.cronin@chromium.org2013-03-311-2/+2
* Get rid of old comment in BrowserContext. We'll need to keep OffTheRecord on ...jam@chromium.org2013-03-261-1/+0
* Part I: clear primary and selection clipboards if data came from content area.vasilii@chromium.org2013-02-181-0/+7
* Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. pauljensen@chromium.org2013-02-081-4/+0
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-7/+10
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+9
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-1/+10
* Implement the ability to obliterate a storage partition from disk.creis@chromium.org2012-11-171-0/+3
* Webview tag creation should be using storage partitions.nasko@chromium.org2012-11-081-2/+1
* For storage partitions to work properly, we need to know whether a storage pa...nasko@chromium.org2012-10-301-2/+4
* Removes BrowserContext::DidLastSessionExitCleanly() and makessky@chromium.org2012-10-041-4/+0
* continuing from http://http://codereview.chromium.org/10823241ajwong@chromium.org2012-09-181-6/+3
* Move IndexedDBContext into the StoragePartition and ensure isolation.ajwong@chromium.org2012-09-161-1/+0
* AppCache and StoragePartition'ingmichaeln@chromium.org2012-09-151-11/+3
* Do not share a process unless it has the right storage partition.creis@chromium.org2012-09-071-0/+3
* Access the DatabaseTracker via a StoragePartition to support the isolated app...michaeln@google.com2012-08-291-2/+0
* Access the QuotaManager via a StoragePartition to support the isolated app fe...michaeln@google.com2012-08-221-2/+0
* Ensure that isolated apps use the right cookies for media requests.creis@chromium.org2012-08-211-4/+9
* Move StoragePartition into content/public and remove BrowserContext::GetDOMSt...ajwong@chromium.org2012-08-181-6/+19
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-0/+2
* Support partitioning of storage contexts based on render_id.ajwong@chromium.org2012-07-121-1/+3
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Ensure static BrowserContext methods only get called on the UI thread. Also e...jam@chromium.org2012-07-101-1/+2
* Support NULL geolocation and speech delegates to make embedding content easier.jam@chromium.org2012-06-071-2/+4
* Followup comments from r140761 regarding moving DownloadManager ownership to ...jam@chromium.org2012-06-061-1/+2
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-3/+6
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-3/+0
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-3/+3
* Clean up password manager code.isherman@chromium.org2012-03-021-1/+1
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-3/+5
* Remove usage of WebKitContext from chrome. This also cleans up the chrome cod...jam@chromium.org2012-02-241-0/+10
* Move creation and ownership of HostZoomMap to content instead of having every...jam@chromium.org2012-02-221-4/+0
* Web Intents: Add a pref for enabling the feature, enable the UI.jhawkins@chromium.org2012-02-221-1/+1
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-211-5/+12
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-9/+16