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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete HostDelegate objects instead of HostImpl objects to avoid leaking the ...
fischman@chromium.org
2012-03-06
1
-1
/
+4
*
Revert disabling of transfer_buffer_ cache.
nfullagar@google.com
2012-03-06
1
-5
/
+0
*
Inform webkit when PPAPI plugin contents are opaque.
jbauman@chromium.org
2012-03-06
2
-0
/
+11
*
Fix log_if condition
oshima@chromium.org
2012-03-06
1
-2
/
+2
*
Use a hosted app's opener URL and not its origin to locate it.
creis@chromium.org
2012-03-06
6
-2
/
+8
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
1
-2
/
+2
*
Fix muted audio when playback rate != 1.0 or 0.0
vrk@chromium.org
2012-03-06
2
-10
/
+14
*
Make unscheduling per-command-buffer
jbauman@chromium.org
2012-03-06
2
-22
/
+9
*
Added win media notifier
tpayne@chromium.org
2012-03-06
4
-7
/
+253
*
Fix performance.timing.navigationStart on cross-renderer navigation.
simonjam@chromium.org
2012-03-05
11
-27
/
+120
*
Move overlay stuff out of content. It's only used by sad tab, which is a Chro...
jam@chromium.org
2012-03-05
11
-86
/
+2
*
Clean up audio-related utility functions to compute buffer sizes
vrk@chromium.org
2012-03-05
6
-15
/
+38
*
Replace an usage of ScopedSkRegion with our implementation of scoped_ptr.
tfarina@chromium.org
2012-03-05
2
-8
/
+6
*
Allow CertStore to be mocked by making its method virtual.
markusheintz@chromium.org
2012-03-05
1
-6
/
+7
*
Move TabContentsDragWin to content and rename it to WebContentsDragWin.
jam@chromium.org
2012-03-05
7
-15
/
+499
*
Convert uses of int ms to TimeDelta in content/browser/debugger.
tedvessenes@gmail.com
2012-03-05
1
-5
/
+5
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
79
-1076
/
+1426
*
Move MockResourceContext to content/test.
tfarina@chromium.org
2012-03-05
9
-14
/
+21
*
Prepare for a change in contract to WebViewClient::createView.
creis@chromium.org
2012-03-05
2
-0
/
+18
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
3
-6
/
+6
*
Improve switch between gestures and touch mode when kEnableTouchEvents
scottmg@chromium.org
2012-03-03
12
-36
/
+112
*
Cleanup: IWYU for BrowserThread.
thestig@chromium.org
2012-03-03
6
-11
/
+20
*
Replace void* with int32 for passing download_id to SelectFileDialog::Listener.
achuith@chromium.org
2012-03-03
8
-38
/
+24
*
Order content::URLFetcher test code correctly
hashimoto@chromium.org
2012-03-03
1
-102
/
+109
*
Rename URLFetcherImpl::Core::TempFileWriter to FileWriter
hashimoto@chromium.org
2012-03-03
2
-108
/
+98
*
Disable the transfer_buffer_ cache by forcing it to be empty; work around
nfullagar@google.com
2012-03-03
1
-0
/
+5
*
Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Revert 124813 - Improve switch between gestures and touch mode when kEnableTo...
vandebo@chromium.org
2012-03-03
12
-108
/
+36
*
Improve switch between gestures and touch mode when kEnableTouchEvents
scottmg@chromium.org
2012-03-03
12
-36
/
+108
*
Automatically start the GPU process 5s after browser startup.
fischman@chromium.org
2012-03-03
3
-16
/
+26
*
Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTest
dgrogan@chromium.org
2012-03-02
2
-32
/
+8
*
Add a boolean histogram "Chrome.CommandLineUseSystemSSL" to keep track of
kaiwang@chromium.org
2012-03-02
2
-4
/
+5
*
Tiny comment tweaks for clarity.
pkasting@chromium.org
2012-03-02
1
-3
/
+4
*
Only add rescheduled message when there are commands to reschedule.
jbauman@chromium.org
2012-03-02
3
-1
/
+12
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
1
-24
/
+0
*
Don't suppress HW compositing on the new file manager (chrome://files).
fischman@chromium.org
2012-03-02
6
-1
/
+6
*
Clean up password manager code.
isherman@chromium.org
2012-03-02
5
-5
/
+5
*
Use floor time to limit requestAnimationFrame in compositing mode if there ar...
jamesr@chromium.org
2012-03-02
1
-1
/
+5
*
Ensure that CopyStateFromAndPrune doesn't exceed kMaxSessionHistoryEntries.
creis@chromium.org
2012-03-02
3
-6
/
+73
*
Move QuotaPermissionContext to content/public/browser and put it in the conte...
tfarina@chromium.org
2012-03-02
7
-79
/
+80
*
Get rid of chrome dependencies from tab_contents_drag_win.cc. After this I'll...
jam@chromium.org
2012-03-02
1
-0
/
+10
*
Move TabContentsViewGtk's delegate to content\public\browser. Also name it a ...
jam@chromium.org
2012-03-02
4
-28
/
+34
*
Windows-only change.
enal@chromium.org
2012-03-02
1
-0
/
+1
*
Add a const overload to DownloadItem::GetExternalData().
asanka@chromium.org
2012-03-02
5
-4
/
+24
*
Don't trigger accelerated compositing for 3D CSS when using SwiftShader
jbauman@chromium.org
2012-03-02
1
-1
/
+2
*
Make echo message per-command-buffer
jbauman@chromium.org
2012-03-02
5
-19
/
+16
*
Change panels to be able to turn off autoresize.
levin@chromium.org
2012-03-02
12
-58
/
+107
*
Remove the singleton instance get/delete methods from RootWindow (yay)
ben@chromium.org
2012-03-02
2
-2
/
+6
*
Make socket permission also allow Pepper sockets
dpolukhin@chromium.org
2012-03-02
6
-6
/
+12
[next]