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
...
*
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
*
Add support for webkit ValueChanged accessibility notification.
ctguil@chromium.org
2010-09-16
7
-53
/
+33
*
Handle return value from HANDLE_EINTR in render_sandbox_host_linux.cc.
hans@chromium.org
2010-09-15
1
-2
/
+4
*
Fix in trunk. Null check view() in accessibility notifications
ctguil@chromium.org
2010-09-14
1
-3
/
+6
*
Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...
isherman@chromium.org
2010-09-14
3
-8
/
+1
*
Fix several spelling mistakes, mostly in comments.
mdm@chromium.org
2010-09-14
1
-1
/
+1
*
[Linux] Don't send a key event to browser window for pre-handling if it's han...
satorux@chromium.org
2010-09-14
1
-13
/
+16
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
7
-15
/
+26
*
Defend against a malicious renderer trying to upload a file to which
dumi@chromium.org
2010-09-13
2
-0
/
+13
*
FBTF: Move ctors/dtors into cc files.
erg@google.com
2010-09-13
1
-1
/
+1
*
Adds a notification event for onload. I would have liked to plumb this
sky@chromium.org
2010-09-11
3
-4
/
+5
*
Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a...
sky@chromium.org
2010-09-10
4
-0
/
+16
*
GTTF: download cleanup, rename things to be more accurate.
phajdan.jr@chromium.org
2010-09-10
1
-1
/
+1
[prev]
[next]