summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the hotmail UA spoofing hack.darin@chromium.org2009-09-101-19/+9
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-103-9/+21
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-1023-590/+286
* Revert "Use gtk-cursor-blink from GtkSettings"evan@chromium.org2009-09-093-7/+0
* Use gtk-cursor-blink from GtkSettings to set theevan@chromium.org2009-09-093-0/+7
* Remove NOTIMPLEMENTED() that messes with layout test outputpinkerton@chromium.org2009-09-091-1/+2
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-096-8/+62
* linux: search Chrome-specific plugin directories before Mozillaevan@chromium.org2009-09-091-8/+14
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-1/+1
* Update the Mac plugin whitelist to accommodate a new name foramanda@chromium.org2009-09-091-1/+3
* DevTools: populate scopes with local variables when on a breakpoint. This fea...yurys@google.com2009-09-092-40/+24
* DevTools: add setting/setSetting methods to InspectorController in front-end.yurys@google.com2009-09-091-34/+4
* DevTools: A quick fix to enable interactive_ui_tests.mnaganov@chromium.org2009-09-091-0/+24
* linux: split MOZ_PLUGIN_PATH on colonsevan@chromium.org2009-09-091-2/+6
* linux: rewrite mime parserevan@chromium.org2009-09-093-55/+91
* Add beginDragWithFiles to EventSendingController. Also implement WebKitClient...jianli@chromium.org2009-09-081-2/+2
* linux: write a unit test for plugin mime parsingevan@chromium.org2009-09-083-22/+119
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-085-26/+59
* Take out the activex control.BUG=20259jam@chromium.org2009-09-088-151/+25
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-081-3/+2
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-085-60/+104
* DevTools: fix flakiness of DevToolsSanityTest/TestProfilerTab.mnaganov@chromium.org2009-09-081-2/+14
* DevTools: provisional support for scopes of type 'Catch' introduced in v8 by ...yurys@google.com2009-09-081-1/+5
* Refactor DOM storage to be more object oriented. All the DOMStorageDispatche...jorlow@chromium.org2009-09-082-0/+10