Skip to content

Instantly share code, notes, and snippets.

{
"status": {
"status": "ERROR",
"error": {
"status": "Error",
"code": "VX_UNHANDLED_EXCEPTION 50",
"message": "javax.xml.ws.soap.SOAPFaultException: ERR.SWS.CLIENT.VALIDATION_FAILED\n\tat com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)\n\tat com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:130)\n\tat com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)\n\tat com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)\n\tat com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)\n\tat com.sun.proxy.$Proxy173.passengerDetailsRQ(Unknown Source)\n\tat com.virginamerica.web3.gateway.sabre.PaxDetailsGateway.submit(PaxDetailsGateway.java:58)\n\tat com.virginamerica.web3.gateway.sabre.PaxDetailsGateway.submit(PaxDetailsGateway.java:34)\n\tat com.virginamerica.web3.gateway.sabre.SabreBaseGateway.doSubmit(SabreBaseGateway.java:31)\n\tat com.virginamerica.web3.gateway.BaseGateway$WebServiceS
@igortoliveira
igortoliveira / 0_reuse_code.js
Created February 3, 2014 17:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
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));
diff --git a/Source/core/platform/text/BidiResolver.h b/Source/core/platform/text/BidiResolver.h
index 17c5bc3..4acd67b 100644
--- a/Source/core/platform/text/BidiResolver.h
+++ b/Source/core/platform/text/BidiResolver.h
@@ -200,6 +200,10 @@ public:
void setStatus(const BidiStatus s) { m_status = s; }
MidpointState<Iterator>& midpointState() { return m_midpointState; }
+ int currentMidpointForIsolatedRun() const { return m_currentMidpointForIsolatedRun; }
+ void setCurrentMidpointForIsolatedRun(int currentMidpoint) { m_currentMidpointForIsolatedRun = currentMidpoint; }