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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fork the mojo shell interfaces used by Mandoline.
jam
2015-05-14
1
-1
/
+1
*
Mac: Make content shell work with remote CoreAnimation
ccameron
2015-05-12
4
-0
/
+46
*
Add retry logic to V8Initializer snapshot loading files for suspected A/V pro...
oth
2015-05-08
1
-0
/
+3
*
bluetooth: Initial JNI setup for device/bluetooth.
scheib
2015-05-07
2
-0
/
+5
*
Remove content/app/OWNERS
agl
2015-05-06
1
-1
/
+0
*
GN Windows component build fixes.
brettw
2015-05-04
1
-1
/
+1
*
Add a GN flag for the Windows multi-dll build.
brettw
2015-05-01
1
-6
/
+5
*
Revert of Add a GN flag for the Windows multi-dll build. (patchset #3 id:4000...
rickyz
2015-05-01
1
-5
/
+6
*
Add a GN flag for the Windows multi-dll build.
brettw
2015-05-01
1
-6
/
+5
*
Reland: Web MIDI: split build rules for media/midi
toyoshim
2015-04-30
2
-0
/
+5
*
Fix //content/test:test_support under component builds.
sammc
2015-04-28
1
-1
/
+1
*
Revert of Web MIDI: split build rules for media/midi (patchset #19 id:340001 ...
aboxhall
2015-04-22
2
-5
/
+0
*
Web MIDI: split build rules for media/midi
toyoshim
2015-04-22
2
-0
/
+5
*
Rename USE_NSS to USE_NSS_CERTS.
davidben
2015-04-17
1
-1
/
+1
*
Add option to export tracing events to ETW.
georgesak
2015-04-16
1
-0
/
+7
*
Revert "Add option to export tracing events to ETW."
pdr
2015-04-14
1
-7
/
+0
*
Add option to export tracing events to ETW.
georgesak
2015-04-14
1
-0
/
+7
*
Use command line to signal whether a child process was passed V8 snapshot fil...
rmcilroy
2015-04-10
1
-4
/
+5
*
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
oth
2015-04-05
2
-4
/
+5
*
Don't crash service process on start initializing V8.
vitalybuka
2015-04-03
1
-1
/
+2
*
Chromium side Implementation of new roles added in ARIA 1.1 draft.
shreeram.k
2015-03-27
1
-0
/
+6
*
Reland part 3 of 4: Modify blink users so they use blink images.
erg
2015-03-26
52
-48
/
+0
*
Revert "Part 3 of 4: Modify blink users so they use the image resources in bl...
Elliot Glaysher
2015-03-25
52
-0
/
+48
*
Part 3 of 4: Modify blink users so they use the image resources in blink.
erg
2015-03-25
52
-48
/
+0
*
ChannelMojo: Grow IPC message upper limit to 128MB
morrita
2015-03-24
1
-1
/
+2
*
Path 1 of 4: Move blink image resources to blink.
erg
2015-03-24
1
-48
/
+48
*
Profiler-instrumentation of the startup time.
yiyaoliu
2015-03-18
1
-0
/
+7
*
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
tommycli
2015-03-16
1
-2
/
+2
*
Revert the TerminateOnHeapCorruption experiment.
erikwright
2015-03-11
1
-2
/
+1
*
Cleanup: Fix content header include guards.
tfarina
2015-02-27
1
-1
/
+1
*
Make content JNI API accept a list of callbacks
michaelbai
2015-02-26
1
-6
/
+3
*
Transfer v8 snapshot files as file descriptors to child processes on Posix.
rmcilroy
2015-02-24
1
-26
/
+31
*
Separate OnJNIOnLoad
michaelbai
2015-02-21
1
-17
/
+17
*
Remove android_library_loader_hook from content API
michaelbai
2015-02-14
5
-7
/
+30
*
removing all the code related to chrome://stats
cpu
2015-02-12
1
-40
/
+0
*
Mechanical rename of base::debug -> base::trace_event for /content
ssid
2015-02-09
2
-11
/
+11
*
Update {virtual,override,final} to follow C++11 style.
dcheng
2015-02-04
1
-10
/
+9
*
Unify the three places that patch font loading for PDFium on Windows.
jam
2015-02-03
1
-2
/
+2
*
Don't set up an autorelease pool in ContentMainRunner on iOS
stuartmorgan
2015-01-30
1
-2
/
+5
*
This is the first patch to separate JNI registration with initialization, cur...
michaelbai
2015-01-28
2
-0
/
+53
*
Mechanical rename of tracing includes for /content [3/3]
primiano
2015-01-28
3
-3
/
+3
*
Fix EnableTerminationOnOutOfMemory for malloc
cpu
2015-01-27
2
-3
/
+1
*
Make InitializeMojo() idempotent.
morrita
2015-01-26
1
-7
/
+18
*
Added a new process mitigation to harden process token IL policy.
forshaw
2015-01-26
1
-1
/
+2
*
Include Mojo SDK/EDK via fully-qualified paths in Chromium code.
blundell
2015-01-23
2
-4
/
+4
*
Remove support for custom overscroll background
ccameron
2015-01-22
3
-2
/
+0
*
GN: Add -Wl,-z defs on linux and fix errors
jamesr
2015-01-21
1
-0
/
+1
*
Move //mojo/{public, edk} underneath //third_party
blundell
2015-01-19
1
-2
/
+2
*
mmap V8 snapshot and ICU data file in the android_webview
mkosiba
2015-01-09
2
-5
/
+17
*
[gin] Fingerprint the V8 snapshot files on Windows and verify before loading ...
rmcilroy
2015-01-09
1
-4
/
+4
[next]