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
...
*
Remove old WEBWIDGET_HAS_ANIMATE_CHANGES ifdefs.
adamk@chromium.org
2011-09-22
2
-9
/
+0
*
Update the Chromium version of webrtc::VideoCaptureModule to be reference cou...
perkj@chromium.org
2011-09-22
2
-2
/
+24
*
net: Put more functions from escape.h into net namespace.
tfarina@chromium.org
2011-09-22
3
-7
/
+7
*
Removing singelton property of MediaStreamManager.
mflodman@chromium.org
2011-09-22
15
-99
/
+246
*
Make isimpledom write shared generated files to SHARED_INTERMEDIATE_DIR
rsleevi@chromium.org
2011-09-22
2
-3
/
+4
*
Make iaccessible2 write shared generated files to SHARED_INTERMEDIATE_DIR
rsleevi@chromium.org
2011-09-22
2
-4
/
+7
*
Mouse lock implementation, including the renderer side and the Windows versio...
yzshen@chromium.org
2011-09-22
17
-19
/
+457
*
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
zmo@google.com
2011-09-22
4
-10
/
+10
*
Add NPChannelBase::GetModalDialogEvent() to avoid content/plugin/ include fro...
steveblock@chromium.org
2011-09-22
5
-21
/
+23
*
Added UMA for downloads that are interrupted at the end.
ahendrickson@chromium.org
2011-09-21
2
-1
/
+11
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
1
-1
/
+1
*
Use Chrome's user agent string for content_shell, since some sites (i.e. Gmai...
jam@chromium.org
2011-09-21
1
-1
/
+2
*
Add routing id and notification type to accessibility logging.
dtseng@chromium.org
2011-09-21
1
-2
/
+4
*
Update Chrome to use new context notification APIs from WebKit.
aa@chromium.org
2011-09-21
7
-47
/
+42
*
wstring: convert all SetPageTitle APIs to use string16
evan@chromium.org
2011-09-21
4
-4
/
+4
*
Retry r100017. This time, prevent a potential shutdown race by moving the cal...
benjhayden@chromium.org
2011-09-21
17
-105
/
+309
*
Modify NPObjectStub::OnSetProperty() to get the plugin path from the command ...
steveblock@chromium.org
2011-09-21
5
-19
/
+14
*
Removed sending of the content IPC messages from chrome and replaced them wit...
ananta@chromium.org
2011-09-21
5
-96
/
+191
*
Revert 102126 - Make cancel remove cancelled download from active queues at t...
rdsmith@chromium.org
2011-09-21
12
-194
/
+148
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
2
-1
/
+1
*
Make cancel remove cancelled download from active queues at time of cancel.
rdsmith@chromium.org
2011-09-21
12
-148
/
+194
*
Refactor SpeechInputManager between chrome/ and content/.
allanwoj@chromium.org
2011-09-21
3
-7
/
+259
*
Make plugins work in content_shell.
jam@chromium.org
2011-09-21
2
-1
/
+3
*
Rename WebIntentData for backend storage to WebIntentServiceData.
gbillock@chromium.org
2011-09-21
7
-28
/
+32
*
Add DISABLE_TCP_TRANSPORT flag in the Transport API.
sergeyu@chromium.org
2011-09-21
1
-2
/
+7
*
Add a simple GUI around the content shell. This is inspired heavily by TestSh...
jam@chromium.org
2011-09-20
12
-32
/
+710
*
[Mac] Fix "Rubber-band overhang doesn't go away after scrolling".
asvitkine@chromium.org
2011-09-20
1
-4
/
+17
*
move webkit_glue::IsSingleProcess to content.
dpranke@chromium.org
2011-09-20
1
-4
/
+0
*
move webkit_glue::GetWebKitLocale to content.
dpranke@chromium.org
2011-09-20
4
-15
/
+18
*
gtk: swallow spurious error
evan@chromium.org
2011-09-20
1
-0
/
+2
*
Making TOOLKIT_USES_GTK orthogonal to USE_AURA.
saintlou@chromium.org
2011-09-20
4
-14
/
+11
*
Add a gyp flag to enable dcheck by default in release without
nsylvain@chromium.org
2011-09-20
1
-2
/
+2
*
Move handle dumpage to the renderer process (so that it works correctly) and ...
cdn@chromium.org
2011-09-20
16
-181
/
+101
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
1
-2
/
+2
*
[Mac] Add additional debug code for crbug.com/94758 .
jeremy@chromium.org
2011-09-20
1
-0
/
+12
*
Move npobject_proxy, npobject_stub and npobject_util from content/plugin to c...
steveblock@chromium.org
2011-09-20
17
-34
/
+33
*
Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...
xians@chromium.org
2011-09-20
14
-70
/
+461
*
net: Start wrapping escape.h into namespace net.
tfarina@chromium.org
2011-09-20
1
-1
/
+1
*
Revert 101812 - Hold until DownloadBuffer lifetime issues are resolved.
asanka@chromium.org
2011-09-20
1
-33
/
+31
*
Add shutdown event argument to NPChannelBase::GetChannel()
steveblock@chromium.org
2011-09-20
6
-15
/
+24
*
Obsoleting --unlimited-quota-for-files
kinuko@chromium.org
2011-09-20
2
-8
/
+0
*
Get rid of content::DidEndMainMessageLoop since it was declared in content bu...
jam@chromium.org
2011-09-20
2
-8
/
+6
*
Initialize message pump not to use gtk.
oshima@google.com
2011-09-20
1
-2
/
+2
*
Fix build. I removed a dep that's still needed on ChromeOS but not Linux.
mdm@chromium.org
2011-09-20
1
-0
/
+3
*
Linux: clean up a bit after getting rid of the last use of dbus-glib.
mdm@chromium.org
2011-09-20
1
-1
/
+0
*
New implementation of font precache on Windows.
arthurhsu@chromium.org
2011-09-20
9
-36
/
+193
*
Move DownloadFileTest and DevtoolsManagerTest to content_unittests
jochen@chromium.org
2011-09-20
4
-6
/
+20
*
Turn on glsl built-in function emulation in ANGLE shader translator.
zmo@google.com
2011-09-20
5
-0
/
+9
*
Move NPObjectBase and PluginChannelBase from content/plugin to content/common
steveblock@chromium.org
2011-09-20
17
-156
/
+159
*
Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...
apatrick@chromium.org
2011-09-20
6
-120
/
+262
[prev]
[next]