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
*
POSIX: add missing NOTIMPLEMENTED
agl@chromium.org
2009-02-10
1
-0
/
+1
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
2
-11
/
+11
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
2
-11
/
+11
*
POSIX: fix renderer crash
agl@chromium.org
2009-02-10
1
-0
/
+9
*
Get the renderer closer to rendering something on linux.
estade@chromium.org
2009-02-10
2
-4
/
+6
*
Reverting 9408.
brettw@chromium.org
2009-02-09
2
-11
/
+5
*
Bring up renderer_main on linux.
estade@chromium.org
2009-02-09
3
-8
/
+50
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
2
-5
/
+11
*
Create a dialog box on Linux for --renderer-startup-dialog
estade@chromium.org
2009-02-09
1
-8
/
+20
*
Add Recycle() method to scoped autorelease pool to allow cleaning out any junk
pinkerton@chromium.org
2009-02-09
2
-2
/
+4
*
Clean up unnecessary includes in render_view.cc
brettw@chromium.org
2009-02-06
2
-3
/
+0
*
Reference and create a RenderView when needed.
jrg@chromium.org
2009-02-06
3
-7
/
+29
*
Prevent renderer from crashing on startup.
jrg@chromium.org
2009-02-06
1
-6
/
+2
*
Fix Renderer Crash on OS X + update unit test.
jeremy@chromium.org
2009-02-06
1
-8
/
+1
*
Cleanup forward declared classes that are not needed in chrome/renderer, chro...
thestig@chromium.org
2009-02-06
2
-8
/
+6
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
3
-153
/
+27
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
1
-4
/
+3
*
Build the rest of renderer on linux (except plugins).
estade@chromium.org
2009-02-05
2
-11
/
+4
*
Some fixes to ease debugging of the renderer process on OS X.
jeremy@chromium.org
2009-02-05
3
-5
/
+19
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
1
-1
/
+14
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
8
-6
/
+24
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
5
-27
/
+31
*
Add a very simple test for renderer_main, in the interests of bringup.
jeremy@chromium.org
2009-02-04
3
-4
/
+116
*
Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."
jeremy@chromium.org
2009-02-04
5
-40
/
+182
*
Add a linux stub implementation for resource_bundle.
tc@google.com
2009-02-04
1
-7
/
+1
*
Revert "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."
tc@google.com
2009-02-04
5
-182
/
+40
*
Make chrome/renderer/render_main.cc cross-platform + OS X bringup.
jeremy@chromium.org
2009-02-04
5
-40
/
+182
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
5
-31
/
+27
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
5
-27
/
+31
*
Properly honor base::SharedMemory semantics for name="" to mean
jrg@chromium.org
2009-02-04
1
-10
/
+1
*
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
[next]