MCPcopy Create free account

hub / github.com/daijro/camoufox / functions

Functions3,416 in github.com/daijro/camoufox

↓ 1 callersFunctionbuild_certificate_text
Build the full ASCII certificate as a plain-text string (no ANSI).
build-tester/scripts/certificate.py:220
↓ 1 callersMethodbuild_minmax
()
pythonlib/camoufox/pkgman.py:366
↓ 1 callersFunctioncamel_case
Convert a string to camelCase
pythonlib/camoufox/server.py:15
↓ 1 callersMethodcamoufox_patches
Apply all patches
scripts/patch.py:44
↓ 1 callersMethodcancelDownload
(options)
additions/juggler/TargetRegistry.js:287
↓ 1 callersFunctioncheck
()
additions/juggler/content/main.js:106
↓ 1 callersFunctioncheckWebRTC
()
build-tester/src/lib/checks/collectors.ts:306
↓ 1 callersMethodcheck_asset
Return truthy data if this is the desired asset, else None
pythonlib/camoufox/pkgman.py:385
↓ 1 callersFunctioncheck_custom_fingerprint
Asserts that the passed BrowserForge fingerprint is a valid Firefox fingerprint. and warns the user that passing their own fingerprint is not
pythonlib/camoufox/utils.py:243
↓ 1 callersFunctioncheck_valid_os
Checks if the target OS is valid.
pythonlib/camoufox/utils.py:262
↓ 1 callersFunctionclassify_installs
Match each catalog item to an install folder. Returns matches and any orphaned leftovers
pythonlib/camoufox/multiversion.py:226
↓ 1 callersMethodclean
Clean the Camoufox directory
multibuild.py:100
↓ 1 callersMethodclearCookies
()
additions/juggler/TargetRegistry.js:1169
↓ 1 callersFunctionclearRequestHeaders
(httpChannel)
additions/juggler/NetworkObserver.js:795
↓ 1 callersFunctioncli
()
pythonlib/camoufox/__main__.py:219
↓ 1 callersFunctionclone
(options)
scripts/bootstrap.py:296
↓ 1 callersMethodcollect
(frame)
additions/juggler/content/FrameTree.js:223
↓ 1 callersFunctioncollectData
()
pythonlib/camoufox/launchServer.js:6
↓ 1 callersFunctioncompute_cross_profile
(profile_results: list)
build-tester/scripts/grading.py:121
↓ 1 callersFunctioncompute_cross_profile
(profile_results: list)
service-tester/_certificate.py:75
↓ 1 callersFunctioncompute_section_results
(results: dict)
build-tester/scripts/certificate.py:86
↓ 1 callersFunctioncompute_section_results
(results: dict)
service-tester/_certificate.py:52
↓ 1 callersFunctionconcat_into
additions/camoucfg/json.hpp:4265
↓ 1 callersFunctionconcat_length
additions/camoucfg/json.hpp:4234
↓ 1 callersFunctionconfirmPaths
Confirm paths are valid
legacy/launcher/load-addons.go:36
↓ 1 callersFunctionconfirm_paths
Confirms that the addon paths are valid
pythonlib/camoufox/addons.py:21
↓ 1 callersFunctioncontains
Checks if a slice contains a string
legacy/launcher/xpi-dl.go:103
↓ 1 callersFunctioncontext_factory
( browser: Browser, )
tests/async_imp/conftest.py:93
↓ 1 callersFunctionconvertString
(s, source, dest)
additions/juggler/NetworkObserver.js:940
↓ 1 callersMethodconvertToVpxImage
additions/juggler/screencast/ScreencastEncoder.cpp:133
↓ 1 callersFunctioncount_all_checks
(results: dict)
service-tester/_grading.py:32
↓ 1 callersFunctioncount_checks
(categories: dict)
build-tester/scripts/grading.py:23
↓ 1 callersFunctioncount_checks
(categories: dict)
service-tester/_grading.py:19
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
additions/camoucfg/json.hpp:22148
↓ 1 callersMethodcreateBrowserContext
(removeOnDetach)
additions/juggler/TargetRegistry.js:310
↓ 1 callersMethodcreateIfSupported
(prompt)
additions/juggler/TargetRegistry.js:1216
↓ 1 callersFunctioncreateImage
additions/juggler/screencast/ScreencastEncoder.cpp:67
↓ 1 callersMethodcreateSession
()
additions/juggler/protocol/Dispatcher.js:27
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
additions/camoucfg/json.hpp:22155
↓ 1 callersMethoddefaultContext
()
additions/juggler/TargetRegistry.js:306
↓ 1 callersMethoddefaultValue
()
additions/juggler/TargetRegistry.js:1263
↓ 1 callersFunctiondetermineUserAgentOS
Determines the target OS from the user agent string if provided
legacy/launcher/main.go:133
↓ 1 callersFunctiondetermine_ua_os
Determines the OS from the user agent string.
pythonlib/camoufox/utils.py:197
↓ 1 callersMethoddialog
(dialogId)
additions/juggler/TargetRegistry.js:493
↓ 1 callersMethoddialogs
()
additions/juggler/TargetRegistry.js:497
↓ 1 callersFunctiondirPath
(path)
additions/juggler/TargetRegistry.js:1275
↓ 1 callersMethoddisableRequestInterception
()
additions/juggler/NetworkObserver.js:69
↓ 1 callersMethoddispatch
(method, params)
additions/juggler/protocol/Dispatcher.js:128
↓ 1 callersMethoddispose
()
additions/juggler/SimpleChannel.js:94
↓ 1 callersFunctiondownloadAndExtract
Downloads and extracts the addon
legacy/launcher/xpi-dl.go:27
↓ 1 callersFunctiondownload_and_extract
Downloads and extracts an addon from a given URL to a specified path
pythonlib/camoufox/addons.py:50
↓ 1 callersMethoddownload_file
Download a file from the given URL
pythonlib/camoufox/pkgman.py:559
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
additions/camoucfg/json.hpp:18807
↓ 1 callersMethoddump_frames
(self, frame: Frame, indentation: str = "")
tests/async_imp/utils.py:48
↓ 1 callersMethoddump_frames
(self, frame: Frame, indentation: str = "")
tests/async/utils.py:48
↓ 1 callersMethodduration
additions/juggler/screencast/ScreencastEncoder.cpp:131
↓ 1 callersFunctionee
(a,b)
tests/assets/react/react-dom@16.13.1.production.min.js:177
↓ 1 callersFunctioneg
(a,b,c,d,e)
tests/assets/react/react-dom@16.13.1.production.min.js:177
↓ 1 callersFunctioneh
(a,b)
tests/assets/react/react-dom@16.13.1.production.min.js:90
↓ 1 callersMethodenableRequestInterception
()
additions/juggler/NetworkObserver.js:65
↓ 1 callersMethodencodeFrame
additions/juggler/screencast/ScreencastEncoder.cpp:382
↓ 1 callersMethodencodeFrameAsync
additions/juggler/screencast/ScreencastEncoder.cpp:240
↓ 1 callersMethodensureEvents
(eventNames, predicate)
additions/juggler/Helper.js:205
↓ 1 callersMethodensurePermissions
()
additions/juggler/TargetRegistry.js:733
↓ 1 callersFunctionensure_bundle
(project_dir: Path)
build-tester/scripts/bundle.py:11
↓ 1 callersFunctionensure_bundle
()
service-tester/_bundle.py:11
↓ 1 callersFunctionerase
additions/camoucfg/json.hpp:19166
↓ 1 callersMethodevaluateFunction
(functionText, args, exceptionDetails = {})
additions/juggler/content/Runtime.js:387
↓ 1 callersMethodevaluateScript
(script, exceptionDetails = {})
additions/juggler/content/Runtime.js:361
↓ 1 callersFunctionextract_build_target
Get moz_target if passed to BUILD_TARGET environment variable
scripts/patch.py:223
↓ 1 callersMethodfetch_latest
Fetch the latest camoufox release for the current platform
pythonlib/camoufox/pkgman.py:552
↓ 1 callersFunctionfileExists
fileExists checks if a file exists
legacy/launcher/main.go:103
↓ 1 callersFunctionfilterHeadersForRedirect
(headers, requestMethod, status)
additions/juggler/NetworkObserver.js:815
↓ 1 callersFunctionfind_installed_by_build
Find an installed version by its build string
pythonlib/camoufox/multiversion.py:265
↓ 1 callersFunctionfind_installed_version
Find an installed version by path, build, full version, or repo/build
pythonlib/camoufox/multiversion.py:359
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
additions/camoucfg/json.hpp:17399
↓ 1 callersMethodfinish
additions/juggler/screencast/ScreencastEncoder.cpp:390
↓ 1 callersMethodfinishAsync
additions/juggler/screencast/ScreencastEncoder.cpp:256
↓ 1 callersFunctionformat_buffer
additions/camoucfg/json.hpp:17887
↓ 1 callersFunctionformat_section_line
(name: str, passed: int, total: int)
build-tester/scripts/certificate.py:47
↓ 1 callersFunctionformat_section_line
(name: str, passed: int, total: int)
service-tester/_certificate.py:14
↓ 1 callersMethodframeIdToBrowsingContext
(frameId)
additions/juggler/TargetRegistry.js:467
↓ 1 callersMethodfrom_dict
Create RepoConfig from dictionary
pythonlib/camoufox/pkgman.py:193
↓ 1 callersMethodfrom_language
Get a random locale based on the language. Returns as a Locale object.
pythonlib/camoufox/locales.py:274
↓ 1 callersMethodfulfillInterceptedRequest
(requestId, status, statusText, headers, base64body)
additions/juggler/NetworkObserver.js:80
↓ 1 callersFunctiongenerateUid
additions/juggler/screencast/nsScreencastService.cpp:66
↓ 1 callersMethodgenerate_assets_car
Generate Assets.car for macOS builds
multibuild.py:75
↓ 1 callersFunctiongenerate_certificate
(full_result: dict, secret: str)
build-tester/scripts/certificate.py:111
↓ 1 callersFunctiongenerate_certificate
(full_result: dict, secret: str)
service-tester/_certificate.py:116
↓ 1 callersFunctiongenerate_presets
()
build-tester/scripts/presets.py:52
↓ 1 callersMethodgeoip
Add GeoIP database info rows to the table
pythonlib/camoufox/__main__.py:947
↓ 1 callersFunctiongetAddonPath
Returns the absolute path to the target addon location
legacy/launcher/xpi-dl.go:113
↓ 1 callersMethodgetBase64EncodedResponse
(requestId)
additions/juggler/NetworkObserver.js:875
↓ 1 callersMethodgetCookies
()
additions/juggler/TargetRegistry.js:1173
↓ 1 callersFunctiongetDebugPort
Gets the debug port from the args, or creates a new one if not provided
legacy/launcher/load-addons.go:15
↓ 1 callersFunctiongetExecutableName
()
legacy/launcher/exec.go:15
↓ 1 callersFunctiongetOpenPort
Generate an open port
legacy/launcher/load-addons.go:46
↓ 1 callersMethodgetResponseBody
(requestId)
additions/juggler/NetworkObserver.js:88
↓ 1 callersFunctiongetSecurityDetails
(httpChannel)
additions/juggler/NetworkObserver.js:727
↓ 1 callersFunctionget_addon_path
Returns a path to the addon in the shared addons folder.
pythonlib/camoufox/addons.py:59
← previousnext →901–1,000 of 3,416, ranked by callers