summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Fix the numbers we get for the aggregate statistics dashboard.ojan@chromium.org2009-09-223-68/+66
* Update flakiness dashboard to accept directories in the test list for individ...jparent@chromium.org2009-09-221-2/+30
* Update renderer plugin cache when we load/unload extensions with plugins.mpcomplete@chromium.org2009-09-214-6/+17
* Allow <audio> to work in extensionhclam@chromium.org2009-09-213-16/+36
* Update layout test flakiness dashboard to hide tests that are matching their ...jparent@chromium.org2009-09-211-0/+14
* Fix missing showSkipped in validating the hash parameters.ojan@chromium.org2009-09-211-0/+11
* Implement KillAllTestShells.tony@chromium.org2009-09-214-0/+21
* Skip new MathML layout tests from WebKit merge 48500:48585.paul@chromium.org2009-09-211-2/+2
* WebKit merge 48500:48585.paul@chromium.org2009-09-211-4/+25
* Reverting 26724. Caused a couple layout tests to hang.amanda@chromium.org2009-09-216-203/+42
* Disable warnings on linux too. opt build is failing.tony@chromium.org2009-09-211-7/+0
* Disable compiler warnings on mac. Some crept in since the last time.tony@chromium.org2009-09-211-1/+1
* Make sure to include compiler_specific.h before using ALLOW_UNUSED.tony@chromium.org2009-09-211-0/+1
* Fix some compilation warnings found by gcc on mac.tony@chromium.org2009-09-211-2/+2
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-219-15/+23
* Remove the temporary Mac plugin whitelist.amanda@chromium.org2009-09-216-42/+203
* Create a dashboard for tracking aggregate numbers of passing/failing layoutojan@chromium.org2009-09-213-313/+524
* Fix path mismatch on linux/mac.tony@chromium.org2009-09-211-1/+5
* Rebaseline tests whose results changed due to http://trac.webkit.org/changese...levin@chromium.org2009-09-2111-22/+17
* 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-2113-211/+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
* Add back in the "tests we want to pass for the current release" sectionojan@chromium.org2009-09-191-2/+16
* Make sure layout tests can run in a freshly-clobbered tree. This looks like itmark@chromium.org2009-09-191-3/+3
* Mark LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.htmldpranke@google.com2009-09-181-2/+5
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-1815-363/+240
* Upstreamings parts of webkit.gyp (step 2)yaar@chromium.org2009-09-184-115/+106
* Remove an unused method and reorder methods to match the header.paul@chromium.org2009-09-181-7/+4
* Insert summary results to the JSON. These are the same results spit to stdout...ojan@chromium.org2009-09-182-64/+167
* print out the tests that were run into tests_run.txt for easier postprocessingerikkay@chromium.org2009-09-182-1/+11
* 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
* Upstreamings parts of webkit.gyp (step 1)yaar@chromium.org2009-09-186-921/+979
* 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-182-6/+6
* Dashboard UI changes.ojan@chromium.org2009-09-181-79/+147
* Input maxlength tests have been rewritten upstream andvictorw@chromium.org2009-09-187-7/+0
* 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-1813-15/+198
* The WebPluginImpl::paint function can be invoked when the delegate_ member is...ananta@chromium.org2009-09-181-0/+2
* This test still fails on the mac.darin@chromium.org2009-09-181-0/+1
* 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-183-3/+10
* 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
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-189-56/+158
* Remove whiltelist checks for protocol for <audio> and <video>hclam@chromium.org2009-09-181-21/+0