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
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-22
29
-261
/
+539
*
Aura: Fix window resizing for large drags.
jamescook@chromium.org
2011-11-22
2
-2
/
+3
*
Make RenderViewHostObserver interface not use a struct from view_messages.h
jam@chromium.org
2011-11-22
3
-5
/
+4
*
Fixed Task Manager FPS so that it shows 0 instead of 60 for background pages.
kgr@chromium.org
2011-11-22
1
-1
/
+1
*
Revert 111189 - Add gamepad hardware data fetcher, and higher level thread co...
dpranke@chromium.org
2011-11-22
8
-534
/
+0
*
Implement ui_controls for aura
oshima@chromium.org
2011-11-22
2
-2
/
+2
*
Removing TOUCH_UI from content renderer.
saintlou@chromium.org
2011-11-22
2
-18
/
+1
*
Check for NULL pointer before assigning the test data
jochen@chromium.org
2011-11-22
2
-2
/
+4
*
Mark DeviceOrientationProviderTest.ObserverNotRemoved flaky.
hans@chromium.org
2011-11-22
1
-1
/
+2
*
Fix shared library build for content_unittests
dpranke@chromium.org
2011-11-22
1
-2
/
+4
*
Add gamepad hardware data fetcher, and higher level thread container
scottmg@chromium.org
2011-11-22
8
-0
/
+532
*
Fix the race condition between mac drawRect and toggling accelerated compositing
jbates@chromium.org
2011-11-22
2
-2
/
+8
*
Delete the temporary file when generating MHTML with the extension API.
jcivelli@chromium.org
2011-11-22
1
-0
/
+1
*
Revert 111170 - Move GL headers from gpu to third_party/khronos
abodenha@chromium.org
2011-11-22
3
-4
/
+3
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-22
3
-3
/
+4
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
14
-70
/
+89
*
A few less TOUCH_UIs.
backer@chromium.org
2011-11-22
5
-14
/
+13
*
DevTools: remove obsolete methods from DevToolsClientHost
yurys@chromium.org
2011-11-22
2
-40
/
+1
*
Revert "DevTools: remove obsolete methods from DevToolsClientHost"
yurys@chromium.org
2011-11-22
2
-1
/
+40
*
DevTools: remove obsolete methods from DevToolsClientHost
yurys@chromium.org
2011-11-22
2
-40
/
+1
*
Fixed race-condition in RenderViewHost(Manager)
battre@chromium.org
2011-11-22
3
-19
/
+172
*
Add UMA stats for per-child file permissions count
kinuko@chromium.org
2011-11-22
1
-1
/
+7
*
Revert 111083 - Revert 111080 - Remove Task inheritance in clipboard code."
dcheng@chromium.org
2011-11-22
2
-23
/
+23
*
Make DevToolsManager a singleton, remove it from ContentBrowserClient.
yurys@chromium.org
2011-11-22
8
-21
/
+5
*
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...
piman@chromium.org
2011-11-22
14
-111
/
+146
*
Move clipboard-related webkit_glue embedder functions into a ClipboardClient ...
piman@chromium.org
2011-11-22
6
-131
/
+217
*
GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.
erg@chromium.org
2011-11-22
1
-1
/
+1
*
Page zoom improvements:
csilv@chromium.org
2011-11-22
12
-8
/
+189
*
Get rid of view_messages.h include from chrome since TabContentsDelegate used...
jam@chromium.org
2011-11-22
14
-57
/
+103
*
Revert 111080 - Remove Task inheritance in clipboard code.
dcheng@chromium.org
2011-11-22
2
-23
/
+23
*
Remove Task inheritance in clipboard code.
dcheng@chromium.org
2011-11-22
2
-23
/
+23
*
Remove IsProtocolSupportedForMedia.
piman@chromium.org
2011-11-22
6
-27
/
+0
*
base::Bind() conversion for remaining GPU files.
dcheng@chromium.org
2011-11-22
2
-8
/
+11
*
GTK: Create the start of a compatibility header wrapping deprecated methods.
erg@chromium.org
2011-11-22
3
-3
/
+5
*
Restructure URLRequestSlowDownloadJob to avoid races.
rdsmith@chromium.org
2011-11-22
2
-36
/
+98
*
Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-21
29
-541
/
+261
*
A few less TOUCH_UIs.
backer@chromium.org
2011-11-21
1
-6
/
+0
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-21
29
-261
/
+541
*
wayland: modify image_transport_client to compile with use_wayland
msb@chromium.org
2011-11-21
1
-2
/
+8
*
Pepper: Fix nits mentioned in review in audio input code.
viettrungluu@chromium.org
2011-11-21
1
-16
/
+16
*
Update callers of WebSecurityOrigin::isEmpty to call WebSecurityOrigin::isUnique
abarth@chromium.org
2011-11-21
2
-7
/
+7
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
15
-1181
/
+1507
*
Fix race in PluginDataRemoverImpl going away while it's still being used on t...
jam@chromium.org
2011-11-21
4
-159
/
+174
*
Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...
ajwong@chromium.org
2011-11-21
4
-51
/
+56
*
Add ChromeBrowserMainExtraParts for non main parts. (take 3)
stevenjb@google.com
2011-11-21
8
-64
/
+43
*
content: Remove unnecessary content:: from Notification classes.
tfarina@chromium.org
2011-11-21
4
-18
/
+17
*
Get rid of a bunch of view_messages.h includes from chrome by making the TabC...
jam@chromium.org
2011-11-21
9
-94
/
+150
*
Use new getFontFamilyForCharacters() API.
bashi@chromium.org
2011-11-21
5
-41
/
+69
*
Enforce that most content messages files can't be included by chrome.
jam@chromium.org
2011-11-19
1
-0
/
+370
*
Mark two tests as fails, to unblock the commit queue.
thakis@chromium.org
2011-11-19
1
-2
/
+16
[next]