summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-1045-1167/+828
* WebKit update 48217:48239.eroman@chromium.org2009-09-101-0/+6
* Rebaseline more of fast/repaint tests we are now passing (part 5)dglazkov@chromium.org2009-09-1046-10/+143
* Get rid of all query parameters since the http server for src.chromium.orgojan@google.com2009-09-101-39/+22
* Run-length encode the JSON results. This makes them considerablyojan@google.com2009-09-092-277/+457
* 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
* Update test expectations to include the flaky layout test script-load-and-err...eroman@chromium.org2009-09-091-0/+2
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-096-8/+62
* linux: split libxpcom_hack into its own fileevan@chromium.org2009-09-092-1/+7
* Rebaseline more of fast/repaint tests we are now passing.dglazkov@chromium.org2009-09-0953-12/+321
* 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
* Bring config.h.in up to date.dglazkov@chromium.org2009-09-092-62/+86
* Update the Mac plugin whitelist to accommodate a new name foramanda@chromium.org2009-09-091-1/+3
* Rebaseline more of fast/repaint tests we are now passing.dglazkov@chromium.org2009-09-09141-32/+1005
* DevTools: populate scopes with local variables when on a breakpoint. This fea...yurys@google.com2009-09-092-40/+24
* Rebaseline more of fast/repaint tests we are now passing.dglazkov@chromium.org2009-09-0991-20/+676
* 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
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-093-7/+7
* linux: split MOZ_PLUGIN_PATH on colonsevan@chromium.org2009-09-091-2/+6
* linux: rewrite mime parserevan@chromium.org2009-09-093-55/+91
* Disable drag-to-navigate.html for mac so that we can investigate it.jianli@chromium.org2009-09-091-1/+1
* Add beginDragWithFiles to EventSendingController. Also implement WebKitClient...jianli@chromium.org2009-09-084-9/+42
* WebKit merge 48185:48193, plus a few flaky tests added back in to test_expect...japhet@chromium.org2009-09-081-9/+9
* linux: write a unit test for plugin mime parsingevan@chromium.org2009-09-084-22/+120
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-0813-67/+122
* linux: build a fake libxul and libxpcomevan@chromium.org2009-09-082-2/+42
* Rebaseline a few fast/repaint tests that we are now passing.dglazkov@chromium.org2009-09-08114-23/+808
* Take out the activex control.BUG=20259jam@chromium.org2009-09-0845-5559/+55
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-086-19/+38
* Update a bunch of test_expectations for xmlhttprequest tests with data from l...jparent@chromium.org2009-09-081-13/+18
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-0816-84/+260
* Mark marker-viewBox-changes.svg as flaky on Mac and Linux.craig.schlenter@chromium.org2009-09-081-1/+1
* WebKit deps roll 48098:48155.japhet@chromium.org2009-09-081-0/+4
* Add new WebKit directory to paths searched by gyp.japhet@chromium.org2009-09-081-0/+1
* 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
* Clean up some test exceptions from when I gardened.jorlow@chromium.org2009-09-081-4/+5
* Refactor DOM storage to be more object oriented. All the DOMStorageDispatche...jorlow@chromium.org2009-09-082-0/+10
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-073-20/+12
* Remove one more passing test from test expectations.dglazkov@chromium.org2009-09-071-1/+1
* Remove duplicate test expectations.dglazkov@chromium.org2009-09-071-1/+0
* Expand fast/repaint filter into individual testsdglazkov@chromium.org2009-09-071-2/+131
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-0710-22/+28
* Remove fixed test from test expectations.ager@chromium.org2009-09-071-3/+0
* DevTools profiler: remove code due to WebKit Inspector upstreaming.mnaganov@chromium.org2009-09-071-34/+1
* Guard against NULL webview in dispatchDidFinishDocumentLoad. Theager@chromium.org2009-09-071-3/+2