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
*
Makes native_widget_types forward declare ui::Cursor.
sky@chromium.org
2013-09-16
1
-0
/
+1
*
Revert 223397 "Enable GPU blacklist in tests."
nasko@chromium.org
2013-09-16
5
-47
/
+7
*
Change method of activity tracking done in ActivityStatus.
tedchoc@chromium.org
2013-09-16
4
-13
/
+39
*
Replace media::VideoCapture::VideoFrameBuffer with media::VideoFrame.
sheu@chromium.org
2013-09-16
12
-177
/
+181
*
Use IAccessible2 to detect screen reader in Win Aura.
dmazzoni@chromium.org
2013-09-16
1
-0
/
+7
*
Add UMA stats for how often we get a 200 for a byte-range request for NPAPI p...
jam@chromium.org
2013-09-16
1
-0
/
+2
*
Use webview classic cookies file to create the chromium based
sgurun@chromium.org
2013-09-16
2
-4
/
+10
*
ChildProcessSecurityPolicy: Port FileAPIMessageFilter to use new checks
tommycli@chromium.org
2013-09-16
13
-142
/
+189
*
Enable GPU blacklist in tests.
gab@chromium.org
2013-09-16
5
-7
/
+47
*
Android: centralize renderer binding management in ChildProcessLauncher.
ppi@chromium.org
2013-09-16
3
-171
/
+192
*
Report accelerated surface vsync time info to browser compositor.
jbauman@chromium.org
2013-09-16
3
-10
/
+25
*
Re-enabling WebRTC linux content browser tests.
phoglund@chromium.org
2013-09-16
2
-34
/
+20
*
PPAPI: Make V8VarConverterTest use only 1 thread
dmichael@chromium.org
2013-09-16
3
-16
/
+12
*
Revert "Plumb PinchVirtualViewport layers into CC."
wjmaclean@chromium.org
2013-09-16
2
-26
/
+0
*
Make VideoCaptureController single-threaded and not ref counted.
nick@chromium.org
2013-09-16
12
-265
/
+279
*
Plumb PinchVirtualViewport layers into CC.
wjmaclean@chromium.org
2013-09-16
2
-0
/
+26
*
ui/base/animation -> ui/gfx/animation
sky@chromium.org
2013-09-15
3
-8
/
+6
*
Add UMA reporting for RTCVideoDecoder.
wuchengli@chromium.org
2013-09-15
2
-3
/
+18
*
Fix stuck state when long press on a button is performed.
mariakhomenko@chromium.org
2013-09-15
4
-6
/
+81
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
9
-9
/
+9
*
Adding a getter for base url
kristianm@chromium.org
2013-09-14
1
-0
/
+7
*
events: Make sure click-count is set for mouse-release events too.
sadrul@chromium.org
2013-09-14
1
-0
/
+1
*
Fix threading and teardown assumptions in content::MediaSourceDelegate.
scherkus@chromium.org
2013-09-14
1
-3
/
+11
*
<webview>: Added support for Ctrl+Click new window
fsamuel@chromium.org
2013-09-14
3
-8
/
+69
*
The current PPB_KeyboardInputEvent_Dev interface uses the old USB codes which...
garykac@chromium.org
2013-09-14
6
-0
/
+21
*
aura: When skipping frames, ensure next frame damages what was skipped.
danakj@chromium.org
2013-09-14
9
-126
/
+419
*
Connect OutputSurface buffer management and document SoftwareOutputDevice
rjkroege@chromium.org
2013-09-14
2
-14
/
+0
*
Update names for Content Shell and Chrome Shell
nyquist@chromium.org
2013-09-14
1
-1
/
+1
*
Add video_encode_accelerator_unittest for H264 encode.
posciak@chromium.org
2013-09-14
4
-63
/
+716
*
Move source files from webkit/support to content/test
tfarina@chromium.org
2013-09-14
21
-9
/
+1688
*
<webview>: Cleanup WebRequest event listeners when embedder destroyed
fsamuel@chromium.org
2013-09-14
3
-2
/
+15
*
Revert 223162 "Update the nine patch layer to use UI resources"
zmo@chromium.org
2013-09-13
4
-49
/
+0
*
aura: Fix WebContentsViewAuraTest.
sadrul@chromium.org
2013-09-13
2
-21
/
+64
*
Remove extra plugin path when unregistering an internal plugin from the Plugi...
bauerb@chromium.org
2013-09-13
2
-7
/
+21
*
These functions are inherited from blink side WebGraphicsContext3D class. In...
zmo@chromium.org
2013-09-13
2
-2
/
+2
*
Update the nine patch layer to use UI resources
powei@chromium.org
2013-09-13
4
-0
/
+49
*
Destroy GLX windows when they are backgrounded
ccameron@chromium.org
2013-09-13
1
-1
/
+1
*
Revert 223140 "aura: When skipping frames, ensure next frame dam..."
danakj@chromium.org
2013-09-13
8
-417
/
+125
*
aura: When skipping frames, ensure next frame damages what was skipped.
danakj@chromium.org
2013-09-13
8
-125
/
+417
*
Move media-related content/browser/android/ files to content/browser/media/an...
scherkus@chromium.org
2013-09-13
16
-33
/
+30
*
Move EME key system knowledge from content/ to chrome/.
ddorwin@chromium.org
2013-09-13
5
-724
/
+321
*
Disable RenderViewHostManagerTest.DisownOpener for being too flaky
estade@chromium.org
2013-09-13
1
-1
/
+7
*
Add a flush ID for graphics contexts.
zmo@chromium.org
2013-09-13
2
-3
/
+30
*
input: Make the OverscrollController less intrusive, and some code cleanup.
sadrul@chromium.org
2013-09-13
11
-85
/
+42
*
GTTF: Make --help and --gtest_help behave correctly with --brave-new-test-lau...
phajdan.jr@chromium.org
2013-09-13
2
-4
/
+1
*
Implement fake input method key event conversion from pure Aura to Webkit.
tiago.vignatti@intel.com
2013-09-13
3
-108
/
+136
*
Android: Graduate Web Speech Recognition as no longer experimental.
janx@chromium.org
2013-09-13
1
-4
/
+1
*
Fixed compilation for KitKat SDK
avayvod@chromium.org
2013-09-13
1
-1
/
+4
*
Remove unused Device Motion IPC messages.
timvolodine@chromium.org
2013-09-13
1
-43
/
+0
*
Control the mediaFullscreenRequiresUserGesture setting with a command line sw...
avayvod@chromium.org
2013-09-13
5
-0
/
+10
[next]