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
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Revert 70277 - Revert 70275 - Revert 70267 - Refactor PipelineImpl to use Com...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Add implementation of WebThemeEngine for the Mac (declared by
mihaip@chromium.org
2010-12-29
5
-2
/
+91
*
Revert 70275 - Revert 70267 - Refactor PipelineImpl to use CompositeFilter to...
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Revert 70267 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-29
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-29
1
-0
/
+2
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
1
-0
/
+2
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-0
/
+2
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
1
-0
/
+3
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
1
-6
/
+6
*
Revert 69959 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-22
1
-2
/
+0
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-22
1
-0
/
+2
*
Fix black video frames when seeking (which also fixes flashing poster issue).
scherkus@chromium.org
2010-12-22
2
-6
/
+6
*
Moved the logic of maintaining the current context to gles2 helper library.
alokp@chromium.org
2010-12-21
1
-1
/
+1
*
Replace initial media range request with an unbounded range request.
scherkus@chromium.org
2010-12-21
1
-6
/
+3
*
Clean up comments in BufferedDataSource and BufferedResourceLoader.
scherkus@chromium.org
2010-12-21
3
-11
/
+11
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
123
-20732
/
+99
*
Properly cancel PPAPI callbacks.
viettrungluu@chromium.org
2010-12-21
1
-0
/
+2
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
123
-99
/
+20732
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
3
-80
/
+86
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
3
-86
/
+80
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
123
-20732
/
+99
*
Rename ATTR_LINK_TARGET to ATTR_URL and assign it within webaccessibility.BUG...
ctguil@chromium.org
2010-12-20
2
-1
/
+3
*
Add pepper::URLRequestInfo unit tests to test_shell_tests
bbudge@google.com
2010-12-20
1
-0
/
+249
*
Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.
abarth@chromium.org
2010-12-17
1
-2
/
+2
*
Add stub PPAPI for launching NaCl's sel_ldr process.
abarth@chromium.org
2010-12-17
1
-0
/
+2
*
Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API via
abarth@chromium.org
2010-12-17
1
-1
/
+7
*
moving mocks into webkit/mocks/
annacc@chromium.org
2010-12-17
6
-437
/
+5
*
Revert 69490 - base/version: remove wstring version
sanjeevr@chromium.org
2010-12-17
1
-2
/
+2
*
base/version: remove wstring version
evan@chromium.org
2010-12-17
1
-2
/
+2
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
5
-6
/
+35
*
(Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...
kbr@google.com
2010-12-16
5
-0
/
+112
*
Update latest secure version for Quicktime (7.6.9 for windows only) and RealP...
panayiotis@google.com
2010-12-16
1
-6
/
+7
*
View source uses scroll position of original page.
pfeldman@chromium.org
2010-12-16
2
-7
/
+35
*
Separate BufferedDataSource and BufferedResourceLoader into two files.
annacc@chromium.org
2010-12-16
13
-1554
/
+1344
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
88
-15053
/
+90
*
Resource width 64->32 change.
neb@chromium.org
2010-12-15
1
-4
/
+8
*
glue/webpreferences: use string16 for font names
evan@chromium.org
2010-12-15
2
-17
/
+19
*
Keep deinlining stuff.
erg@google.com
2010-12-15
5
-16
/
+48
*
Clean up PluginDataRemover.
bauerb@chromium.org
2010-12-15
2
-2
/
+5
*
Revert r69146 due to webkit layout test failures.
darin@chromium.org
2010-12-14
2
-2
/
+19
*
webkit: use string16 in webkit_glue.h
evan@chromium.org
2010-12-14
2
-27
/
+29
*
Use WebFrame::createAssociatedURLLoader.
darin@chromium.org
2010-12-14
2
-19
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
4
-24
/
+30
*
Deinline even more destructors.
erg@google.com
2010-12-14
15
-98
/
+307
*
Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...
annacc@chromium.org
2010-12-14
2
-6
/
+4
*
webkit: use string16 in ContextMenuParams
evan@chromium.org
2010-12-14
2
-3
/
+3
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
18
-27
/
+81
*
Make Flip4Mac handling version-specific
stuartmorgan@chromium.org
2010-12-13
1
-8
/
+14
[next]