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
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
14
-59
/
+59
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
1
-2
/
+2
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-0
/
+2
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
1
-2
/
+3
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
1
-2
/
+6
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
4
-20
/
+19
*
Measure IPC latency for audio
hclam@chromium.org
2009-05-01
1
-5
/
+32
*
Only send events to renderers that are listening to an event.Notify browser w...
erikkay@google.com
2009-05-01
3
-0
/
+24
*
Linux: terminate clipboard handling on the UI thread.
agl@chromium.org
2009-05-01
3
-27
/
+141
*
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
tim@chromium.org
2009-04-30
1
-1
/
+1
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
3
-8
/
+14
*
Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...
pkasting@chromium.org
2009-04-29
1
-1
/
+0
*
Revert "Instead of passing down a switch to the renderer, storing a member, e...
evan@chromium.org
2009-04-29
1
-0
/
+1
*
Instead of passing down a switch to the renderer, storing a member, etc., jus...
pkasting@chromium.org
2009-04-29
1
-1
/
+0
*
Style fixes for previous review:
paul@chromium.org
2009-04-28
1
-6
/
+7
*
Synchronously update the loading state when a load starts so that the UI will
brettw@chromium.org
2009-04-28
3
-12
/
+22
*
Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...
rafaelw@chromium.org
2009-04-28
2
-2
/
+14
*
POSIX: don't spawn zombies.
agl@chromium.org
2009-04-28
1
-2
/
+13
*
Fix a popup menu offset bug.
paul@chromium.org
2009-04-27
1
-1
/
+3
*
Add quarantine metadata to downloads on the Mac. Patch by Stuart Morgan
mark@chromium.org
2009-04-27
1
-0
/
+1
*
Adds --no-audio, which replaces the audio IPC layer with a mock audio device.
scherkus@chromium.org
2009-04-27
1
-1
/
+2
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
7
-45
/
+49
*
Revert "POSIX: Don't spawn zombies." (r14488)
agl@chromium.org
2009-04-24
1
-13
/
+2
*
POSIX: Don't spawn zombies.
agl@chromium.org
2009-04-24
1
-2
/
+13
*
Pass the ExtensionID to the ExtensionFunctionDispatcher.
finnur@chromium.org
2009-04-24
2
-4
/
+12
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
6
-3
/
+84
*
Linux: fix root window co-ordinates.
agl@chromium.org
2009-04-24
1
-2
/
+2
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
1
-1
/
+1
*
Linux: stop popups from flickering
agl@chromium.org
2009-04-24
1
-1
/
+1
*
Linux: use opaque NativeViewIds
agl@chromium.org
2009-04-24
1
-25
/
+38
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
3
-55
/
+0
*
Add transparency support to RenderWidgetHostView.
aa@chromium.org
2009-04-23
4
-9
/
+111
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-1
/
+3
*
Arrange so ExtensionMessageService::RendererReady is called on the IO thread.
mpcomplete@google.com
2009-04-23
1
-2
/
+12
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
5
-20
/
+20
*
Revert "Don't send resize messages until the renderer has been initialized."
evan@chromium.org
2009-04-22
4
-19
/
+20
*
Don't send resize messages until the renderer has been initialized.
evan@chromium.org
2009-04-22
4
-20
/
+19
*
Always enable copy-link-address in context menu.
brettw@chromium.org
2009-04-22
1
-0
/
+2
*
Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...
pinkerton@chromium.org
2009-04-22
1
-1
/
+8
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-22
5
-59
/
+152
*
An experimental fix for Issue 9718.
hbono@chromium.org
2009-04-22
1
-17
/
+64
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
2
-8
/
+93
*
Rework the RWHV so that when it gets a paint message from the renderer it imm...
avi@google.com
2009-04-21
2
-45
/
+57
*
Fix a leak of the NavigationController during many tests. A duplicate
brettw@chromium.org
2009-04-21
2
-17
/
+10
*
I managed to break test_shell. Reverting. I'll fix tomorrow.
agl@chromium.org
2009-04-21
5
-152
/
+59
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-21
5
-59
/
+152
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
4
-11
/
+8
*
Add a FieldTrial and histograms for measuring impact of http prioritization.
willchan@chromium.org
2009-04-20
2
-21
/
+33
*
Reverting 14005.
brettw@chromium.org
2009-04-18
4
-7
/
+10
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
4
-10
/
+7
[next]