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
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
10
-31
/
+37
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
10
-37
/
+31
*
Add site_instance, navigation_entry, browsing_instance, renderer_security_pol...
pinkerton@chromium.org
2009-02-04
1
-0
/
+4
*
Reverting 9109.
ojan@google.com
2009-02-03
1
-2
/
+0
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-03
1
-0
/
+2
*
From agl. Cleaned up version of issue 19046.
thestig@chromium.org
2009-02-03
6
-27
/
+75
*
first stab at scaffolding WebContents.
pinkerton@chromium.org
2009-02-03
1
-4
/
+1
*
Fix a bunch of header includes. I removed some unnecessary headers from a
brettw@chromium.org
2009-02-01
2
-1
/
+8
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
5
-25
/
+31
*
Ignore invalid plugin windows coming in from the renderer for moving. As the ...
ananta@chromium.org
2009-01-30
1
-1
/
+7
*
Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...
thestig@chromium.org
2009-01-30
4
-364
/
+363
*
Clean up the Windows-ness in the sizing of new views. Write a bunch of comments
brettw@chromium.org
2009-01-29
1
-13
/
+12
*
Provide the option for HTTPServer to be created with a specific
sky@google.com
2009-01-29
1
-4
/
+4
*
Re-enable the NoScript unittest.
mpcomplete@google.com
2009-01-29
1
-1
/
+0
*
Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.
glen@chromium.org
2009-01-29
2
-11
/
+11
*
Re-land revision 8821 with the ui test fixed.
maruel@chromium.org
2009-01-29
2
-16
/
+8
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
18
-81
/
+124
*
Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeView
brettw@chromium.org
2009-01-29
6
-16
/
+8
*
Roll back r8821
mark@chromium.org
2009-01-28
2
-8
/
+16
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-15
/
+7
*
This prevents an occasional DCHECK seen during the SSL UI test that happened
creis@google.com
2009-01-28
2
-3
/
+13
*
Disconnect the "browser controlled printing" and always delegate the control ...
maruel@chromium.org
2009-01-28
2
-16
/
+8
*
Ensure that windowed plugins get keyboard focus in WM_MOUSEACTIVATe. This reg...
ananta@chromium.org
2009-01-28
1
-0
/
+3
*
Write some basic RenderWidgetHost unittests for the more tricky behavior.
brettw@chromium.org
2009-01-28
3
-1
/
+304
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
1
-15
/
+1
*
Rolback r8793: Remove extraneous uses of the --enable-user-script
mal@chromium.org
2009-01-28
1
-1
/
+15
*
Remove extraneous uses of the --enable-user-script
aa@chromium.org
2009-01-28
1
-15
/
+1
*
Move Windows specific backing-store functions into backing_store_win.cc
agl@chromium.org
2009-01-28
2
-258
/
+3
*
Fork backing_store.cc into backing_store_win.cc in preparation for a
agl@chromium.org
2009-01-27
1
-0
/
+243
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
6
-29
/
+42
*
Roll forward 8722,8721
jeremy@chromium.org
2009-01-27
1
-0
/
+16
*
Reverting 8722,8721.
maruel@chromium.org
2009-01-27
1
-16
/
+0
*
First step of porting VisitedLinkMaster to POSIX:
jeremy@chromium.org
2009-01-27
1
-0
/
+16
*
Revert "Make render_view_host compile on Mac & Linux, add to the build."
agl@chromium.org
2009-01-26
5
-39
/
+22
*
Fix the build.
brettw@chromium.org
2009-01-26
1
-2
/
+2
*
Fix the build.
brettw@chromium.org
2009-01-26
1
-1
/
+1
*
Make render_view_host compile on Mac & Linux, add to the build.
brettw@google.com
2009-01-26
5
-20
/
+37
*
Make RenderWidgetHelper portable.
brettw@chromium.org
2009-01-26
2
-23
/
+38
*
Close the handle to the child process after terminating it. This avoids
darin@chromium.org
2009-01-26
1
-0
/
+1
*
Random de-Windows-ification-ism-izing in renderer_host.
brettw@chromium.org
2009-01-24
6
-45
/
+48
*
Do some header file cleanup of RenderWidgetHost. I moved everything to be
brettw@chromium.org
2009-01-24
6
-482
/
+475
*
Two things:
ben@chromium.org
2009-01-24
1
-2
/
+3
*
revert r8603
rvargas@google.com
2009-01-24
18
-119
/
+80
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
18
-80
/
+119
*
Add missing file from last checkin.
brettw@chromium.org
2009-01-23
1
-0
/
+2
*
Separate out the backing store from the RenderWidgetHost into its own file to
brettw@chromium.org
2009-01-23
7
-366
/
+497
*
When the server says "nosniff" but then doesn't give us a Content-Type we now...
abarth@chromium.org
2009-01-23
1
-1
/
+10
*
Relands 8521, it isn't the culprit. Sorry John.
sky@google.com
2009-01-23
1
-0
/
+1
*
Backs out r8521 in hopes of greener trees.
sky@google.com
2009-01-23
1
-1
/
+0
*
Fix reloading a page with a pdf not working. The problem was that we were se...
jam@chromium.org
2009-01-22
1
-0
/
+1
[next]