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
*
Fix compilations errors introduced by revision 10712.
maruel@chromium.org
2009-03-02
1
-4
/
+7
*
Attempt 2 at landing this.
ananta@chromium.org
2009-02-28
1
-3
/
+17
*
Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browser
tc@google.com
2009-02-27
1
-11
/
+3
*
Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ...
ananta@chromium.org
2009-02-27
1
-3
/
+11
*
Implementation of AudioRendererHost
hclam@chromium.org
2009-02-27
4
-167
/
+290
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
2
-17
/
+24
*
Switch from NOTIMPLEMENTED in RenderWidgetHostViewMac::MovePluginWindows() to...
pinkerton@chromium.org
2009-02-27
1
-1
/
+1
*
Fix painting issue after a renderer crash
agl@chromium.org
2009-02-27
1
-1
/
+5
*
Don't send WebInputEvents from the renderer to the browser.
erg@google.com
2009-02-27
5
-13
/
+100
*
Linux: support displays without Xrender support.
agl@chromium.org
2009-02-26
3
-6
/
+112
*
Fix BrowserTest.ThirtyFourTabs and possibly other ui tests in single-process ...
jam@chromium.org
2009-02-26
1
-4
/
+8
*
Back out r10487 too
mark@chromium.org
2009-02-26
3
-17
/
+15
*
Add a missing header from r10487.
jhawkins@chromium.org
2009-02-26
1
-0
/
+1
*
More URL constants replacement.
brettw@chromium.org
2009-02-26
3
-15
/
+17
*
Reverting key change (again); this breaks every keyboard layout test there is...
avi@chromium.org
2009-02-26
3
-4
/
+10
*
Fixing WebKeyboardEvent. For reals this time.
avi@chromium.org
2009-02-26
3
-10
/
+4
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
3
-1
/
+47
*
Linux: fix GDK error when switching tab contents
agl@chromium.org
2009-02-26
3
-17
/
+18
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
3
-14
/
+16
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
3
-6
/
+3
*
Add the hunspell project to Chrome.app and get spellchecker compiling
shess@chromium.org
2009-02-25
1
-1
/
+1
*
This CL causes the autofill popup to hide when the browser window is moved or...
jcampan@chromium.org
2009-02-25
2
-0
/
+8
*
Linux: server side backing stores
agl@chromium.org
2009-02-25
18
-85
/
+283
*
Revert "Fixing WebKeyboardEvent."
kuchhal@chromium.org
2009-02-25
3
-4
/
+10
*
Fixing WebKeyboardEvent.
avi@chromium.org
2009-02-25
3
-10
/
+4
*
Remove memory model experiment
jar@chromium.org
2009-02-25
2
-28
/
+2
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
15
-32
/
+33
*
Initial support for Renderer Side Histograms
jar@chromium.org
2009-02-25
2
-8
/
+19
*
Move windows specific functions from l10n_util.h to l10n_util_win.h.
tc@google.com
2009-02-24
1
-0
/
+1
*
Clean up WebKit resources after starting a download.
paulg@google.com
2009-02-24
1
-4
/
+8
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
5
-19
/
+19
*
Implement ResourceMessageFilter::OnGetWindowRect and OnGetRootWindowRect
evan@chromium.org
2009-02-24
3
-4
/
+39
*
Download request manager refactoring.
estade@chromium.org
2009-02-24
2
-8
/
+2
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
2
-13
/
+9
*
Clear out the vbox before adding a new widget.
erg@google.com
2009-02-23
1
-13
/
+18
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
2
-2
/
+2
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
2
-9
/
+3
*
Purify bot fix
agl@chromium.org
2009-02-21
2
-4
/
+8
*
Correctly evict smallest transport DIB cache member
agl@chromium.org
2009-02-21
1
-1
/
+3
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-21
1
-3
/
+4
*
Fix unit test memory leak
agl@chromium.org
2009-02-20
2
-4
/
+13
*
Purify fix
agl@chromium.org
2009-02-20
1
-0
/
+2
*
Implement the logic to change Renderers. We can now navigate between pages!
erg@google.com
2009-02-20
1
-0
/
+4
*
Implement RenderWidgetHostViewGtk::Destroy.
deanm@chromium.org
2009-02-20
1
-2
/
+1
*
Make plugin_service.cc compile on Posix.
jhawkins@chromium.org
2009-02-20
3
-3
/
+3
*
Revert r10090, which was committed without proper review.
darin@chromium.org
2009-02-20
3
-50
/
+2
*
Add tab content type for developer tools UI.
yurys@google.com
2009-02-20
3
-2
/
+50
*
Reverting 10080.
jam@chromium.org
2009-02-20
1
-4
/
+3
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-20
1
-3
/
+4
*
Bitmap transport
agl@chromium.org
2009-02-20
17
-76
/
+324
[next]