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
/
webkit
/
child
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract RequestInfo struct from ResourceLoaderBridge.
tfarina@chromium.org
2014-03-24
2
-88
/
+0
*
Revert 257655 "Merge weburlrequest_extradata_impl.cc/h into cont..."
yzshen@chromium.org
2014-03-18
3
-0
/
+67
*
Merge weburlrequest_extradata_impl.cc/h into content/child/request_extra_data...
pilgrim@chromium.org
2014-03-18
3
-67
/
+0
*
Move ftp_directory_listing_response_delegate.cc/h to content/child/
pilgrim@chromium.org
2014-03-17
3
-179
/
+0
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
1
-1
/
+0
*
Move resource_request_body.cc/h to content/common/
pilgrim@chromium.org
2014-03-11
1
-2
/
+7
*
Move user_agent code from webkit/ to content/.
tfarina@chromium.org
2014-03-11
1
-1
/
+0
*
Move webkit_child_helpers to content/child/
pilgrim@chromium.org
2014-03-11
3
-76
/
+0
*
Revert 254514 "Revert 254507 "Reland "Move WebKitPlatformSupport..."
jam@chromium.org
2014-03-04
10
-2323
/
+2
*
Revert 254507 "Reland "Move WebKitPlatformSupportImpl over to co..."
stgao@chromium.org
2014-03-03
10
-2
/
+2323
*
Reland "Move WebKitPlatformSupportImpl over to content."
tfarina@chromium.org
2014-03-03
10
-2323
/
+2
*
Revert of Move WebKitPlatformSupportImpl over to content. (https://codereview...
scottmg@chromium.org
2014-03-03
10
-2
/
+2323
*
Move WebKitPlatformSupportImpl over to content.
tfarina@chromium.org
2014-03-03
10
-2375
/
+54
*
Move fling_animator_impl_android.* to content/child/
pilgrim@chromium.org
2014-02-26
3
-146
/
+0
*
Move fling_curve_configuration.* to content/child/
pilgrim@chromium.org
2014-02-24
3
-116
/
+0
*
[Android] Port Scroller.java to C++ and use for fling animations
jdduke@chromium.org
2014-02-22
2
-116
/
+50
*
Move webthread_impl.* to content/child.
tfarina@chromium.org
2014-02-21
3
-208
/
+0
*
Move WorkerTaskRunner to content/child.
tfarina@chromium.org
2014-02-19
4
-228
/
+0
*
[Android] Use DIP coordinates for GestureFlingStart events
jdduke@chromium.org
2014-02-19
1
-4
/
+8
*
Remove unused includes & using statements from blink::Platform implementations.
ddorwin@chromium.org
2014-02-13
1
-13
/
+0
*
Move webfallbackthemeengine_impl.* to content/child/
pilgrim@chromium.org
2014-02-13
3
-237
/
+0
*
DevTools does not display POST bodies when following redirects.
eustas@chromium.org
2014-02-12
1
-1
/
+4
*
Add transfer size paramater to didFinishLoading [2/3]
eustas@chromium.org
2014-02-10
3
-10
/
+13
*
Plumb network stack information about existence of cached copy
rdsmith@chromium.org
2014-02-06
4
-4
/
+12
*
Don't try to guess the referrer policy, but use the one associated with the r...
jochen@chromium.org
2014-02-04
3
-14
/
+4
*
Move webkit/child/webthemeengine_impl_* to content/child/
pilgrim@chromium.org
2014-01-31
9
-1590
/
+0
*
Move webkit/child/web_discardable_memory_impl to content/child/
pilgrim@chromium.org
2014-01-30
3
-94
/
+0
*
Move webkit/child/webkitplatformsupport_child_impl to content/
pilgrim@chromium.org
2014-01-30
10
-231
/
+21
*
Wires through ScrollbarCorner to NativeTheme.
sky@chromium.org
2014-01-30
3
-9
/
+5
*
Disable HTTP authentication dialog for XHR with credentials
jl@opera.com
2014-01-25
1
-0
/
+5
*
Remove accessibility string references for unused media control buttons.
scherkus@chromium.org
2014-01-24
1
-16
/
+0
*
Implement Platform::createWaitableEvent(): chromium side
kinuko@chromium.org
2014-01-20
2
-0
/
+42
*
Include the default implementation of WebThemeEngine.h in webthemeengine_impl...
dpranke@chromium.org
2014-01-17
1
-1
/
+1
*
base: Discardable memory types.
reveman@chromium.org
2014-01-08
2
-4
/
+6
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-1
/
+1
*
Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...
avi@chromium.org
2013-12-25
1
-2
/
+2
*
Add base:: to string16 in webkit/.
dbeam@chromium.org
2013-12-19
2
-46
/
+48
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
1
-0
/
+1
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
1
-1
/
+4
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
2
-2
/
+2
*
Provide meaningful error description for failed requests.
eustas@chromium.org
2013-11-27
1
-0
/
+3
*
Remove temporary code after migration of Platform::updateTraceEventDuration
wangxianzhu@chromium.org
2013-11-21
2
-8
/
+0
*
Cache the numberOfProcessors value on posix and expose it to blink
jochen@chromium.org
2013-11-20
2
-0
/
+5
*
Independently enable recording and event callback
wangxianzhu@chromium.org
2013-11-20
2
-1
/
+15
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Cleanup: Remove unused includes of webkit/glue/webkit_glue.h
tfarina@chromium.org
2013-11-12
1
-1
/
+0
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
42
-301
/
+301
*
Extract webkit_child target from glue.
tfarina@chromium.org
2013-11-06
1
-0
/
+134
*
webkit: Avoid use of discardable memory unless supported natively.
reveman@chromium.org
2013-11-06
1
-0
/
+2
*
Add Platform::physicalMemoryInBytes to WebKitPlatformSupportImpl.
rmcilroy@chromium.org
2013-11-05
2
-0
/
+5
[next]