Sign in
chromium
/
chromium
/
src
/
c17522b543fb042d5accdc0f9faca96151bdfcd2
/
components
/
sync_sessions
1c99002
Replace tracked_objects::Location with base::Location.
by Brett Wilson
· 8 years ago
ec04532
components: Fix common misspellings (excluding comments)
by Julien Brianceau
· 8 years ago
08a04b7
[Sync] Replace base::MakeUnique with std::make_unique
by Sky Malice
· 8 years ago
e6d92ec3
Reland of [Sync] Maintain a global_id mapping to update UserEvents...
by Sky Malice
· 8 years ago
3105b147
Revert of "[Sync] Maintain a global_id mapping to update UserEvents that references navigations."
by
[email protected]
· 8 years ago
a58a1f0
[Sync] Maintain a global_id mapping to update UserEvents that references navigations.
by skym
· 8 years ago
3655c79
[Sync] Handle delayed source tab id
by Nicolas Zea
· 8 years ago
82892d4
[Sync] Reland cross-tab tracking for task ids.
by Nicolas Zea
· 8 years ago
6483d03
[Sync] FaviconCache: Remove entries from page_favicon_map_ when synced favicon is freed
by Pavel Yatsuk
· 8 years ago
1ee189bd
Remove trailing semicolon at the end of a method definition
by juncai
· 8 years ago
75d70fe
Don't move raw pointers in sync
by vabr
· 8 years ago
7e3869b
Revert of Track task ids for navigations cross multiple tabs. (patchset #4 id:80001 of https://codereview.chromium.org/2868043003/ )
by zea
· 8 years ago
854b8bc
Track task ids for navigations cross multiple tabs.
by shenchao
· 8 years ago
783900c
[Sync] Handle reassociation of tabs where the old tab is already mapped.
by zea
· 8 years ago
66a9a08
Use ScopedTaskEnvironment instead of MessageLoopForUI in components tests.
by fdoray
· 8 years ago
965fab94d
Add taskids for navigation, created in session sync.
by shenchao
· 8 years ago
92d4a10
[Sync] Restore previous session if no tabbed windows present
by zea
· 8 years ago
325508e
[Sync] Introduce SyncedSessionWindow type.
by zea
· 8 years ago
0a7406f
Remove the wrapper functions content::RecordAction et al
by bratell
· 8 years ago
1901afa5
[sync] WebContentsObserver based sessions notifications
by pnoland
· 8 years ago
9b42f431
Reland v5 of Sessions Refactor
by zea
· 8 years ago
5bdcd6ff
[Sync] Refactor SessionsSyncManager unit tests
by zea
· 9 years ago
60bd4d2f
[Sync] Replace typedef with using.
by skym
· 9 years ago
471807b
Revert of Reland v4 of Session refactor (patchset #3 id:40001 of https://codereview.chromium.org/2683263002/ )
by zea
· 9 years ago
9e83363
Reland v4 of Session refactor
by zea
· 9 years ago
93a6ee79
Turn on clang format as an upload step for all the repo.
by jam
· 9 years ago
95716a604
[Sync] Fix sync lint errors/includes, update presubmit.
by skym
· 9 years ago
ddd4300
Revert of Reland v3 of Session refactor (patchset #5 id:70001 of https://codereview.chromium.org/2651583006/ )
by zea
· 9 years ago
0b0a0a1
Reland v3 of Session refactor
by zea
· 9 years ago
57426110
Remove ScopedVector in components/sync_sessions
by ke.he
· 9 years ago
0b45afb
[Sync] Minor refactor to sessions manager to be more readable.
by skym
· 9 years ago
aedecb0
[Sync] Add skym to sync OWNERS.
by skym
· 9 years ago
2fc56e3
Foreign tab suggestions should update when disabling sync or signing out.
by skym
· 9 years ago
0b91d717
Revert "Reland of [Sync] Put session tracker in charge of maintaining local state."
by zea
· 9 years ago
f4224ba
[Sync] Fix flakiness from Sessions refactor
by zea
· 9 years ago
159246f2
Reland of [Sync] Put session tracker in charge of maintaining local state.
by zea
· 9 years ago
3778079
[Sync] Rename NonUIDataTypeController to AsyncDirectoryTypeController
by pavely
· 9 years ago
d8529e2
[Sync] Convert SyncSessions to NonUIDataTypeController and remove UIDataTypeController
by pavely
· 9 years ago
fb4af85
[Sync] Remove UIDataTypeController
by pavely
· 9 years ago
0274b6d
components: Cleanup class/struct fwd declarations
by jbriance
· 9 years ago
2b0bb91
[Sync] Move GenerateSyncableHash to base.
by maxbogue
· 9 years ago
1cd87c1
Revert of [Sync] Put session tracker in charge of maintaining local state. (patchset #5 id:120001 of https://codereview.chromium.org/2494533002/ )
by zea
· 9 years ago
7453d79b
[Sync] Put session tracker in charge of maintaining local state.
by zea
· 9 years ago
fb4ce10
[Sync] Add support for identifying tabbed activites
by zea
· 9 years ago
24ffc6be
[Sync] Replacing NULL with nullptr/null throughout sync code.
by skym
· 9 years ago
0a8b662
[Sync] Updating all sync components to use similar presubmit linting logic.
by skym
· 9 years ago
88daafd
[Sync] Don't associate sessions when there are no windows
by zea
· 9 years ago
91ee6068
[Sync] Fix test support targets + duplicate namespaces.
by maxbogue
· 9 years ago
dc10e45
[Sync] Rewriting ".reset(new" pattern to use "= base::MakeUnique" instead.
by skym
· 9 years ago
7160384
[Sync] Renaming sync/api* to sync/model*.
by skym
· 9 years ago
7ed9ccef
[Sync] Move attachments code out of core/.
by maxbogue
· 9 years ago
2f960e5
[Sync] Move some things from driver to base.
by maxbogue
· 9 years ago
a480621
Check SupervisedUserURLFilter on synchronous navigations.
by bauerb
· 9 years ago
6d5ecf8
[Sync] Fixing easy lint violations.
by skym
· 9 years ago
f4b335b
[Sync] Removing duplicate includes, part 2.
by skym
· 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
453cc58e
[Sync] Removing duplicated includes between cc and h files.
by skym
· 9 years ago
2376391
[sync] Crash in GenericChangeProcessor::NotifyLocalChangeObservers
by pnoland
· 9 years ago
3ab073a
[sync] Gather metrics on how often tab sync misses navigations
by pnoland
· 9 years ago
498cabca
Fix ownership in sync/sessions.
by avi
· 9 years ago
ef46c00e
Remove GYP annotations from components GN files.
by brettw
· 9 years ago
a79d99b7
[Sync] Fix namespaces for the sync_sessions component.
by maxbogue
· 9 years ago
fd43b4b9
[Sync] Convert DTCs to be not RefCounted and NonThreadSafe.
by maxbogue
· 9 years ago
85ec5795
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
3033081a
Change includes of histogram.h to histogram_macros.h.
by asvitkine
· 9 years ago
6ef45cf
Remove calls to deprecated MessageLoop methods on Windows and Linux.
by fdoray
· 9 years ago
f1885f7d
[Sync] Create //components/sync/device_info.
by maxbogue
· 9 years ago
455a57e3
[Sync] Move //components/sync_driver to //components/sync/driver.
by maxbogue
· 9 years ago
4638441
components: Use stl utilities from the base namespace
by skyostil
· 9 years ago
d0c366f4
[Sync] Update window_id for tabs during association.
by maxbogue
· 9 years ago
fef332d
[Sync] Move //sync to //components/sync.
by Max Bogue
· 9 years ago
2dbbe5b0
Convert some GN test support targets to static libs.
by brettw
· 9 years ago
74e10b2
Reland of place string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #1 id:1 of https://codereview.chromium.org/2131933002/ )
by markusheintz
· 9 years ago
f6358362
Revert of Replace string::find(prefix) == 0 pattern with base::StartsWith(). (patchset #2 id:20001 of https://codereview.chromium.org/2121513002/ )
by markusheintz
· 9 years ago
53bfbe9
Replace string::find(prefix) == 0 pattern with base::StartsWith().
by lazyboy
· 9 years ago
ee1440b
Use container::back() and container::pop_back() in components/
by thestig
· 9 years ago
6ad03d9
[Sync] Deprecate old histograms
by zea
· 9 years ago
1cbab2cb
Cleanup: Remove static_casts of NULL in components/
by thestig
· 9 years ago
b0023a6
[Sync] Add maxbogue as a sync owner.
by maxbogue
· 9 years ago
7966d31
Fix include path for moved thread_task_runner_handle.h header in components/
by gab
· 9 years ago
5b9c7ed6
Replace scoped_ptr with std::unique_ptr in //components/sync_sessions
by danakj
· 9 years ago
53151e5f
[Sync] Sessions now deletes incorrectly hashed data during merge.
by skym
· 9 years ago
b21a1b1
Convert //components/sync_driver from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
199c7fd
[Sync] Moved tab_node_id tracking to session object and improved foreign session
by skym
· 9 years ago
8508454d
[Sync] Adding device count histogram based off pulsing device info.
by skym
· 9 years ago
34e4af6
[Sync] Adding metric on NTP load to emit the age of most recent foreign tab.
by skym
· 10 years ago
f00b9b4
Update components for new prefs location.
by brettw
· 10 years ago
9f7802a2
Update GN build files for new prefs location.
by brettw
· 10 years ago
51ace48a
Convert Pass()→std::move() in //components/[n-z]*
by dcheng
· 10 years ago
5dd91f8
Switch to standard integer types in components/, part 4 of 4.
by avi
· 10 years ago
83e8bd3
Sync: Clean up use of SyncedWindowDelegatesGetter
by stanisc
· 10 years ago
d7a71c88
Run gn --format over all .gn files
by agrieve
· 10 years ago
9f5fa51
[Sync] Check for webcontents destruction before getting url
by zea
· 10 years ago
8ef2508
[Sync] Move sessions files from sync_driver to sync_sessions.
by maxbogue
· 10 years ago
1797a2e
[sync] Componentize SessionDataTypeController
by blundell
· 10 years ago
9c7707d
[Sync] Componentize SessionsSyncManager and PageRevisitBroadcaster
by zea
· 10 years ago
e95da1e
[sync] Remove NotificationServiceSessionRouter knowledge from PSS
by blundell
· 10 years ago
c2f678e
[Sync] Componentize SyncedSessionTracker
by zea
· 10 years ago
Next »