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
*
Working on removing GTK for touch UI, by introducing a new
anicolao@chromium.org
2010-09-30
2
-0
/
+787
*
When in accelerated compositing mode, RenderWidgetHostView::paint/expose
nduca@chromium.org
2010-09-30
4
-4
/
+33
*
Mac: Comment tweaks requested in http://codereview.chromium.org/3549004
thakis@chromium.org
2010-09-29
1
-2
/
+4
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
5
-5
/
+5
*
Mac: Fix deadlock in the accelerated drawing code.
thakis@chromium.org
2010-09-29
1
-15
/
+23
*
Couple of match preview changes.
sky@chromium.org
2010-09-29
7
-4
/
+38
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
3
-26
/
+12
*
Flesh out URLLoader's download_to_file function.
michaeln@chromium.org
2010-09-28
10
-19
/
+127
*
Add renderer -> browser IPC: notify browser when the current URL is phishy.
bryner@chromium.org
2010-09-28
2
-0
/
+12
*
Change ChildProcessSecurityPolicy to store a list of allowed flags for
dumi@chromium.org
2010-09-28
5
-9
/
+9
*
Kill a renderer process if ViewHostMsg_AsyncOpenFile comes with a
dumi@chromium.org
2010-09-27
1
-0
/
+14
*
Fix a crash in ResourceMessageFilter::OnGetPluginInfo
bauerb@chromium.org
2010-09-27
1
-3
/
+1
*
A quick fix for Bug 52834.
hbono@chromium.org
2010-09-27
2
-6
/
+54
*
Show Autofill tab page instead of the native one.
tfarina@chromium.org
2010-09-26
1
-6
/
+16
*
Linux: Fix problem with zombies and hanging browsers when METHOD_GET_CHILD_WI...
thestig@chromium.org
2010-09-26
1
-1
/
+2
*
Support additional webkit accessibility notifications and states.
ctguil@chromium.org
2010-09-25
14
-112
/
+48
*
Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...
thakis@chromium.org
2010-09-24
10
-128
/
+19
*
Flesh out URLLoader's download_to_file function.
michaeln@chromium.org
2010-09-23
10
-19
/
+128
*
Move task manager code into a subdirectory.
evan@chromium.org
2010-09-23
1
-1
/
+1
*
Store lower case tag names within web accessibility.
ctguil@chromium.org
2010-09-23
1
-3
/
+3
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-0
/
+1
*
Set name of document accessibility nodes to document title.
ctguil@chromium.org
2010-09-21
1
-0
/
+1
*
use larger icon if available
erikkay@chromium.org
2010-09-21
1
-2
/
+6
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-1
/
+1
*
Revert 60088 - Set name of document accessibility nodes to document title.
rdsmith@chromium.org
2010-09-21
1
-1
/
+0
*
Set name of document accessibility nodes to document title.
ctguil@chromium.org
2010-09-21
1
-0
/
+1
*
Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.
jhawkins@chromium.org
2010-09-21
2
-12
/
+2
*
Add a unique identifier for plugin groups and use it to identify blocked plug...
bauerb@chromium.org
2010-09-21
1
-5
/
+6
*
Only enable renderer accessibility on Mac if a command line flag is passed or...
dtseng@chromium.org
2010-09-20
2
-2
/
+13
*
Marking SyncXMLHttpRequest_DuringUnload as flaky after multiple failures.
mlloyd@chromium.org
2010-09-20
1
-1
/
+2
*
Autofill profile pop-up should trigger for mouse double-clicks
dhollowa@chromium.org
2010-09-20
2
-15
/
+0
*
Reduce console spam of LOG(INFO) in buffered_resource_handler.cc.
evan@chromium.org
2010-09-20
1
-2
/
+0
*
Disable ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload.
evan@chromium.org
2010-09-20
1
-1
/
+2
*
Hook up indexed databases to content settings.
jochen@chromium.org
2010-09-20
3
-1
/
+25
*
DevTools: provide load timing for sync resources.
pfeldman@chromium.org
2010-09-20
5
-32
/
+33
*
Remove code that enables renderer accessibility based on the SPI_GETSCREENREA...
ctguil@chromium.org
2010-09-18
2
-6
/
+5
*
Map: Guard concurrent accesses to a std::map by a lock in drawing code.
thakis@chromium.org
2010-09-18
2
-0
/
+24
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-17
3
-35
/
+73
*
Cleanup: Review lots of CHECKs used to debug bug 16371.
thestig@chromium.org
2010-09-17
8
-25
/
+4
*
Mac: Stop display link thread for views that are in background tabs.
thakis@chromium.org
2010-09-17
1
-12
/
+25
*
Implement IsSearchProviderInstalled handling on I/O thread.
levin@chromium.org
2010-09-17
1
-1
/
+2
*
Remove vestigial cookie/web app permissions prompting UI now that the async U...
ben@chromium.org
2010-09-17
3
-177
/
+0
*
Remove use of accessible prop service from render_widget_host_view_win.cc
ctguil@chromium.org
2010-09-16
2
-40
/
+11
*
Fix browser_tests:RendererAccessibilityBrowserTest.TestCrossPlatformAccessibi...
ctguil@chromium.org
2010-09-16
1
-30
/
+53
*
Mac: Fix concurrent access on a non-threadsafe data structure.
thakis@chromium.org
2010-09-16
2
-12
/
+33
*
Clarify some comments from a recent patch that changes TabContents.
jorlow@chromium.org
2010-09-16
1
-4
/
+6
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
2
-3
/
+6
*
Revert 59600 - Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
2
-47
/
+31
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
2
-31
/
+47
*
Factor an ExtensionIconSet class out of Extension. This can
aa@chromium.org
2010-09-16
1
-2
/
+4
[next]