summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
Commit message (Expand)AuthorAgeFilesLines
* Raise process priority of O3d when running under Chrome for better response a...fbarchard@chromium.org2011-03-211-1/+7
* Detect SSE2 and return if not present to avoid a crash.fbarchard@chromium.org2011-03-211-0/+41
* Fixing O2D crash in Windows XP. The original pixman uses thread local variablegangji@google.com2011-03-181-0/+8
* Fix build break: More missing quotes. I was able tomilligan@google.com2011-03-151-6/+6
* Fix build break by adding missing quotes to breakpadmilligan@google.com2011-03-151-1/+1
* Remove hardcoded breakpad URL from plist and insteadmilligan@google.com2011-03-153-18/+43
* O2D Mac FF: Fix issue where we sometimes rendered a single frame to the wrong...tschmelcher@google.com2011-03-091-2/+16
* Add comment explaining why we don't initializemilligan@google.com2011-03-091-0/+3
* Work around the multiple breakpad issue by nevermilligan@google.com2011-03-091-1/+8
* O2D Mac: Don't crash if the user tries to go to fullscreen with O2D.tschmelcher@google.com2011-03-091-0/+6
* Add support for Core Graphics with Carbon, allowing us to use Core Graphics i...tschmelcher@google.com2011-03-084-61/+107
* When auto fall-back is enabled, fall back to o2d milligan@google.com2011-03-072-18/+17
* Fix Mac breakpad support for all browsers except for chrome.milligan@google.com2011-03-072-1/+9
* Add O2D rendering with cairo into Windows build.gangji@google.com2011-03-041-2/+2
* Port O2D to Mac, currently just for Core Graphics (the drawing model used in ...tschmelcher@chromium.org2011-03-035-49/+56
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-022-2/+2
* Remove FORCE_CAIRO flag and replace with a new feature.milligan@google.com2011-02-241-14/+19
* Add support for runtime fall-back from o3d to o2d iff o3d initialization fail...milligan@google.com2011-02-231-0/+24
* Baby steps toward o2d and o3d dynamic switching in the video acceleratormilligan@google.com2011-02-221-1/+1
* 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