summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
Commit message (Expand)AuthorAgeFilesLines
* O2D: Add an API to the Layer class to enable painting the entire screen area....tschmelcher@chromium.org2011-02-021-0/+6
* O2D: Add an API to set the pattern extension method.tschmelcher@chromium.org2011-02-011-3/+25
* O2D: Add an API for setting the texture filter.tschmelcher@chromium.org2011-01-271-1/+25
* Add HANDLE_CRASHES to Linux callback functions, since they are plugin entry p...tschmelcher@chromium.org2011-01-241-0/+10
* O2D:tschmelcher@chromium.org2011-01-202-1/+52
* O2D: Several (unrelated) improvements:tschmelcher@chromium.org2011-01-141-0/+5
* Revert o3d changes in 70977akalin@chromium.org2011-01-112-4/+2
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-112-2/+4
* add Opera to the list of agents that work okay with O3D (as Opera 11.0)fbarchard@chromium.org2011-01-051-3/+4
* Reverting the o3d parts of: 70009 70345 70353bradnelson@google.com2011-01-041-1/+1
* Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.hbrettw@chromium.org2010-12-231-1/+1
* Fix ON_DEMAND_RENDER mode on Mac OSX.tschmelcher@chromium.org2010-12-153-10/+7
* Fix debug.log creation, which has been broken since r58501.tschmelcher@chromium.org2010-12-071-1/+1
* Add an API to allow JavaScript to determine the framerate of individual dynam...tschmelcher@chromium.org2010-12-061-0/+10
* Work around a Chrome bug in cross-origin security checks that sometimes preve...tschmelcher@chromium.org2010-12-021-12/+31
* O2D:tschmelcher@chromium.org2010-11-243-17/+110
* Fix IE crash regression from r66344.tschmelcher@chromium.org2010-11-241-0/+7
* 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