Sign in
chromium
/
chromium
/
src
/
be5bc3238c657b45c7ff876f3bcd459315ab2b63
/
components
/
enhanced_bookmarks
a0e18cd
Cleanup: IWYU for base/gtest_prod_util.h.
by thestig
· 10 years ago
2757c51
Remove dead code after removal of BookmarkServerServiceTest.
by sdefresne
· 10 years ago
0741cb1c
Sync more GN unit tests with GYP.
by brettw
· 10 years ago
5c19af7
Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://codereview.chromium.org/1301743003/ )
by nasko
· 10 years ago
a7cde4bd
Sync more GN unit tests with GYP.
by Brett Wilson
· 10 years ago
dcbb985
Removed bookmark_image_service
by stkhapugin
· 10 years ago
0f2ef35
Componentize enhanced_bookmark_features.{h,cc}.
by sdefresne
· 10 years ago
ee37b0d
Clean up Enhanced Bookmark's data acquiring logic
by ianwen
· 10 years ago
9550931
Remove legacy StartsWithASCII function.
by brettw
· 10 years ago
d174036
Delete BookmarkImageAndUrlStore.db if it exists
by twellington
· 10 years ago
69c24ff2
[Android] Remove enhanced bookmark grid view.
by kkimlabs
· 10 years ago
e1ad2c6
[Android] Remove search feature from enhanced bookmarks
by kkimlabs
· 10 years ago
44ce0ec5
Move StartsWith[ASCII] to base namespace.
by brettw
· 10 years ago
5bd6090
[Android] Add enhanced bookmarks grid/list view experiment
by kkimlabs
· 10 years ago
236d317
Replace more ObserverList with base::ObserverList.
by brettw
· 10 years ago
b0daa01
components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
by skyostil
· 10 years ago
f54c4ca
Merge ChromeBookmarksServerClusterService with base class
by sdefresne
· 10 years ago
3931267
Avoid unnacessarily conversion from index to BookmarkNode pointer.
by deepak.m1
· 10 years ago
dafcf89
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
by dtapuska
· 10 years ago
4cc8b1e
Clean up dead code in enhanced_bookmark_utils.cc
by qiankun.miao
· 10 years ago
79ff566
Update {virtual,override} to follow C++11 style in components.
by nick
· 10 years ago
aa60872
Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREF
by raymes
· 10 years ago
1274f88
Change CompareString16WithCollator to take const ref collator.
by estade
· 10 years ago
00913642
Clean up enhanced_bookmark_utils.h/cc
by qiankun.miao
· 10 years ago
16a0d2a
Fix crashes due to gfx::Image unsafe thread passing
by kkimlabs
· 10 years ago
f7b6773a
Restrict salient image size before storing
by ianwen
· 11 years ago
ec62d8d3
Upstream Enhanced Bookmark Model (2nd Land)
by ianwen
· 11 years ago
f40cb64
Revert of Upstream Enhanced Bookmark Model (patchset #6 id:100001 of https://codereview.chromium.org/899403002/)
by alexclarke
· 11 years ago
691b64f
Upstream Enhanced Bookmark Model
by ianwen
· 11 years ago
4dfd13b
★ Change the order of the permanent nodes.
by lpromero
· 11 years ago
846191e5a
Dont set NEEDS_OFFLINE_PROCESSING flag.
by rfevang
· 11 years ago
566c432
[Enhanced Bookmark]Upstream image fetching code in android
by ianwen
· 11 years ago
f0a2c44
[Android] Upstreamed Stars UMA from iOS.
by kkimlabs
· 11 years ago
a665b308
bookmarks: Move BookmarkNode into 'bookmarks' namespace.
by tfarina
· 11 years ago
950b89f
Add method for removing bookmark image data.
by rfevang
· 11 years ago
9f946c9
★ Add Bookmarks Bar to the list of primary permanent nodes.
by lpromero
· 11 years ago
a110f52
★ Record the image dominant color in the image database.
by lpromero
· 11 years ago
b4a49575
Enable strict-virtual-specifiers for iOS builds.
by droger
· 11 years ago
7cd3acb
Fix ImageStoreUnitTest.GetSize on iOS
by sdefresne
· 11 years ago
a0ec34e
bookmarks: Move BookmarkModel into 'bookmarks' namespace.
by tfarina
· 11 years ago
3d0a879
Cleanup: Call std::string::empty instead of comparing against "".
by thestig
· 11 years ago
ea7453d
bookmarks: Move BookmarkModelObserver into 'bookmarks' namespace.
by tfarina
· 11 years ago
55f003a
Set the version string nodes created in the enhanced bookmark model.
by rfevang
· 11 years ago
d75d3221
Reset remote ids of bookmark nodes when creating a clone.
by rfevang
· 11 years ago
3cd5eaed
Removing unused code.
by noyau
· 11 years ago
ac0ea031
gn format //components
by scottmg
· 11 years ago
92fe70f
bookmarks: Move BaseBookmarkModelObserver into 'bookmarks' namespace.
by tfarina
· 11 years ago
634bdeb
Remove children of removed nodes from maps.
by rfevang
· 11 years ago
711e56e4
Revert "Revert of Reduce frequency of requesting bookmark clusters. (patchset #8 id:140001 of https://codereview.chromium.org/682933002/)"
by danduong
· 11 years ago
b8cf2351
Revert "Revert of Add Search Service in Enhanced Bookmark Bridge (patchset #6 id:100001 of https://codereview.chromium.org/637323005/)"
by danduong
· 11 years ago
1491f336
Revert of Add Search Service in Enhanced Bookmark Bridge (patchset #6 id:100001 of https://codereview.chromium.org/637323005/)
by kbr
· 11 years ago
8077169
Revert of Reduce frequency of requesting bookmark clusters. (patchset #8 id:140001 of https://codereview.chromium.org/682933002/)
by csharp
· 11 years ago
2d0c8cf
Reduce frequency of requesting bookmark clusters.
by danduong
· 11 years ago
e52346f
Add Search Service in Enhanced Bookmark Bridge
by ianwen
· 11 years ago
30a1b154
Standardize usage of virtual/override/final specifiers.
by dcheng
· 11 years ago
e0119af
Reland https://codereview.chromium.org/682103003/
by Yaron Friedman
· 11 years ago
c05c52e8
Filter out clusters with no nodes when getting filters.
by danduong
· 11 years ago
a029caa
Add kkimlabs@ as owner for enhanced_bookmarks locations.
by Yaron Friedman
· 11 years ago
00ea022b
Standardize usage of virtual/override/final in components/
by dcheng
· 11 years ago
dbd94aa
Skip enhanced bookmarks cluster requests if it's not being used.
by kkimlabs
· 11 years ago
11a68cb
Make chrome_shell_apk build
by cjhopman
· 11 years ago
d013a1f
Make sure GetAuthenticatedAccountId() returns a canonicalized id.
by rogerta
· 11 years ago
b338c55
Set offline processing flag for new bookmarks
by rfevang
· 11 years ago
4c90c51
Declaring the weak_ptr_factory in proper order in src/components
by pramod.bs
· 11 years ago
1959f3e
Set the enhanced_bookmark service loaded flag properly.
by noyau
· 11 years ago
daaac3a
Bring up of the enhanced bookmarks cluster service.
by noyau
· 11 years ago
6786150
Revert of Bring up of the enhanced bookmarks cluster service. (patchset #13 id:320001 of https://codereview.chromium.org/539173004/)
by sorin
· 11 years ago
6bb374f
Bring up of the enhanced bookmarks cluster service.
by noyau
· 11 years ago
b752eb1
Set a RemoteID when one is missing.
by lpromero
· 11 years ago
fe59f48
replace OVERRIDE and FINAL with override and final in components/
by mostynb
· 11 years ago
cb3b016
Migrate EnhancedBookmarkBridge from component folder to chrome/browser folder.
by ianwen
· 11 years ago
80f52c6
Fix lifetime of EnhancedBookmarkModel & BookmarkImageService
by sdefresne
· 11 years ago
f7a9148
Only set remote id during url node creation.
by rfevang
· 11 years ago
f0e1e77
Bring up of the server side full text search.
by noyau
· 11 years ago
51a9d86
Move TestBookmarkClient into bookmarks namespace.
by tfarina
· 11 years ago
a1bf3af9
Set version field when changes are made to enhanced bookmarks.
by rfevang
· 11 years ago
0c8745a
Mark gtest and gmock as testonly in GN.
by Brett Wilson
· 11 years ago
a3db1c4
Introduce ItemPosition class for enhanced bookmarks.
by rfevang
· 11 years ago
eefc52bd
Bring up of ImageService.
by noyau
· 11 years ago
56bd38e
Omnibox: Make URLs of Bookmarks Searchable - Try 2
by mpearson
· 11 years ago
9da9612
Fixing the enhanced bookmark namespace.
by noyau
· 11 years ago
6b7b926
Revert of Omnibox: Make URLs of Bookmarks Searchable (patchset #2 of https://codereview.chromium.org/489373005/)
by
[email protected]
· 11 years ago
1c2f071
Omnibox: Make URLs of Bookmarks Searchable
by
[email protected]
· 11 years ago
f3266cc
[Android] EnhancedBookmarksBridge for bookmark description read&write.
by
[email protected]
· 11 years ago
ce789a9
First implementation of enhanced_bookmark_utils.
by
[email protected]
· 11 years ago
5f8d96c
Adding yfriedman@ as owner for the enhanced_bookmarks component.
by
[email protected]
· 11 years ago
5dce66d1
components: Add GN build files for three more components.
by
[email protected]
· 11 years ago
e244e1a
Bring up of the metadata accessors for enhanced bookmarks.
by
[email protected]
· 11 years ago
cad4d0d
Adding iOS support for image_store.
by
[email protected]
· 11 years ago
6e2d03a
Add GetStoreSizeInBytes() to ImageStore to know the actual db size.
by
[email protected]
· 11 years ago
a90c8ca
Move bookmarks/core/... to bookmarks/...
by
[email protected]
· 11 years ago
38be420
Change ImageStore to use SequenceChecker instead of ThreadChecker.
by
[email protected]
· 11 years ago
545d7e91
Remove RefCounted from ImageStore class.
by
[email protected]
· 11 years ago
174a621
Local salient image storage for enhanced bookmark experiment.
by
[email protected]
· 11 years ago