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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove history dependency from content.
jam@chromium.org
2011-05-24
7
-211
/
+137
*
Pull platform_util dependency from TC.
avi@chromium.org
2011-05-24
3
-14
/
+0
*
Mac: Fix WebGL in OS X 10.7 + misc. Sandbox cleanup
jeremy@chromium.org
2011-05-24
1
-2
/
+14
*
Fix HostZoomMap related crash from r86367. Re-enable PDFBrowserTest.Slow_Load...
thestig@chromium.org
2011-05-24
1
-1
/
+3
*
Restore the gpu blacklist logic.
zmo@google.com
2011-05-24
1
-0
/
+6
*
Replace "http" etc with the url_constants version. This was a previous TODO ...
jam@chromium.org
2011-05-23
2
-3
/
+27
*
Remove Profile code from HostZoomMap.
jam@chromium.org
2011-05-23
6
-99
/
+7
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
4
-9
/
+9
*
Get rid of url_request_tracking.*. The only other place that used it other t...
jam@chromium.org
2011-05-23
5
-6
/
+11
*
Add some missing information to TabContentsObserver docs.
mmenke@chromium.org
2011-05-23
1
-1
/
+4
*
Take out pref watching from HostZoomMap, in preparation of removing Profile f...
jam@chromium.org
2011-05-23
3
-212
/
+10
*
Add a browser test for IndexedDB+LevelDB.
hans@chromium.org
2011-05-23
1
-0
/
+11
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-22
4
-4
/
+12
*
Fix a few browser tests for touchui: Count the renderer for the keyboard and ...
sadrul@chromium.org
2011-05-21
1
-0
/
+20
*
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
*
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
3
-3
/
+3
*
Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...
jam@chromium.org
2011-05-19
10
-380
/
+66
*
Make about:gpu report driver information again.
nduca@chromium.org
2011-05-19
2
-10
/
+10
*
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
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
11
-17
/
+316
*
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
*
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
9
-48
/
+455
*
Move download stuff to download tab helper.
avi@chromium.org
2011-05-18
6
-51
/
+9
*
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
4
-387
/
+0
*
Revert "Changes to not use the prerendered contents when window.opener needs ...
tessamac@chromium.org
2011-05-17
4
-12
/
+4
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-17
4
-4
/
+12
*
Remove PluginSelectionPolicy since it's not used anymore.
jam@chromium.org
2011-05-17
4
-66
/
+21
*
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
10
-54
/
+11
*
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
3
-4
/
+4
*
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
*
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
*
Revert 85394 - This change broke "PrerenderBrowserTest.PrerenderWindowOpenerJ...
nsylvain@chromium.org
2011-05-15
4
-12
/
+4
*
Changes to not use the prerendered contents when window.opener needs to be set.
shishir@chromium.org
2011-05-14
4
-4
/
+12
[next]