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
/
plugins
/
npapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the same version plugin to be loaded multiple times on Windows.
pastarmovj@chromium.org
2013-06-21
1
-1
/
+1
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
1
-3
/
+15
*
Update Blink include paths
abarth@chromium.org
2013-06-17
8
-18
/
+18
*
Scale npapi plugins according to DPI setting.
girard@chromium.org
2013-06-14
1
-3
/
+5
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
2
-3
/
+3
*
Adding --disable-plugins-discovery command line switch to not load third-part...
sevalo@google.com
2013-06-12
5
-8
/
+36
*
Use a direct include of strings headers in webkit/, part 2.
avi@chromium.org
2013-06-11
28
-33
/
+36
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
2
-6
/
+8
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
13
-15
/
+15
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
1
-11
/
+11
*
Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
1
-10
/
+9
*
Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
6
-31
/
+31
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
7
-7
/
+7
*
Update refernces to Blink's Platform API (webkit)
abarth@chromium.org
2013-05-30
4
-19
/
+19
*
Clean up ifdef around FilePath creation(webkit)
mrunal.kapade@intel.com
2013-05-29
1
-5
/
+1
*
Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...
wez@chromium.org
2013-05-27
5
-7
/
+44
*
Revert 202364 "Track NPObject ownership by the originating plugi..."
kinuko@chromium.org
2013-05-27
5
-44
/
+7
*
Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (C...
wez@chromium.org
2013-05-27
5
-7
/
+44
*
Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.
ananta@chromium.org
2013-05-24
9
-17
/
+27
*
Move webkit/user_agent/ into webkit/common
jamesr@chromium.org
2013-05-23
1
-1
/
+1
*
Move the plugin_list files to the plugins_common target.
ananta@chromium.org
2013-05-18
11
-728
/
+667
*
Relanding this as the previous attempt failed due to build errors.
ananta@chromium.org
2013-05-15
4
-9
/
+29
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
1
-1
/
+1
*
Revert 199560 "Move the plugins sources out of the webkit glue t..."
ananta@chromium.org
2013-05-11
4
-29
/
+9
*
Revert 199569 "Fix 64 bit compile errors flagged by conversions ..."
ananta@chromium.org
2013-05-11
1
-4
/
+3
*
Revert 199575 "Fix more 64 bit compile errors flagged by convers..."
ananta@chromium.org
2013-05-11
3
-16
/
+10
*
Fix more 64 bit compile errors flagged by conversions from size_t to uint32 a...
ananta@chromium.org
2013-05-10
3
-10
/
+16
*
Fix 64 bit compile errors flagged by conversions from size_t to uint32.
ananta@chromium.org
2013-05-10
1
-3
/
+4
*
Move the plugins sources out of the webkit glue target into a new target 'plu...
ananta@chromium.org
2013-05-10
4
-9
/
+29
*
Fix a bug with absolute paths in PluginList::GetPluginsInDir()
steveblock@chromium.org
2013-05-09
1
-1
/
+4
*
Remove stale webkit_glue.h and related includes from the webkit plugins and c...
ananta@chromium.org
2013-05-08
5
-5
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
5
-19
/
+19
*
Revert 198820 "Move FileEnumerator to its own file, do some refa..."
dbeam@chromium.org
2013-05-08
2
-8
/
+6
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-05-07
2
-6
/
+8
*
webkit: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
6
-21
/
+25
*
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
2
-2
/
+2
*
Move Version to base namespace.
xhwang@chromium.org
2013-04-22
1
-2
/
+4
*
Don't take the address of a temporary
rnk@chromium.org
2013-04-18
1
-1
/
+2
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
1
-1
/
+1
*
Add custom entry fields for a sub-resource URL. The plan is to use this with ...
cdn@chromium.org
2013-04-12
1
-0
/
+4
*
Move path functions from file_util to FilePath object.
brettw@chromium.org
2013-04-12
2
-5
/
+3
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in webkit.
dcheng@chromium.org
2013-04-11
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-2
/
+2
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-1
/
+3
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
5
-5
/
+5
*
Replace string16 with base::string16 in src/webkit
brettw@chromium.org
2013-03-29
18
-51
/
+54
*
Convert include paths for string_number_conversions in src/chrome and src/webkit
brettw@chromium.org
2013-03-27
6
-6
/
+6
*
ifdef OS_NAME -> if defined(OS_NAME)
dbeam@chromium.org
2013-03-23
2
-6
/
+6
[next]