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
/
content
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
2
-0
/
+44
*
Implement Clipboard::ReadImage for Windows.
dcheng@chromium.org
2011-04-13
1
-1
/
+4
*
Count histograms initiated and finished by the download system.
rdsmith@chromium.org
2011-04-13
1
-0
/
+3
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
2
-5
/
+5
*
Suppress login prompting for favicons.
asanka@chromium.org
2011-04-13
1
-2
/
+7
*
Profile shouldn't own DesktopNotificationService.
torne@chromium.org
2011-04-13
1
-1
/
+3
*
Fix clang build that have been broken by 81364.
kinuko@chromium.org
2011-04-13
1
-1
/
+2
*
Add IPC plumbing code for Quota API
kinuko@chromium.org
2011-04-13
2
-0
/
+77
*
Add initial changes to intercept logging.
dtseng@chromium.org
2011-04-13
1
-2
/
+2
*
Implements AudioInputDevice API for low-latency audio input in the browser pr...
scherkus@chromium.org
2011-04-12
7
-28
/
+707
*
Move P2P sockets host code to content/browser/renderer_host/p2p/
sergeyu@chromium.org
2011-04-12
8
-34
/
+44
*
Revert 81277 - Profile shouldn't own DesktopNotificationService.DesktopNotifi...
siggi@chromium.org
2011-04-12
1
-3
/
+1
*
Profile shouldn't own DesktopNotificationService.
torne@chromium.org
2011-04-12
1
-1
/
+3
*
Renames TabStripModel and Browser's selected_index to
sky@chromium.org
2011-04-12
1
-4
/
+4
*
Rework the in-browser thumbnailing by doing everything in ThumbnailGenerator.
satorux@chromium.org
2011-04-12
2
-10
/
+0
*
Add a path for a web page to request the enumeration of a directory. This, t...
johnnyg@chromium.org
2011-04-12
2
-0
/
+22
*
Revert 81175 since as kbr pointed out, this would break GPU in the meantime s...
jam@chromium.org
2011-04-11
1
-2
/
+19
*
Reland r79470 and disable the failing GPU test (and prerendering tests that u...
jam@chromium.org
2011-04-11
1
-19
/
+2
*
Pass over the log level of console.* JS calls from renderer to browser.
dtseng@chromium.org
2011-04-11
2
-3
/
+9
*
Cleanup RenderMessageFilter.
jam@chromium.org
2011-04-11
4
-267
/
+107
*
Fix memory corruption that happens when the RenderViewHostDelegate deletes th...
jam@chromium.org
2011-04-09
1
-5
/
+10
*
Security restrictions for P2P UDP Sockets.
sergeyu@chromium.org
2011-04-09
5
-29
/
+445
*
Fix invalid write in RenderViewHostObserver.
jam@chromium.org
2011-04-09
1
-1
/
+1
*
Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.
jam@chromium.org
2011-04-08
6
-0
/
+136
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
2
-1
/
+10
*
Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...
jam@chromium.org
2011-04-08
6
-136
/
+0
*
Revert 80946 - Fix heap corruption that occurs when RenderViewHostObserver ca...
jam@chromium.org
2011-04-08
1
-1
/
+2
*
Fix heap corruption that occurs when RenderViewHostObserver calls RenderViewH...
jam@chromium.org
2011-04-08
1
-2
/
+1
*
Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...
jam@chromium.org
2011-04-08
6
-0
/
+136
*
Add a dcheck to make sure that RenderProcessHost::AllHostsIterator is called ...
jam@chromium.org
2011-04-07
1
-0
/
+1
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
1
-18
/
+4
*
Histogram added: GPU.GPUProcessLaunchCause
scheib@chromium.org
2011-04-06
2
-4
/
+7
*
Remove last extension related code in content\browser. Have the ExtensionSer...
jam@chromium.org
2011-04-05
1
-4
/
+1
*
Only run the phishing classifier on HTML and XHTML documents.
bryner@chromium.org
2011-04-05
2
-2
/
+14
*
Make contents settable in RVHTH.
avi@chromium.org
2011-04-05
2
-3
/
+12
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
2
-59
/
+0
*
Fix a misplaced comma in renderer log messages that has always bugged me.
mdm@chromium.org
2011-04-05
1
-1
/
+1
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-10
/
+13
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
5
-17
/
+0
*
Get rid of some dependencies on chrome from content.
michaeln@google.com
2011-04-01
1
-1
/
+1
*
Better handling of disabling the GPU acceleration if the GPU process dies mor...
amarinichev@chromium.org
2011-04-01
1
-12
/
+16
*
Remove knowledge about UserScriptListener from content.
jam@chromium.org
2011-04-01
6
-17
/
+24
*
Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...
jam@chromium.org
2011-03-31
1
-0
/
+5
*
Cleanup: Move more print code out of RVH.
thestig@chromium.org
2011-03-31
2
-24
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
9
-13
/
+21
*
Avoid running unload handler on a cross-site 204 (no content) response.
creis@google.com
2011-03-30
2
-2
/
+45
*
Adding prerender to task manager
dominich@google.com
2011-03-30
1
-1
/
+5
*
Add ignore limits flag and use for sync request
kristianm@google.com
2011-03-30
1
-0
/
+3
*
Remove some unneeded includes to chrome/ from within content/
michaeln@google.com
2011-03-30
1
-1
/
+0
*
Revert 79753 - Add log statements to ChromeURLAfterDownload to see where exac...
jstritar@chromium.org
2011-03-29
1
-7
/
+3
[next]