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
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
4
-34
/
+40
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
12
-37
/
+39
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
4
-40
/
+34
*
Silence another failure
pkasting@chromium.org
2010-12-11
1
-1
/
+2
*
Temporarily silence a failure
pkasting@chromium.org
2010-12-11
1
-0
/
+1
*
Fix a plugin taking a whole iframe from messing with the page's zoom level.
jam@chromium.org
2010-12-10
1
-0
/
+7
*
Fix a regression introduced with the change to marshal custom HCURSOR's set b...
ananta@chromium.org
2010-12-10
1
-1
/
+2
*
Add a newline to make Linux happy
brettw@google.com
2010-12-09
1
-1
/
+2
*
Make it possible to write simple unit tests for the pepper implementation. Th...
brettw@google.com
2010-12-09
11
-2
/
+623
*
appcache: document that the manifest parsing algorithm is fixed
evan@chromium.org
2010-12-09
1
-0
/
+7
*
Provide the right bug number for a failure.
pkasting@chromium.org
2010-12-09
1
-1
/
+1
*
Ensure that custom cursors set by windowless flash plugins get marshaled corr...
ananta@chromium.org
2010-12-09
2
-23
/
+35
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-1
/
+6
*
Merge PluginGroups for Adobe Reader
jkummerow@chromium.org
2010-12-09
4
-152
/
+289
*
Implement a useful context menu for the blocked plug-in frame:
cevans@chromium.org
2010-12-09
2
-0
/
+16
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
30
-50
/
+106
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
2
-3
/
+6
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
5
-169
/
+149
*
Valgrind: Fix leak in PluginList by actually calling Shutdown().
thestig@chromium.org
2010-12-08
1
-1
/
+2
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-0
/
+3
*
Valgrind: Fix leak in plugin group code.
thestig@chromium.org
2010-12-07
1
-7
/
+20
*
Clean up downstream test expectations.
victorw@chromium.org
2010-12-07
1
-7
/
+0
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
5
-149
/
+169
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
5
-169
/
+149
*
Clean up PluginGroup and related code.
jkummerow@chromium.org
2010-12-07
5
-231
/
+321
*
Fix webkit URLRequestJob subtypes to handle Kill() correctly.
willchan@chromium.org
2010-12-07
7
-29
/
+48
*
WebKit roll 73372:73408
victorw@chromium.org
2010-12-07
1
-0
/
+2
*
Remove obsolete webkit/tools/layout_tests/webkitpy/layout_tests/test_output_x...
kinuko@chromium.org
2010-12-07
1
-149
/
+0
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
3
-3
/
+8
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-06
17
-463
/
+1003
*
Use stopped_on_render_loop_ to prevent further work from executing in Buffere...
scherkus@chromium.org
2010-12-06
2
-17
/
+5
*
Cleanup downstream test expectations file.
victorw@chromium.org
2010-12-06
1
-3
/
+0
*
Update bug number in test expectations
victorw@chromium.org
2010-12-04
1
-2
/
+2
*
Disable two failed layout tests while investigating.
victorw@chromium.org
2010-12-04
1
-0
/
+3
*
Allow data URLs to trigger downloads, as they do in Firefox.
darin@chromium.org
2010-12-03
1
-1
/
+27
*
glue: use string16 in place of wstring for Unicode text
evan@chromium.org
2010-12-03
7
-37
/
+39
*
wstrings: convert CppVariant and CppBoundClass to not use wstring
evan@chromium.org
2010-12-03
9
-34
/
+29
*
Delete FileSystem API data when uninstalling extensions.
kinuko@chromium.org
2010-12-03
3
-7
/
+31
*
Turn GPU accelerated features (WebGL, compositing, accelerated 2d canvas) off...
jamesr@chromium.org
2010-12-03
1
-1
/
+1
*
WebKit roll 73207:73212
victorw@chromium.org
2010-12-03
1
-4
/
+0
*
Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...
scherkus@chromium.org
2010-12-03
17
-1003
/
+463
*
WebKit roll 73140:73207
victorw@chromium.org
2010-12-03
1
-0
/
+5
*
Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...
scherkus@chromium.org
2010-12-03
7
-14
/
+16
*
Make the DrawGlyphs call have the proper const arguments, and make the proxied
brettw@chromium.org
2010-12-02
3
-9
/
+9
*
Have about:plugins point to the latest Flash and Reader versions.
panayiotis@google.com
2010-12-02
1
-3
/
+3
*
Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...
scherkus@chromium.org
2010-12-02
17
-463
/
+1003
*
Cleanup downstream suppressions.
antonm@chromium.org
2010-12-02
1
-4
/
+0
*
Adding a new command line flag (--enable-accelerated-layers) for turning
vangelis@chromium.org
2010-12-02
2
-2
/
+20
*
Remove expectations for 2 tests that do now pass:
thakis@chromium.org
2010-12-02
1
-4
/
+0
*
Remove expectations from downstream test_expecations.
jparent@chromium.org
2010-12-02
1
-3
/
+0
[next]