summaryrefslogtreecommitdiffstats
path: root/net/sdch
Commit message (Expand)AuthorAgeFilesLines
* Abstract pref storage from net::SdchOwnerbrettw2016-01-293-189/+273
* Use std::move instead of release() + new scoped_ptr in sdch_ownerolli.raula2016-01-111-1/+1
* Store and report sdch's Dictionary first use intervalBacek2016-01-063-84/+164
* Convert Pass()→std::move() in //netdcheng2015-12-262-7/+12
* Switch to standard integer types in net/.Avi Drissman2015-12-203-3/+8
* Include Sdch.UsageInterval* in histograms.xml and fix histogram to dealrdsmith2015-12-141-6/+5
* Remove incorrect language indicating that URLRequest was dependent on SDCHOwner.rdsmith2015-12-101-3/+2
* Returning const ref instead of const value in DictionaryPreferenceIterator::urlparitosh.in2015-08-241-1/+1
* Delete LevelDBPrefStore.dgrogan2015-07-161-3/+0
* Convert some base/prefs/ methods to scoped_ptr instead of bare ptrestade2015-06-262-7/+7
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-1/+4
* Revert debugging put in place for issue 454198.rdsmith2015-05-292-73/+6
* SdchObserver: add OnDictionary{Added,Removed}ellyjones2015-05-143-15/+19
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-062-5/+12
* SDCH: add TimeWeightedMemoryUseellyjones2015-04-283-61/+147
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-232-20/+19
* Remove SdchDictionary from exposed SdchManager interface.rdsmith2015-04-101-1/+1
* SDCH: track NetworkBytesSpent in SdchOwnerellyjones2015-04-033-24/+53
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Make SdchOwner resilient to dictionary used notifications post deletion.rdsmith2015-03-302-4/+59
* Revert "[net]: Disable SdchOwner's MemoryPressureListener to investigate http...rdsmith2015-03-113-7/+8
* Checks to enforce relative lifetimes for SdchManager.rdsmith2015-03-112-2/+5
* Increase memory size on mobile in M42 in expectation of fixing 447208 in M43.rdsmith2015-03-111-1/+1
* Make SDCH dictionaries persistent across browser restart.ellyjones2015-03-093-160/+992
* Drop mobile memory size to 500K while SDCH is not hooked up tordsmith2015-03-031-1/+1
* [net]: Disable SdchOwner's MemoryPressureListener to investigate http://crbug...rmcilroy2015-02-283-10/+10
* Pin request_url in stack for more info on tracking crasher.rdsmith2015-02-241-0/+8
* Instrument SdchOwner for clock nullification.rdsmith2015-02-202-0/+53
* Add high level documentation for SDCH.rdsmith2015-02-021-0/+119
* Double size of Android and iOS memory dedicated to SDCH dictionaries.rdsmith2015-01-081-1/+1
* Add an eviction mechanism for SDCH dictionaries.rdsmith2015-01-083-0/+853