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
/
content
/
content_common.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove files that don't exist, and fix typos in gyp files
sadrul@chromium.org
2011-05-25
1
-1
/
+1
*
Added proxy / stub pair for GPU surfaces.
apatrick@chromium.org
2011-05-24
1
-0
/
+2
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
1
-2
/
+2
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-0
/
+4
*
Move view_types.h from chrome to content. Although some of the enum types ar...
jam@chromium.org
2011-05-16
1
-0
/
+2
*
Content: Define the content api for building content libs as dlls/
ananta@chromium.org
2011-05-14
1
-0
/
+1
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
1
-2
/
+2
*
Support window.opener after a process swap.
creis@chromium.org
2011-05-12
1
-0
/
+2
*
revert CL 84847
wjia@google.com
2011-05-10
1
-1
/
+0
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-0
/
+2
*
Adding a new file for media stream types that will be used by future Chrome c...
wjia@google.com
2011-05-10
1
-0
/
+1
*
[Mac] Implement the system dictionary popup by implementing NSTextInput methods.
rsesek@chromium.org
2011-05-02
1
-0
/
+1
*
Pick off the lowest hanging fruits in removing the chrome includes from conte...
jam@chromium.org
2011-04-29
1
-0
/
+1
*
Moved mru_cache from content/common to base/memory.
agayev@chromium.org
2011-04-27
1
-1
/
+0
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-26
1
-0
/
+4
*
Move more GPU related files from content/common to content/common/gpu.
apatrick@chromium.org
2011-04-22
1
-4
/
+4
*
Move renderer_main and renderer_glue to content.
jam@chromium.org
2011-04-18
1
-0
/
+2
*
Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...
jam@chromium.org
2011-04-18
1
-0
/
+2
*
Remove the last Chrome dependencies from renderer, and enforce no more includ...
jam@chromium.org
2011-04-18
1
-0
/
+3
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-0
/
+2
*
Moved ParamTraits specializations that depend on WebKit out of content/common...
grt@chromium.org
2011-04-15
1
-0
/
+2
*
Inverted dependency between code in content/common/gpu and the GpuWatchdogThr...
apatrick@chromium.org
2011-04-15
1
-0
/
+1
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
1
-1
/
+0
*
Move FilePathWatcher to base/files.
craig.schlenter@chromium.org
2011-04-14
1
-15
/
+0
*
Add IPC plumbing code for Quota API
kinuko@chromium.org
2011-04-13
1
-0
/
+3
*
Moved TextureTransport into content/common/gpu.
apatrick@chromium.org
2011-04-13
1
-0
/
+2
*
Add IPC messages and renderer process side API for video capture.
wjia@google.com
2011-04-12
1
-0
/
+1
*
Moved code that runs in both the browser and GPU process from content/gpu to ...
apatrick@chromium.org
2011-04-08
1
-2
/
+45
*
Histogram added: GPU.GPUProcessLaunchCause
scheib@chromium.org
2011-04-06
1
-0
/
+1
*
Refactor RenderWidgetHostViewViews to use the new input method API for Views.
suzhe@google.com
2011-04-01
1
-0
/
+5
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
1
-0
/
+2
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-0
/
+2
*
Move some more renderer messages to content. Also move a couple of files whi...
jam@chromium.org
2011-03-22
1
-0
/
+1
*
Create a new message file for view related messages. I just moved a few mess...
jam@chromium.org
2011-03-21
1
-0
/
+4
*
Move geolocation, desktop notification, and device orientation into their own...
jam@chromium.org
2011-03-19
1
-0
/
+3
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-0
/
+2
*
event trace plumbing for multi-process support
jbates@chromium.org
2011-03-18
1
-0
/
+2
*
Move FilePathWatcher class from chrome/browser/... to content/common...
dmaclach@chromium.org
2011-03-18
1
-3
/
+18
*
Move the renderer_web* files to content.
jam@chromium.org
2011-03-18
1
-0
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-0
/
+34
*
Move a bunch of files from chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-0
/
+7
*
Update gyp for moved files.
jam@chromium.org
2011-03-17
1
-0
/
+2
*
Move all the message files in chrome that belong in content.
jam@chromium.org
2011-03-16
1
-0
/
+16
*
Remove last dependencies on chrome\common from chrome\plugin.
jam@chromium.org
2011-03-16
1
-0
/
+2
*
Get rid of some more dependencies on chrome\common from plugin, in preparatio...
jam@chromium.org
2011-03-15
1
-0
/
+2
*
Move plugin messages to content.
jam@chromium.org
2011-03-14
1
-0
/
+2
*
Fix shared library build and take out unnecessary dependency in chrome_render...
jam@chromium.org
2011-03-14
1
-0
/
+1
*
Add missing headers
jam@chromium.org
2011-03-14
1
-0
/
+4
*
Readd a few lines in the gypi files that I removed in a bad merge
jam@chromium.org
2011-03-14
1
-0
/
+3
[next]