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
*
Fixing WebKeyboardEvent.
avi@chromium.org
2009-03-04
4
-11
/
+5
*
Update clipboard classes to use string16 and FilePath instead of wstring.
estade@chromium.org
2009-03-04
3
-6
/
+8
*
Add comment regarding why single-process and in-process-plugins are disabled ...
jam@chromium.org
2009-03-04
1
-0
/
+2
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
2
-0
/
+19
*
Reverting 10794.
avi@chromium.org
2009-03-03
4
-5
/
+11
*
Ship some tests which aren't related to what I'm working on:
shess@chromium.org
2009-03-03
2
-9
/
+1
*
Fixing WebKeyboardEvent. Third time's the charm.
avi@chromium.org
2009-03-03
4
-11
/
+5
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
1
-2
/
+9
*
Make our IME backend platform-independent.
hbono@chromium.org
2009-03-03
1
-3
/
+3
*
Don't expose --single-process and --in-process-plugins for official Chrome re...
jam@chromium.org
2009-03-03
1
-0
/
+4
*
Move chrome/apps/result_codes.h to chrome/common/result_codes.h
thestig@chromium.org
2009-03-03
2
-2
/
+2
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
2
-5
/
+3
*
Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ...
erg@google.com
2009-03-03
2
-4
/
+12
*
Fix bookmark and menu drag images by making a halo around them. This makes
brettw@chromium.org
2009-03-02
1
-0
/
+1
*
Enable focus-change via tabbing on Linux.
estade@chromium.org
2009-03-02
1
-12
/
+0
*
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
[next]