summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix TextInputController::insertText() so that it clear selected text before i...tkent@chromium.org2009-09-072-4/+6
* Stick all of the WebKit API enum compile asserts in one file.darin@chromium.org2009-09-066-142/+102
* 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
* This fixes a regression with my previous fix for the installer dialog. The p...jam@chromium.org2009-09-053-6/+7
* In prepartion for switching off the activex control, make WMP always use the ...jam@chromium.org2009-09-052-20/+133
* Update test expectations with bug numbers and comments.victorw@chromium.org2009-09-051-1/+8
* Remove old windows and linux baselines for LayoutTests\http\tests\misc\favico...jparent@chromium.org2009-09-055-24/+0
* Roll webkit revision 48078victorw@chromium.org2009-09-051-5/+8
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-1/+0
* Fix tests that broke during a merge. We now match upstream'sojan@google.com2009-09-043-86/+2
* Fix a compilation warning in WebMediaPlayerCliemtImplhclam@chromium.org2009-09-041-0/+1
* Teach LayoutTestController about the pref to enable the appcache.michaeln@google.com2009-09-041-0/+2
* Update test_expectations to use a specific bug rather than general webkit mer...jparent@chromium.org2009-09-041-1/+1
* [GTK] Stash new dimensions on resize, so that the backing store can use themdglazkov@chromium.org2009-09-042-3/+8
* update test expectations for tests failed during webkit merge 48071victorw@chromium.org2009-09-041-0/+3
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-047-18/+22
* Update test expectationsvictorw@chromium.org2009-09-041-2/+2
* This test no longer crashes on Linux. I migrated the bug fromtony@chromium.org2009-09-041-1/+1
* Delete all precompiled support. It is causing more harm than good, especially...maruel@chromium.org2009-09-046-81/+0
* Rebaseline some tests that were incorrectly rebaselined to "500 Internal Serv...jparent@chromium.org2009-09-047-21/+251
* Fix layout test related to document.hasFocus.arv@google.com2009-09-042-7/+6
* Rebaseline Linux slider tests.tony@chromium.org2009-09-048-70/+42
* Roll webkit revision 48061victorw@chromium.org2009-09-041-1/+9
* Update test expectations to reflect flakiness of tests, caused by http://src....dglazkov@chromium.org2009-09-041-8/+9
* Temporarily collect all SVG failures as expected while investigating.dglazkov@chromium.org2009-09-041-1/+9
* Implement layoutTestController.display() method.dglazkov@chromium.org2009-09-045-14/+20
* 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
* Change the default cookie policy to be closer to the default in WebKit's Dump...levin@chromium.org2009-09-045-5/+30
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-048-92/+96
* Hook up WebEditingClient.darin@chromium.org2009-09-0422-489/+407