index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
o3d
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue where concurrent access to V8 from different threads resulted in cr...
tschmelcher@chromium.org
2010-06-28
3
-6
/
+36
*
Guard against the plugin being deleted unexpectedly.
kbr@google.com
2010-06-16
3
-2
/
+17
*
Fixed problems with Cocoa full-screen code:
kbr@google.com
2010-06-15
3
-7
/
+32
*
Fix issue in Safari 5 on Mac OS X 10.6 on Mac Minis where drawInCGLContext/co...
tschmelcher@chromium.org
2010-06-15
1
-7
/
+9
*
Prevent Client::Tick() from causing reentrancy in the plugin on Mac OS X.
kbr@google.com
2010-06-02
1
-3
/
+4
*
Mac: Fix bug that has always existed in the GYP build where O3D.rsrc was an e...
tschmelcher@chromium.org
2010-05-28
1
-0
/
+2
*
Fixed bug in Core Graphics backend where it was falling through to the
kbr@google.com
2010-05-28
2
-32
/
+39
*
Sync to latest breakpad which doesn't have deps on libglog.
zhurunz@google.com
2010-05-28
1
-9
/
+0
*
Accepted mouse moved events in NSWindow used for Cocoa full-screen code path.
kbr@google.com
2010-05-28
1
-0
/
+1
*
Refactored drawing and event model selection to generalize to more
kbr@google.com
2010-05-26
4
-101
/
+72
*
Implemented full-screen support for Core Graphics and Core Animation
kbr@google.com
2010-05-24
8
-147
/
+615
*
Add breakpad.
zhurunz@google.com
2010-05-22
2
-0
/
+23
*
Refactored full-screen code under FullscreenWindowMac base class and
kbr@google.com
2010-05-19
10
-569
/
+861
*
Mac: Undo the change in r44662 to use npo3dautoplugin for the default Mac bun...
tschmelcher@chromium.org
2010-05-11
1
-15
/
+78
*
Axe the o3d_version.py script and turn it into a .gypi file. This fixes a bug...
tschmelcher@chromium.org
2010-05-06
3
-35
/
+24
*
Mac: Use the plugin_npapi_filename variable to choose the bundle name (rather...
tschmelcher@chromium.org
2010-04-15
3
-11
/
+15
*
Update DEPS to pull in missing Nixysa, and add code to use new Nixysa threadi...
maf@google.com
2010-04-14
2
-10
/
+9
*
Review URL: http://codereview.chromium.org/577038
maf@google.com
2010-04-13
9
-46
/
+390
*
Fixed bug in size of invalid rect. This slipped through in
kbr@chromium.org
2010-04-09
1
-2
/
+2
*
Build fixes for case when fullscreen message is disabled, for IMC code
kbr@chromium.org
2010-04-08
1
-14
/
+12
*
Linux: link with --as-needed to eliminate direct dependencies on 15 shared li...
tschmelcher@chromium.org
2010-03-19
1
-6
/
+20
*
Added support for O3D in Chrome on Mac OS X using CoreGraphics drawing
kbr@chromium.org
2010-03-11
7
-36
/
+323
*
Linux: Fix build break in r40786 due to file not ending with a newline. (Don'...
tschmelcher@chromium.org
2010-03-05
2
-2
/
+2
*
Introduce two new GYP variables:
tschmelcher@chromium.org
2010-03-05
11
-6
/
+292
*
Revert my change to the O3D plugin's description format, since it breaks the ...
tschmelcher@chromium.org
2010-03-02
1
-1
/
+1
*
Added the bulk of the algorithm for GPU accelerated 2D vector curve
kbr@chromium.org
2010-02-26
2
-0
/
+120
*
Linux: make sure the fullscreen window always gets focus
tschmelcher@chromium.org
2010-02-22
2
-3
/
+11
*
Make ActiveX CLSIDs and names into overridable variables too. Also make the N...
tschmelcher@chromium.org
2010-02-22
13
-74
/
+227
*
Linux: Implement cursor type NONE. Also ensure fullscreen windows are created...
tschmelcher@chromium.org
2010-02-19
2
-7
/
+39
*
Set the correct content window parameters for the "soft" fullscreen mode:
zmo@google.com
2010-02-19
1
-1
/
+9
*
Re-applying patch from http://codereview.chromium.org/606005 .
zmo@google.com
2010-02-16
1
-4
/
+25
*
Reverting files back to known good state. Will re-apply
zmo@google.com
2010-02-16
1
-25
/
+4
*
Make plugin name and mimetype into overridable GYP variables, so that third p...
tschmelcher@chromium.org
2010-02-16
2
-20
/
+22
*
Fix the software renderer "soft" fullscreen mode using the wrong monitor bug.
zmo@google.com
2010-02-16
1
-4
/
+25
*
Clone of issue 598075. See: http://codereview.chromium.org/598075
twiz@google.com
2010-02-12
6
-55
/
+7
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-4
/
+4
*
linux: native OpenGL ES support
piman@google.com
2010-02-08
2
-6
/
+1
*
Worked around bug in 32-bit Safari 4 on Mac OS X 10.6 where the
kbr@chromium.org
2010-02-05
1
-0
/
+6
*
fix v8 issues by not adding explicit () in eval unless it's necessary.
piman@google.com
2010-01-29
1
-15
/
+20
*
linux: arm fixes
piman@google.com
2010-01-29
2
-15
/
+1
*
linux: roll deps for arm
piman@google.com
2010-01-27
1
-1
/
+15
*
Linux: fix crash in Firefox at plugin unload time when more than one O3D inst...
tschmelcher@chromium.org
2010-01-20
3
-7
/
+21
*
Adds the missing BoundingBox docs.
gman@chromium.org
2010-01-13
1
-1
/
+1
*
Fix docs typo "steam" -> "stream"
gman@chromium.org
2010-01-08
1
-1
/
+1
*
This change removes CG from O3D and uses GLSL
gman@chromium.org
2010-01-08
2
-5
/
+8
*
Linux: implement setting cursor type
tschmelcher@chromium.org
2010-01-08
3
-11
/
+83
*
Linux: bring back the RPATH setting that was deleted by the GYP transition. A...
tschmelcher@chromium.org
2010-01-06
2
-6
/
+41
*
Fixed deadlocks occurring in Chrome during O3D teardown when O3D is in
kbr@google.com
2009-12-22
1
-1
/
+13
*
Step 1 in Adding GLES2 renderer to O3D.
gman@google.com
2009-12-16
1
-0
/
+16
*
New code needs some NULL checks so we don't crash FireFox on 10.6.
maf@google.com
2009-12-11
1
-5
/
+9
[next]