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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for ResourceRequest::TargetIsXHR (part II)
jochen@chromium.org
2011-08-08
1
-3
/
+0
*
base: Remove using declaration of MD5Digest now that hunspell was fixed.
tfarina@chromium.org
2011-08-08
1
-7
/
+8
*
Revert 95607 - Adding usage entry to chrome://settings/cookies.
tzik@chromium.org
2011-08-08
2
-10
/
+0
*
Fix ARM build bustage.
darin@chromium.org
2011-08-06
1
-2
/
+2
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
2
-96
/
+47
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
9
-0
/
+391
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
4
-5
/
+27
*
Adding usage entry to chrome://settings/cookies.
tzik@chromium.org
2011-08-05
2
-0
/
+10
*
Fix "Mac Clang (dbg)" build
timurrrr@chromium.org
2011-08-05
1
-1
/
+1
*
Quota: Add quota::StorageType to the GetOriginsCallback definition.
mkwst@chromium.org
2011-08-05
16
-91
/
+139
*
Specify 'true' to force creating the new directory in MigrateFromOldSandbox
kinuko@chromium.org
2011-08-05
1
-1
/
+1
*
Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...
yzshen@chromium.org
2011-08-05
4
-27
/
+5
*
Plumb media data from renderers up to MediaInternals in the browser process.
scottfr@chromium.org
2011-08-05
4
-5
/
+27
*
Fixes video to canvas drawing. The draw operationwas not updating the video
junov@chromium.org
2011-08-04
1
-0
/
+1
*
Roll skia to r2034 (and add new gl bindings)
bsalomon@google.com
2011-08-04
1
-0
/
+3
*
Make ChunkDemuxer error handling more consistent and robust.
acolwell@chromium.org
2011-08-04
1
-1
/
+6
*
Implemented support for GL context share groups in the renderer process.I put...
apatrick@chromium.org
2011-08-03
1
-48
/
+54
*
Add support for WebURLRequest::TargetIsXHR (part I)
jochen@chromium.org
2011-08-03
2
-1
/
+8
*
Revert 95309 - I need to fix some bugs with this.
brettw@chromium.org
2011-08-03
2
-8
/
+16
*
Add a template to handle properly issuing completion callbacks. This fixes
brettw@chromium.org
2011-08-03
2
-16
/
+8
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
2
-7
/
+7
*
cocoa: Delete table_model_array_controller* now that native options are gone.
tfarina@chromium.org
2011-08-02
1
-2
/
+0
*
Fix chrome://appcache-internals bustage caused by http://src.chromium.org/vie...
michaeln@google.com
2011-08-02
1
-28
/
+35
*
Inform disk cache of WebKit memory cache hits.
simonjam@chromium.org
2011-08-02
4
-37
/
+53
*
Convert test_shell_resources to use build/grit_action.gypi.
tony@chromium.org
2011-08-02
1
-22
/
+6
*
Remove a few unused functions.
thakis@chromium.org
2011-08-02
1
-8
/
+0
*
Apply content-security-policy to chrome://appcache-internals and chrome://blo...
tsepez@chromium.org
2011-08-02
2
-40
/
+31
*
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h
twiz@google.com
2011-08-02
6
-11
/
+8
*
Expose SwapBuffersCallback to WebGraphicsContext3D
nduca@chromium.org
2011-08-02
1
-0
/
+4
*
Refine UMA stats of QuotaManager
tzik@chromium.org
2011-08-02
1
-2
/
+44
*
Move Var and StringVar to the ppapi/shared_impl so they can be used in the
brettw@chromium.org
2011-08-01
31
-617
/
+373
*
Add a new flag to enable GPU compositing on chrome: pages
estade@chromium.org
2011-08-01
1
-0
/
+1
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
3
-9
/
+15
*
Time-based removal of temporary file systems via BrowsingDataRemover
mkwst@chromium.org
2011-08-01
5
-8
/
+403
*
Paths in File Browsers parameters are converted to virtual ones.
serya@chromium.org
2011-08-01
1
-0
/
+4
*
Pepper quota support
kinuko@chromium.org
2011-08-01
12
-19
/
+1086
*
Unify the version string to be displayed on "About Chromium" dialog. (5/6)
haraken@google.com
2011-07-30
1
-17
/
+10
*
PPAPI interface for reading the enterprise policy as a big JSON blob.
ajwong@chromium.org
2011-07-30
6
-7
/
+57
*
Revert 94775 - Implemented MapExternalResource for DumpRenderTree.
zmo@google.com
2011-07-29
1
-63
/
+1
*
Implemented MapExternalResource for DumpRenderTree.
apatrick@chromium.org
2011-07-29
1
-1
/
+63
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
4
-32
/
+41
*
Change CanGetCookies signature, add CookieList as parameters in order to remo...
ycxiao@chromium.org
2011-07-29
1
-7
/
+11
*
Remove tests from chrome's test_expectations which were rebaselined upstream.
senorblanco@chromium.org
2011-07-29
1
-7
/
+0
*
Change call to WebFrame::createAssociatedURLLoader to use overload that takes...
bbudge@chromium.org
2011-07-29
3
-5
/
+25
*
PluginList cleanup to fix a race condition and decrease the API surface for f...
bauerb@chromium.org
2011-07-29
9
-136
/
+50
*
Cleanup: Make quota dispatcher code independent from WebKit types
kinuko@chromium.org
2011-07-29
1
-3
/
+2
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
5
-16
/
+46
*
Rolling Skia DEPS from r1959 to r1980
junov@chromium.org
2011-07-28
1
-0
/
+7
*
Fix the ARM build by converting a NULL to a 0 (no longer a pointer).
brettw@chromium.org
2011-07-28
1
-1
/
+1
*
Make Var less dependent on NPAPI. The goal is to remove all of these
brettw@chromium.org
2011-07-28
17
-676
/
+741
[next]