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
*
Make the plugin popup handling code cross-platform
stuartmorgan@chromium.org
2010-02-11
5
-52
/
+72
*
Ensure we aren't using stale invalidation rects for windowless plugins
stuartmorgan@chromium.org
2010-02-11
1
-4
/
+10
*
Remove calls to the deprecated method applyAutofillSuggestions and replace it...
jhawkins@chromium.org
2010-02-11
2
-7
/
+8
*
Don't attempt to unload Silverlight on the Mac
stuartmorgan@chromium.org
2010-02-11
3
-3
/
+19
*
Fix Linux compile bustage
stuartmorgan@chromium.org
2010-02-11
1
-1
/
+1
*
Remove an NPP_SetWindow call left over from the old Carbon idle event code
stuartmorgan@chromium.org
2010-02-11
4
-34
/
+13
*
Remove webkit/glue/glue_util.{h,cc} now that the WebKit API is complete!
darin@chromium.org
2010-02-11
2
-548
/
+0
*
Always send the stream headers to the plugin, not just for seekable ones.
jam@chromium.org
2010-02-11
1
-3
/
+5
*
Reland r38570. The underlying bug has been fix.
jhawkins@chromium.org
2010-02-11
3
-37
/
+41
*
Pass the SWP_NOMOVE flag to SetWindowPos in WebPluginDelegateImpl::WindowedRe...
mpcomplete@chromium.org
2010-02-10
1
-1
/
+4
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-2
/
+2
*
DevTools: switch to upstreamed version of DevTools *.js files. Second attempt...
yurys@chromium.org
2010-02-10
21
-6525
/
+1
*
Revert "DevTools: switch to upstreamed version of DevTools *.js files"
yurys@chromium.org
2010-02-10
21
-1
/
+6525
*
DevTools: switch to upstreamed version of DevTools *.js files
yurys@chromium.org
2010-02-10
21
-6525
/
+1
*
Prepare for removing glue/devtools: move devtools_message_data.* to glue/
yurys@chromium.org
2010-02-10
2
-8
/
+6
*
Revert "Move conditions of FormFields creation to FormFieldHistoryManager;
tony@chromium.org
2010-02-10
3
-41
/
+37
*
Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...
jhawkins@chromium.org
2010-02-10
3
-37
/
+41
*
Fixed clipping of GPU plugin instances on Mac OS X against the browser
kbr@google.com
2010-02-10
2
-13
/
+20
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
2
-2
/
+2
*
Move base.js file to the renderer/resources since it's not used by DevTools a...
yurys@chromium.org
2010-02-09
2
-1016
/
+0
*
[GTTF] Reduce header dependencies in webkit
phajdan.jr@chromium.org
2010-02-09
2
-0
/
+3
*
Take out intptr_t IPC serialization support to prevent people from sending po...
jam@chromium.org
2010-02-09
2
-7
/
+7
*
DevTools: prepare glue/devtools/js/*.js files for upstreaming.
yurys@chromium.org
2010-02-09
9
-3323
/
+3464
*
Finish implementing NPN_ConvertPoint, and add a unit test for it
stuartmorgan@chromium.org
2010-02-09
7
-26
/
+125
*
Send window frame information to Mac plugins via IPC
stuartmorgan@chromium.org
2010-02-08
2
-74
/
+88
*
Remove duplicate parent directory links from ftp directory listing.
phajdan.jr@chromium.org
2010-02-08
1
-0
/
+6
*
Add pageNumberForElementById for chromium.
hamaji@chromium.org
2010-02-06
2
-0
/
+15
*
Make Carbon plugin idle event source robust against changes during iteration
stuartmorgan@chromium.org
2010-02-05
1
-57
/
+62
*
WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524
jeremy@chromium.org
2010-02-05
1
-0
/
+13
*
Remove some tests that are now living upstream, and eliminate
darin@chromium.org
2010-02-05
2
-85
/
+33
*
Implement FormManager, a class that manages forms in a RenderView.
jhawkins@chromium.org
2010-02-05
1
-0
/
+11
*
regular_expression_unittest to only use WebKit API.
yaar@chromium.org
2010-02-04
1
-57
/
+67
*
OpenBSD has sys/exec_elf.h for the ELF defines, not elf.h
pvalchev@google.com
2010-02-03
2
-0
/
+4
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
1
-14
/
+26
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
1
-26
/
+14
*
Modify CookiePolicy to work asynchronously
darin@chromium.org
2010-02-03
1
-14
/
+26
*
To implement Pepper in Native Client we need access to the implementation of the
sehr@google.com
2010-02-03
4
-12
/
+12
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
7
-3
/
+401
*
Use CFBundle directly when reading Mac plugin information
stuartmorgan@chromium.org
2010-02-02
1
-7
/
+6
*
Hide plugins in minimized/hidden windows on the Mac
stuartmorgan@chromium.org
2010-02-02
2
-3
/
+16
*
Fix regression in NPN_PluginThreadAsyncCall.
jam@chromium.org
2010-02-02
4
-3
/
+37
*
DevTools: remove files which were upstreamed.
yurys@chromium.org
2010-02-02
18
-3085
/
+0
*
Fix for a focus bug when loading a plugin in an extension background page.
mpcomplete@chromium.org
2010-02-01
1
-1
/
+4
*
Add tab switch notification to the Mac plugin plumbing.
stuartmorgan@chromium.org
2010-02-01
2
-25
/
+81
*
Propagate window focus changes to plugins on the Mac
stuartmorgan@chromium.org
2010-02-01
1
-3
/
+3
*
DevTools: load injected script using WebKit API. Now with test_shell working.
yurys@chromium.org
2010-01-31
3
-8
/
+17
*
Revert "DevTools: load injected script using WebKit API"
yurys@chromium.org
2010-01-31
3
-17
/
+8
*
DevTools: load injected script using WebKit API
yurys@chromium.org
2010-01-31
3
-8
/
+17
*
DevTools: let GC manage utility script's ScriptState lifetime
yurys@chromium.org
2010-01-31
2
-8
/
+2
*
DevTools upstreaming: rename Js* to JS*
yurys@chromium.org
2010-01-31
6
-38
/
+37
[next]