summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* DevTools: re-enable some devtools interactive ui tests that started to fail a...yurys@google.com2009-09-051-1/+1
* Some cleanup to various WebCore client implementations.darin@chromium.org2009-09-0510-183/+157
* In prepartion for switching off the activex control, make WMP always use the ...jam@chromium.org2009-09-052-20/+133
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-045-16/+20
* Fix layout test related to document.hasFocus.arv@google.com2009-09-041-3/+6
* Implement layoutTestController.display() method.dglazkov@chromium.org2009-09-041-0/+3
* DevTools: fix set breakpoint test on Linuxyurys@google.com2009-09-041-1/+0
* DevTools: reenable set breakpoint testyurys@google.com2009-09-042-6/+30
* DevTools: Provisional support for serialized InjectedScript interaction.pfeldman@chromium.org2009-09-042-0/+21
* DevTools: enable scripts panel sanity test.yurys@google.com2009-09-041-2/+12
* DevTools: call a no-op function from the utility context to trigger v8 execut...yurys@google.com2009-09-048-42/+41
* APU: Makes appropriate devtools updates for empty TimelineAgent implementation.pfeldman@chromium.org2009-09-043-0/+33
* DevTools: scripts request is now sent only when context id is received(if we ...yurys@google.com2009-09-042-24/+60
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-047-87/+84
* Hook up WebEditingClient.darin@chromium.org2009-09-047-324/+111
* Roll webkit 48034victorw@chromium.org2009-09-042-0/+9
* Drop new strings (copied over all existing files, so what you see in this CL ...laforge@chromium.org2009-09-031-2/+2
* Roll WebKit revision 48001.michaeln@google.com2009-09-031-1/+1
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-033-0/+16
* Reverting 25262. Worked OK in the browser, but blew up TestShell.amanda@chromium.org2009-09-022-20/+147
* Unfork shared parts of webplugin_delegate_impl_mac.mm.amanda@chromium.org2009-09-022-147/+20
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-0220-486/+409
* Support conditional breakpoints in DevTools (backend) to follow WebKitapavlov@chromium.org2009-09-024-7/+86
* DevTools: create InspectorBackend v8 wrapper in the utility context so that i...yurys@google.com2009-09-022-3/+56
* DevTools: Remove context functions that are not available in InjectedScript.j...pfeldman@chromium.org2009-09-021-98/+4
* DevTools: remove an assertion in InspectorControllerClient that fails on test...yurys@google.com2009-09-011-1/+0
* DevTools: Close inspector controller on detach; hide node highlight on detach...pfeldman@chromium.org2009-09-013-17/+3
* Linux gcc4.4 fix: stop crashing when loading flash.willchan@chromium.org2009-09-011-3/+4
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-016-0/+42
* linux: fix some plugin colormap leaksevan@chromium.org2009-09-011-7/+5
* Pull in webkit revision 47912. This involves a build fix matchingojan@google.com2009-09-014-5/+8
* linux: add a temporary flag for debugging plugin loadingevan@chromium.org2009-08-311-1/+29
* Rollback rev 24947 since it seems to have broken other tests.arv@google.com2009-08-311-1/+0
* Fix document.hasFocus() for layout testarv@google.com2009-08-311-0/+1
* linux: prefer non-nspluginwrapper/crossover pluginsevan@chromium.org2009-08-311-2/+24
* DevTools: Provisional commit to handle Web inspector call frame changes upstr...pfeldman@chromium.org2009-08-311-1/+1
* DevTools: Migrate from CppBound class to devtools bound object.pfeldman@chromium.org2009-08-313-99/+74
* Force databases and localstorage to be enabled extensions.aa@chromium.org2009-08-292-2/+3
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-282-6/+11
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-6/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-6/+6
* DevTools Heap profiler: catch up with WebKit r47861.mnaganov@chromium.org2009-08-281-8/+5
* Build fix part 2 for http://trac.webkit.org/changeset/47866.ojan@google.com2009-08-282-0/+5
* Build fix for our webkit port. http://trac.webkit.org/changeset/47866 addedjorlow@chromium.org2009-08-282-0/+4
* DevTools Heap profiler: make use of SummaryBar introduced in WebKit inspector.mnaganov@chromium.org2009-08-282-43/+68
* DevTools: call InspectorController.close on detach to remove DOM listeners se...yurys@google.com2009-08-282-77/+10
* Adds support for WAI-ARIA role article.klink@chromium.org2009-08-281-0/+1
* linux: scan more plugin directories, fix bugsevan@chromium.org2009-08-271-11/+65
* Adds support for WAI-ARIA role option, by adding exposure of MSAA role ROLE_S...klink@chromium.org2009-08-272-0/+3
* More refactoring for WebPlugin.darin@chromium.org2009-08-2723-445/+188