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
*
aura: Scroll only with two-finger scroll events.
sadrul@chromium.org
2013-01-29
1
-0
/
+2
*
Add support for YUVJ420P and tests for common color formats for each video co...
scherkus@chromium.org
2013-01-29
1
-16
/
+71
*
Use 256x256 textures on N10
nduca@chromium.org
2013-01-29
1
-12
/
+0
*
Move generic_handler.* to content\browser\webui since it's needed by all webu...
jam@chromium.org
2013-01-29
4
-0
/
+97
*
Disable content detection tests on Android
aruslan@chromium.org
2013-01-29
4
-0
/
+52
*
Add YUV color format tests for each video codec.
scherkus@chromium.org
2013-01-29
11
-0
/
+87
*
Disable FileSystemLayoutTest.CrossFilesystemOp on win.
mattm@chromium.org
2013-01-29
1
-1
/
+7
*
GPU: Deschedule (fix for r179166)
backer@chromium.org
2013-01-29
1
-3
/
+7
*
Simplify how TestChromeWebUIControllerFactory is registered now that multiple...
jam@chromium.org
2013-01-29
6
-10
/
+10
*
Fix issues with guest renderer and gpu process crash.
alexst@chromium.org
2013-01-29
2
-0
/
+47
*
Extract mime type from the response headers instead of directly from the requ...
miguelg@chromium.org
2013-01-29
1
-1
/
+5
*
Add the layout tests in fast/files to content_browsertests.
ericu@chromium.org
2013-01-29
1
-0
/
+186
*
encodeHtmlDataUri to avoid malformed URIs in tests
aruslan@chromium.org
2013-01-29
1
-0
/
+64
*
Revert 179189
nileshagrawal@chromium.org
2013-01-28
30
-453
/
+67
*
Move IsURLAcceptableForWebUI out of WebUIControllerFactory since its implemen...
jam@chromium.org
2013-01-28
7
-44
/
+24
*
Add derat to OWNERS for power_save_blocker_chromeos.cc.
derat@chromium.org
2013-01-28
1
-0
/
+1
*
Add support for more attributes to accessibility tests.
dmazzoni@chromium.org
2013-01-28
4
-15
/
+119
*
Add apk for running content_browsertests
nileshagrawal@chromium.org
2013-01-28
30
-67
/
+453
*
Remove enums that changed in WebKit
dmazzoni@chromium.org
2013-01-28
2
-5
/
+2
*
Revert 179175
zea@chromium.org
2013-01-28
1
-4
/
+0
*
Comment out enums that changed in WebKit.
dmazzoni@chromium.org
2013-01-28
1
-0
/
+4
*
GPU: Nix deferred Echo
backer@chromium.org
2013-01-28
5
-35
/
+28
*
Enable webview compositing on Windows.
alexst@chromium.org
2013-01-28
1
-0
/
+8
*
[content shell] remove obsolete message printing code
jochen@chromium.org
2013-01-28
2
-33
/
+1
*
Don't allow '\0' characters in FilePath.
aedla@chromium.org
2013-01-28
1
-1
/
+1
*
[content shell] when closing all windows, first close all devtools windows
jochen@chromium.org
2013-01-28
1
-0
/
+2
*
Exclude empty string from results unless ALLOW-EMPTY is used
aboxhall@chromium.org
2013-01-28
75
-287
/
+312
*
Fix CopyFromBackingStore not calling it's callback when the RenderWidget gets...
justinlin@chromium.org
2013-01-28
6
-0
/
+122
*
Allow multiple WebUIControllerFactory objects to be registered. This makes is...
jam@chromium.org
2013-01-28
19
-232
/
+239
*
Browser Plugin: Remove guest renderer flag
fsamuel@chromium.org
2013-01-28
3
-7
/
+0
*
Clean up of url data manager classes in content: move URLDataSourceImpl to it...
jam@chromium.org
2013-01-28
15
-295
/
+318
*
Stop using content's internal URLDataManager methods from chrome.
jam@chromium.org
2013-01-27
5
-18
/
+43
*
Adds more types of peer conneciton update for webrtc-internals.
jiayl@chromium.org
2013-01-27
7
-44
/
+512
*
cleanup: Some whitespace and comment fixes.
sadrul@chromium.org
2013-01-27
2
-13
/
+13
*
[Android] Don't send touch events to JS during pinch/scroll
skyostil@chromium.org
2013-01-27
1
-1
/
+1
*
Aura: Less MakeCurrents on UI preemption.
backer@chromium.org
2013-01-27
2
-0
/
+10
*
GPU: Fix lint errors
backer@chromium.org
2013-01-26
4
-25
/
+27
*
Change whitelist for Intel Atom to include all machines with gaming score gre...
kbr@chromium.org
2013-01-26
1
-5
/
+5
*
Expose DidFinishLoad to WebContentsObserverAndroid
dtrainor@chromium.org
2013-01-26
3
-0
/
+29
*
Aura: Throttle --ui-prioritize-in-gpu-process
backer@chromium.org
2013-01-26
7
-131
/
+182
*
Track UMA stats for when the renderer side audio device wasn't ready.
dalecurtis@chromium.org
2013-01-26
2
-1
/
+22
*
Move ChromeWebUIDataSource from chrome to content so that it lives alongside ...
jam@chromium.org
2013-01-26
5
-12
/
+184
*
Expose background color changes to ContentViewCore
dtrainor@chromium.org
2013-01-26
5
-0
/
+26
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
7
-7
/
+7
*
Fix bug where no context would be made current on failure to create pbuffer s...
apatrick@chromium.org
2013-01-26
1
-16
/
+0
*
Android: Enable virtual contexts on NVIDIA
sievers@chromium.org
2013-01-25
1
-2
/
+3
*
Add BrowserContext specific external mount points
tbarzic@chromium.org
2013-01-25
5
-2
/
+57
*
GPU: Remove some dead code.
backer@chromium.org
2013-01-25
2
-44
/
+0
*
Call ShowRootWindow on NativeWindow's RootWindow to display the window.
qtc746@motorola.com
2013-01-25
10
-13
/
+24
*
H.264 videos would stop playing randomly on Windows 8.
ananta@chromium.org
2013-01-25
2
-55
/
+79
[next]