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
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
Aura: recover from lost context / GPU process dying
piman@chromium.org
2012-03-08
1
-0
/
+5
*
Don't put the error URL in the chrome:// scheme.
creis@chromium.org
2012-03-08
1
-2
/
+4
*
Move download interrupt reasons to content\public (the enum that's used by ch...
jam@chromium.org
2012-03-08
5
-10
/
+132
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-07
1
-3
/
+7
*
Add ResourceRequestInfo.
darin@chromium.org
2012-03-07
1
-0
/
+86
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
4
-53
/
+63
*
Refactoring to make GpuPerformanceStats part of gpu info collection.
zmo@chromium.org
2012-03-07
2
-0
/
+27
*
Enable audio/video tag in content_shell
vrk@chromium.org
2012-03-07
1
-1
/
+4
*
Add a SetDisplayName() method to DownloadItem
asanka@chromium.org
2012-03-07
1
-2
/
+8
*
Switch chrome to use TabContentsViewWin. The goal is to eventually have all T...
jam@chromium.org
2012-03-07
1
-0
/
+43
*
Add a DownloadItem::SetDangerType().
asanka@chromium.org
2012-03-07
1
-3
/
+1
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
14
-50
/
+51
*
Renamed speech recognition code in preparation for introducing a new speech i...
primiano@chromium.org
2012-03-07
11
-107
/
+123
*
Get rid of TitleUpdatedDetails and use std::pair directly.
tfarina@chromium.org
2012-03-07
1
-1
/
+1
*
Add Keyboard Support for Non-Focused Elements
csharp@chromium.org
2012-03-06
2
-0
/
+33
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
3
-3
/
+3
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
2
-0
/
+543
*
Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...
dbeam@chromium.org
2012-03-06
1
-7
/
+3
*
Use a hosted app's opener URL and not its origin to locate it.
creis@chromium.org
2012-03-06
1
-0
/
+1
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-05
1
-3
/
+7
*
Move overlay stuff out of content. It's only used by sad tab, which is a Chro...
jam@chromium.org
2012-03-05
1
-15
/
+0
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
4
-12
/
+18
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
1
-2
/
+2
*
Cleanup: IWYU for BrowserThread.
thestig@chromium.org
2012-03-03
1
-2
/
+5
*
Replace void* with int32 for passing download_id to SelectFileDialog::Listener.
achuith@chromium.org
2012-03-03
2
-3
/
+3
*
Don't suppress HW compositing on the new file manager (chrome://files).
fischman@chromium.org
2012-03-02
1
-0
/
+1
*
Clean up password manager code.
isherman@chromium.org
2012-03-02
1
-1
/
+1
*
Move QuotaPermissionContext to content/public/browser and put it in the conte...
tfarina@chromium.org
2012-03-02
2
-13
/
+54
*
Move TabContentsViewGtk's delegate to content\public\browser. Also name it a ...
jam@chromium.org
2012-03-02
1
-0
/
+57
*
Add a const overload to DownloadItem::GetExternalData().
asanka@chromium.org
2012-03-02
1
-1
/
+2
*
Change panels to be able to turn off autoresize.
levin@chromium.org
2012-03-02
2
-0
/
+7
*
Make socket permission also allow Pepper sockets
dpolukhin@chromium.org
2012-03-02
1
-1
/
+2
*
IndexedDB: chrome-side changes for permission check from shared worker
dgrogan@chromium.org
2012-03-02
1
-0
/
+9
*
Hide MHTMLGenerationManager from chrome.
jam@chromium.org
2012-03-01
2
-2
/
+7
*
Webkit now disables CSS3 regions at runtime by default. This change allows re...
matthewrobertson03@gmail.com
2012-03-01
2
-0
/
+4
*
Remove mach_broker_mac.h dependency from chrome.
jam@chromium.org
2012-02-29
2
-1
/
+6
*
Refine the dialog box to show a extension name when the dialog box is created...
yumiOS.art@gmail.com
2012-02-29
1
-9
/
+5
*
Move font_list_async.h to content/public. Switch to Pass() goodness to simpli...
jam@chromium.org
2012-02-29
1
-0
/
+30
*
Remove render_sandbox_host_linux.h include from chrome. It was only used to g...
jam@chromium.org
2012-02-29
1
-0
/
+4
*
Adding a new InfoBar that will be displayed when a webpage requests access to
macourteau@chromium.org
2012-02-29
2
-3
/
+3
*
Add download progress notification to URLFetcher.
kinaba@chromium.org
2012-02-29
1
-1
/
+8
*
Apply a rate limit on a per-plug-in basis to plug-in crashes.
cevans@chromium.org
2012-02-29
1
-0
/
+4
*
Customize onbeforeunload dialog when it's a reload instead of an unload.
dmazzoni@chromium.org
2012-02-29
2
-0
/
+2
*
SPDY - chrome:loadtimes() should display negotiated NPN protocol.
rtenneti@chromium.org
2012-02-28
1
-6
/
+14
*
[uber page] Partial revert of r123133 having to do with moving around switches.
dbeam@chromium.org
2012-02-27
2
-4
/
+0
*
Move MediaObserver to content/public/browser and put it in the content namesp...
tfarina@chromium.org
2012-02-27
2
-3
/
+47
*
Modify UserScriptListener to use ResourceThrottle instead of ResourceQueue an...
darin@chromium.org
2012-02-27
1
-0
/
+4
*
Add new versions of DidCreateScriptContext() with extension_group.
koz@chromium.org
2012-02-27
1
-0
/
+1
*
Add functions to expand PostDelayedTask interface.
tedvessenes@gmail.com
2012-02-26
1
-0
/
+9
*
Remove "is_content_initiated" argument to ContentRendererClient::ShouldFork
cbentzel@chromium.org
2012-02-25
1
-1
/
+0
[next]