This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* thread #72, name = 'StyleThread#2', stop reason = EXC_BAD_ACCESS (code=2, address=0x177e27ff8) | |
frame #0: 0x000000018f12dd74 libsystem_pthread.dylib`___chkstk_darwin + 60 | |
libsystem_pthread.dylib`: | |
-> 0x18f12dd74 <+60>: ldur x11, [x11, #-0x8] | |
0x18f12dd78 <+64>: mov x10, sp | |
0x18f12dd7c <+68>: cmp x9, #0x1, lsl #12 ; =0x1000 | |
0x18f12dd80 <+72>: b.lo 0x18f12dd98 ; <+96> | |
Target 0: (servo) stopped. | |
(lldb) bt | |
* thread #72, name = 'StyleThread#2', stop reason = EXC_BAD_ACCESS (code=2, address=0x177e27ff8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs | |
index 11602547b7..6ce7f1072a 100644 | |
--- a/components/script/dom/document.rs | |
+++ b/components/script/dom/document.rs | |
@@ -3211,6 +3211,7 @@ impl Document { | |
status_code: Option<u16>, | |
canceller: FetchCanceller, | |
is_initial_about_blank: bool, | |
+ encoding: Option<String>, | |
) -> Document { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Assertions.h(249): warning C4100: 'aReason': unreferenced formal parameter | |
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Assertions.h(249): warning C4100: 'aFilename': unreferenced formal parameter | |
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(68): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data | |
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(70): warning C4244: 'return': conversion from 'uintptr_t' to 'unsigned int', possible loss of data | |
C:\Users\task_1612394859\repo\target\debug\build\mozjs_sys-b80d498c76874db1\out\build\dist\include\mozilla/Char16.h(72): warning C4244: 'return': conversion from 'intptr_t' to 'long', possible loss of data | |
C:\Users\task_16123948 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
godot:newcontributors jdm$ ./mkblog.sh 13 | |
Getting info for 10 | |
https://bugzilla.mozilla.org/rest/bug?status=RESOLVED&target_milestone=Firefox+10&target_milestone=mozilla10&include_fields=id%2Cassigned_to | |
Getting info for 11 | |
https://bugzilla.mozilla.org/rest/bug?status=RESOLVED&target_milestone=Firefox+11&target_milestone=mozilla11&include_fields=id%2Cassigned_to | |
Getting info for 12 | |
https://bugzilla.mozilla.org/rest/bug?status=RESOLVED&target_milestone=Firefox+12&target_milestone=mozilla12&include_fields=id%2Cassigned_to | |
Getting info for 13 | |
https://bugzilla.mozilla.org/rest/bug?status=RESOLVED&target_milestone=Firefox+13&target_milestone=mozilla13&include_fields=id%2Cassigned_to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<?xml-stylesheet type='text/xsl' href='C:\ProgramData\Windows App Certification Kit\results.xsl'?> | |
<REPORT xml:lang="en-US" OVERALL_RESULT="FAIL" VERSION="10.0.18362.1" LATEST_VERSION="" UPDATE_DOWNLOAD_URL="" TOOLSET_ARCHITECTURE="x64" SecureBoot="FALSE" APP_TYPE="UapApp" PUBLISHER_DISPLAY_NAME="CN=Allizom" APP_NAME="" APP_VERSION="" OSVERSION="10.0.18363.0" OS="Microsoft Windows 10 Pro" PER_USER_APPLICATION="" PARTIAL_RUN="FALSE" LCID="1033" X64_ONLY="FALSE" VALIDATION_TYPE="CommandLine" ReportGenerationTime="7/22/2020 1:36:51 PM" ID="ed172902cfb187d395454c1f9215eb8e"> | |
<REQUIREMENTS> | |
<REQUIREMENT NUMBER="10" TITLE="Deployment and launch tests" RATIONALE="Application failures such as crashes and hangs are a major disruption to users and cause frustration. Eliminating such failures improves application stability and reliability, and overall, provides users with a better application experience."> | |
<TEST INDEX="50" NAME="Bytecode generation" DESCRIPTION="Byte co |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html class="a-fullscreen light-theme"> | |
<style> | |
html.a-fullscreen { | |
bottom: 0; | |
left: 0; | |
position: fixed; | |
right: 0; | |
top: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
body { | |
background-color: #222222; | |
--menu-background-color: white; | |
--menu-icon-color: #202020; | |
--unfavorited-color: gray; | |
--action-button-secondary-background: white; | |
} | |
.ui-root__nag-corner-button__3TFW5 button, .ui-root__choose-scene-button__3VNdD { | |
background-color: var(--action-button-secondary-background); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdarg.h> | |
#include <stdbool.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
typedef enum { | |
Ignored, | |
Selected, | |
Dismissed_, | |
} CContextMenuResult; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PAUL:0 | |
PAUL:0 | |
The thread 0xadc has exited with code 0 (0x0). | |
The thread 0x1858 has exited with code 0 (0x0). | |
PAUL:XXX:select | |
right | |
PAUL:XXX:select | |
left | |
PAUL:XXX:select | |
right |
NewerOlder