Skip to content

Instantly share code, notes, and snippets.

@igortoliveira
igortoliveira / machine.js
Last active June 19, 2021 01:32
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:arguments nil,
:reportable-arguments nil,
:field :title,
{
"status": {
"status": "ERROR",
"error": {
"status": "Error",
"code": "2317060",
"property": "https://github.com/virginam/web3-docs/blob/gh-pages/javadoc/com/virginamerica/web3/domain/model/ErrorCode.java?source\u003dc",
"message": "GW_ELEVATE_PROFILE_MODIFY_CREDITCARD : null::Error updating the Creditcard Information: U::NCERT502-2T20160902103755SU::An internal application error has occurred. api : /v2/elevate/profile-modify gatewayLoggerDir : transactionId: 97047b57-53f0-4c27-b26d-4de85e6022dc cartID: 12d50f74-a135-4c85-b3db-477da4fc8566 httpRequestSessionId : 23DFBFC4B4F40AD2CA522E238B676D9E hostIPAddress : 172.50.10.71",
"developerMessage": "class com.virginamerica.web3.gateway.elevate.ElevateProfileModifyGateway$$EnhancerByGuice$$96f34cb",
"moreInfo": "com.virginamerica.web3.gateway.GatewayException: null::Error updating the Creditcard Information: U::NCERT502-2T20160902103755SU::An internal application error has occurred.\n\tat com.virginamerica.web3.gateway.elevate.Elevat
diff --git a/Source/core/rendering/InlineIterator.h b/Source/core/rendering/InlineIterator.h
index cbd866e..7ca9bfe 100644
--- a/Source/core/rendering/InlineIterator.h
+++ b/Source/core/rendering/InlineIterator.h
@@ -359,12 +359,26 @@ private:
bool m_atEndOfInline;
};
+static inline bool endOfLineIsHasIsolatedObjectAncestor(const InlineIterator& isolatedIterator, const InlineIterator& ancestorItertor)
+{
<meta content="text/html; charset=iso-8859-8" http-equiv=content-Type>><mark id=tCF4></mark>>>><menu></menu>><output style="shape-outside: url(&quot; ">hCi*
<style>
@keyframes cfpulse1 { 0% { opacity: 0.4205; }
100% { opacity: 0.9435; } }
* { animation-name: cfpulse86; overflow-y: -webkit-paged-y; width: 49em; }
.c21 { flex-wrap: wrap-reverse; content: "{L|+^ abju#hEv}w=[zq.,#$0Z?M1X ; } |vE1T9|()e|E. msL&$ ^vm( b6PV=THG "; padding: 36em 2327585803544415220860593003835739938188279140813781283479458423727613613378118205529738120838167666139579329217634396866342577059235016881159190 14 0.248468em;</style><script>
var docElement = document.body ? document.body : document.documentElement;
function initCF() {
try { tCF54 = document.createElementNS("http://www.w3.org/1999/xhtml", "label"); } catch(e) {}
try { tCF54.setAttribute("class", "c21"); } catch(e) {}
From 66d5e510b832bc99e019dbcd5fe6d16f0f8d2ac1 Mon Sep 17 00:00:00 2001
From: Igor Oliveira <igor.o@sisa.samsung.com>
Date: Thu, 5 Dec 2013 15:57:44 -0800
Subject: [PATCH] WIP
---
Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp | 44 ++++++++++------------
Source/WebCore/Modules/webcl/WebCLObject.h | 1 +
2 files changed, 20 insertions(+), 25 deletions(-)
diff --git a/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp b/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
index fa36bc8..09acff1 100644
--- a/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
+++ b/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
@@ -162,7 +162,7 @@ CCEvent* WebCLCommandQueue::ccEventFromWebCLEvent(WebCLEvent* event, ExceptionCo
{
CCEvent* ccEvent = 0;
if (event) {
- CCEvent platformEventObject = event->platformObject();
+ CCEvent& platformEventObject = event->platformObject();
diff --git a/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp b/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
index 2bc2e40..0f24eca 100644
--- a/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
+++ b/Source/WebCore/Modules/webcl/WebCLCommandQueue.cpp
@@ -175,6 +175,21 @@ static bool toVector(Int32Array* array, Vector<size_t>& result, int sizeCheck =
return true;
}
+CCEvent* WebCLCommandQueue::ccEventFromWebCLEvent(WebCLEvent* event, ExceptionCode& ec)
+{
From d6812c9843bf96d6b8287026a62a65a6a8e6b9f9 Mon Sep 17 00:00:00 2001
From: Igor Oliveira <igor.o@sisa.samsung.com>
Date: Mon, 2 Dec 2013 09:36:21 -0800
Subject: [PATCH] WIP
---
Source/WebCore/DerivedSources.make | 1 +
Source/WebCore/Modules/webcl/WebCLContext.cpp | 16 +-----
Source/WebCore/Modules/webcl/WebCLEvent.cpp | 6 +-
Source/WebCore/Modules/webcl/WebCLEvent.h | 4 +-
diff --git a/Source/WebCore/Modules/webcl/WebCLBuffer.cpp b/Source/WebCore/Modules/webcl/WebCLBuffer.cpp
index f76fa4f..e091d93 100644
--- a/Source/WebCore/Modules/webcl/WebCLBuffer.cpp
+++ b/Source/WebCore/Modules/webcl/WebCLBuffer.cpp
@@ -84,7 +84,7 @@ PassRefPtr<WebCLBuffer> WebCLBuffer::createSubBuffer(CCenum memoryFlags, CCuint
ec = WebCLException::computeContextErrorToWebCLExceptionCode(error);
return 0;
}
- RefPtr<WebCLBuffer> subBuffer = adoptRef(new WebCLBuffer(m_context, ccSubBuffer, this));
+ RefPtr<WebCLBuffer> subBuffer = adoptRef(new WebCLBuffer(m_context.get(), ccSubBuffer, this));