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
/
chrome
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Worker support for FileSystem API.
kinuko@chromium.org
2010-09-27
2
-49
/
+11
*
Remove use of WebAccessibilityCacheImpl::isValidId and the id=1000 magic number.
ctguil@chromium.org
2010-09-27
1
-13
/
+18
*
Fix clang build when disable_nacl=1.
thakis@chromium.org
2010-09-27
1
-1
/
+3
*
Support additional webkit accessibility notifications and states.
ctguil@chromium.org
2010-09-25
2
-39
/
+41
*
Removed now-obsolete
kbr@google.com
2010-09-25
2
-13
/
+0
*
Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ...
noelutz@google.com
2010-09-24
7
-226
/
+7
*
Revert "Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumb...
andreip@chromium.org
2010-09-24
5
-12
/
+12
*
Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumbing
phajdan.jr@chromium.org
2010-09-24
5
-12
/
+12
*
Adds IDBFactory::didCompleteEventsForTransaction plumbing
andreip@chromium.org
2010-09-24
5
-12
/
+12
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-24
6
-5
/
+91
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
2
-1
/
+3
*
Mark failing test OnMsgPaintAtSize failing
georgey@chromium.org
2010-09-24
1
-1
/
+1
*
Simple fix correcting the assignment of page_id to RenderView instances.
twiz@google.com
2010-09-23
1
-1
/
+0
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
3
-2
/
+5
*
Client-side phishing detection: grab snapshot of custom sized view.
noelutz@google.com
2010-09-23
8
-7
/
+367
*
Implement Pepper plugin focus notifications.
brettw@chromium.org
2010-09-23
4
-2
/
+20
*
Trying to reland r59889, this time as a multi-stage patch.
mpcomplete@chromium.org
2010-09-23
5
-75
/
+100
*
Revert "Add some optimizations to plugin painting."
maruel@chromium.org
2010-09-23
6
-65
/
+5
*
Add some optimizations to plugin painting.
brettw@chromium.org
2010-09-23
6
-5
/
+65
*
Implement GetDefaultCharSet for Pepper and pull the corresponding PPAPI change.
brettw@chromium.org
2010-09-23
2
-0
/
+10
*
Revert my revert of 60275 + don't do static casting + disable the tests for now.
jorlow@chromium.org
2010-09-23
6
-92
/
+166
*
Revert 60275.
jorlow@chromium.org
2010-09-23
6
-182
/
+92
*
Add the transaction id plumbing to IndexedDB.
jorlow@chromium.org
2010-09-23
6
-92
/
+182
*
Add plumbing for IDBTransaction::abort()
andreip@chromium.org
2010-09-23
1
-2
/
+2
*
Add an IPC message that will be used to send the phishing classification model
bryner@chromium.org
2010-09-23
2
-0
/
+8
*
Autofill filling on HTML form fills all entries except the entry clicked
dhollowa@chromium.org
2010-09-22
1
-0
/
+6
*
Remove some more log spam.
aa@chromium.org
2010-09-22
1
-4
/
+0
*
Add a PhishingClassifier implementation.
bryner@chromium.org
2010-09-22
9
-39
/
+479
*
Stop using WebInputElement::inputType().
tkent@chromium.org
2010-09-22
2
-4
/
+5
*
Deleted WebGLES2ContextImpl and references to it and WebGLES2Context.
kbr@google.com
2010-09-21
6
-225
/
+1
*
Revert 60082 - Add a PhishingClassifier implementation.
rdsmith@chromium.org
2010-09-21
9
-478
/
+39
*
Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo.
jhawkins@chromium.org
2010-09-21
3
-39
/
+1
*
Add a PhishingClassifier implementation.
bryner@chromium.org
2010-09-21
9
-39
/
+478
*
Add a unique identifier for plugin groups and use it to identify blocked plug...
bauerb@chromium.org
2010-09-21
1
-8
/
+3
*
Added code path to WebGraphicsContext3DCommandBufferImpl to support
kbr@google.com
2010-09-20
2
-8
/
+83
*
Disable PrintLayoutTest as it fails on windows.
satish@chromium.org
2010-09-20
1
-1
/
+8
*
Revert 59889 - Fix regression introduced by
thakis@chromium.org
2010-09-19
5
-94
/
+72
*
Fix regression introduced by
mpcomplete@chromium.org
2010-09-18
5
-72
/
+94
*
Support for building Chrome using Clang.
evan@chromium.org
2010-09-18
1
-1
/
+2
*
Extend improved windowless plugin focus handling to all platforms
stuartmorgan@chromium.org
2010-09-18
4
-24
/
+21
*
Resubmit GpuVideoDecoder and related patches.
hclam@chromium.org
2010-09-17
5
-45
/
+25
*
Revert 59845 - Extend improved windowless plugin focus handling to all platforms
stuartmorgan@chromium.org
2010-09-17
4
-17
/
+22
*
Extend improved windowless plugin focus handling to all platforms
stuartmorgan@chromium.org
2010-09-17
4
-22
/
+17
*
Implement IsSearchProviderInstalled handling on I/O thread.
levin@chromium.org
2010-09-17
1
-2
/
+2
*
Fixed crash in DOM UI setup caused by lazy instantiation of the
kbr@google.com
2010-09-17
2
-17
/
+27
*
Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...
mlloyd@chromium.org
2010-09-17
5
-17
/
+45
*
Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
mlloyd@chromium.org
2010-09-17
2
-9
/
+1
*
Fix IndexedDB. My last CL had a bug in it.
jorlow@chromium.org
2010-09-17
1
-2
/
+2
*
Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext
hclam@chromium.org
2010-09-17
2
-1
/
+9
*
GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...
hclam@chromium.org
2010-09-17
5
-45
/
+17
[next]