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
*
AutoFill forms. We do this by responding to a message from WebKit which send...
jhawkins@chromium.org
2010-02-20
1
-2
/
+5
*
Disable the "Copy Image" context menu option when the user right-clicks a blo...
pkasting@chromium.org
2010-02-20
1
-0
/
+4
*
Fix cliprect handling for Mac plugins in hidden tabs/windows
stuartmorgan@chromium.org
2010-02-19
1
-3
/
+3
*
Adding command line flag (--show-composited-render-layers) to enable the show...
vangelis@chromium.org
2010-02-19
2
-4
/
+7
*
Protect against re-entering OnThrottleMessage thru CallWindowProc.
darin@chromium.org
2010-02-19
1
-16
/
+24
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
12
-8
/
+18
*
Flip the "unique file:// URI origin" flag to on. Add the
cevans@chromium.org
2010-02-18
1
-1
/
+1
*
Chromium plumbing for new file:// security flag, including test_shell support.
cevans@chromium.org
2010-02-18
2
-0
/
+3
*
Modal loops of joy.
darin@chromium.org
2010-02-18
2
-8
/
+25
*
Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...
jhawkins@chromium.org
2010-02-18
2
-0
/
+19
*
Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/...
cevans@chromium.org
2010-02-18
2
-3
/
+0
*
Revert 39300 - Turn off new secure file:// flag.
cevans@chromium.org
2010-02-18
1
-1
/
+1
*
Turn off new secure file:// flag.
cevans@chromium.org
2010-02-17
1
-1
/
+1
*
Chromium pieces to use the WebKit support for isolation file:// documents in
cevans@chromium.org
2010-02-17
2
-0
/
+3
*
Use better web app icons.
xiyuan@chromium.org
2010-02-17
1
-2
/
+8
*
Implement layoutTestController.numberOfPages.
hamaji@chromium.org
2010-02-17
2
-0
/
+14
*
Pass the right argument when fixing up stale plugin location on the Mac
stuartmorgan@chromium.org
2010-02-17
1
-1
/
+1
*
Add checks for Mac plugin instance destruction after NPP_* calls
stuartmorgan@chromium.org
2010-02-16
1
-5
/
+12
*
Fix some issues with compiling Mac plugin code with deprecation defines set
stuartmorgan@chromium.org
2010-02-16
4
-8
/
+24
*
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
[next]