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
*
Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...
dmaclach@chromium.org
2011-08-29
16
-295
/
+104
*
Make a new integer field in sql::MetaTable (a per-profile db) containing a co...
benjhayden@chromium.org
2011-08-29
16
-104
/
+295
*
Ensure none of content brings in views.
jam@chromium.org
2011-08-29
1
-5
/
+0
*
New checks for observer crash.
rdsmith@chromium.org
2011-08-29
1
-2
/
+4
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-2
/
+3
*
DevTools: introduce DevToolsAgentHost
yurys@chromium.org
2011-08-29
6
-118
/
+297
*
Initialize the resource bundle now that it is used due to http://trac.webkit....
levin@chromium.org
2011-08-29
1
-0
/
+4
*
Get rid of last views dependency in RenderWidgetHostViewWin.
jam@chromium.org
2011-08-27
3
-22
/
+6
*
Revert 98552 (OpenAndManuallyCloseDevToolsClientHost now fails on
thakis@chromium.org
2011-08-27
6
-296
/
+118
*
DevTools: introduce DevToolsAgentHost
yurys@chromium.org
2011-08-27
6
-118
/
+296
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
11
-18
/
+13
*
Fix audio glitch when audio stream first starts up.
crogers@google.com
2011-08-26
1
-0
/
+4
*
Remove --unlimited-quota-for-indexeddb. Increase incognito quota.
dgrogan@chromium.org
2011-08-26
4
-30
/
+7
*
RenderWidgetHostViewWin::ReparentWindow should call RemovePropW if kNativeWin...
jschuh@chromium.org
2011-08-26
1
-1
/
+1
*
Add support for exporting IPC messages from component DLLs.
darin@chromium.org
2011-08-26
1
-2
/
+2
*
Move the mouse wheel utils from views to ui\base\win, to get rid of some view...
jam@chromium.org
2011-08-26
1
-3
/
+3
*
Move TooltipWindowGtk from views/widget to ui/base/gtk.
xiyuan@chromium.org
2011-08-26
2
-4
/
+4
*
Made the cancel from CancelDownloadOnRename go through the full cancel path,
rdsmith@chromium.org
2011-08-26
5
-28
/
+76
*
--force-compositing-mode on TOUCH_UI
backer@chromium.org
2011-08-26
1
-0
/
+4
*
Allow content to get the system request context, a request context not tied t...
avi@chromium.org
2011-08-26
3
-0
/
+10
*
Remove some views depenencies from RenderWidgetHostViewWin.
jam@chromium.org
2011-08-26
1
-4
/
+3
*
content: Move touchui's RenderWidgetHostView::GetDefaultScreenInfo() into a p...
erg@chromium.org
2011-08-26
4
-20
/
+80
*
Revert recent changes to base::Value
stevenjb@google.com
2011-08-26
1
-2
/
+2
*
Make Chromium disable the fullscreen API if --enable-fullscreen is absent from
koz@chromium.org
2011-08-26
1
-0
/
+1
*
* Wire up the delete command in the cookie tree UI to actually delete indexed...
michaeln@google.com
2011-08-25
5
-92
/
+172
*
Fix a memory leak in GpuBlacklist.
zmo@google.com
2011-08-25
2
-5
/
+5
*
Dispatch the following IPC messages in TabContents and handle them via the Ta...
ananta@chromium.org
2011-08-25
4
-0
/
+94
*
Rework wifi_data_provider_linux.cc with our D-Bus library.
satorux@chromium.org
2011-08-25
3
-253
/
+430
*
Move P2P code to content namespace.
sergeyu@chromium.org
2011-08-25
14
-5
/
+52
*
Move resource_dispatcher_host_unittest.cc to content_unittests now that all i...
jam@chromium.org
2011-08-25
1
-0
/
+13
*
Move RenderWidgetHostViewWin to content.
jam@chromium.org
2011-08-25
2
-0
/
+2252
*
Followup comments to r98147.
jam@chromium.org
2011-08-25
1
-1
/
+0
*
Fix for a memory corruption.
mad@chromium.org
2011-08-25
2
-4
/
+115
*
Get rid of all chrome includes from RenderWidgetHostViewWin. We'll want to mo...
jam@chromium.org
2011-08-25
3
-0
/
+15
*
base: Add AsList() function to Value API.
tfarina@chromium.org
2011-08-25
1
-2
/
+2
*
Fullscreen JS API implementation.
koz@chromium.org
2011-08-25
7
-0
/
+25
*
GetViewBounds should use screen coordinates but not parents.
oshima@google.com
2011-08-25
1
-4
/
+7
*
Relax software rendering list parsing.
zmo@google.com
2011-08-25
3
-81
/
+234
*
Get rid of the link time dependency between content and chrome through the ge...
jam@chromium.org
2011-08-25
6
-6
/
+33
*
Get rid of link dependency from content to chrome. Make it get the SpeechInpu...
jam@chromium.org
2011-08-24
8
-24
/
+59
*
Handle the ViewHostMsg_RunFileChooser IPC message which is sent by content(re...
ananta@chromium.org
2011-08-24
5
-13
/
+25
*
Remove a couple racy functions from ui_test_utils.
gbillock@chromium.org
2011-08-24
1
-5
/
+7
*
Get rid of the static ConstrainedWindow::CreateConstrainedDialog method that ...
jam@chromium.org
2011-08-24
3
-47
/
+3
*
Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...
ananta@chromium.org
2011-08-24
4
-0
/
+36
*
content: Move drag_download_* to content.
erg@google.com
2011-08-24
4
-0
/
+519
*
Move more files to content_unittests.
phajdan.jr@chromium.org
2011-08-24
1
-9
/
+7
*
Get rid of static TabContentsView::Create function since the interface is in ...
jam@chromium.org
2011-08-24
5
-1
/
+24
*
- Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...
markusheintz@chromium.org
2011-08-24
5
-15
/
+14
*
Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeVi...
oshima@google.com
2011-08-24
9
-125
/
+120
*
Remove unused method GetRenderWidgetHostViewFromNativeView
oshima@google.com
2011-08-24
2
-14
/
+0
[next]