summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
Commit message (Expand)AuthorAgeFilesLines
* Asynchronous tick now uses NPN_PluginAsyncCall.URL streaming callbacks are no...apatrick@google.com2009-08-0315-76/+233
* This adds the sample conversion to the GYP build, at least on Windows.gspencer@google.com2009-07-301-2/+2
* Removed HostControl implementation of IPersistStreamInitImpl.apatrick@google.com2009-07-291-3/+0
* linux: unexport as many symbols as possiblepiman@google.com2009-07-293-6/+13
* Adds in the ActiveX control for O3D.gspencer@google.com2009-07-246-14/+80
* Add a boolean parameter to Client::RenderClient() to choose whether tomaf@google.com2009-07-234-12/+16
* Fixing several problems with the build.gspencer@google.com2009-07-231-2/+3
* This updates the DEPS to bring them in line with the versionsgspencer@google.com2009-07-2315-19/+20
* These are gyp file changes that start to make the Mac GYP build work.gspencer@google.com2009-07-223-10/+18
* The compiled version of the o3djs libs WORK!gman@google.com2009-07-2022-6/+173
* Added code to exit fullscreen mode if the underlying plugin window is being m...vangelis@google.com2009-07-181-0/+4
* Add RawData request in preparation for manual loading ofgman@google.com2009-07-174-5/+83
* This changes how we do gyp targets that generate code because GYP isn'tgspencer@google.com2009-07-161-201/+68
* More docs changes.gman@google.com2009-07-151-2/+1
* expose bitmap in js.yux@google.com2009-07-154-0/+154
* This adds some infrastructure for building O3D as part of the Chrome build,gspencer@google.com2009-07-152-16/+30
* StreamOperation gets url scheme from full path rather than relative path. Fix...apatrick@google.com2009-07-141-11/+12
* This splits the import.gyp file into two parts (one for building archive lib,gspencer@google.com2009-07-141-4/+1
* Switching back SteamOperation to explicitly check for the particular protocol...apatrick@google.com2009-07-131-1/+4
* Plugin no longer makes synchronous NPAPI calls from a Windows message handler...apatrick@google.com2009-07-1311-111/+122
* Fixing linux regressions from http://codereview.chromium.org/149130piman@google.com2009-07-133-15/+28
* Fixed full screen window class issues.apatrick@google.com2009-07-133-31/+31
* Add polygon offset docpiman@google.com2009-07-111-2/+12
* Avoid calling Abort from main thread on IBinding created on another thread. I...apatrick@google.com2009-07-102-7/+9
* fix for osxgman@google.com2009-07-101-1/+1
* Add ClientInfogman@google.com2009-07-093-0/+53
* In preparation for becoming an internal plugin in chrome I did these things:apatrick@google.com2009-07-0917-1205/+1294
* Add missing Param IDL for ParamRenderSurface andgman@google.com2009-07-082-45/+68
* Worked around infinite loop seen in Chrome on Windows when raising andkbr@google.com2009-07-071-0/+4
* Review URL: http://codereview.chromium.org/147258ericu@google.com2009-07-021-1/+1
* Add a dependency to the Mac installer build stage so that the postflight.sh s...maf@google.com2009-07-021-3/+4
* Adding in most of the unit tests. This adds 406 of our unit testsgspencer@google.com2009-07-012-7/+13
* Fix for Windows 7gman@google.com2009-07-013-5/+6
* Fix Mac installer build. We were not inserting the version number into the Ke...maf@google.com2009-06-301-2/+4
* This CL contains the the changes needed to buildgman@google.com2009-06-301-1/+15
* Disabled a couple of selenium tests that don't work in Chrome (see comment). ...apatrick@google.com2009-06-301-0/+3
* Made CHostControl use atomic reference counting because it is accessed from S...apatrick@google.com2009-06-301-1/+3
* Fix a few more doc errors.gman@google.com2009-06-303-4/+12
* linux: fix build. don't use GDK_META_MASK until we figure out which version o...piman@google.com2009-06-291-0/+5
* Some refactoring. Move a lot of drawing related but not O3D specific code out...maf@google.com2009-06-296-116/+218
* fixes after reviewpiman@google.com2009-06-291-5/+7
* add XEmbed bindingspiman@google.com2009-06-297-31/+322
* nspluginwrapper compat fixes, part 1: Set the correct size in NP_GetEntryPoin...tschmelcher@google.com2009-06-261-1/+1
* This fixes lots of docs issues in the IDL files.gman@google.com2009-06-2616-36/+100
* New user experience for the fullscreen message on Mac.maf@google.com2009-06-254-62/+153
* Call V8::Dispose() when the plugin dll is unloaded from the browser so that m...vangelis@google.com2009-06-251-0/+16
* Review URL: http://codereview.chromium.org/146126ericu@google.com2009-06-251-6/+10
* This adds in the GYP files needed for our GYP build,gspencer@google.com2009-06-244-0/+650
* Review URL: http://codereview.chromium.org/147062ericu@google.com2009-06-243-9/+3
* Code to load the software renderer and initialize it. Code to force the softw...apatrick@google.com2009-06-231-6/+13