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
/
chrome
/
chrome_renderer.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: move DevToolsAgent/Client into content.
pfeldman@chromium.org
2011-07-22
1
-6
/
+0
*
Adding support for collecting anonymous UMA stats for missing plugins.
tbarzic@chromium.org
2011-07-21
1
-0
/
+2
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
1
-2
/
+0
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Make safe browsing optional at compile time.
torne@chromium.org
2011-07-11
1
-0
/
+9
*
Remove msvs_guid in gyp files in src/chrome/.
tony@chromium.org
2011-06-23
1
-1
/
+0
*
Initial CL to update the client model more frequently. This CL also changes ...
noelutz@google.com
2011-06-17
1
-48
/
+0
*
Removed the GetProductVersion function from webkit_glue and replace it with t...
ananta@chromium.org
2011-06-16
1
-1
/
+0
*
Revert 89098 - Initial CL to update the client model more frequently.
rsesek@chromium.org
2011-06-16
1
-1
/
+47
*
Initial CL to update the client model more frequently.
noelutz@google.com
2011-06-14
1
-47
/
+1
*
Hooking MHTML generation to the browser.
jcivelli@chromium.org
2011-06-14
1
-0
/
+2
*
Moving some of the webkit_glue functions from chrome\common\common_glue and c...
ananta@chromium.org
2011-06-10
1
-0
/
+2
*
Reduce one of the implicit dependencies of src\content on chrome\renderer by ...
ananta@chromium.org
2011-06-05
1
-0
/
+2
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+1
*
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
-6
/
+1
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-1
/
+1
*
[Mac] Implement the system dictionary popup by implementing NSTextInput methods.
rsesek@chromium.org
2011-05-02
1
-0
/
+2
*
Remove most prerendering code/references from content.
mmenke@chromium.org
2011-04-30
1
-0
/
+2
*
Move extension_groups.h to the extensions subdir of renderer.
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Move renderer_main and renderer_glue to content.
jam@chromium.org
2011-04-18
1
-6
/
+1
*
Move the content settings code out of RenderView, since it belongs in the Chr...
jam@chromium.org
2011-04-18
1
-0
/
+2
*
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...
jam@chromium.org
2011-04-16
1
-2
/
+4
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
1
-3
/
+0
*
Move RenderThread to content\renderer.
jam@chromium.org
2011-04-14
1
-2
/
+0
*
Mac: Let chrome coexist with the Chinese Handwriting IME.
thakis@chromium.org
2011-04-13
1
-3
/
+5
*
[Reverting 81332. Reason for revert: page_cycler_intl2 showing huge regressi...
nick@chromium.org
2011-04-13
1
-5
/
+3
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
1
-0
/
+2
*
Mac: Let chrome coexist with the Chinese Handwriting IME.
thakis@chromium.org
2011-04-12
1
-3
/
+5
*
Revert 81308 (broke 10.5)- Mac: Let chrome coexist with the Chinese Handwriti...
thakis@chromium.org
2011-04-12
1
-5
/
+3
*
Mac: Let chrome coexist with the Chinese Handwriting IME.
thakis@chromium.org
2011-04-12
1
-3
/
+5
*
Adds TabContents/RenderView observers for automation/testing messages.
kkania@chromium.org
2011-04-07
1
-0
/
+2
*
Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.
jam@chromium.org
2011-04-05
1
-4
/
+4
*
Move the dispatching of extension messages out of RenderThread. This also mo...
jam@chromium.org
2011-03-29
1
-0
/
+2
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-0
/
+2
*
Refactor: Move app/surface to ui/gfx/surface.
backer@chromium.org
2011-03-25
1
-0
/
+1
*
Move some more renderer messages to content. Also move a couple of files whi...
jam@chromium.org
2011-03-22
1
-2
/
+0
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-3
/
+0
*
Move RenderView to content. I've added a new method to ContentRendererClient...
jam@chromium.org
2011-03-18
1
-2
/
+0
*
Move render_widget files to content.
jam@chromium.org
2011-03-18
1
-11
/
+0
*
Move the renderer_web* files to content.
jam@chromium.org
2011-03-18
1
-26
/
+0
*
Move a bunch more random files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-18
1
-11
/
+0
*
Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...
jam@chromium.org
2011-03-17
1
-0
/
+2
*
Move a bunch of gpu/worker/plugin renderer code to content. I temporarily di...
jam@chromium.org
2011-03-17
1
-29
/
+0
*
Move a bunch of html5 renderer code to content.
jam@chromium.org
2011-03-16
1
-16
/
+0
*
Move core renderer subdirectories to content.
jam@chromium.org
2011-03-16
1
-18
/
+1
*
Move plugin code to content.
jam@chromium.org
2011-03-16
1
-1
/
+1
*
Fix shared library build and take out unnecessary dependency in chrome_render...
jam@chromium.org
2011-03-14
1
-1
/
+0
*
Fix Linux build
jam@chromium.org
2011-03-14
1
-0
/
+1
*
Deleted WebPluginDelegatePepper and everything dependent on it.
apatrick@chromium.org
2011-03-10
1
-8
/
+0
[next]