| /external/oss-fuzz/projects/firefox/ |
| D | project.yaml | 1 homepage: "https://www.mozilla.org/firefox/" 12 # libraries from $OUT/firefox/dependentlibs.list 14 -object firefox/firefox 15 -object firefox/libnspr4.so 16 -object firefox/libplc4.so 17 -object firefox/libplds4.so 18 -object firefox/libmozsandbox.so 19 -object firefox/liblgpllibs.so 20 -object firefox/libnssutil3.so 21 -object firefox/libnss3.so [all …]
|
| D | build.sh | 18 # Case-sensitive names of internal Firefox fuzzing targets. Edit to add more. 41 # Firefox object (build) directory and configuration file. 51 # Firefox might not be buildable on the latest Rust Nightly, so we should try 73 # Packages Firefox only to immediately extract the archive. Some files are 77 tar -xf $MOZ_OBJDIR/dist/firefox*bz2 -C $OUT 78 cp -L $MOZ_OBJDIR/dist/bin/gtest/libxul.so $OUT/firefox 79 cp $OUT/firefox/dependentlibs.list $OUT/firefox/dependentlibs.list.gtest 83 xargs -I{} ldd $OUT/firefox/{} | gawk '/=> [/]/ {print $3}' | sort -u 84 } < $OUT/firefox/dependentlibs.list) 111 cp $SRC/fuzzdata/settings/ipc/libfuzzer.content.blacklist.txt $OUT/firefox
|
| D | target.c | 46 strcat(blacklist_path, "/firefox/libfuzzer.content.blacklist.txt"); in main() 66 strcat(ff_path, "/firefox/firefox"); in main()
|
| /external/rust/crates/combine/benches/ |
| D | http-requests.txt | 3 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 11 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 20 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 29 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 38 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 47 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 55 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 63 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 72 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 81 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20100101 Firefox/15.0.1 [all …]
|
| /external/perfetto/src/trace_processor/perfetto_sql/stdlib/export/ |
| D | to_firefox_profile.sql | 18 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 33 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 47 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 155 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 186 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 236 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 290 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 323 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 363 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js 371 -- https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js [all …]
|
| /external/fmtlib/doc/bootstrap/ |
| D | normalize.less | 29 // and Firefox. 51 // 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. 74 // Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. 114 // Address style set to `bolder` in Firefox 4+, Safari, and Chrome. 132 // contexts in Firefox 4+, Safari, and Chrome. 208 // Address differences between Firefox and other browsers. 249 // 3. Address margins set differently in Firefox 4+, Safari, and Chrome. 273 // Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. 274 // Correct `select` style inheritance in Firefox. 308 // Remove inner padding and border in Firefox 4+. [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/ |
| D | CustomFormatterMessageRefTest.java | 85 PROPERTIES.put("firefox", ".match {$gcase :string} genitive {{Firefoxin}} * {{Firefox}}"); in beforeClass() 93 .setPattern(PROPERTIES.getProperty("firefox")) in testSimpleGrammarSelection() 95 assertEquals("cust-grammar", "Firefox", mf.formatToString(Args.of("gcase", "whatever"))); in testSimpleGrammarSelection() 121 browser.replace(0, browser.length(), "firefox"); in test() 123 assertEquals("cust-grammar", "Please start Firefox", mf2.formatToString(arguments)); in test()
|
| /external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/ |
| D | CustomFormatterMessageRefTest.java | 82 PROPERTIES.put("firefox", ".match {$gcase :string} genitive {{Firefoxin}} * {{Firefox}}"); in beforeClass() 90 .setPattern(PROPERTIES.getProperty("firefox")) in testSimpleGrammarSelection() 92 assertEquals("cust-grammar", "Firefox", mf.formatToString(Args.of("gcase", "whatever"))); in testSimpleGrammarSelection() 118 browser.replace(0, browser.length(), "firefox"); in test() 120 assertEquals("cust-grammar", "Please start Firefox", mf2.formatToString(arguments)); in test()
|
| /external/perfetto/src/traceconv/ |
| D | trace_to_firefox.h | 25 // Exports trace as as Firefox Profile. More details here: 26 // https://firefox-source-docs.mozilla.org/tools/profiler/code-overview.html 27 // https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js
|
| /external/bcc/tools/ |
| D | swapin_example.txt | 36 b'firefox' 60965 4 40 b'firefox' 60965 2 44 b'firefox' 60965 3
|
| /external/icu/icu4c/source/test/intltest/ |
| D | messageformat2test_custom.cpp | 541 …UnicodeString* firefox = new UnicodeString(".match {$gcase :string} genitive {{Firefoxin}} * {{F… in properties() local 545 if (firefox != nullptr && chrome != nullptr && safari != nullptr) { in properties() 552 result->put("firefox", firefox, errorCode); in properties() 559 if (firefox != nullptr) { in properties() 560 delete firefox; in properties() 676 testBuilder.setPattern(*((UnicodeString*) properties->get("firefox"))); in testMessageRefFormatter() 680 .setExpected("Firefox") in testMessageRefFormatter() 702 test = testBuilder.setArgument("browser", "firefox") in testMessageRefFormatter() 716 test = testBuilder.setArgument("browser", "firefox") in testMessageRefFormatter() 717 .setExpected("Please start Firefox") in testMessageRefFormatter()
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dfareporting_v3_5.browsers.html | 109 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro… 110 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro…
|
| D | dfareporting_v3_4.browsers.html | 109 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro… 110 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro…
|
| D | dfareporting_v3_3.browsers.html | 109 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro… 110 … targets Chrome 3.1, 3.5, but not 4.0. Firefox ?.? targets cases where the ad server knows the bro…
|
| /external/curl/ |
| D | Makefile.dist | 69 ca-firefox: lib/firefox-db2pem.sh 71 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
|
| /external/curl/scripts/ |
| D | firefox-db2pem.sh | 26 # It extracts all ca certs it finds in the local Firefox database and converts 32 db=$(ls -1d "$HOME"/.mozilla/firefox/*default*) 46 ## These were converted from the local Firefox directory by the db2pem script.
|
| /external/rust/crates/glam/ |
| D | build_and_test_wasm32_firefox.sh | 5 RUSTFLAGS="-Ctarget-feature=+simd128" wasm-pack test --headless --firefox 6 wasm-pack test --headless --firefox
|
| /external/cronet/net/base/ |
| D | mime_sniffer.cc | 11 // * Firefox 2: Render as HTML 20 // * Firefox 2: Render as text 33 // * Firefox 2: Download as application/octet-stream 37 // We follow Firefox. 46 // * Firefox 2: Render as GIF 58 // * Firefox 2: Download as application/octet-stream (Note: Firefox will 70 // * Firefox 2: Download as application/octet-stream (Note: Firefox will 84 // definition and roughly the same as Firefox's definition. 582 // * Firefox 3.5: Sniff first 4096 bytes for a binary looking byte. in SniffBinary() 621 // Firefox rejects a mime type if it is exactly */* in IsUnknownMimeType() [all …]
|
| /external/selinux/python/sepolgen/tests/test_data/ |
| D | audit.log | 671 type=AVC msg=audit(1162855927.312:1296): avc: denied { read } for pid=7208 comm="firefox-bin" na… 672 …uid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="firefox-bin" exe="/usr/lib/firefox-2.0/firefo… 673 type=AVC msg=audit(1162855927.312:1297): avc: denied { getattr } for pid=7208 comm="firefox-bin"… 674 …uid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="firefox-bin" exe="/usr/lib/firefox-2.0/firefo… 676 type=AVC msg=audit(1162855963.506:1298): avc: denied { getattr } for pid=7208 comm="firefox-bin"… 677 …uid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="firefox-bin" exe="/usr/lib/firefox-2.0/firefo… 679 type=AVC msg=audit(1162855965.502:1299): avc: denied { read } for pid=7208 comm="firefox-bin" na… 680 …uid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="firefox-bin" exe="/usr/lib/firefox-2.0/firefo… 681 type=AVC msg=audit(1162855965.506:1300): avc: denied { execute } for pid=7208 comm="firefox-bin"… 682 …uid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="firefox-bin" exe="/usr/lib/firefox-2.0/firefo… [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-tabs/ |
| D | .travis.yml | 9 firefox: latest 17 - xvfb-run wct -l firefox
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-input/ |
| D | iron-input.html | 145 // Due to Firefox bug, events fired on disabled form controls can throw 146 // errors; furthermore, neither IE nor Firefox will actually dispatch 210 // in Chrome, but the *do* on Firefox 211 // - in Firefox, when they do send a `keypress` event, control chars have 214 // - in Firefox, printable chars always have a keyCode = 0. In Chrome, the keyCode
|
| /external/skia/tools/doxygen/mainpage/ |
| D | mainpage.dox | 5 engine for Google Chrome and ChromeOS, Android, Mozilla Firefox and Firefox OS,
|
| /external/rust/crates/fxhash/ |
| D | lib.rs | 16 //! algoirthm used for some internal operations in FireFox. The strength of this algorithm 120 /// This is the same hashing algoirthm used for some internal operations in FireFox. 184 /// This is the same hashing algoirthm used for some internal operations in FireFox. 239 /// This is the same hashing algoirthm used for some internal operations in FireFox.
|
| /external/fmtlib/doc/bootstrap/mixins/ |
| D | gradients.less | 12 …start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+… 24 …start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+… 33 …background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+,…
|
| /external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/ |
| D | benchmark-data-1.txt | 65 … that use a javascript: directive inside of an <IMG tag will not work in Firefox or Netscape 8.1+ … 105 XSS. While I was reading the Firefox HTML parser I found that it assumes a non-alpha-non-digit is n… 121 …Firefox and Netscape 8.1 in the Gecko rendering engine mode you don't actually need the "></SCRIPT… 129 HTML/JavaScript XSS vector. Unlike Firefox the IE rendering engine doesn't add extra data to your p… 136 …acket causes different behavior in Netscape Gecko rendering. Without it, Firefox will work but Net… 187 …Firefox and Opera). The trick here is that I am setting a header (which is basically no different … 293 …ain your XSS vector. This example only works in Firefox, but it's better than the above vector in … 353 …:"(.)*?"|'(.)*?'|[^'">\s]+))?)+\s*|\s*)src/i" using grave accents (again, doesn't work in Firefox): 378 …Firefox uses Google's "feeling lucky" function to redirect the user to any keywords you type in. S… 380 …Firefox only, because if it's implementation of the "feeling lucky" function. Unlike the next one … [all …]
|