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
*
Check for delegate in OnMouseEvent
stevenjb@google.com
2011-12-14
1
-1
/
+2
*
Reland 8775059 Support IAccessibleHypertext.
dtseng@chromium.org
2011-12-14
8
-53
/
+370
*
DownloadQuery filters and sorts DownloadItems
benjhayden@chromium.org
2011-12-14
5
-0
/
+921
*
Hide the process of instantiating NotificationServiceImpl from embedders.
tfarina@chromium.org
2011-12-14
2
-0
/
+7
*
Make "Save As" control flow play better with safe browsing checks. ...
asanka@chromium.org
2011-12-14
2
-7
/
+31
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
16
-120
/
+144
*
Revert 114367 - Reland of reland 8775059 Support IAccessibleHypertext.
toyoshim@chromium.org
2011-12-14
8
-370
/
+53
*
Reland of reland 8775059 Support IAccessibleHypertext.
dtseng@chromium.org
2011-12-14
8
-53
/
+370
*
Hopefully fix flakiness of GPU tests and also fix runs on CrOS.
jbates@chromium.org
2011-12-14
1
-5
/
+0
*
Propagate --disable-image-transport-surface to GPU process.
apatrick@chromium.org
2011-12-14
1
-0
/
+1
*
Move chrome/test/base/test_navigation_observer.cc to content/test
scr@chromium.org
2011-12-14
4
-0
/
+237
*
Added HTTP DELETE request type to content:URLFetcher.
zelidrag@chromium.org
2011-12-13
2
-0
/
+6
*
Fix resize with --enable-threaded-compositing
piman@chromium.org
2011-12-13
1
-1
/
+1
*
Revert of "Redo r113722 - Add Pass(), which implements move semantics, to sco...
ajwong@chromium.org
2011-12-13
1
-4
/
+5
*
Adds some debugging code in hopes of identifying a crasher.
sky@chromium.org
2011-12-13
2
-0
/
+11
*
Fix a bug where the JavaBridgeDispatcherHost is prematurely deleted
steveblock@chromium.org
2011-12-13
2
-1
/
+8
*
Add DEPS file disallowing content/public to depend back to content/.
joi@chromium.org
2011-12-13
1
-0
/
+9
*
Added size check for MediaStreamDeviceSettings fake UI.
mflodman@chromium.org
2011-12-13
1
-2
/
+2
*
Remove leftover declaration of DOMStorageContext::DeleteSessionOnlyData.
marja@chromium.org
2011-12-13
1
-5
/
+0
*
Add IPC to allow gpu process to send message for console back to renderer
gman@chromium.org
2011-12-13
5
-0
/
+38
*
<video> decode in hardware!
fischman@chromium.org
2011-12-13
14
-39
/
+176
*
Fix windows gpu bots.
piman@chromium.org
2011-12-13
1
-3
/
+23
*
first cut at uber page
estade@chromium.org
2011-12-13
3
-3
/
+11
*
Send the pending input event ack before the UpdateRect message
jamesr@chromium.org
2011-12-13
2
-3
/
+14
*
base::Bind() cleanup in URLFetcherImpl test.
dcheng@chromium.org
2011-12-13
1
-24
/
+12
*
Compile fix for gcc 4.6 (unused variable).
joi@chromium.org
2011-12-13
1
-2
/
+0
*
Don't attempt to forward declare StringPiece.
erikwright@chromium.org
2011-12-13
1
-4
/
+1
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-13
2
-14
/
+22
*
Added code to propagate clicks to parents of the target as well.
pkotwicz@chromium.org
2011-12-12
1
-0
/
+4
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
6
-91
/
+32
*
Revert 114095 - Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
2
-22
/
+14
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+1
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
2
-14
/
+22
*
Remove the AudioManager singleton.
tommi@chromium.org
2011-12-12
24
-224
/
+336
*
Fixes and reenables RendererAccessibilityBrowserTest.*
dtseng@chromium.org
2011-12-12
2
-9
/
+10
*
EarlyOut_AnimatedTooRecently should only be done in software mode
nduca@chromium.org
2011-12-12
1
-1
/
+1
*
Chrome for arm seems to make the implicit assumption that
robertm@google.com
2011-12-12
1
-2
/
+2
*
Update Java Bridge to use its own thread in the browser process
steveblock@chromium.org
2011-12-12
3
-23
/
+32
*
remove the race related to output_delay_ms_ in ADM and races in the unittests.
xians@chromium.org
2011-12-12
3
-16
/
+52
*
GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...
erg@chromium.org
2011-12-10
2
-0
/
+10
*
Remove custom Task implementation from RenderWidgetHelper::UpdateMsgProxy.
dcheng@chromium.org
2011-12-10
1
-30
/
+40
*
Remove custom Task implementations and re-exorcise old callbacks from gpu.
dcheng@chromium.org
2011-12-10
6
-194
/
+116
*
Fix page zoom for plug-in documents (PDF, etc.)
csilv@chromium.org
2011-12-10
4
-6
/
+14
*
Add a mechanism to launch the utility process from the zygote on Linux.
jorgelo@chromium.org
2011-12-10
3
-1
/
+15
*
Revert 113895 - <video> decode in hardware!
fischman@chromium.org
2011-12-10
15
-174
/
+42
*
Revert 113899 - Add missing 'virtual'.
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
Utility process: move GTK initialization to the plugin loading code path.
jorgelo@chromium.org
2011-12-10
1
-7
/
+8
*
Add missing 'virtual'.
fischman@chromium.org
2011-12-10
1
-1
/
+1
*
<video> decode in hardware!
fischman@chromium.org
2011-12-10
15
-42
/
+174
*
Removing MessageLoop::QuitTask() from content/
dcheng@chromium.org
2011-12-10
19
-48
/
+48
[next]