Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change <script id="o3d" to <script id="o3dscript" | gman@google.com | 2009-07-28 | 1 | -1/+1 |
| | | | | | | | | | so that document.getElementById('o3d') will work for finding the o3d div. Review URL: http://codereview.chromium.org/159556 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21924 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | This change fixes the issue that if you use | gman@google.com | 2009-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | o3djs.util.setMainEngine(...V8) in any sample and you use scripts that you don't want run in V8, for example Adsense, Google Analyitics, Wave, Google WebElements then the o3djs would attempt to pull in that javascript and execute it in V8. Specifically this refers to inline <script> tags instead HTML. Not <script src="url"> tags. The solution is we add an id to the tags we want o3djs to pull in. Any script with an id that starts with "o3d" will get pulled in. This CL changes our samples to have that id on their script tags. Review URL: http://codereview.chromium.org/159339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21585 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | This is the O3D source tree's initial commit to the Chromium tree. It | gspencer@google.com | 2009-05-27 | 1 | -0/+258 |
is not built or referenced at all by the chrome build yet, and doesn't yet build in it's new home. We'll change that shortly. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17035 0039d316-1c4b-4281-b951-d872f2087c98 |