Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
28309bab
Commit
28309bab
authored
5 months ago
by
Beatriz Rizental
Browse files
Options
Downloads
Patches
Plain Diff
fixup! TB 42669: [android] Use custom no-op app-services
parent
e7fd0265
Branches
tor-browser-136.0a1-15.0-1
Tags
tor-browser-136.0a1-15.0-1-build1
1 merge request
!1507
Rebase Tor Browser onto 136.0a1
Pipeline
#275376
failed
4 months ago
Stage: update-container-images
Stage: lint
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mobile/android/android-components/components/browser/storage-sync/src/main/java/mozilla/components/browser/storage/sync/Types.kt
+0
-14
0 additions, 14 deletions
...ain/java/mozilla/components/browser/storage/sync/Types.kt
with
0 additions
and
14 deletions
mobile/android/android-components/components/browser/storage-sync/src/main/java/mozilla/components/browser/storage/sync/Types.kt
+
0
−
14
View file @
28309bab
...
...
@@ -72,7 +72,6 @@ internal fun mozilla.appservices.places.uniffi.VisitType.into() = when (this) {
mozilla
.
appservices
.
places
.
uniffi
.
VisitType
.
REDIRECT_TEMPORARY
->
VisitType
.
REDIRECT_TEMPORARY
mozilla
.
appservices
.
places
.
uniffi
.
VisitType
.
DOWNLOAD
->
VisitType
.
DOWNLOAD
mozilla
.
appservices
.
places
.
uniffi
.
VisitType
.
FRAMED_LINK
->
VisitType
.
FRAMED_LINK
mozilla
.
appservices
.
places
.
uniffi
.
VisitType
.
__NOOP
->
VisitType
.
LINK
}
internal
fun
mozilla
.
appservices
.
places
.
uniffi
.
HistoryVisitInfo
.
into
():
VisitInfo
{
...
...
@@ -134,18 +133,6 @@ internal fun BookmarkItem.asBookmarkNode(): BookmarkNode {
null
,
)
}
is
BookmarkItem
.
__NOOP
->
{
BookmarkNode
(
BookmarkNodeType
.
ITEM
,
""
,
""
,
null
,
null
,
null
,
0L
,
null
,
)
}
}
}
...
...
@@ -169,7 +156,6 @@ internal fun mozilla.appservices.places.uniffi.DocumentType.into(): DocumentType
return
when
(
this
)
{
mozilla
.
appservices
.
places
.
uniffi
.
DocumentType
.
REGULAR
->
DocumentType
.
Regular
mozilla
.
appservices
.
places
.
uniffi
.
DocumentType
.
MEDIA
->
DocumentType
.
Media
mozilla
.
appservices
.
places
.
uniffi
.
DocumentType
.
__NOOP
->
DocumentType
.
Regular
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment