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
*
Service Worker: Handle same-scope, new script registration
falken@chromium.org
2014-08-21
8
-70
/
+149
*
Keep a copy of page id in RenderViewHost.
avi@chromium.org
2014-08-21
7
-11
/
+58
*
2D Canvas doesn't blend video with the destination buffer.
dongseong.hwang@intel.com
2014-08-21
7
-13
/
+50
*
rendering_helper - Refactoring - remove the Client interface.
owenlin@chromium.org
2014-08-21
3
-148
/
+198
*
OverscrollScreenshot is marked as FLAKY.
ygorshenin@chromium.org
2014-08-21
1
-1
/
+2
*
Implements NoReportedDelayOnMac Finch experiment
bjornv@chromium.org
2014-08-21
1
-0
/
+7
*
There are basically 2 phases to the loading of resources. The
pmeenan@chromium.org
2014-08-21
3
-48
/
+125
*
Spelling fixes for 'device' and 'service'.
tnagel@chromium.org
2014-08-21
2
-2
/
+2
*
Use DCHECK instead of LOG(ERROR) in embedded_worker_registry.cc
horo@chromium.org
2014-08-21
1
-51
/
+24
*
Removing redundant function declaration.
sayan.nayak@samsung.com
2014-08-21
1
-3
/
+0
*
Cleanup: Change const char* foo to const char foo[] in content/browser.
thestig@chromium.org
2014-08-21
6
-19
/
+16
*
Fixed the inconsistent behavior when long pressing on editable area in Chrome.
ajith.v@samsung.com
2014-08-21
2
-2
/
+18
*
Revert 291007 "Set response headers for data URL."
tyoshino@chromium.org
2014-08-21
1
-38
/
+35
*
Set response headers for data URL.
tyoshino@chromium.org
2014-08-21
1
-35
/
+38
*
Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cache
rsleevi@chromium.org
2014-08-21
18
-123
/
+160
*
Force explicit shutdown of the test IO thread for WebContentsAudioStreamInput...
rsleevi@chromium.org
2014-08-21
1
-2
/
+4
*
Revert 290845 "Forward input and compositing tasks to the Blink ..."
ernstm@chromium.org
2014-08-21
10
-225
/
+23
*
Move ContentShell app icon to correct directory.
aurimas@google.com
2014-08-20
5
-0
/
+0
*
Implementation of GpuMemoryBufferFactoryOzoneNativeBuffer (reland)
achaulk@chromium.org
2014-08-20
1
-8
/
+8
*
Use a qualified path for grit/content_resources.h.
thakis@chromium.org
2014-08-20
16
-14
/
+15
*
Add a X-Requested-With header to URL requests for PPAPI Flash (only).
tsepez@chromium.org
2014-08-20
8
-15
/
+96
*
Ensure there's no layout pending before accessing WebAXObject from TestRunner.
dmazzoni@chromium.org
2014-08-20
1
-83
/
+143
*
Fix redundant emulated touch cancellation and harden the TouchEventQueue
jdduke@chromium.org
2014-08-20
4
-12
/
+111
*
Update WebGL conformance test expectations.
zmo@chromium.org
2014-08-20
1
-31
/
+0
*
Fix issue where pointer can't be unlocked when webview is out of focus.
lfg@chromium.org
2014-08-20
4
-2
/
+37
*
Disable two geolocation wifi tests
rlarocque@chromium.org
2014-08-20
1
-2
/
+12
*
DevTools: Add plumbing for workerReadyForInspection event from renderer to br...
vsevik@chromium.org
2014-08-20
26
-2
/
+167
*
Add chrome main dll target to GN build, minor fixes.
brettw@chromium.org
2014-08-20
1
-1
/
+4
*
Disable flaky SitePerProcessBrowserTest.CrashSubframe test.
creis@chromium.org
2014-08-20
1
-6
/
+2
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
1
-2
/
+4
*
Delete backup file that never should have been committed.
dmazzoni@chromium.org
2014-08-20
1
-401
/
+0
*
Forward input and compositing tasks to the Blink scheduler
skyostil@chromium.org
2014-08-20
10
-23
/
+225
*
Don't swap out the old RenderFrameHost until the new one commits.
creis@chromium.org
2014-08-20
22
-901
/
+218
*
Do not hide the selection handles on tap event
r.ghatage@samsung.com
2014-08-20
2
-2
/
+19
*
DevTools: Fixed crash in tethering
vkuzkokov@chromium.org
2014-08-20
1
-1
/
+3
*
DevTools: Pass host_id param to the shared/service worker implementation when...
vsevik@chromium.org
2014-08-20
2
-4
/
+6
*
Allow a read-back request to wait for a first frame
siva.gunturi@samsung.com
2014-08-20
2
-4
/
+84
*
Sends the blob uuid of the request body to the ServiceWorker.
horo@chromium.org
2014-08-20
17
-46
/
+165
*
DevTools: eye dropper, only pick on mouse down.
pfeldman@chromium.org
2014-08-20
1
-1
/
+3
*
DevTools: control touch emulation from the browser side only.
pfeldman@chromium.org
2014-08-20
15
-85
/
+75
*
Fix IndexedDB tests to use a TestBrowserThreadBundle
rsleevi@chromium.org
2014-08-20
1
-2
/
+3
*
Add memory limits struct to in-process context
boliu@chromium.org
2014-08-20
1
-25
/
+36
*
Use a TestBrowserThreadBundle in WebContentsAudioInputStreamTest
rsleevi@chromium.org
2014-08-20
1
-6
/
+5
*
Reland r290125: Close all active PeerConnections upon OS suspend
vrk@chromium.org
2014-08-20
5
-4
/
+38
*
OverscrollController consumes scroll updates only during gesture-nav.
tdresser@chromium.org
2014-08-20
10
-29
/
+294
*
Add IPC benchmarking API to window behind --expose-ipc-echo
morrita@chromium.org
2014-08-20
14
-17
/
+343
*
ServiceWorker: Introduce ServiceWorkerRegistrationObjectInfo for cleanup
nhiroki@chromium.org
2014-08-20
13
-102
/
+71
*
GN: Remove duplicate entries from sources lists
jamesr@chromium.org
2014-08-19
1
-1
/
+0
*
Revert of Re-land: content: Enable impl-side painting on Windows. (patchset #...
danakj@chromium.org
2014-08-19
1
-1
/
+1
*
Remove deprecated methods related to tracing in browser.py.
nednguyen@chromium.org
2014-08-19
1
-2
/
+9
[next]