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
*
Remove support for custom overscroll background
ccameron
2015-01-22
1
-4
/
+0
*
Implement PBKDF2 (except for generateKey) using BoringSSL.
xun.sun
2015-01-21
6
-1
/
+178
*
bluetooth: Use BluetoothAdapter in BluetoothDispatcherHost.
scheib
2015-01-20
1
-0
/
+2
*
Currently child thread creates and initializes the channel before adding any ...
alexst
2015-01-19
2
-22
/
+40
*
Move //mojo/{public, edk} underneath //third_party
blundell
2015-01-19
1
-2
/
+2
*
Turn the DLOG(FATAL) for incorrect referrer policies in a LOG(FATAL)
jochen
2015-01-16
1
-6
/
+4
*
Mark some members const.
eroman
2015-01-16
2
-5
/
+5
*
Hook UBSAN, MSAN to exit handler(s) to give time for coverage data to be gene...
inferno
2015-01-16
1
-2
/
+4
*
ServiceWorker: Consolidate version manipulation functions in SWProviderContext
nhiroki
2015-01-16
4
-140
/
+73
*
Get rid of net::DO_NOT_PROMPT_FOR_LOGIN
baranovich
2015-01-15
5
-4
/
+10
*
Change the WebCrypto behavior when exporting EC private keys that were import...
eroman
2015-01-14
2
-2
/
+20
*
Tag SecurityContext objects as being hosted in reserved IP ranges. [2/2]
mkwst
2015-01-14
3
-113
/
+29
*
ServiceWorker: Rename ScriptClientMap to ProviderClientMap
nhiroki
2015-01-14
4
-28
/
+32
*
replace COMPILE_ASSERT with static_assert in appcache_frontend_impl.cc
mostynb
2015-01-14
1
-63
/
+41
*
Service Worker: Improve some exception messages (Chromium).
falken
2015-01-14
1
-6
/
+17
*
Implement HKDF for webcrypto
nharper
2015-01-13
7
-2
/
+158
*
replace COMPILE_ASSERT with static_assert in content/
mostynb
2015-01-13
6
-146
/
+147
*
[ServiceWorker] Use WebPageVisibilityState in ClientInfo.
mlamouri
2015-01-10
2
-2
/
+2
*
Removing --disable-application-cache flag as it has been shipped.
anujk.sharma
2015-01-10
1
-3
/
+0
*
Removing --disable-session-storage command-line flag
anujk.sharma
2015-01-09
1
-3
/
+0
*
Revert of Revert of Revert of Revert of Enable display list 2D canvas by defa...
junov
2015-01-08
1
-9
/
+6
*
Revert of Revert of Revert of Enable display list 2D canvas by default (patch...
rmcilroy
2015-01-08
1
-6
/
+9
*
Enable idle GC tasks and remove compositor driven V8 idle notifications.
rmcilroy
2015-01-08
1
-0
/
+5
*
Revert of Revert of Enable display list 2D canvas by default (patchset #1 id:...
falken
2015-01-07
1
-9
/
+6
*
Revert of Enable display list 2D canvas by default (patchset #1 id:1 of https...
falken
2015-01-07
1
-6
/
+9
*
Revert of Revert of Enable display list 2D canvas by default (patchset #1 id:...
junov
2015-01-06
1
-9
/
+6
*
Removing --enable-speech-recognition flag
anujk.sharma
2015-01-06
1
-3
/
+0
*
ServiceWorker: Clean up WorkerToProviderMap handling
nhiroki
2015-01-06
3
-67
/
+24
*
[WebCrypto] Cleanup in LoadTestKeys() in ecdh unit tests
habib.virji
2015-01-05
1
-14
/
+27
*
Rename "curve" -> "crv" in WebCrypto test data.
eroman
2015-01-03
4
-19
/
+13
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
3
-3
/
+3
*
Add more tests for bad EC keys.
eroman
2015-01-03
1
-0
/
+58
*
Fix a typo in comment.
eroman
2015-01-01
2
-2
/
+2
*
Delete sym_key_openssl.{cc,h}.
eroman
2015-01-01
6
-106
/
+72
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
5
-5
/
+5
*
More miscellaneous fixes for {virtual,override,final} style.
Daniel Cheng
2014-12-31
1
-2
/
+1
*
Make use of blink::WebNavigatorConnectCallbacks typedef
sigbjornf
2014-12-30
2
-6
/
+3
*
Move some code from webcrypto_util.cc into jwk.cc.
eroman
2014-12-30
5
-265
/
+97
*
Rename some WebCrypto files
eroman
2014-12-30
25
-39
/
+37
*
Change some WebCrypto errors from DataError to OperationError.
eroman
2014-12-29
1
-2
/
+2
*
Don't allow importing empty HMAC keys.
eroman
2014-12-29
6
-31
/
+53
*
Make NavigatorConnectProvider finalize its owned callback objects.
sigbjornf
2014-12-29
1
-1
/
+1
*
Remove deprecated methods from Pickle.
avi
2014-12-28
2
-3
/
+3
*
Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...
avi
2014-12-28
2
-3
/
+3
*
WebUrlLoader: pick-up npnNegotiatedProtocol for DevTools.
eustas
2014-12-25
1
-0
/
+2
*
Revert of Enable display list 2D canvas by default (patchset #1 id:1 of https...
pfeldman
2014-12-24
1
-6
/
+9
*
base: Add free list implementation to browser-wide discardable memory system.
reveman
2014-12-24
2
-3
/
+145
*
Cleanup: Update the path to insets and point headers.
tfarina
2014-12-23
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers in content/.
dcheng
2014-12-23
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
6
-11
/
+11
[next]