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
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-16
4
-6
/
+5
*
Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)
rsleevi@chromium.org
2013-01-16
3
-28
/
+2
*
Simplify WebUI data sources. Currently WebUI data sources implement a URLData...
jam@chromium.org
2013-01-16
3
-38
/
+27
*
Aura: Run DidCommit callbacks when context is lost.
sievers@chromium.org
2013-01-16
1
-0
/
+5
*
Inject accessibility if spoken/braille service enabled
dtrainor@chromium.org
2013-01-16
1
-1
/
+10
*
Removed unused code.
cevans@chromium.org
2013-01-16
1
-10
/
+0
*
Disable flaky test BrowserPluginHostTest.FocusPreservation.
ericu@chromium.org
2013-01-16
1
-1
/
+2
*
Linux sandbox: limit the address space
jln@chromium.org
2013-01-16
1
-14
/
+38
*
Make sure textures don't stretch when resizing webview plugin.
alexst@chromium.org
2013-01-16
3
-11
/
+55
*
Browser Plugin: Removed unnecessary cast
fsamuel@chromium.org
2013-01-15
1
-9
/
+5
*
Browser Plugin: Minor refactor to move NavigateGuest handling to BrowserPlugi...
fsamuel@chromium.org
2013-01-15
4
-29
/
+27
*
Throw exception when initialization failed.
michaelbai@chromium.org
2013-01-15
10
-68
/
+116
*
Switch filters to being a struct and processed on a last one wins basis
aboxhall@chromium.org
2013-01-15
3
-33
/
+42
*
Fix a problem where OpenDevice would open the wrong device if multiple are av...
pastarmovj@chromium.org
2013-01-15
6
-8
/
+24
*
Telemetry / DevTools: use "notifications" for tracing.
bulach@chromium.org
2013-01-15
5
-45
/
+133
*
Revert 176882 - Test fails on Win Aura.
dubroy@chromium.org
2013-01-15
2
-21
/
+0
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
4
-0
/
+27
*
Update some #includes in content/renderer/p2p for headers in the new Platform...
pilgrim@chromium.org
2013-01-15
2
-5
/
+5
*
Test that 404 subresource bodies with nested message loops don't crash.
gavinp@chromium.org
2013-01-15
2
-0
/
+21
*
Android: Fix compile errors in content_browsertests
nileshagrawal@chromium.org
2013-01-15
9
-13
/
+49
*
Remove long-deprecated didCompleteTaskEvents
alecflett@chromium.org
2013-01-15
5
-24
/
+0
*
Remove the base::files:: namespace.
darin@chromium.org
2013-01-15
2
-3
/
+3
*
Revert IsPartialDownload definition so that shutdown doesn't try
rdsmith@chromium.org
2013-01-15
1
-5
/
+12
*
Fix for Web Popup menus.
sschmitz@chromium.org
2013-01-15
1
-2
/
+20
*
Enforce non-negative BitstreamBuffer id
sheu@chromium.org
2013-01-15
2
-1
/
+13
*
Support uploading filesystem files
hashimoto@chromium.org
2013-01-15
6
-1
/
+17
*
Make content::PowerSaveBlocker public
hashimoto@chromium.org
2013-01-15
16
-87
/
+129
*
Refactor FileIO to the new resource host system.
bbudge@chromium.org
2013-01-15
7
-1
/
+710
*
Use CompositingIOSurfaceMac::AsynchronousCopyTo on Intel graphics on Mountain...
hclam@chromium.org
2013-01-15
1
-1
/
+7
*
Update some #includes in content/worker for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-15
6
-11
/
+11
*
Update some #includes in content/renderer for headers in the new Platform dir...
pilgrim@chromium.org
2013-01-15
16
-38
/
+38
*
Initialize Ole before message pump so that TSF module can interact with messa...
Yukawa@chromium.org
2013-01-15
1
-1
/
+7
*
Method to check if the device has TV feature.
jinsukkim@google.com
2013-01-15
1
-2
/
+19
*
Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.
avi@chromium.org
2013-01-15
10
-102
/
+83
*
- New tests for address, aria-autocomplete, aria-invalid, ARIA menuitemradio,...
aboxhall@chromium.org
2013-01-15
44
-9
/
+401
*
Re-enable DownloadContentTest.ResumeInterruptedDownload on platforms other th...
nick@chromium.org
2013-01-15
1
-2
/
+6
*
Revert 176748
cevans@chromium.org
2013-01-14
5
-58
/
+14
*
Introduce IPC validation to the media::VideoCaptureParams type.
cevans@chromium.org
2013-01-14
5
-14
/
+58
*
Disable DownloadContentTest.ResumeInterruptedDownload on account of its appar...
nick@chromium.org
2013-01-14
1
-1
/
+3
*
Revert 176707
nick@chromium.org
2013-01-14
3
-67
/
+9
*
win: eliminate dependency on ANGLE's egl::Display::getDevice.
apatrick@chromium.org
2013-01-14
4
-82
/
+50
*
Don't derive from ChromeURLDataManager::DataSource, and instead have these cl...
jam@chromium.org
2013-01-14
3
-0
/
+113
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-14
3
-9
/
+67
*
Android: get the right mime type when downloading files.
miguelg@chromium.org
2013-01-14
1
-1
/
+1
*
CrOS: Plumb through vsync info to compositor on EGL stacks
backer@chromium.org
2013-01-14
1
-1
/
+5
*
[content shell] skip failing inspector/extensions tests
jochen@chromium.org
2013-01-14
1
-0
/
+12
*
Fix DCHECKS caused by policy code.
pastarmovj@chromium.org
2013-01-14
1
-2
/
+0
*
Add content browser tests for PeerConnection DataChannels.
perkj@chromium.org
2013-01-14
5
-23
/
+201
*
Findbugs fixes, removing fields that are never read from
kristianm@chromium.org
2013-01-14
2
-14
/
+0
*
Revive UpdateTextInputState on before composing.
nona@chromium.org
2013-01-14
1
-0
/
+3
[next]