Sign in
chromium
/
chromium
/
src
/
ab0bd29c2204b4c28d4aef9024bd44074710eb76
/
chrome
/
browser
/
browsing_data
db78e67
Change how the quota system computes the poolsize for temporary storage.
by michaeln
· 9 years ago
3248025
Extract embedder-specific data types from BrowsingDataRemover
by msramek
· 9 years ago
f175406
Last visit dates of bookmarks - fix browsing data removal on desktop
by jkrcal
· 9 years ago
389790dd
Disable ConditionalCacheDeletionHelperBrowserTest.TimeAndURL on linux
by asargent
· 9 years ago
090622c
Remove unused linked_ptr inclusion
by ratsunny
· 9 years ago
939972b08
Move static RegistrableDomainFilterBuilder methods to an anonymous namespace
by msramek
· 9 years ago
ecd2380
Move all components/offline_pages/ files into component/offline_pages/core
by chili
· 9 years ago
f20ff4d
Remove unused power monitoring/collection modules.
by kmarshall
· 9 years ago
8aa3c277
chrome: Cleanup class/struct forward declarations
by jbriance
· 9 years ago
08165e6
Remove the "one at a time" restriction from the browsingData API
by msramek
· 9 years ago
19bf963
Replace FILTERABLE_DATATYPES in pref_service_bridge with explicit enumeration
by msramek
· 9 years ago
0748bf41
Move enable_webrtc to a buildflag header.
by Brett Wilson
· 9 years ago
4b46108
Convert enable_plugins to a buildflag header.
by brettw
· 9 years ago
cf72977
Remove unneeded stringprintf.h usage in chrome/ and net/
by thestig
· 9 years ago
370250a
Remove unnecessary calls to GURL().
by cfredric
· 9 years ago
00899e6
Move enable extensions define to a build flag.
by brettw
· 9 years ago
9e85ef4
Move session service and supervised users to buildflags.
by brettw
· 9 years ago
f808c9f
Clear NQE prefs when cache is cleared
by tbansal
· 9 years ago
0448040
Add suborigin logic to url::Origin
by jww
· 9 years ago
c93bb7ff
Revert of Switching ExtensionSpecialStoragePolicy::IsStorageDurable to use DurableStoragePermissionContext. (patchset #11 id:200001 of https://codereview.chromium.org/2351803002/ )
by dougt
· 9 years ago
7d04c9b
Remove FOR_EACH_OBSERVER macro usage in chrome/browser/android
by ericwilligers
· 9 years ago
beceaa5
[Reland] Refactor WebappRegistry into a singleton instance.
by dominickn
· 9 years ago
6f67ebb
Adds media license nodes to cookie tree model and cookies view.
by jrummell
· 9 years ago
aec2c54
Replace usage of GURL(origin.Serialize()) with origin.GetURL()
by csharrison
· 9 years ago
4a19a66d
Switching IsStorageDurable() to use DurableStoragePermissionContext.
by dougt
· 9 years ago
5263a0f
Replace RunLoop with WaitableEvent in ConditionalCacheDeletionHelperBrowserTest
by msramek
· 9 years ago
0d4dfd2
Revert of [Reland] Refactor WebappRegistry into a singleton instance. (patchset #14 id:260001 of https://codereview.chromium.org/2351113005/ )
by nasko
· 9 years ago
142972d
Re-enable storage for Suborigins.
by jww
· 9 years ago
8d4f923
[Reland] Refactor WebappRegistry into a singleton instance.
by dominickn
· 9 years ago
5a8dd1f
Revert of [Reland] Refactor WebappRegistry into a singleton instance. (patchset #13 id:240001 of https://codereview.chromium.org/2351113005/ )
by penghuang
· 9 years ago
423c304
Make all PermissionDecisionAutoBlocker methods static.
by dominickn
· 9 years ago
6e08a0b
[Reland] Refactor WebappRegistry into a singleton instance.
by dominickn
· 9 years ago
84af4a12
Adding ClearBlackList to the PreviewsBlackList and plumbing to UI
by ryansturm
· 9 years ago
83ff6fe
Revert of Refactor WebappRegistry into a singleton instance. (patchset #11 id:200001 of https://codereview.chromium.org/2351113005/ )
by penghuang
· 9 years ago
78cf6596
Refactor WebappRegistry into a singleton instance.
by dominickn
· 9 years ago
7e006db
[Sync] Move //components/sync to the syncer namespace, take 2.
by maxbogue
· 9 years ago
ad8dd0f
Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://codereview.chromium.org/2376123003 )
by ksakamoto
· 9 years ago
a1a85435
[Sync] Move //components/sync to the syncer namespace.
by maxbogue
· 9 years ago
cee78e4e
Fix object ownership in ui/base/models.
by avi
· 9 years ago
27ca374
[Durable] Clear durable permission when clearing site data.
by dmurph
· 9 years ago
7409f67d
Clean up scoped_refptr construction to fix race case.
by dmurph
· 9 years ago
061ac440
Fix a bunch of unique_ptr.reset(other_unique_ptr.release()) calls.
by thestig
· 9 years ago
04a6912a
Forcibly clear worker ref counts on shutdown.
by falken
· 9 years ago
8255475
Remove stl_util's STLDeleteContainerPairSecondPointers from all of Chromium.
by avi
· 9 years ago
0a37945
[Sync] Fix namespaces for the browser_sync component.
by maxbogue
· 9 years ago
c154315
[NoStatePrefetch] Add performance histograms.
by droger
· 9 years ago
26f4022
[Sync] Merge //components/browser_sync into one directory.
by maxbogue
· 9 years ago
9d1e504
Clear browsing data from ContentSuggestionService only if exists.
by jkrcal
· 9 years ago
96fd0c0f
//chrome/browser and //components A-E: Change ScopedTempDir::path() to GetPath()
by vabr
· 9 years ago
88f013bd
Revert cookies back to be domain scoped
by lshang
· 9 years ago
86fa1dd
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
d8abf8f
Disable flaky ConditionalCacheDeletionHelperBrowserTest.TimeAndURL on mac.
by lazyboy
· 9 years ago
36deba9
Improve the extensions-related code in BrowsingDataRemover
by msramek
· 9 years ago
9acfdb3c
Support origin-based deletion for password store statistics
by msramek
· 9 years ago
a2023ab
Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/
by mcasas
· 9 years ago
e7da298
Support host-based deletion for SSLHostStateDelegate
by msramek
· 9 years ago
ff8634c
Implement url-based deletion for webapp history.
by msramek
· 9 years ago
a946e92
Make ClearBrowsingDataHandler only observe its own removal task
by msramek
· 9 years ago
053298c
Clear HTTP auth data on clearing cache
by tmoniuszko
· 9 years ago
94f5656c
Implement host-based deletion for the hostname resolution cache.
by msramek
· 9 years ago
db42f89
Extend the origin-based deletion in TemplateURLService to a URL filter
by msramek
· 9 years ago
685fdfaa
Add ClearHistory() to ContentSuggestionsService and its providers
by vitaliii
· 9 years ago
1bf1e183
[Offline Pages] Removes check on deprecated IsOfflinePagesEnabled flag from BrowsingDataRemover
by dougarnett
· 9 years ago
4a9b0ef
Change most chrome/ grit includes to use qualified paths.
by thestig
· 9 years ago
4a2e88e
Change many chrome/browser includes to use qualified paths.
by thestig
· 9 years ago
66a4eb70
[Offline Pages] Don't remove user-requested pages when deleting cache.
by romax
· 9 years ago
7d1d7a5
[NTP Snippets] Clear cached suggestions when clearing browsing data
by treib
· 9 years ago
d1f52f0
Support origin-based deletion for OriginPowerMap.
by msramek
· 9 years ago
4d2cbc62
Remove test-only constructor from CreditCard.
by rouslan
· 9 years ago
f2b9160
Mark REMOVE_PLUGIN_DATA as a filterable datatype
by msramek
· 9 years ago
dd29396
Implement origin-based deletion of plugin data
by msramek
· 9 years ago
f40c843
Site Settings Desktop: Implement individual cookie removal and RemoveAll.
by finnur
· 9 years ago
67c8ff8
Permission Action Reporting: Add num_prior_* fields.
by kcarattini
· 9 years ago
03e6ff8c
Update cookie value and attribute setting behavior to match other UAs
by jww
· 9 years ago
f0f8c87
Move method that matches the data type with the deletion preference for browsing data to components
by ioanap
· 9 years ago
556a0ad
Move part of browsing data counter text util method to components
by ioanap
· 9 years ago
549dfee
Formalize the restrictions of BrowsingDataRemover::RemoveWithFilter()
by msramek
· 9 years ago
32fa6b3f9
chrome: Use stl utilities from the base namespace
by skyostil
· 9 years ago
6947d75
Add a feature which, when enabled, blocks permissions after X prompt dismissals.
by dominickn
· 9 years ago
3e0d5c9
Use BookmarkModelFactory::GetForBrowserContext everywhere
by pke
· 9 years ago
6f16683
Implement a task scheduler for BrowsingDataRemover
by msramek
· 9 years ago
0111269
Support unregistering webapps for a given set of URLs.
by msramek
· 9 years ago
e04a147
Remove BrowserTestBase::{AddRef,Release}
by tzik
· 9 years ago
ee01bc1
Rename browsing_data::TimePeriod::EVERYTHING to ALL_TIME
by msramek
· 9 years ago
00117ff
Deprecate the CallbackSubscription in BrowsingDataRemover
by msramek
· 9 years ago
ca0ff033
Change ContentSettingsType's scoping type and hookup migration code
by lshang
· 9 years ago
f6ed359c
Shutdown StoragePartition before ProfileIOData is being shut down
by kinuko
· 9 years ago
09df8fd
Fix a memory leak in BrowsingDataFilterBuilder
by msramek
· 9 years ago
4245d2b
Move counters for passwords, history and autofill to components
by ioanap
· 9 years ago
2d114cd
Fix a race condition in BrowsingDataRemover.
by msramek
· 9 years ago
b941926
Make browsing_data component a layered component
by ioanap
· 9 years ago
2df4a9e
Remove remaining calls to deprecated MessageLoop methods on Mac.
by fdoray
· 9 years ago
010756d
Implement origin-based deletion for the domain reliability service.
by msramek
· 9 years ago
23a715e8
Make BrowsingDataRemover mockable and filter builders comparable
by msramek
· 9 years ago
3b09ab9
[MD settings] disable clear browsing data while it is running
by dbeam
· 9 years ago
918aa6d
Move browsing data deletion prefs to components
by ioanap
· 9 years ago
a1663cd
Remove use of CanonicalCookie::Source() from browsing_data.
by mmenke
· 9 years ago
338c59d
Implement origin-based deletion for password manager's auto-signin bit.
by msramek
· 9 years ago
c6d9534
Add BrowsingDataCounterFactory
by ioanap
· 9 years ago
0cf3465
Removed the disused WEBRTC_IDENTITY datatype from BrowsingDataRemover
by msramek
· 9 years ago
Next »