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
*
Cleanup code used to diagnose and fix bug 81449.
apatrick@chromium.org
2011-08-19
1
-11
/
+0
*
Reuse BrowserAccessibility's when roles change (for now).
dtseng@chromium.org
2011-08-19
2
-6
/
+12
*
Make the core download content ask the delegate whether it needs to generate ...
jam@chromium.org
2011-08-19
2
-13
/
+5
*
Have BaseFile ask the embedder for the default download directory.
jam@chromium.org
2011-08-18
4
-5
/
+23
*
Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.
ajwong@chromium.org
2011-08-18
3
-1
/
+35
*
Keep normal popups opened from same-origin iframes in an extension process.
creis@chromium.org
2011-08-18
4
-1
/
+6
*
Add startActivity message processing chromium-side.
gbillock@chromium.org
2011-08-18
3
-0
/
+19
*
GTTF: Clean up UITestSuite and ProxyLauncher:
phajdan.jr@chromium.org
2011-08-18
2
-6
/
+1
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
11
-32
/
+33
*
GPU process terminates rather than crashing on hang.
apatrick@chromium.org
2011-08-18
3
-14
/
+23
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
Add gl.dll, compositor.dll, and surface.dll.
darin@chromium.org
2011-08-18
1
-0
/
+1
*
Work around a ridiculous bug in ATS, a deprecated system framework.
mark@chromium.org
2011-08-18
1
-0
/
+36
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+1
*
Pass disable-switch to renderer if canvas 2d is blacklisted.
zmo@google.com
2011-08-18
1
-0
/
+3
*
Fix address space fragmentation issue when launching the NaCl sel_ldr process.
bbudge@chromium.org
2011-08-18
1
-0
/
+20
*
Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoi...
ctguil@chromium.org
2011-08-17
1
-0
/
+3
*
Fix crash with blocked requests when incognito goes away.
willchan@chromium.org
2011-08-17
1
-5
/
+14
*
Make content not know that the browser chrome updates the download progress i...
jam@chromium.org
2011-08-17
6
-49
/
+43
*
Make AudioRendererHost store its own pointer to the MediaObserver.
scottfr@chromium.org
2011-08-17
2
-17
/
+25
*
[Mac] Kill browser-side rubberband gutter painting.
asvitkine@chromium.org
2011-08-17
7
-28
/
+0
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
2
-2
/
+2
*
AppendFileToBody by blocking ipc
kinuko@chromium.org
2011-08-17
5
-0
/
+52
*
Prepare to make WebUIMessageHandler conform to style guide.
wyck@chromium.org
2011-08-17
1
-1
/
+4
*
Fix fullscreen pepper leak
piman@chromium.org
2011-08-17
1
-0
/
+1
*
Use new signature for WebFrameClient::didCreateIsolatedScriptContext().
aa@chromium.org
2011-08-17
5
-6
/
+19
*
Wire experimental Flapper part two
cpu@chromium.org
2011-08-17
6
-15
/
+72
*
Fix cursor in fullscreen pepper
piman@chromium.org
2011-08-17
2
-5
/
+12
*
Broke BrowserAccessibilityTest.HitTestTest
ctguil@chromium.org
2011-08-17
1
-3
/
+0
*
Reland 97048 - Update routing id of pending resource requests for reparented ...
rvargas@google.com
2011-08-17
7
-0
/
+54
*
Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoi...
ctguil@chromium.org
2011-08-17
1
-0
/
+3
*
Revert 97048 - Trying to see if this is related with a
rvargas@google.com
2011-08-17
7
-54
/
+0
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
3
-7
/
+10
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
11
-62
/
+103
*
Move download UMA functions to their own file in content. Also fire the chrom...
jam@chromium.org
2011-08-16
9
-30
/
+246
*
Enabled scaling zoom for TOUCH_UI.
fsamuel@chromium.org
2011-08-16
1
-2
/
+14
*
Update routing id of pending resource requests for reparented iframes.
dimich@chromium.org
2011-08-16
7
-0
/
+54
*
Move download_manager_delegate.h to content. I forgot to move this earlier.
jam@chromium.org
2011-08-16
5
-6
/
+61
*
Update content_api to match naming conventions, style in ui_api.h, make work ...
dpranke@chromium.org
2011-08-16
3
-26
/
+27
*
Fix handling of tab contents disappearing out from underneath Javascript dial...
avi@chromium.org
2011-08-16
2
-17
/
+24
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
18
-53
/
+53
*
Linux build fix.
zmo@google.com
2011-08-16
1
-0
/
+1
*
Disable gpu process crash reporting when --ignore-gpu-blacklist is used.
zmo@google.com
2011-08-16
1
-0
/
+7
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
2
-78
/
+200
*
Factor out dependncy on download throttling from core download code.
jam@chromium.org
2011-08-16
6
-29
/
+34
*
WebUI: Also add myself to content OWNERS.
jhawkins@chromium.org
2011-08-16
1
-0
/
+1
*
Remove the include dependency of the chrome_notification_types.h header from ...
ananta@chromium.org
2011-08-16
2
-5
/
+2
*
Move initialization of COM earlier in GPU process startup to
kbr@chromium.org
2011-08-16
1
-2
/
+2
*
Make content_renderer.lib depend directly on allocator so that PERFTOOLS_DLL_...
grt@chromium.org
2011-08-16
1
-0
/
+5
*
Remove references to prerender and instant in content.
cbentzel@chromium.org
2011-08-16
2
-13
/
+10
[next]