Skip to content

Instantly share code, notes, and snippets.

Error:
Attribute “its-allowed-characters” not allowed on element “code” from namespace “http://www.w3.org/1999/xhtml” in this context.
File: file:/opt/workspace/checker/syntax/relaxng/tests/html5full-rdfa/valid/inputdata/allowedcharacters/html/allowedcharacters1html.html
Line: 10 Col: 60
Error:
Attribute “its-within-text” not allowed on element “span” from namespace “http://www.w3.org/1999/xhtml” in this context.
File: file:/opt/workspace/checker/syntax/relaxng/tests/html5full-rdfa/valid/inputdata/elementswithintext/html/withintext2html.html
Line: 8 Col: 43
./dependencies/commons-codec-1.4/commons-codec-1.4.jar
./dependencies/commons-httpclient-3.1/commons-httpclient-3.1.jar
./dependencies/commons-logging-1.1.1/commons-logging-1.1.1.jar
./dependencies/commons-logging-1.1.1/commons-logging-adapters-1.1.1.jar
./dependencies/commons-logging-1.1.1/commons-logging-api-1.1.1.jar
./dependencies/icu4j-charsets-4_4_2.jar
./dependencies/icu4j-4_4_2.jar
./dependencies/iri-0.5/lib/iri.jar
./dependencies/jetty-6.1.26/lib/servlet-api-2.5-20081211.jar
./dependencies/jetty-6.1.26/lib/jetty-6.1.26.jar
mod_pywebsocket: web_socket_transfer_data raised exception for /ws/echo: Connection read error\nTraceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/headerparserhandler.py", line 224, in headerparserhandler\n _dispatcher.transfer_data(request)\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/dispatch.py", line 286, in transfer_data\n transfer_data_(request)\n File "<string>", line 15, in web_socket_transfer_data\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 419, in receive_message\n frame = self._receive_frame_as_frame_object()\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 358, in _receive_frame_as_frame_object\n opcode, bytes, fin, rsv1, rsv2, rsv3 = self._receive_frame()\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_hybi.py", line 299, in _receive_frame\n received = self.receive_bytes(2)\n File "/usr/lib/python2.7/dist-packages/mod_pywebsocket/_stream_ba
mike@Darwin /opt/workspace/servo/build
$ make
make all-recursive
Making all in pixman
CC pixman.lo
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[3]: *** [pixman.lo] Error 63
<p id="p1235" style="text-align:left;line-height:18.0px;word-spacing: 0.4px;margin-top: 21.0px;margin-right: 14.0px;; line-height : 1.4; " data-origstyle="text-align:left;line-height:18.0px;word-spacing: 0.4px;margin-top: 21.0px;margin-right: 14.0px;">
<canvas id="68268" height="29" width="53" data-nid="68268">Eich: </canvas>
<canvas id="68269" height="29" width="36" data-nid="68269">We </canvas>
<canvas id="68270" height="29" width="50" data-nid="68270">hired </canvas>
<canvas id="68271" height="29" width="98" data-nid="68271">somebody</canvas>
<canvas id="68272" height="29" width="11" data-nid="68272">a </canvas>
<canvas id="68273" height="29" width="50" data-nid="68273">while </canvas> <canvas id="68274" height="29" width="39" data-nid="68274">ago; </canvas> <canvas id="68275" height="29" width="24" data-nid="68275">he </canvas> <canvas id="68276" height="29" width="36" data-nid="68276">was </canvas> <canvas id="68277" height="29" width="11" data-nid="68277">a </canvas> <canvas id="68278" height="29" width
[583/2099] CXX obj/content/common/indexed_db/content_common.indexed_db_dispatcher.o
...
../../content/common/indexed_db/indexed_db_dispatcher.cc:696:7: error: reference to type 'const WebKit::WebIDBMetadata' could not bind to an lvalue of type 'mapped_type' (aka 'content::RendererWebIDBDatabaseImpl *')
databases_[ipc_database_id]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h:65:94: note: passing argument to parameter here
virtual void onUpgradeNeeded(long long oldVersion, WebIDBDatabase*, const WebIDBMetadata&) { WEBKIT_ASSERT_NOT_REACHED(); }
@sideshowbarker
sideshowbarker / gist:4316774
Created December 17, 2012 08:48
Nested <details> elements
<!DOCTYPE html>
<details>
<summary>Nested</summary>
<details>
<summary>Nested</summary>
<p>lolwat</p>
<details>
<summary>Nested</summary>
<p>lolwat</p>
</details>
14:10 nsylvain: I'm going to restart the the chromium.webkit waterfall as well. ( ping gardeners: eae and podivilov )
14:11 noel_: nsylvain: why the restart?
14:11 nsylvain: swapping machines for faster ones
14:11 noel_: nsylvain: k haven't seen emil for a while (understandably)
14:13 noel_: tzik: meadia tests on mac started failing at 171674
14:14 noel_: /media
14:14 danbeam: noel_: yo
14:14 noel_: danbeam: you're off the hook ;D
14:14 danbeam: noel_: w00t
14:14 noel_: danbeam: enjoy!
@sideshowbarker
sideshowbarker / Custom.css
Created December 5, 2012 03:14 — forked from bentruyman/Custom.css
IR_Black Theme for Chrome Developer Tools + DOM-snippet syntax hilite + no disappearing cursor when editing HTML
/**********************************************/
/*
* Modified copy of IR_Black Skin by Ben Truyman - 2011j
* This version adds syntax highlighting for DOM snippets in console
* message output.
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
@sideshowbarker
sideshowbarker / Custom.css
Created October 5, 2012 06:57 — forked from bentruyman/Custom.css
modified IR_Black Theme for Chrome Developer Tools
/**********************************************/
/*
* Modified copy of IR_Black Skin by Ben Truyman - 2011j
* This version adds syntax highlighting for DOM snippets in console
* message output.
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post: