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
| [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(); } |
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
| <!DOCTYPE html> | |
| <details> | |
| <summary>Nested</summary> | |
| <details> | |
| <summary>Nested</summary> | |
| <p>lolwat</p> | |
| <details> | |
| <summary>Nested</summary> | |
| <p>lolwat</p> | |
| </details> |
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
| 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! |
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
| /**********************************************/ | |
| /* | |
| * 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: |
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
| /**********************************************/ | |
| /* | |
| * 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: |
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 -r 753498dd478d relaxng/datatype/java/src/org/whattf/datatype/AbstractRel.java | |
| --- a/relaxng/datatype/java/src/org/whattf/datatype/AbstractRel.java Mon Oct 01 21:17:53 2012 +0900 | |
| +++ b/relaxng/datatype/java/src/org/whattf/datatype/AbstractRel.java Tue Oct 02 18:14:38 2012 +0900 | |
| @@ -58,7 +58,7 @@ | |
| } | |
| tokensSeen.add(token); | |
| if (!isRegistered(token)) { | |
| - throw newDatatypeException(i - 1, "Keyword ", token, " is not registered."); | |
| + throw newDatatypeException(i - 1, "The string ", token, " is not a registered keyword or absolute URL."); | |
| } |
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 -r ed90a83ab0fd relaxng/datatype/java/src/org/whattf/datatype/Pattern.java | |
| --- a/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Sat Apr 21 17:35:50 2012 +0900 | |
| +++ b/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Mon Oct 01 20:57:45 2012 +0900 | |
| @@ -22,6 +22,8 @@ | |
| package org.whattf.datatype; | |
| +import org.mozilla.javascript.Context; | |
| +import org.mozilla.javascript.ContextFactory; | |
| import org.mozilla.javascript.EcmaError; |
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 -r ed90a83ab0fd relaxng/datatype/java/src/org/whattf/datatype/Pattern.java | |
| --- a/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Sat Apr 21 17:35:50 2012 +0900 | |
| +++ b/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Mon Oct 01 20:44:03 2012 +0900 | |
| @@ -22,6 +22,8 @@ | |
| package org.whattf.datatype; | |
| +import org.mozilla.javascript.Context; | |
| +import org.mozilla.javascript.ContextFactory; | |
| import org.mozilla.javascript.EcmaError; |
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 -r ed90a83ab0fd relaxng/datatype/java/src/org/whattf/datatype/Pattern.java | |
| --- a/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Sat Apr 21 17:35:50 2012 +0900 | |
| +++ b/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Mon Oct 01 14:35:28 2012 +0900 | |
| @@ -22,6 +22,7 @@ | |
| package org.whattf.datatype; | |
| +import org.mozilla.javascript.ContextFactory; | |
| import org.mozilla.javascript.EcmaError; | |
| import org.mozilla.javascript.regexp.RegExpImpl; |
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 -r ed90a83ab0fd relaxng/datatype/java/src/org/whattf/datatype/Pattern.java | |
| --- a/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Sat Apr 21 17:35:50 2012 +0900 | |
| +++ b/relaxng/datatype/java/src/org/whattf/datatype/Pattern.java Mon Oct 01 14:35:28 2012 +0900 | |
| @@ -22,6 +22,7 @@ | |
| package org.whattf.datatype; | |
| +import org.mozilla.javascript.ContextFactory; | |
| import org.mozilla.javascript.EcmaError; | |
| import org.mozilla.javascript.regexp.RegExpImpl; |