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
*
Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135...
yurys@chromium.org
2011-10-05
6
-51
/
+34
*
It seems that the Gtk module is so generic what it can be used for all Linux ...
saintlou@chromium.org
2011-10-05
3
-68
/
+1
*
Changed broken downloads bug reference.
shess@chromium.org
2011-10-05
2
-5
/
+5
*
Provide stub implementation of RenderWidgetHostView::GetDefaultScreenInfo(Web...
saintlou@chromium.org
2011-10-05
1
-1
/
+7
*
Add a second line of defense for receiving a bad message in the renderer.
creis@chromium.org
2011-10-04
1
-4
/
+4
*
Fix check_perms error from r103992.
thestig@chromium.org
2011-10-04
1
-0
/
+0
*
Fixed bug in operator<().
ahendrickson@chromium.org
2011-10-04
2
-2
/
+151
*
WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.
jhawkins@chromium.org
2011-10-04
2
-1
/
+14
*
[webui] Migrate moar instances of RegisterMessageCallacks to base::bind().
csilv@chromium.org
2011-10-04
1
-2
/
+4
*
Export some unix-specific content symbols.
dpranke@chromium.org
2011-10-04
15
-24
/
+37
*
Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope...
yurys@chromium.org
2011-10-04
6
-34
/
+51
*
DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties map
yurys@chromium.org
2011-10-04
6
-51
/
+34
*
Moved policy UI and enrollment UI code to base::Bind.
joaodasilva@chromium.org
2011-10-04
1
-1
/
+1
*
yet another batch of symbols to export from content.
dpranke@chromium.org
2011-10-04
2
-228
/
+247
*
Remove TraceMessageFilter for NACL_LOADER_PROCESS types that do not support t...
jbates@chromium.org
2011-10-04
2
-7
/
+19
*
Revert 103795 (may have turned windows bots red) - WebUI: Use the TOOLKIT_VIE...
willchan@chromium.org
2011-10-03
2
-9
/
+1
*
WebUI: Use the TOOLKIT_VIEWS define to determine the value of isViews.
jhawkins@chromium.org
2011-10-03
2
-1
/
+9
*
Fix crash on trying to kill an unresponsive tab.
rkc@chromium.org
2011-10-03
1
-1
/
+4
*
Fix flipped boolean state for required attribute.
dtseng@chromium.org
2011-10-03
1
-1
/
+1
*
Add a check to NavigateToEntry to make sure the browser never attempts to nav...
creis@chromium.org
2011-10-03
1
-0
/
+6
*
DevTools: introduce Attach/Detach on DevToolsAgentHost
yurys@chromium.org
2011-10-03
4
-37
/
+21
*
Get rid of the profile import process code, and instead go through the utilit...
jam@chromium.org
2011-10-03
2
-3
/
+7
*
Remove unused RenderViewHostManager::SwapInRenderViewHost() and TabContents::...
steveblock@chromium.org
2011-10-03
4
-92
/
+1
*
Add interface to CancelableRequest that allows use of base::Callback<>.
ajwong@chromium.org
2011-10-03
2
-0
/
+272
*
DevTools: disable page prerendering for inspected tabs
yurys@chromium.org
2011-10-03
2
-0
/
+19
*
Make content_shell handle renderers going away. I've made TabContents call Ta...
jam@chromium.org
2011-10-01
2
-0
/
+2
*
Get rid of BindingsPolicy::EXTENSION
jochen@chromium.org
2011-10-01
3
-35
/
+0
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
10
-32
/
+32
*
Revert 103617 - Revert 103142 - [Linux] Move plugin probing back in-process. ...
jar@chromium.org
2011-10-01
1
-2
/
+9
*
Revert 103142 - [Linux] Move plugin probing back in-process. This temporarily...
jar@chromium.org
2011-10-01
1
-9
/
+2
*
Only allow to lock the mouse when the tab is in fullscreen mode.
yzshen@chromium.org
2011-10-01
10
-24
/
+61
*
more content exports needed for unit_tests and browser_tests.
dpranke@chromium.org
2011-09-30
27
-47
/
+55
*
content: Move the final headers and residual traces of contrained windows
erg@chromium.org
2011-09-30
5
-50
/
+1
*
Restore removed explanatory comment.
mark@chromium.org
2011-09-30
1
-0
/
+1
*
Use new callbacks for SSL UI.
mattm@chromium.org
2011-09-30
7
-24
/
+29
*
Now that this WebKit CL https://bugs.webkit.org/show_bug.cgi?id=68936 has lan...
saintlou@chromium.org
2011-09-30
1
-1
/
+1
*
Migrate WebUI to new-style callbacks (part 1).
csilv@chromium.org
2011-09-30
2
-6
/
+37
*
Combine PpapiBrokerProcessHost into PpapiPluginProcessHost.
ddorwin@chromium.org
2011-09-30
7
-361
/
+153
*
CrOS - Speculative fix for shutdown hang talking to zygote
jamescook@chromium.org
2011-09-30
1
-31
/
+34
*
Connecting MediaStreamManager and AudioInputRenderHost/AudioInputDeviceManager.
mflodman@chromium.org
2011-09-30
5
-26
/
+31
*
content: Move constrained window code from TabContents to TabContentsWrapper
erg@chromium.org
2011-09-30
7
-129
/
+6
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
51
-97
/
+136
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-1
/
+2
*
Uniquified path needs to be used to rename the file for dangerous types.
ncj674@motorola.com
2011-09-29
1
-1
/
+1
*
Add a content_shell specific DownloadManagerDelegate.
jam@chromium.org
2011-09-29
1
-0
/
+6
*
Remove unneeded calls from the ContentBrowserClient.
avi@chromium.org
2011-09-29
3
-22
/
+0
*
Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.
fischman@chromium.org
2011-09-29
1
-1
/
+0
*
Remove use of default request context and fix use of speech censor flag
allanwoj@chromium.org
2011-09-29
12
-26
/
+96
*
Add support for a few more Mac accessibility attributes.
dmazzoni@chromium.org
2011-09-29
1
-15
/
+131
*
ImageTransportSurface for OS X
backer@chromium.org
2011-09-29
9
-69
/
+77
[next]