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
*
Adds Get(Root)WindowRect handlers for the Mac.
avi@google.com
2009-03-18
5
-61
/
+108
*
Reland the changes to use command line switch to turn on worker feature.
jianli@chromium.org
2009-03-18
1
-0
/
+1
*
Reverting 11953.
hbono@chromium.org
2009-03-18
3
-73
/
+1
*
A tricky fix for Issue 1845.
hbono@chromium.org
2009-03-18
3
-1
/
+73
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-5
/
+14
*
Revert "Enable building worker and use command line switch to turn on ..."
agl@chromium.org
2009-03-17
1
-1
/
+0
*
Enable building worker and use command line switch to turn on this feature.
jianli@chromium.org
2009-03-17
1
-0
/
+1
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
4
-26
/
+39
*
SSL Fix: Step 4.
abarth@chromium.org
2009-03-17
3
-2
/
+10
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
6
-298
/
+349
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move response_data_file from ResourceResponseHead to webkit_glue::ResponseInfo
hclam@chromium.org
2009-03-17
1
-19
/
+0
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
1
-1
/
+4
*
Move a bunch of our GTK code that was previous manually handling references (...
deanm@chromium.org
2009-03-16
2
-16
/
+15
*
Added missing <stdlib.h>, needed on ubuntu 8.10.
dkegel@google.com
2009-03-16
1
-0
/
+1
*
Enable AutocompleteTest, HistoryURLProviderTest,
shess@chromium.org
2009-03-16
1
-1
/
+1
*
DevToolsManager is a service in the browser process that manages all open dev...
yurys@google.com
2009-03-16
3
-35
/
+4
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
3
-0
/
+14
*
Highlights of changes:
hclam@chromium.org
2009-03-13
7
-1
/
+222
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Reverting 11640.
finnur@chromium.org
2009-03-13
3
-14
/
+0
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
3
-0
/
+14
*
Get rid of the gears in renderer process code. This allows me to do some cle...
jam@chromium.org
2009-03-13
1
-8
/
+0
*
Fix SessionRestoreUITest.TwoTabsSecondSelected in single process mode.
jam@chromium.org
2009-03-12
1
-13
/
+12
*
Have RenderWidgetHostViewGtk take ownership of its widget.
deanm@chromium.org
2009-03-12
1
-0
/
+5
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
11
-106
/
+109
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
7
-257
/
+248
*
Fixes stretchy effect when window is enlarged past the backing bitmap's size.
avi@chromium.org
2009-03-10
1
-4
/
+4
*
This changes the base clipboard class, as accomplishing paste requires that C...
avi@chromium.org
2009-03-10
2
-8
/
+3
*
Get rid of --start-renderers-manually since it's been broken for a long time ...
jam@chromium.org
2009-03-10
2
-104
/
+69
*
Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...
jam@chromium.org
2009-03-10
3
-19
/
+47
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
10
-10
/
+0
*
Remove compile warning on OSX if branded
jrg@chromium.org
2009-03-09
1
-2
/
+3
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
3
-8
/
+18
*
Landing again the CL that adds security info to canceled requests (last time ...
jcampan@chromium.org
2009-03-08
18
-34
/
+100
*
Revert change 11197 because it created 138 new layout tests
nsylvain@chromium.org
2009-03-07
18
-100
/
+34
*
Landing again the CL that adds security info to canceled requests (it was bre...
jcampan@chromium.org
2009-03-07
18
-34
/
+100
*
Reverting 11179.
jcampan@chromium.org
2009-03-07
18
-101
/
+35
*
Refactor render view context menu in preparation for porting.
estade@chromium.org
2009-03-07
1
-1
/
+1
*
Rename _posix to _mac since it doesn't build on Linux.
mmoss@chromium.org
2009-03-07
1
-0
/
+0
*
This CL adds a way to specify the security info when canceling a URLRequest.
jcampan@chromium.org
2009-03-07
18
-35
/
+101
*
Fix Purify UMR and MLK due to ExtensionViewTest:
mpcomplete@google.com
2009-03-06
1
-1
/
+1
*
RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...
erg@google.com
2009-03-06
9
-26
/
+42
*
Fix renderer hang that occurs when a RenderWidget with outstanding synchronou...
jam@chromium.org
2009-03-06
2
-0
/
+10
*
Redo my single process cleanup. The problem was that Stop() had to be called...
jam@chromium.org
2009-03-06
2
-14
/
+10
*
Revert 11048 because it caused crashes in the ui_tests single process.
nsylvain@chromium.org
2009-03-05
2
-6
/
+14
*
Instead of destruction RendererMainThread objects via a singelton, which may ...
jam@chromium.org
2009-03-05
2
-14
/
+6
*
POSIX: Rewrite IPC's interaction with FileDescriptor
agl@chromium.org
2009-03-05
4
-10
/
+8
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
4
-10
/
+14
*
Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,
brettw@chromium.org
2009-03-05
3
-5
/
+12
[next]