From df9e494541df50c6b975aa9003d2da54fe7c4fa0 Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Thu, 10 Sep 2009 23:31:01 +0000 Subject: A bunch of jscompiler fixes including updating to the latest jscompiler. There were a few issues. For some reason o3djs.math.matrix4 was not working in ff3.0 when compiled. I spent about 8 hours trying to reproduce the issue in a small case but had no luck. I finally just tried changing original code and it work. In the process of trying to figure that out I got the latest jscompiler and found there were a bunch of other problems with our js code which are now fixed. Also found out I was incorrectly striping @o3dparameter tags from our code in build_docs.py Also, I learned that properties of objects are strings when returned in an "in" statement as in for (key in object) key is a string regardless of what each key is in object. Review URL: http://codereview.chromium.org/200089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25944 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/DEPS_gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d/DEPS_gyp') diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index de4e395..2ed3f69 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -1,6 +1,6 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", - "nixysa_rev": "29", + "nixysa_rev": "54", "chromium_rev": "22547", "o3d_code_rev": "145", "skia_rev": "279", -- cgit v1.1