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
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
36
-670
/
+495
*
Update V8 to version 3.4.1.
ricow@chromium.org
2011-06-01
1
-0
/
+4
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
36
-491
/
+670
*
Revert 87419 - Add some missing virtual keywords to fix the clang build.
thestig@chromium.org
2011-06-01
2
-2
/
+2
*
Don't crash when quota is queried on file:///
kinuko@chromium.org
2011-06-01
2
-8
/
+30
*
Relanding this as the previous iteration broke the chrome os build.
ananta@chromium.org
2011-06-01
5
-0
/
+174
*
Add some missing virtual keywords to fix the clang build.
brettw@chromium.org
2011-06-01
2
-2
/
+2
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
36
-670
/
+491
*
Fix a NOTREACHED being hit in a test.
ericu@google.com
2011-06-01
2
-4
/
+19
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
4
-23
/
+22
*
Revert 87396 - Added a facility in PPAPI to register interface factories whic...
apatrick@chromium.org
2011-06-01
5
-168
/
+0
*
Added a facility in PPAPI to register interface factories which can watch Get...
ananta@chromium.org
2011-05-31
5
-0
/
+168
*
Disallow links from being seen by the extensions via the fileapi.
rkc@chromium.org
2011-05-31
1
-1
/
+11
*
Update translations using strings from launchpad.net r228
tony@chromium.org
2011-05-31
2
-0
/
+8
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
4
-22
/
+23
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
4
-23
/
+22
*
Fix PPAPITest.DirectoryReader:
yzshen@chromium.org
2011-05-31
1
-1
/
+1
*
Give FunctionGroupBase a virtual destructor.
thakis@chromium.org
2011-05-31
3
-5
/
+5
*
Add eviction statistics.
dmikurube@chromium.org
2011-05-31
5
-15
/
+243
*
Remove unused "virtual" keywords.
thakis@chromium.org
2011-05-31
2
-2
/
+2
*
Force updating filesystem usage cache
kinuko@chromium.org
2011-05-31
1
-1
/
+1
*
Always enable quota storage API
kinuko@chromium.org
2011-05-31
3
-5
/
+5
*
Update V8 to version 3.4.0.1
ricow@chromium.org
2011-05-31
1
-0
/
+5
*
Quota InfoBar
kinuko@chromium.org
2011-05-31
2
-21
/
+3
*
Integrate QuotaTemporaryStorageEvictor and QuotaManager functions.
dmikurube@chromium.org
2011-05-30
8
-38
/
+204
*
The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.
kinaba@google.com
2011-05-30
4
-0
/
+8
*
Make clang happy again.
michaeln@google.com
2011-05-29
2
-1
/
+5
*
Retain support for 'UnlimitedStorage' in the QuotaManager.
michaeln@google.com
2011-05-29
19
-141
/
+537
*
Work around a scoped_refptr somehow not getting deleted in destructor.
ericu@chromium.org
2011-05-29
2
-0
/
+7
*
Remove old filesystem naming restrictions, as per the new spec.
ericu@google.com
2011-05-28
2
-50
/
+65
*
Code to turn on obfuscated filesystems for all, and to migrate all existing u...
ericu@google.com
2011-05-28
13
-244
/
+729
*
WebKit roll 87521:87572.
adamk@chromium.org
2011-05-27
1
-0
/
+3
*
Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.
brettw@chromium.org
2011-05-27
17
-277
/
+331
*
Add a new function to run and claer a completion callback. This is a common
brettw@chromium.org
2011-05-27
2
-18
/
+6
*
Moving mediaplayer to the chrome filebrowser. Observable behaviour should not...
serya@google.com
2011-05-27
3
-1
/
+21
*
Fix quota manager's usage tracking for a new origin
kinuko@chromium.org
2011-05-27
3
-48
/
+33
*
ChromiumOS build fix attempt for 86988
kinuko@chromium.org
2011-05-27
1
-1
/
+2
*
Resubmitting 86978 - Fix FileWriterDelegate's usage tracking behavior
kinuko@chromium.org
2011-05-27
6
-124
/
+343
*
Revert 86978 - Fix FileWriterDelegate's usage tracking behavior
kinuko@chromium.org
2011-05-27
6
-345
/
+121
*
Fix FileWriterDelegate's usage tracking behavior
kinuko@chromium.org
2011-05-27
6
-121
/
+345
*
Ensure the filter for GetSaveFileName on Windows is double NULL terminated.
rsleevi@chromium.org
2011-05-27
1
-1
/
+1
*
Test expectations suppressions after r86944 enabled
adamk@chromium.org
2011-05-27
1
-0
/
+4
*
Implement Chromium version of WebCore::MediaPlayer::mediaTimeForTimeValue()
acolwell@chromium.org
2011-05-26
2
-0
/
+6
*
Add new PDF plugin resources for print preview.
thestig@chromium.org
2011-05-26
5
-1
/
+8
*
Preserves NPObject identity for objects created in a plugin and passed to Jav...
jam@chromium.org
2011-05-26
4
-0
/
+117
*
More WebSQLDatabase and QuotaManager integration.
michaeln@google.com
2011-05-26
9
-274
/
+168
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
6
-8
/
+73
*
Remove stale test expectations for now-passing tests.
adamk@chromium.org
2011-05-26
1
-10
/
+0
*
[Re-instate r86681 by reverting its revert in r86687.]
fischman@chromium.org
2011-05-26
1
-5
/
+5
*
Fix up PathProvider on the Mac for FILE_MODULE.
dmaclach@chromium.org
2011-05-26
1
-10
/
+2
[next]