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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port CrossSiteResourceHandler to Mac and Linux.
paul@chromium.org
2009-02-11
1
-1
/
+1
*
Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome.
evan@chromium.org
2009-02-11
1
-0
/
+3
*
POSIX: Transfer network data using shared memory
agl@chromium.org
2009-02-11
1
-15
/
+11
*
Handle tooltip message so we get fewer NOTIMPLEMENTED()s.
evan@chromium.org
2009-02-11
1
-1
/
+6
*
Construct AudioRendererHost in BrowserRendererProcessHost, also construct
hclam@chromium.org
2009-02-11
7
-18
/
+111
*
Implement browser scrolling on posix.
estade@chromium.org
2009-02-11
2
-72
/
+33
*
Fix a browser crash when the async resource handler keeps an
rvargas@google.com
2009-02-11
1
-1
/
+6
*
Fill in more gtk callbacks in RenderWidgetHostViewGtk.
estade@chromium.org
2009-02-10
1
-3
/
+15
*
Turn on Mac cursor support now that we're already linking in the world.
avi@chromium.org
2009-02-10
2
-8
/
+19
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
9
-113
/
+37
*
MovePluginWindows should always be called, even if suppress_view_updating_ is...
jam@chromium.org
2009-02-10
1
-4
/
+6
*
Do some more work on RenderWidgetHostViewGtk
estade@chromium.org
2009-02-10
2
-75
/
+92
*
Switch the Mac accessor method name to match the GTK one (consistency is good).
avi@chromium.org
2009-02-10
2
-5
/
+1
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
9
-37
/
+113
*
Porting unit tests in chrome/
phajdan.jr@chromium.org
2009-02-10
2
-28
/
+25
*
Linux: fix crash in OnGetScreenInfo
agl@chromium.org
2009-02-10
1
-1
/
+4
*
Linux: porting effort
agl@chromium.org
2009-02-10
1
-1
/
+0
*
Adds some debugging code in hopes of isolating bug 6316. I suspect the
sky@google.com
2009-02-10
1
-0
/
+7
*
#ifdef around a DCHECK in a Windows-specific code path.
evan@chromium.org
2009-02-10
1
-0
/
+5
*
Revert basically everything I've done today as it fails mysteriously
evan@chromium.org
2009-02-10
1
-5
/
+1
*
Get the renderer closer to rendering something on linux.
estade@chromium.org
2009-02-10
2
-5
/
+5
*
Bring a bunch more headers into the non-Windows build:
evan@chromium.org
2009-02-10
1
-1
/
+5
*
POSIX: add command line option to launch renderers in a wrapper
agl@chromium.org
2009-02-10
1
-1
/
+16
*
Reverting 9408.
brettw@chromium.org
2009-02-09
9
-113
/
+37
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
9
-37
/
+113
*
Janitorial: browser_render_process_host header/lint cleanup. Remove lots of h...
thestig@chromium.org
2009-02-06
2
-33
/
+14
*
Initial Mac port of web_contents_view and render_widget_host_view.
avi@google.com
2009-02-06
5
-9
/
+442
*
Make cert_store.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-06
1
-1
/
+1
*
Fix linux build bustage.
estade@chromium.org
2009-02-06
1
-1
/
+4
*
Stub out web_contents_view_gtk.
estade@chromium.org
2009-02-06
2
-0
/
+6
*
Add a constraint on how many requests can be outstanding for any given render...
ericroman@google.com
2009-02-06
3
-19
/
+328
*
Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of
brettw@google.com
2009-02-06
2
-14
/
+33
*
Make render_widget_host_unittest compile and run on POSIX.
thestig@chromium.org
2009-02-06
1
-2
/
+20
*
Fix a memory leak on the async resource handler.
rvargas@google.com
2009-02-06
1
-1
/
+1
*
Cleanup some forward declared structs that are not being used.
thestig@chromium.org
2009-02-05
2
-4
/
+1
*
Linux: add a big, stubby RenderWidgetHostView
agl@chromium.org
2009-02-05
3
-0
/
+286
*
Fix the build due to conflict with Paul's change
brettw@chromium.org
2009-02-05
1
-1
/
+7
*
Fix the build from my previous file move.
brettw@chromium.org
2009-02-05
1
-1
/
+1
*
Move resource_message_filter and resource_request_details to the renderer_host.
brettw@chromium.org
2009-02-05
5
-2
/
+1072
*
Correctly spawn render process for posix.
pinkerton@chromium.org
2009-02-05
2
-1
/
+24
*
Port the ResourceDispatcherHost to Mac and linux.
paul@chromium.org
2009-02-05
5
-13
/
+40
*
POSIX: Backing store scrolling.
agl@chromium.org
2009-02-05
1
-2
/
+132
*
Remove the stale ifdef/comment since the it's using the command line class now
thomasvl@chromium.org
2009-02-05
1
-7
/
+0
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
12
-15
/
+40
*
Make mock_render_process_host, test_web_contents, and testing_profile compile...
thestig@chromium.org
2009-02-05
1
-2
/
+9
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
9
-32
/
+31
*
Enable render_widget_host, render_view_host and backing_store. Remove the Ren...
pinkerton@chromium.org
2009-02-04
3
-7
/
+13
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
1
-0
/
+2
*
AudioRendererHost and unit test files
hclam@chromium.org
2009-02-04
3
-0
/
+328
*
Make render_view_host_manager.cc compile on POSIX.
thestig@chromium.org
2009-02-04
1
-3
/
+3
[next]