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
/
content_browser.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a flag to print the handles held by a child process when it shuts down.
cdn@chromium.org
2011-06-09
1
-0
/
+2
*
Move UtilityProcessHost to content and move the message sending/dispatching t...
jam@chromium.org
2011-06-09
1
-0
/
+2
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+1
*
Move most of the core SSL code from chrome to content. The UI code that's sp...
jam@chromium.org
2011-06-03
1
-0
/
+18
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
1
-2
/
+0
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-06-03
1
-0
/
+2
*
Remove JS dialog dependency from content.
avi@chromium.org
2011-06-03
1
-0
/
+1
*
Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...
jam@chromium.org
2011-06-03
1
-0
/
+4
*
Fix the case where the TabContents goes away before TabContentsObserver::Regi...
jam@chromium.org
2011-06-01
1
-0
/
+2
*
TraceSubscriber implementation that writes to a file.
husky@google.com
2011-06-01
1
-0
/
+2
*
Revert 87424 - Initial IndexedDBQuotaClient implementation
thestig@chromium.org
2011-06-01
1
-2
/
+0
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-06-01
1
-0
/
+2
*
move EventHandler out of VideoCaptureController to make VS2005 happy
wjia@google.com
2011-06-01
1
-0
/
+2
*
Remove the use of the X11 background thread and instead handle sync
tony@chromium.org
2011-05-31
1
-1
/
+0
*
Fix clang error with ctor.
pinkerton@chromium.org
2011-05-31
1
-0
/
+1
*
Factor load notification detail structs out of NavigationController and into
pinkerton@chromium.org
2011-05-31
1
-0
/
+1
*
Quota InfoBar
kinuko@chromium.org
2011-05-31
1
-0
/
+1
*
revert 87108 and 87076
dgrogan@chromium.org
2011-05-27
1
-2
/
+0
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-05-27
1
-0
/
+2
*
VideoCaptureHost
scherkus@chromium.org
2011-05-26
1
-0
/
+4
*
Move Mac and GTK+ specific parts of render_widget_host.cc into
tony@chromium.org
2011-05-26
1
-0
/
+2
*
Remove files that don't exist, and fix typos in gyp files
sadrul@chromium.org
2011-05-25
1
-1
/
+1
*
VideoCaptureManager opens/closes, starts/stops and enumerates video capture d...
wjia@google.com
2011-05-24
1
-0
/
+4
*
Move LoadNotificationDetails to content/.
avi@chromium.org
2011-05-24
1
-0
/
+1
*
Remove history dependency from content.
jam@chromium.org
2011-05-24
1
-0
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
1
-1
/
+1
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-0
/
+2
*
Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...
jam@chromium.org
2011-05-18
1
-0
/
+2
*
Move the chromeos implementation of WifiDataProvider back to chrome, since it...
jam@chromium.org
2011-05-17
1
-2
/
+0
*
Move CertificateManagerModel and CertificateViewer back to chrome. Nothing u...
jam@chromium.org
2011-05-13
1
-10
/
+0
*
ObfuscatedFileSystemFileUtil class
ericu@google.com
2011-05-13
1
-0
/
+2
*
Get rid of another dependency on /chrome.
michaeln@google.com
2011-05-11
1
-2
/
+0
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-1
/
+1
*
Moved content/browser/gpu_* to content/browser/gpu/.
apatrick@chromium.org
2011-05-09
1
-8
/
+8
*
Pick off the lowest hanging fruits in removing the chrome includes from conte...
jam@chromium.org
2011-04-29
1
-0
/
+4
*
Move UserMetrics to content.
michaeln@google.com
2011-04-27
1
-0
/
+2
*
Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...
jam@chromium.org
2011-04-26
1
-0
/
+4
*
Linux: include zlib.h properly
phajdan.jr@chromium.org
2011-04-26
1
-0
/
+1
*
Wrap the p2p transport API in a compile time flag.
satish@chromium.org
2011-04-20
1
-10
/
+14
*
IPC host for TCP P2P sockets.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Move BrowserRenderProcessHost to content. It should have been moved earlier.
jam@chromium.org
2011-04-19
1
-0
/
+2
*
Create a content::ResourceContext.
willchan@chromium.org
2011-04-15
1
-0
/
+2
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
1
-0
/
+2
*
Add IPC plumbing code for Quota API
kinuko@chromium.org
2011-04-13
1
-0
/
+2
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
1
-2
/
+0
*
Implements AudioInputDevice API for low-latency audio input in the browser pr...
scherkus@chromium.org
2011-04-12
1
-0
/
+6
*
Move P2P sockets host code to content/browser/renderer_host/p2p/
sergeyu@chromium.org
2011-04-12
1
-6
/
+6
*
Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.
jam@chromium.org
2011-04-08
1
-0
/
+2
*
Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...
jam@chromium.org
2011-04-08
1
-2
/
+0
[next]