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
*
Remove usages of WebView::Create that pass in devtools/autofill client.
jam@chromium.org
2011-03-29
5
-5
/
+8
*
Report more detailed stats on which plug-ins are being blocked.
cevans@chromium.org
2011-03-29
3
-3
/
+7
*
Standardize grit invokes (part 2)
thomasvl@chromium.org
2011-03-29
1
-77
/
+11
*
Fix up some reference counting when WebPluginImpl::scriptableObject is called.
dmichael@google.com
2011-03-29
4
-10
/
+35
*
Updating XTBs based on .GRDs from branch 696
karen@chromium.org
2011-03-29
39
-4
/
+194
*
Add bauerb to webkit/plugins/npapi/OWNERS.
bauerb@chromium.org
2011-03-29
1
-0
/
+1
*
Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a
ericu@google.com
2011-03-28
14
-28
/
+63
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
5
-8
/
+9
*
Add chrome.benchmark routines to clear the host and predictor caches.
tonyg@chromium.org
2011-03-28
4
-0
/
+45
*
Refactor: Move app/gfx/gl ==> ui/gfx/gl
backer@chromium.org
2011-03-28
6
-11
/
+11
*
Add the ability to write comments to PNGCodec::Encode.
tony@chromium.org
2011-03-28
1
-9
/
+31
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
3
-22
/
+46
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
147
-292
/
+292
*
Add P2PTransport interface in webkit_glue.
sergeyu@chromium.org
2011-03-27
2
-0
/
+52
*
Be more thorough checking for NULL NPP values
davidben@chromium.org
2011-03-26
1
-1
/
+25
*
Make PPAPI PostMessage behave asynchronously.
dmichael@google.com
2011-03-26
2
-11
/
+67
*
FTP: Detect the character encoding only after the entire listing is received.
phajdan.jr@chromium.org
2011-03-26
2
-92
/
+32
*
Adding CreateFromData to NativeMetafileFactory
dpapad@chromium.org
2011-03-26
1
-3
/
+4
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
20
-21
/
+305
*
Retrieve the accessibility tree from an iframe's document in the renderer,
dmazzoni@chromium.org
2011-03-25
1
-2
/
+8
*
Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.
vandebo@chromium.org
2011-03-25
1
-7
/
+4
*
Remove DevToolsAgent network callbacks as this information is now available t...
vsevik@chromium.org
2011-03-25
2
-40
/
+0
*
DevTools: migrate to the new updatream willSendRequest method.
pfeldman@chromium.org
2011-03-25
1
-5
/
+2
*
WebKit merge 81934:81946.
yutak@chromium.org
2011-03-25
1
-4
/
+0
*
WebKit merge 81877:81934.
yutak@chromium.org
2011-03-25
1
-0
/
+4
*
Fix my memory leak (yay valgrind bot!)
dmichael@google.com
2011-03-24
1
-0
/
+1
*
Moved the code which sets focus to the dummy activation window created for wi...
ananta@chromium.org
2011-03-24
1
-41
/
+53
*
Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.
viettrungluu@chromium.org
2011-03-24
3
-3
/
+46
*
Prepare mock WebFrame for change in WebKit::WebFrame interface, by adding Cre...
bbudge@chromium.org
2011-03-24
2
-0
/
+17
*
Build fix for WebKit https://bugs.webkit.org/show_bug.cgi?id=56947
scheib@chromium.org
2011-03-24
1
-1
/
+0
*
Proper build fix.
ericu@google.com
2011-03-24
4
-2
/
+10
*
Revert 79230 - Fix the clang build.
ericu@google.com
2011-03-24
2
-7
/
+2
*
Fix the clang build.
ericu@google.com
2011-03-24
2
-2
/
+7
*
Stop returning the true root path of each filesystem from openFileSystem.
ericu@google.com
2011-03-24
28
-538
/
+1441
*
Fixed DumpRenderTree build breakage after
kbr@chromium.org
2011-03-24
1
-1
/
+0
*
Move URLRequestJob's histogram logic to URLRequestHttpJob.
adamk@chromium.org
2011-03-24
2
-6
/
+1
*
Update translations using strings from launchpad.net r160
tony@chromium.org
2011-03-23
1
-0
/
+1
*
Fix pepper flash-originated popups
piman@google.com
2011-03-23
1
-0
/
+1
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-8
/
+17
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
7
-5
/
+524
*
PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.
yzshen@chromium.org
2011-03-23
3
-17
/
+50
*
Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.
nduca@chromium.org
2011-03-23
2
-1
/
+7
*
If --disable-webgl is passed, continue to return null from
kbr@chromium.org
2011-03-23
1
-4
/
+2
*
Revert 79149 - Build a raw video pipeline for the <video> with a special src ...
acolwell@chromium.org
2011-03-23
1
-17
/
+8
*
Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.
yzshen@chromium.org
2011-03-23
1
-1
/
+1
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
2
-2
/
+3
*
Build a raw video pipeline for the <video> with a special src attribute (medi...
acolwell@chromium.org
2011-03-23
1
-8
/
+17
*
Remove PPB_Var interface's scripting functionality.
neb@chromium.org
2011-03-23
6
-591
/
+3
*
DevTools: remove references to IDR_DEVTOOLS_DEBUGGER_SCRIPT_JS
yurys@chromium.org
2011-03-23
5
-15
/
+0
*
Removing method printing::PdfPsMetafile::SetRawData().
dpapad@chromium.org
2011-03-23
1
-1
/
+1
[next]