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
*
Disable synchronous XMLHttpRequests in platform app documents.
mihaip@chromium.org
2012-05-30
1
-0
/
+1
*
Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>.
tsepez@chromium.org
2012-05-30
2
-57
/
+0
*
Better cross platform behavior for blur.
dtseng@chromium.org
2012-05-30
1
-2
/
+1
*
Make BrowserMainParts have an empty implementation to make embedding easier.
jam@chromium.org
2012-05-30
5
-24
/
+28
*
Make ContentClient have a default implementation to make embedding easier.
jam@chromium.org
2012-05-30
7
-151
/
+52
*
Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...
michaeln@google.com
2012-05-30
8
-219
/
+379
*
Add android download controller.
nileshagrawal@chromium.org
2012-05-30
6
-0
/
+530
*
[Android] Split the address parser from AddressDetector for WebView use.
leandrogracia@chromium.org
2012-05-30
9
-900
/
+1014
*
Cleanup content::P2PPortAllocator.
sergeyu@chromium.org
2012-05-30
1
-16
/
+1
*
Implement correct accessibility states for contenteditable.
dmazzoni@chromium.org
2012-05-30
14
-325
/
+466
*
Give ContentMainDelegate a default implementation to simplify embedders.
jam@chromium.org
2012-05-30
5
-51
/
+61
*
Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...
jochen@chromium.org
2012-05-30
4
-7
/
+10
*
handle the case when device is closed before media pipeline is fully initiali...
wjia@chromium.org
2012-05-30
11
-40
/
+366
*
Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...
jam@chromium.org
2012-05-30
9
-39
/
+10
*
mac: Don't require DYLD_LIBRARY_PATH to be set when using the shared build.
thakis@chromium.org
2012-05-30
1
-3
/
+14
*
Deprecate FileUtilities::getFileSize and getFileModifiedTime
kinuko@chromium.org
2012-05-30
5
-108
/
+0
*
Cleanup: Remove the C version of GetUrandomFD()
mseaborn@chromium.org
2012-05-30
2
-7
/
+6
*
Handle console messages in WebContentsDelegate.
mkosiba@chromium.org
2012-05-30
7
-4
/
+51
*
Don't throw away GPU data on non-PCI architectures
skyostil@google.com
2012-05-30
1
-3
/
+5
*
Add a CHECK() in NPChannelBase::GetChannel() to help investigate crbug.com/97285
steveblock@chromium.org
2012-05-30
1
-0
/
+4
*
Fix memory leak in V8ValueConverterImpl that I just introduced.
kalman@chromium.org
2012-05-30
1
-5
/
+5
*
Allow "null" to mean optional in extension APIs (for realz), but normalise it
kalman@chromium.org
2012-05-30
4
-1
/
+65
*
aura: Do not send unknown gesture events to webkit.
sadrul@chromium.org
2012-05-30
2
-1
/
+5
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-1
/
+2
*
ash: Improved window maximize/restore animations
jamescook@chromium.org
2012-05-30
2
-1
/
+6
*
Asynchronously launch the GPU process as soon as the IO thread is ready.
apatrick@chromium.org
2012-05-30
3
-14
/
+19
*
Use AuraTestHelper to initialize aura environment in test
oshima@chromium.org
2012-05-30
3
-40
/
+16
*
Revert 139433 - Disable accelerated animation
vollick@google.com
2012-05-30
3
-4
/
+4
*
When clicking rapidly 2 different select popups, we could reach a state where
jcivelli@chromium.org
2012-05-30
1
-2
/
+8
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
2
-6
/
+6
*
Disable accelerated animation
vollick@google.com
2012-05-30
3
-4
/
+4
*
Create default implementations of ContentRendererClient, ContentUtilityClient...
jam@chromium.org
2012-05-30
12
-227
/
+153
*
aura/cros: Rename MessagePump{X => AuraX11}.
erg@chromium.org
2012-05-29
2
-8
/
+7
*
Fix ninja build for android.
yfriedman@chromium.org
2012-05-29
3
-3
/
+3
*
Handle socket() more gracefully in the GPU policy.
cevans@chromium.org
2012-05-29
1
-0
/
+1
*
Fix NULL crash.
cevans@chromium.org
2012-05-29
1
-2
/
+2
*
Issue 121063 fixed: Drag and dropping a file named [something].[andmore].[ext...
dcheng@chromium.org
2012-05-29
2
-7
/
+7
*
Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...
scshunt@google.com
2012-05-29
3
-3
/
+13
*
Add deviceSupportsTouch to webglue.
flackr@chromium.org
2012-05-29
2
-0
/
+4
*
posix: Print renderer PID with --renderer-startup-dialog in Release too.
thakis@chromium.org
2012-05-29
1
-4
/
+4
*
[OSX/Pepper] Don't have browser cache shmem ref behind ImageData.
shess@chromium.org
2012-05-29
1
-11
/
+5
*
Pass web intents client suggestions along through webkit glue layer.
gbillock@chromium.org
2012-05-29
1
-0
/
+1
*
Give a default implementation for ContentBrowserClient so that there's less b...
jam@chromium.org
2012-05-29
7
-991
/
+291
*
Disable tests that flake/fail inside the Linux SUID sandbox.
bradchen@google.com
2012-05-29
1
-0
/
+12
*
fix assert on IO thread in incognito mode.
wjia@chromium.org
2012-05-29
1
-2
/
+13
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-29
1
-1
/
+1
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-29
2
-4
/
+4
*
Avoid double calling OnResponseStarted from BufferedResourceHandler
rdsmith@chromium.org
2012-05-29
3
-6
/
+15
*
Fixing Android compile warnings.
felipeg@google.com
2012-05-29
1
-2
/
+12
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-05-28
3
-8
/
+10
[next]