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
...
*
Roll WebKit r110031:110053.
senorblanco@chromium.org
2012-03-07
1
-4
/
+0
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
4
-9
/
+9
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
5
-150
/
+160
*
Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.
tedvessenes@gmail.com
2012-03-07
1
-1
/
+1
*
Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator.
tzik@chromium.org
2012-03-07
11
-20
/
+32
*
Create window in a new BrowsingInstance when opening a link in a new process.
creis@chromium.org
2012-03-06
2
-14
/
+0
*
Inform webkit when PPAPI plugin contents are opaque.
jbauman@chromium.org
2012-03-06
5
-6
/
+20
*
Cleanup: rename some methods in BlobURLRequestJob for better readability
kinuko@chromium.org
2012-03-06
2
-30
/
+30
*
Coverity: Fix an uninitialized member variable.
jhawkins@chromium.org
2012-03-06
1
-1
/
+4
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-03-06
2
-4
/
+4
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
3
-5
/
+4
*
Increasing plugin JIT spike cap and removing lifetime cap in response to user...
jschuh@chromium.org
2012-03-06
1
-4
/
+1
*
Revert two changes
oshima@chromium.org
2012-03-06
1
-25
/
+0
*
Refactor out foreground_help to fix BringBrowserWindowToFront on Windows
scottbyer@chromium.org
2012-03-05
3
-97
/
+3
*
Fixed bug: we can now handle "a:b" as a file name.
ericu@chromium.org
2012-03-05
8
-40
/
+179
*
Match the method order in blob_url_request_job.cc with .h
kinuko@chromium.org
2012-03-05
2
-227
/
+239
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
1
-1
/
+2
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
3
-0
/
+14
*
Convert uses of int ms to TimeDelta in webkit/glue and webkit/tools.
tedvessenes@gmail.com
2012-03-05
3
-4
/
+4
*
Prepare for a change in contract to WebViewClient::createView.
creis@chromium.org
2012-03-05
2
-0
/
+16
*
Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.
tedvessenes@gmail.com
2012-03-03
2
-5
/
+4
*
Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@google.com
2012-03-03
2
-2
/
+2
*
Add FileUtileHelper and split out FileSystemFileUtil::Delete
tzik@chromium.org
2012-03-03
10
-100
/
+126
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
3
-14
/
+0
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
3
-0
/
+14
*
Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTest
dgrogan@chromium.org
2012-03-02
1
-0
/
+1
*
ChromeOS: Add more logs to troubleshoot plugin issues in chromeos login screen.
oshima@chromium.org
2012-03-02
1
-0
/
+25
*
Change quota::QuotaClient::kAllClientsMask to be an enum.
mnaganov@chromium.org
2012-03-02
1
-2
/
+1
*
Use the new CreateSnapshotFile() in FileSystemURLRequest job
kinuko@chromium.org
2012-03-02
2
-7
/
+20
*
Support for directory content creation through gdata layers.
zelidrag@chromium.org
2012-03-02
2
-6
/
+28
*
Use RelayFileTask instead of CopyOrMoveHelper
tzik@chromium.org
2012-03-02
1
-34
/
+13
*
Ensure blobs and associated temp/shareable files survive URLRequest uploads.
michaeln@google.com
2012-03-02
1
-3
/
+8
*
Fix SimpleFileSystem to register a Blob when performing the CreateSnapshotFil...
michaeln@google.com
2012-03-01
3
-5
/
+67
*
Cleanup: Updating FileSystemFileUtil comments
kinuko@chromium.org
2012-03-01
2
-27
/
+19
*
Pass DefaultDeviceScaleFactor to webkit
tdresser@chromium.org
2012-03-01
2
-0
/
+3
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
4
-43
/
+39
*
Webkit now disables CSS3 regions at runtime by default. This change allows re...
matthewrobertson03@gmail.com
2012-03-01
2
-1
/
+5
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
5
-0
/
+27
*
Integrate the new dom_storage backend into chromium DRT and test_shell.
michaeln@google.com
2012-03-01
14
-11
/
+330
*
Turn the knobs on the JIT cap
jschuh@chromium.org
2012-03-01
1
-2
/
+2
*
DCHECK sets a variable, instead of comparing
mmaxfield@google.com
2012-03-01
1
-2
/
+2
*
Modify DeletableFileReference to not necessarily delete after all. Renamed th...
michaeln@google.com
2012-02-29
15
-181
/
+206
*
Revert "GTK: Remove calls that no longer exist and just call the base unref."
erg@chromium.org
2012-02-29
1
-2
/
+2
*
Add createSnapshotFile API for DumpRenderTree
kinuko@chromium.org
2012-02-29
2
-0
/
+36
*
roll skia to 3278
reed@google.com
2012-02-29
1
-0
/
+4
*
Don't infobar pdf viewer and google talk plugin.
bauerb@chromium.org
2012-02-29
1
-7
/
+15
*
Adds a printing proxy and example. This adds a printing example.
brettw@chromium.org
2012-02-29
1
-5
/
+1
*
Added entry removal support to remote file system operation.
zelidrag@chromium.org
2012-02-29
3
-5
/
+19
*
Implemented Clear() functionality in the clipboard.
raymes@chromium.org
2012-02-29
4
-5
/
+13
[prev]
[next]