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
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that view_messages.h and tab_contents.h don't get included by any more...
jam@chromium.org
2012-01-17
2
-4
/
+4
*
Content: First draft at a content_shell on GTK.
erg@chromium.org
2012-01-14
9
-30
/
+219
*
Fold WebMediaPlayerImpl::Initialize() into the constructor.
scherkus@chromium.org
2012-01-13
2
-9
/
+10
*
Now that TabContentsViewHelper is in content, make TabContentsViewWin use it ...
jam@chromium.org
2012-01-12
4
-46
/
+34
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
4
-33
/
+2
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
4
-2
/
+33
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
4
-33
/
+2
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...
crogers@google.com
2012-01-07
2
-0
/
+2
*
Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...
msw@chromium.org
2012-01-06
2
-2
/
+0
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode
crogers@google.com
2012-01-06
2
-0
/
+2
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
2
-7
/
+7
*
Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
2
-2
/
+2
*
Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW...
jam@chromium.org
2011-12-30
2
-12
/
+0
*
Convert unix_hacker functions on NavigationController that are used by Chrome...
jam@chromium.org
2011-12-29
1
-1
/
+1
*
Convert all of the WebContentsDelegate to use WebContents instead of TabConte...
jam@chromium.org
2011-12-28
2
-6
/
+6
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Made MockDownloadManagerDelegate a gmock.
ahendrickson@chromium.org
2011-12-27
2
-4
/
+4
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
2
-2
/
+2
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-5
/
+5
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-5
/
+5
*
Rename PluginService to PluginServiceImpl.
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-5
/
+5
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-3
/
+3
*
Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
2
-2
/
+3
*
Deprecate WEBKIT thread
joth@chromium.org
2011-12-20
2
-2
/
+3
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-3
/
+2
*
Trivial move of content::BrowserContext to content/public.
joi@chromium.org
2011-12-15
2
-2
/
+2
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-2
/
+3
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-3
/
+2
*
Don't attempt to forward declare StringPiece.
erikwright@chromium.org
2011-12-13
1
-4
/
+1
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+1
*
Remove "open in new tab" items from context menu if the process doesn't
tsepez@chromium.org
2011-12-09
2
-0
/
+5
*
Defer loading of audio/video tags while prerendering.
shishir@chromium.org
2011-12-09
2
-0
/
+21
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-4
/
+1
*
Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.
joi@chromium.org
2011-12-07
1
-4
/
+2
*
Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...
dpolukhin@chromium.org
2011-12-06
2
-0
/
+5
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads.
joi@chromium.org
2011-12-02
1
-2
/
+0
*
Fix content_shell. We really need an automated test soon :)
jam@chromium.org
2011-11-30
2
-3
/
+5
*
Hide geolocation_messages.h from chrome. It was only used in a test. Instead ...
jam@chromium.org
2011-11-30
1
-1
/
+2
*
Have content/ create and destroy its own threads. (Re-land)
joi@chromium.org
2011-11-28
3
-46
/
+29
*
Revert 111695 - Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
3
-29
/
+46
*
Have content/ create and destroy its own threads.
joi@chromium.org
2011-11-28
3
-46
/
+29
*
Load mac sandbox definitions from resources instead of the bundle.
jochen@chromium.org
2011-11-25
2
-0
/
+14
*
Make it possible to launch content_shell.exe with an URL on the command line.
darin@chromium.org
2011-11-23
1
-1
/
+11
*
Make DevToolsManager a singleton, remove it from ContentBrowserClient.
yurys@chromium.org
2011-11-22
2
-5
/
+0
[next]