mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add support for creating and parsing URLs (issue #181).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@177 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -1060,6 +1060,7 @@ class obj_analysis:
|
||||
'CefPopupFeatures' : 'cef_popup_features_t',
|
||||
'CefSettings' : 'cef_settings_t',
|
||||
'CefBrowserSettings' : 'cef_browser_settings_t',
|
||||
'CefURLParts' : 'cef_urlparts_t',
|
||||
}
|
||||
if value in structuretypes.keys():
|
||||
return {
|
||||
|
Reference in New Issue
Block a user