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
/
child
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*
anand.ratn
2014-10-07
80
-329
/
+329
*
Rewrite line endings from CRLF to LF for a bunch of files.
Daniel Cheng
2014-10-07
1
-2
/
+2
*
Adds a disable-blink-scheduler flag
alexclarke
2014-10-06
1
-0
/
+3
*
content: Rename all classes with WebKitPlatform to BlinkPlatform.
tfarina
2014-10-05
2
-5
/
+5
*
[ServiceWorker] pipe RequestContext and FrameType to ServiceWorker. [2/2 chro...
horo
2014-10-03
4
-0
/
+97
*
Move mojo edk into mojo/edk
jamesr
2014-10-03
1
-1
/
+1
*
Revert "Move mojo edk into mojo/edk"
Trent Apted
2014-10-03
1
-1
/
+1
*
Move mojo edk into mojo/edk
James Robinson
2014-10-03
1
-1
/
+1
*
Pass through geofencing API calls to the browser process.
mek
2014-10-02
10
-1
/
+452
*
[ServiceWorker] Plumbing the request credentials mode to the ServiceWorker. [...
horo
2014-10-02
4
-0
/
+20
*
Revert of Revert of Use the new java_cpp_enum rule in content. (patchset #1 i...
skyostil
2014-10-02
1
-9
/
+9
*
Revert of Use the new java_cpp_enum rule in content. (patchset #8 id:140001 o...
perezju
2014-10-02
1
-9
/
+9
*
Credential Manager: Add the API to about:flags.
mkwst
2014-10-02
1
-0
/
+3
*
Use the new java_cpp_enum rule in content.
mkosiba
2014-10-02
1
-9
/
+9
*
Temporarily remove didReceiveDataForMainResource() implementation
tyoshino
2014-10-02
2
-8
/
+2
*
Chromium flag to enable accelerated YUV decoding
sugoi
2014-10-01
1
-0
/
+3
*
Fix unit test memory leaks following blink r183043
jsbell
2014-10-01
1
-0
/
+5
*
[ServiceWorker] Set setSkipServiceWorker flag of the request from NPAPI plugins
horo
2014-10-01
1
-0
/
+2
*
[ServiceWorker] Add was_fallback_required flag to ResourceResponseInfo. [2/2 ...
horo
2014-10-01
1
-0
/
+2
*
[ServiceWorker] Plumbing the request mode from the renderer to the ServiceWor...
horo
2014-09-30
4
-0
/
+27
*
Add DocumentExecCommandInJavaScript.js to Blink platform resources.
yosin
2014-09-29
1
-0
/
+2
*
Pass request context and frame type down to Blink for redirect responses.
mkwst
2014-09-27
1
-0
/
+2
*
SW: Move TRACE_EVENT_ASYNC_END to avoid early return and fix typo
shimazu
2014-09-26
1
-24
/
+24
*
Revert of Removed the ScriptedSpeech content side. (patchset #2 id:20001 of h...
mvanouwerkerk
2014-09-25
1
-0
/
+3
*
Remove MediaStream runtime flag (status=stable) for chromium
heeyoun.lee
2014-09-25
1
-3
/
+1
*
Remove Gamepad runtime flag (status=stable) for chromium
heeyoun.lee
2014-09-25
1
-3
/
+0
*
Fix WeakPtrFactory member ordering in content
mohan.reddy
2014-09-25
2
-6
/
+6
*
Removed the ScriptedSpeech content side.
mohan.reddy
2014-09-25
1
-3
/
+0
*
fling: Remove a bunch of code for configuring fling curves.
Sadrul Habib Chowdhury
2014-09-25
7
-168
/
+29
*
Implement blink::Platform::yieldCurrentThread()
jochen
2014-09-24
2
-0
/
+6
*
Replace some hard coded schemes with the constants in /url/url_constants.h.
sungmann.cho
2014-09-24
3
-3
/
+3
*
IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows
morrita
2014-09-23
1
-4
/
+1
*
[Android] Enable composited selection updates
jdduke
2014-09-23
1
-0
/
+1
*
AX: Add a string for week picker.
tkent
2014-09-20
1
-0
/
+2
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
2
-5
/
+5
*
Add ServiceWorker timing information on the popup panel in DevTools's Network...
shimazu
2014-09-19
2
-0
/
+13
*
Implement media Cast button in Blink
aberent
2014-09-17
1
-0
/
+12
*
Cast pointer to uintptr_t instead of ULONG
xzhang
2014-09-15
1
-3
/
+2
*
Add PluginPlaceholderElement.js to Blink platform resources.
jbroman
2014-09-15
1
-0
/
+2
*
ServiceWorker: Implement navigator.serviceWorker.getRegistration [2/3]
ksakamoto
2014-09-13
4
-19
/
+138
*
Remove commandline flag "--enable-targeted-style-recalc".
rune
2014-09-12
1
-3
/
+0
*
Refactoring the weak_ptr_factory order in src/content/child
mohan.reddy
2014-09-12
4
-8
/
+9
*
Fix a header guard to match filepath.
eroman
2014-09-12
1
-3
/
+3
*
Make chrome GN build work in component mode.
Brett Wilson
2014-09-11
1
-2
/
+3
*
Expose platform thread id on blink::WebThread
yurys
2014-09-11
2
-1
/
+15
*
[blink-in-js] Migrate resources required for blink-in-js to grd - part 2
vivek.vg
2014-09-10
1
-0
/
+6
*
[ServiceWorker] Move skip_service_worker flag from RequestExtraData to Reques...
horo
2014-09-10
6
-8
/
+7
*
ServiceWorker: Make '.ready' return a promise to be resolved with ServiceWork...
nhiroki
2014-09-10
6
-43
/
+246
*
ServiceWorkerRegistration::unregister returns false when the registration is ...
shimazu
2014-09-10
2
-5
/
+5
*
AX: Add accessibility label strings for calendar picker.
tkent
2014-09-10
1
-0
/
+6
[next]