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
*
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
*
base::Bind fixes
groby@chromium.org
2011-11-19
5
-10
/
+15
*
base::Bind: Convert render_view_impl.cc.
jhawkins@chromium.org
2011-11-19
1
-3
/
+6
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-19
2
-7
/
+7
*
Get rid of last gpu_messages.h dependency in chrome by having chrome ask the ...
jam@chromium.org
2011-11-19
3
-5
/
+20
*
Fix compile error introduced on r110794
nduca@chromium.org
2011-11-19
1
-1
/
+1
*
Prepare Chromium for WebCompositor::initialize.
nduca@chromium.org
2011-11-19
4
-2
/
+16
*
Remove --enable-video-logging and WebVideoRenderer.
scherkus@chromium.org
2011-11-18
4
-15
/
+1
*
Close video capture devices on the device thread.
mflodman@chromium.org
2011-11-18
2
-8
/
+24
*
Enable |ValidateAndConvertPepperFilePath()| for domain-absolute paths without...
viettrungluu@chromium.org
2011-11-18
1
-6
/
+0
*
aura: Add glib dependency when appropriate.
sadrul@chromium.org
2011-11-18
1
-0
/
+5
*
Linux: Fix bad #define for SetProcessTitleFromCommandLine().
thestig@chromium.org
2011-11-18
1
-12
/
+13
*
Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts.
stevenjb@google.com
2011-11-18
8
-40
/
+62
*
Get rid of gpu_messages.h include in chrome by having the RenderWidgetHostVie...
jam@chromium.org
2011-11-18
6
-55
/
+21
*
Re-enable RenderWidgetHostTest.PreHandleRawKeyDownEvent
mukai@chromium.org
2011-11-18
1
-7
/
+1
*
Update the windows UI to support displaying a warning after the
noelutz@google.com
2011-11-18
1
-6
/
+8
*
Move enabling IPC logging for all child processes to the Content API.
jam@chromium.org
2011-11-18
3
-0
/
+78
*
Fix ProcessSingletonTest.StartupRaceCondition for win.
stevenjb@google.com
2011-11-18
2
-7
/
+6
*
Changed argument to GetAcceptLangs() to a BrowserContext.
rdsmith@chromium.org
2011-11-18
8
-12
/
+24
*
Add FAIL to IndexedDBBrowserTestWithLowQuota.QuotaTest
steveblock@chromium.org
2011-11-18
1
-1
/
+1
*
Add ChromeBrowserMainExtraParts for non main parts.
stevenjb@google.com
2011-11-18
8
-64
/
+43
*
Refactor the Get*Hardware* routines a bit.
tommi@chromium.org
2011-11-18
10
-54
/
+132
*
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-18
29
-542
/
+267
*
Provide a way for RenderProcessHosts to register themselves in the global hos...
ananta@chromium.org
2011-11-18
3
-18
/
+26
*
Pointer lock added to about:flags and passed to WebKit runtime flags
scheib@chromium.org
2011-11-18
4
-0
/
+8
*
Cleanup: Remove forward declarations in various directories.
thestig@chromium.org
2011-11-18
4
-9
/
+0
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-18
29
-267
/
+542
*
Hack to bring component build green.
ajwong@chromium.org
2011-11-18
1
-0
/
+1
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
66
-746
/
+980
*
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-18
2
-10
/
+197
*
[Aura] Fix HtmlDialogBrowserTest.SizeWindow.
xiyuan@chromium.org
2011-11-18
2
-1
/
+5
*
base::Bind() conversion for content/common/gpu and content/gpu
dcheng@chromium.org
2011-11-17
8
-34
/
+31
*
Revert 110587 - Microphone support for Pepper Flash.
ajwong@chromium.org
2011-11-17
2
-197
/
+10
*
Fix resize issues when using threaded compositing
enne@chromium.org
2011-11-17
3
-1
/
+25
*
corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull m...
wjia@chromium.org
2011-11-17
8
-16
/
+96
*
Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-17
2
-10
/
+197
*
Propagate the SafeBrowsing download protection verdict to the DownloadItem.
noelutz@google.com
2011-11-17
4
-69
/
+60
*
Get content to build again with aura & component build.
ben@chromium.org
2011-11-17
4
-5
/
+9
*
Fix next_page_id_ in a NTP forced to share an existing WebUI process.
creis@chromium.org
2011-11-17
8
-9
/
+28
*
Revert 110542 - Fix link issue when component=shared_library
ajwong@chromium.org
2011-11-17
2
-4
/
+3
*
Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-17
30
-939
/
+267
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-17
30
-267
/
+939
*
Add a method to the controller to close the picker/service tab when a return ...
gbillock@chromium.org
2011-11-17
2
-5
/
+10
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
183
-756
/
+887
*
Fix link issue when component=shared_library
penghuang@chromium.org
2011-11-17
2
-3
/
+4
[next]