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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), and
darin@chromium.org
2010-05-13
3
-6
/
+7
*
Test that serializing a document with an iframe that was downloaded doesn't c...
japhet@chromium.org
2010-05-12
1
-0
/
+14
*
Implement a version of WebPlugin for Pepper to bypass the current NPAPI
brettw@chromium.org
2010-05-12
5
-248
/
+201
*
Remove the dirfd parameter from all Chromium code. The POSIX VFS
dumi@chromium.org
2010-05-12
2
-0
/
+13
*
Update NULL rect handling. I updated the API but forgot to change the Chrome
brettw@chromium.org
2010-05-11
1
-3
/
+2
*
Linux: Blacklist the gecko-mediaplayer plugin. It sometimes hangs/crashes the...
thestig@chromium.org
2010-05-11
1
-3
/
+22
*
Pull latest ppapi, update rect usage.
brettw@chromium.org
2010-05-11
2
-10
/
+8
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-11
4
-387
/
+90
*
FTP: fix navigating to files listed under non-ASCII characters
phajdan.jr@chromium.org
2010-05-11
3
-56
/
+53
*
Linux: fix compilation error with gcc 4.5.
craig.schlenter@chromium.org
2010-05-11
2
-3
/
+3
*
Revert 46876 - Pull latest ppapi, update rect usage.
willchan@chromium.org
2010-05-11
2
-8
/
+10
*
Pull latest ppapi, update rect usage.
brettw@chromium.org
2010-05-10
2
-10
/
+8
*
Cleanup: Add a bunch of missing includes.
thestig@chromium.org
2010-05-10
1
-1
/
+2
*
Revert 46842 - Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-10
4
-90
/
+387
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-10
4
-387
/
+90
*
Remove a dependency on upstream WebKit. webkit/glue doesn't
tony@chromium.org
2010-05-10
1
-1
/
+2
*
Partially implement the new pepper API in Chrome. This is not actually hooked
brettw@chromium.org
2010-05-07
20
-0
/
+1736
*
Remove the obsolete JRI bits from the NPAPI headers
stuartmorgan@chromium.org
2010-05-07
1
-6
/
+1
*
Switch over to non-deprecated methods.
darin@chromium.org
2010-05-07
1
-4
/
+4
*
Add new widget API to Pepper to replace the old theming API. The implementat...
jam@chromium.org
2010-05-07
3
-38
/
+10
*
Revert 46567 - Reimplement accessibility of web content by caching the entire
zork@chromium.org
2010-05-07
4
-90
/
+387
*
Add Chromium side implementation for WebFileSystem interface in WebKit.
jianli@chromium.org
2010-05-06
5
-81
/
+210
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
2
-4
/
+4
*
Reimplement accessibility of web content by caching the entire
dmazzoni@chromium.org
2010-05-06
4
-387
/
+90
*
Update Mac plugins for SetFocus changes, and remove old workaround messages
stuartmorgan@chromium.org
2010-05-05
6
-92
/
+71
*
Switch over to non-deprecated WebKit APIs and delete client methods that are no
darin@chromium.org
2010-05-05
6
-17
/
+12
*
Add EGLImage as one media type different than regular uncompressed video buffer.
scherkus@chromium.org
2010-05-05
1
-2
/
+5
*
Move NPAPI to C99 types
stuartmorgan@chromium.org
2010-05-05
1
-15
/
+15
*
Cleaning up after a webkit roll.
michaeln@chromium.org
2010-05-05
2
-8
/
+6
*
Mark some more release() calls with ignore_result.
estade@chromium.org
2010-05-04
2
-11
/
+8
*
Don't autofill a read-only password field.
snej@chromium.org
2010-05-04
4
-10
/
+41
*
When running on 10.6, switch to using the new popup API.
avi@chromium.org
2010-05-04
1
-15
/
+56
*
Site isolation metrics: Sniff the actual type of cross origin text/html
japhet@chromium.org
2010-05-04
4
-0
/
+229
*
Remove accidentally-committed test logging
stuartmorgan@chromium.org
2010-05-04
1
-1
/
+0
*
Fix a crash when scrolling a fast-path QuickDraw plugin
stuartmorgan@chromium.org
2010-05-04
2
-7
/
+22
*
Update Webkit 58626:58719. Make use of new setting for disabling clipboard ac...
inferno@chromium.org
2010-05-04
2
-0
/
+3
*
When determining that two plugins are the same but of different versions, mak...
jabdelmalek@google.com
2010-05-03
1
-1
/
+16
*
The windowed flash plugin has a bug which occurs when the plugin enters fulls...
ananta@chromium.org
2010-04-30
2
-1
/
+67
*
Add a context parameter to callOnMainThread. The old form is going to be
darin@chromium.org
2010-04-28
2
-0
/
+5
*
Clean up initial CA layer setup for Mac Plugins
stuartmorgan@chromium.org
2010-04-28
2
-10
/
+17
*
Update code to point to new location of WebThemeEngine.h
jabdelmalek@google.com
2010-04-28
1
-4
/
+4
*
Merging SeekableBuffer and BufferQueue:
sergeyu@chromium.org
2010-04-27
1
-2
/
+2
*
Ground work for making appcaches work in workers.
michaeln@chromium.org
2010-04-26
2
-2
/
+15
*
POSIX: Make sure files in plugin directories are regular files.
thestig@chromium.org
2010-04-26
2
-13
/
+25
*
More case fixing following DOM serialization change.
estade@chromium.org
2010-04-22
1
-6
/
+5
*
Disable DomSerializerTests.SerializeHTMLDOMWithEntitiesInAttributeValue for now
jamesr@chromium.org
2010-04-22
1
-1
/
+2
*
Update WebKit to r58033
jamesr@chromium.org
2010-04-22
1
-16
/
+16
*
Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.
evan@chromium.org
2010-04-21
1
-6
/
+5
*
Fix arm compile after turning on gcc warnings.
tony@chromium.org
2010-04-21
1
-1
/
+1
*
Fix DRT build on Windows.
tony@chromium.org
2010-04-21
1
-3
/
+7
[next]