summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the temporary Mac plugin whitelist.amanda@chromium.org2009-09-216-42/+203
* Shift+PageUp and Shift+PageDown should not scroll the web page.tony@chromium.org2009-09-211-1/+1
* Add histograms for tab count, RenderProcessHost count, and the number ofbrettw@chromium.org2009-09-212-0/+10
* DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....pfeldman@chromium.org2009-09-2112-210/+70
* Reimplement video painting for mac using CGContext.ajwong@chromium.org2009-09-212-2/+39
* Fix canary bot by defining platformPageClient method to do nothing.darin@chromium.org2009-09-194-10/+12
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-186-76/+58
* Remove an unused method and reorder methods to match the header.paul@chromium.org2009-09-181-7/+4
* Fix registration of internal plugins broken by rev 23501jam@chromium.org2009-09-181-0/+12
* Look for the WMP plugin in the directory that it's left in if Firefox isn't i...jam@chromium.org2009-09-181-0/+22
* Update NPAPI header file to v24, apply Google modificationsamanda@chromium.org2009-09-181-6/+8
* Newline at end of file for gcc to be happy.thomasvl@chromium.org2009-09-181-1/+1
* Fixed Chrome implementation of worker error reporting to report errors via ev...atwilson@chromium.org2009-09-181-6/+5
* DevTools: don't duplicate eval scripts on each panel switch. yurys@google.com2009-09-182-8/+54
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-186-10/+27
* The WebPluginImpl::paint function can be invoked when the delegate_ member is...ananta@chromium.org2009-09-181-0/+2
* Fix build bustage caused by unintended changes being committed.darin@chromium.org2009-09-181-2/+1
* Fix plugin crash caused by removal of EMBED element during NPP_New.darin@chromium.org2009-09-181-1/+6
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-188-99/+31
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-188-31/+99
* Remove whiltelist checks for protocol for <audio> and <video>hclam@chromium.org2009-09-181-21/+0
* Fix the deadlock when Flash tries to make WMP full screen. This is a one-off...jam@chromium.org2009-09-173-13/+19
* Implement WebKitTabToLinksPreferenceKey for the test_shell.arv@chromium.org2009-09-176-5/+24
* Fix a bug introduced by a WebKit merge where we did notpaul@chromium.org2009-09-171-0/+1
* DevTools: add WatchExpressionsSidebarPane.js to devtools.htmlyurys@google.com2009-09-171-0/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-167-269/+107
* DevTools heap profiler: Add a stub for heap-js-ret-item log record.mnaganov@chromium.org2009-09-161-0/+1
* linux: remove a dcheck that is hit with old pluginsevan@chromium.org2009-09-151-3/+2
* linux: defend against "netscape" within plugin pathevan@chromium.org2009-09-151-0/+16
* Add missing newline at end of file causing a warning with gcc (r25967 caused ...thomasvl@chromium.org2009-09-151-1/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-152-3/+20
* linux: raise logging level since INFO doesn't show in Release (?)evan@chromium.org2009-09-151-6/+6
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-152-20/+3
* Fix canary bot.darin@chromium.org2009-09-141-0/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-142-3/+20
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-6/+6
* plugins: call SetContainer before we call Initializeevan@chromium.org2009-09-141-1/+4
* Tries to avoid unnecessary layoutjamesr@chromium.org2009-09-141-6/+1
* Fix some mixed content layout tests.darin@chromium.org2009-09-142-1/+10
* DevTools: be ready for WebKit r48314.mnaganov@chromium.org2009-09-121-1/+1
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-113-16/+0
* Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...ananta@chromium.org2009-09-114-4/+28
* Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminatedarin@chromium.org2009-09-112-18/+5
* Eliminate some methods.darin@chromium.org2009-09-114-15/+12
* Support running tests under LayoutTests/http/tests/local as local file, in or...jianli@chromium.org2009-09-112-4/+9
* Modify our webkit code to make sure it does not call intonsylvain@chromium.org2009-09-116-225/+180
* Delete unused WebViewDelegate method.darin@chromium.org2009-09-112-8/+2
* Buffered time ranges for <video>hclam@chromium.org2009-09-102-4/+13
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-103-7/+11
* Hook up WebFrameClient::didUpdateCurrentHistoryItemdarin@chromium.org2009-09-103-10/+7