Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Signalling Engineering Toolbox
Browser
Merge requests
!32
Remove invalid call to cef_popup_features_t_sizeof
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove invalid call to cef_popup_features_t_sizeof
issue/41
into
main
Overview
0
Commits
1
Changes
2
Merged
Pascal Stücker
requested to merge
issue/41
into
main
2 years ago
Overview
0
Commits
1
Changes
2
Expand
Fixes
set#41 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cd03bdb6
1 commit,
2 years ago
2 files
+
0
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
java/org.eclipse.set.browser.lib/src/org/eclipse/set/browser/lib/ChromiumLib.java
+
0
−
5
Options
@@ -172,11 +172,6 @@ public class ChromiumLib extends C {
public
static
final
native
long
allocate_cef_string_visitor_t
(
Object
handler
);
/**
* @return the size of cef_popup_features_t in bytes
*/
public
static
final
native
int
cef_popup_features_t_sizeof
();
/**
* @param callback
* cast=(void *)
Loading