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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak.
kuchhal@chromium.org
2009-02-03
1
-5
/
+5
*
Merged with latest media pipeline and cleaned up some style stuff.
hclam@chromium.org
2009-02-03
9
-110
/
+489
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
3
-24
/
+61
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-2
/
+0
*
Move proxy resolve requests out of plugin/renderer process, and into the brow...
ericroman@google.com
2009-01-31
1
-0
/
+10
*
Add a stub IsPluginProcess so there are less #if defined(OS_WIN) in the code.
tc@google.com
2009-01-30
1
-15
/
+0
*
Rename Debugger to DebuggerBridge to make the mac compiler happy.
brettw@chromium.org
2009-01-30
2
-6
/
+8
*
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...
thestig@chromium.org
2009-01-30
1
-2
/
+3
*
Maintain a local/global stack for the global WebPluginDelegateImpl instance p...
ananta@chromium.org
2009-01-29
1
-1
/
+7
*
Fix our link madness on linux. We now properly link
tc@google.com
2009-01-29
1
-5
/
+37
*
Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.
glen@chromium.org
2009-01-29
3
-3
/
+3
*
Re-land revision 8821 with the ui test fixed.
maruel@chromium.org
2009-01-29
2
-28
/
+5
*
Fix purify failure.
jrg@chromium.org
2009-01-29
2
-17
/
+28
*
Roll back r8821
mark@chromium.org
2009-01-28
2
-5
/
+28
*
Disconnect the "browser controlled printing" and always delegate the control ...
maruel@chromium.org
2009-01-28
2
-28
/
+5
*
Context menus for text selections in editable boxes and links should include ...
pkasting@chromium.org
2009-01-28
2
-3
/
+3
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
2
-14
/
+6
*
Rolback r8793: Remove extraneous uses of the --enable-user-script
mal@chromium.org
2009-01-28
2
-6
/
+14
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
2
-14
/
+6
*
Unit test addition, cleanup for render_process/thread.
jrg@chromium.org
2009-01-28
3
-17
/
+45
*
A little porting in chrome/renderer.
estade@chromium.org
2009-01-27
2
-5
/
+1
*
MAC: build fix
agl@chromium.org
2009-01-27
1
-0
/
+4
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
8
-58
/
+36
*
render_* work.
jrg@chromium.org
2009-01-27
5
-7
/
+116
*
Fixes my accidental check-in of renderer.vcproj with CRLF endings.
scherkus@chromium.org
2009-01-27
1
-343
/
+343
*
Revert "Make render_view_host compile on Mac & Linux, add to the build."
agl@chromium.org
2009-01-26
1
-4
/
+3
*
Fix the build.
brettw@chromium.org
2009-01-26
1
-3
/
+4
*
Link Doctor is expecting the query param connectionfailure, not
tc@google.com
2009-01-26
1
-1
/
+1
*
Added media/base to chrome/renderer/DEPS.
scherkus@chromium.org
2009-01-26
1
-0
/
+1
*
Checking in stubbed out ChromeMediaPlayer filter implementations.
scherkus@chromium.org
2009-01-26
9
-315
/
+556
*
POSIX: get bits of renderer_glue compiling
agl@chromium.org
2009-01-23
3
-22
/
+36
*
POSIX: Porting renderer/render_view.cc, low hanging fruit
agl@chromium.org
2009-01-22
2
-20
/
+150
*
Linux: don't want to build render_process till ph_ submits his DNS patch
agl@chromium.org
2009-01-22
1
-0
/
+1
*
POSIX: Porting renderer/render_process.cc, low hanging fruit
agl@chromium.org
2009-01-22
5
-17
/
+33
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-22
2
-3
/
+1
*
* Revert "POSIX: Get render_process_host to build."
agl@chromium.org
2009-01-21
2
-6
/
+3
*
Build fix: release builds seemed to break
agl@chromium.org
2009-01-21
1
-0
/
+6
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-21
1
-3
/
+0
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
4
-6
/
+6
*
TBR: Fix error line numbers.
aa@chromium.org
2009-01-20
1
-3
/
+5
*
Factor out the message sink from MockRenderThread to a separate class. I will be
brettw@chromium.org
2009-01-17
3
-88
/
+14
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
1
-18
/
+98
*
Move parsing of metadata header into browser process. This is a prerequisite
aa@chromium.org
2009-01-17
3
-129
/
+40
*
missing file from r8247
aa@chromium.org
2009-01-17
1
-0
/
+47
*
First pass as implementing the greasemonkey API. This patch
aa@chromium.org
2009-01-17
6
-6
/
+50
*
Add resource loading glue code for WebMediaPlayerDelegate
hclam@chromium.org
2009-01-17
2
-1
/
+32
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
2
-14
/
+3
*
Fixing a crash when plugin messages are sent to dialogs.
zork@google.com
2009-01-16
1
-0
/
+3
*
WaitableEvent is the replacement for Windows events. Previously in the code, ...
agl@chromium.org
2009-01-15
5
-18
/
+30
*
Updating so that Gears can spawn file selectors when running in the renderer ...
zork@google.com
2009-01-13
3
-6
/
+69
[next]