summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in Chrome where the value of location.href is sometimes a "void" ...tschmelcher@chromium.org2010-11-171-33/+58
* - Check for a NULL PluginObject at all NPAPI entry points. This fixes a crash...tschmelcher@chromium.org2010-11-176-462/+453
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-012-0/+2
* Linux: Update DEPS to pick up statically linked libGLEW.tschmelcher@chromium.org2010-10-221-3/+2
* Fix crash on Linux when run by nspluginwrapper due to mismatched width for NP...tschmelcher@chromium.org2010-10-181-4/+9
* Integrate new nixysa rev with work around for Safari 5.0+ crash.tschmelcher@chromium.org2010-10-183-18/+16
* Fix fullscreen on ChromeOS.zhurunz@google.com2010-09-241-1/+2
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-172-0/+83
* Prevents changing the stored tab handle at switching tabs. This fixes a bug w...geer@google.com2010-09-163-8/+10
* Revert 58946 - Further integration of 2D mode. This change supports calltype=...fbarchard@chromium.org2010-09-092-83/+0
* Further integration of 2D mode. This change supports calltype=v, transparancy...fransiskusx@google.com2010-09-092-0/+83
* Don't use the process' default directory for the logfile. Use the temp direc...thaloun@google.com2010-09-033-3/+21
* Deleting trailing spaces, add ending newline where missing to make lint happy...maf@chromium.org2010-08-063-6/+6
* Initial version rendering 2D path for O3D. This will eventually allow O3D app...fransiskusx@google.com2010-08-051-0/+5
* Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to addkbr@google.com2010-07-241-0/+4
* Windows: Change the generation of the various templated metadata files to pla...tschmelcher@chromium.org2010-07-131-13/+23
* Parameterize the name of the "O3DExtras" directory with a GYP variable (to al...tschmelcher@chromium.org2010-07-123-33/+2
* o3d/linux: fix --as-needed for glespiman@chromium.org2010-07-121-14/+25
* Linux: Fix DCHECK failure in Chrome caused by re-entrant rendering. This wasn...tschmelcher@chromium.org2010-07-091-0/+2
* Bump O3D version.zhurunz@google.com2010-07-091-1/+1
* Some changes in RENDERMODE_CONTINUOUS mode when max_fps has been set.zhurunz@google.com2010-07-093-7/+7
* Refactor AsyncTick to force Chrome through the reentrancy checks formerly in ...tschmelcher@chromium.org2010-07-082-18/+27
* Rolled forward O3D's Chromium DEPS to match the Skia roll-forward inkbr@google.com2010-07-084-37/+55
* Fix issue where concurrent access to V8 from different threads resulted in cr...tschmelcher@chromium.org2010-06-283-6/+36
* Guard against the plugin being deleted unexpectedly.kbr@google.com2010-06-163-2/+17
* Fixed problems with Cocoa full-screen code:kbr@google.com2010-06-153-7/+32
* Fix issue in Safari 5 on Mac OS X 10.6 on Mac Minis where drawInCGLContext/co...tschmelcher@chromium.org2010-06-151-7/+9
* Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.kbr@google.com2010-06-021-3/+4
* Mac: Fix bug that has always existed in the GYP build where O3D.rsrc was an e...tschmelcher@chromium.org2010-05-281-0/+2
* Fixed bug in Core Graphics backend where it was falling through to thekbr@google.com2010-05-282-32/+39
* Sync to latest breakpad which doesn't have deps on libglog.zhurunz@google.com2010-05-281-9/+0
* Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.kbr@google.com2010-05-281-0/+1
* Refactored drawing and event model selection to generalize to morekbr@google.com2010-05-264-101/+72
* Implemented full-screen support for Core Graphics and Core Animationkbr@google.com2010-05-248-147/+615
* Add breakpad. zhurunz@google.com2010-05-222-0/+23
* Refactored full-screen code under FullscreenWindowMac base class andkbr@google.com2010-05-1910-569/+861
* Mac: Undo the change in r44662 to use npo3dautoplugin for the default Mac bun...tschmelcher@chromium.org2010-05-111-15/+78
* Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug...tschmelcher@chromium.org2010-05-063-35/+24
* Mac: Use the plugin_npapi_filename variable to choose the bundle name (rather...tschmelcher@chromium.org2010-04-153-11/+15
* Update DEPS to pull in missing Nixysa, and add code to use new Nixysa threadi...maf@google.com2010-04-142-10/+9
* Review URL: http://codereview.chromium.org/577038maf@google.com2010-04-139-46/+390
* Fixed bug in size of invalid rect. This slipped through inkbr@chromium.org2010-04-091-2/+2
* Build fixes for case when fullscreen message is disabled, for IMC codekbr@chromium.org2010-04-081-14/+12
* Linux: link with --as-needed to eliminate direct dependencies on 15 shared li...tschmelcher@chromium.org2010-03-191-6/+20
* Added support for O3D in Chrome on Mac OS X using CoreGraphics drawingkbr@chromium.org2010-03-117-36/+323
* Linux: Fix build break in r40786 due to file not ending with a newline. (Don'...tschmelcher@chromium.org2010-03-052-2/+2
* Introduce two new GYP variables:tschmelcher@chromium.org2010-03-0511-6/+292
* Revert my change to the O3D plugin's description format, since it breaks the ...tschmelcher@chromium.org2010-03-021-1/+1
* Added the bulk of the algorithm for GPU accelerated 2D vector curvekbr@chromium.org2010-02-262-0/+120
* Linux: make sure the fullscreen window always gets focustschmelcher@chromium.org2010-02-222-3/+11