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
*
CrOS - Change file browser to use new ExtensionDialog window.
jamescook@chromium.org
2011-05-20
2
-14
/
+17
*
Add CHECKs to see if anyone sets a RenderViewHost's delegate to NULL.
jam@chromium.org
2011-05-20
2
-2
/
+6
*
Safely cancel prerenders on threads other than the UI thread.
mmenke@chromium.org
2011-05-20
3
-44
/
+10
*
Call makeContextCurrent in places that are missing it.
gman@chromium.org
2011-05-20
1
-0
/
+8
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
1
-4
/
+0
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
5
-8
/
+8
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
7
-7
/
+7
*
Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...
jam@chromium.org
2011-05-19
13
-404
/
+70
*
Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon...
jbates@chromium.org
2011-05-19
1
-0
/
+3
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
4
-5
/
+5
*
Make about:gpu report driver information again.
nduca@chromium.org
2011-05-19
2
-10
/
+10
*
Miscellaneous webkit_glue namespace changes in preparation for building src\c...
ananta@chromium.org
2011-05-19
1
-5
/
+5
*
Remove ShowCollectedCookiesDialog from TabContentsDelegate, since content lay...
jam@chromium.org
2011-05-19
2
-7
/
+0
*
Remove unneeded call to StartCrossSiteTransition.
creis@chromium.org
2011-05-19
1
-2
/
+4
*
Drop url_constants dependency in content/.
avi@chromium.org
2011-05-19
16
-27
/
+40
*
Remove the code in TestTabContents that closes infobars. If a code is using ...
jam@chromium.org
2011-05-18
3
-42
/
+0
*
Add histograms for the delay between DoDeferredUpdates.
nduca@chromium.org
2011-05-18
2
-0
/
+21
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
21
-50
/
+495
*
Add in DEPS entry still needed.
avi@chromium.org
2011-05-18
1
-0
/
+1
*
Remove deps entry for header from previous change
jam@chromium.org
2011-05-18
1
-3
/
+0
*
Get rid of TabContentsSSLHelper dependency from content.
jam@chromium.org
2011-05-18
6
-123
/
+0
*
Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.
fischman@chromium.org
2011-05-18
2
-0
/
+24
*
Readd line to DEPS file that got removed by accident
jam@chromium.org
2011-05-18
1
-0
/
+1
*
Get rid of some plugin related dependencies. Have PluginObserver be created ...
jam@chromium.org
2011-05-18
5
-34
/
+3
*
Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...
jam@chromium.org
2011-05-18
11
-52
/
+461
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-18
6
-51
/
+9
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
6
-17
/
+17
*
Revert 85732 (broke build) - Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
5
-12
/
+12
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
5
-12
/
+12
*
Call SwapBuffersCallback multiple times if a frame was dropped.
nduca@chromium.org
2011-05-18
1
-1
/
+10
*
Move the little infobar code from TabContents to TabContentsWrapper.
jam@chromium.org
2011-05-18
4
-167
/
+0
*
Move the chromeos implementation of WifiDataProvider back to chrome, since it...
jam@chromium.org
2011-05-17
5
-389
/
+0
*
Revert "Changes to not use the prerendered contents when window.opener needs ...
tessamac@chromium.org
2011-05-17
6
-21
/
+8
*
Change the PPAPI message loop to type IO (from type UI).
viettrungluu@chromium.org
2011-05-17
1
-1
/
+1
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-17
6
-8
/
+21
*
Remove PluginSelectionPolicy since it's not used anymore.
jam@chromium.org
2011-05-17
4
-66
/
+21
*
Add support for real-time audio threads.
crogers@google.com
2011-05-17
1
-1
/
+2
*
Adapt to new icon interface from WebFrame
michaelbai@google.com
2011-05-17
3
-4
/
+11
*
Remove browser_list.h from content/
sadrul@chromium.org
2011-05-17
2
-3
/
+0
*
We don't need to buffer network responses anymore now that we have an HTML5
abarth@chromium.org
2011-05-17
2
-44
/
+1
*
Move view_types.h from chrome to content. Although some of the enum types ar...
jam@chromium.org
2011-05-16
13
-54
/
+67
*
Fix ResourceDispatcherHost so that cancelling a paused request works.
rdsmith@chromium.org
2011-05-16
2
-12
/
+192
*
Description:
annacc@chromium.org
2011-05-16
4
-5
/
+7
*
Revert 85504 - Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
6
-9
/
+51
*
Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...
michaeln@google.com
2011-05-16
3
-5
/
+8
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
6
-51
/
+9
*
Mark test as flakey while I sort out what is going on.
mbelshe@chromium.org
2011-05-16
1
-1
/
+1
*
Revert 85486 - Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
6
-9
/
+51
*
Add bug for downloads includes in content
jam@chromium.org
2011-05-16
1
-0
/
+1
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-16
6
-51
/
+9
[next]