summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A little bit more cleanup: no need to have both InternalPluginInfo & ↵jam@chromium.org2009-01-201-56/+51
| | | | | | | | PluginVersionInfo, one is enough. Review URL: http://codereview.chromium.org/18382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8331 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for bug 6100:iposva@chromium.org2009-01-2016-44/+322
| | | | | | | | | | | - Introduce a CanvasPixelArray to serve as the holder for the ImageData pixel array of a canvas element. This is the V8-specific change. Review URL: http://codereview.chromium.org/18180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8330 0039d316-1c4b-4281-b951-d872f2087c98
* Followup for one missed review comment (sorting includes).thomasvl@chromium.org2009-01-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8329 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-207-89/+73
| | | | | | | Review URL: http://codereview.chromium.org/18324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8328 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing .txt files for recently added Linux baselines. Update baselines ↵jhawkins@chromium.org2009-01-2016-7/+344
| | | | | | | | | that didn't get picked up the first time around. TBR=estade Review URL: http://codereview.chromium.org/18383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8327 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: IPC channel changes needed to get IPC Sync Channel unittests running.agl@chromium.org2009-01-201-13/+99
| | | | | | | Review URL: http://codereview.chromium.org/18322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8325 0039d316-1c4b-4281-b951-d872f2087c98
* disable WindowSessionEnd which was failing in debugtc@google.com2009-01-201-1/+1
| | | | | | | | | | this seemed to be due to rolling forward the browser window change. TBR=ben Review URL: http://codereview.chromium.org/18429 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8324 0039d316-1c4b-4281-b951-d872f2087c98
* Marking 9 failing layout tests while I investigate the failure. finnur@google.com2009-01-201-9/+11
| | | | | | | | TBR=estade Review URL: http://codereview.chromium.org/18428 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8323 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up how the default plugin is loaded so that InternalPluginInfo & ↵jam@chromium.org2009-01-206-102/+97
| | | | | | | | PluginVersionInfo remain in the windows file, and other platforms can store this data in the most convenient form to them. Review URL: http://codereview.chromium.org/18419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8322 0039d316-1c4b-4281-b951-d872f2087c98
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-208-19/+70
| | | | | | | | | | test_shell.pak. Move the net resource loading into the platform specific files (still a stub on osx). Review URL: http://codereview.chromium.org/18186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8321 0039d316-1c4b-4281-b951-d872f2087c98
* fix memory_test crashestc@google.com2009-01-201-2/+7
| | | | | | | | | | | | | Memory tests run with plugins disabled. WebKit r39969 changed Page::pluginData to return null in this case, so we need to check for this null. This still won't work until we rev our webkit to r39988 which fixes another crash. Review URL: http://codereview.chromium.org/18375 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8320 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate baselines that were accidentally added in r8317.jhawkins@chromium.org2009-01-209-18/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8319 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tests_fixable.estade@chromium.org2009-01-201-3/+0
| | | | | | | | | | This somehow got out of sync due to our recent commits. TBR=finnur Review URL: http://codereview.chromium.org/18423 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8318 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase several svg tests that differ because of issues such as antialiasing ↵jhawkins@chromium.org2009-01-2036-18/+146
| | | | | | | | or off-by-one font differences on Linux. Review URL: http://codereview.chromium.org/18418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8317 0039d316-1c4b-4281-b951-d872f2087c98
* Added more logging in debug builds for some failure passes, hopefully thisthomasvl@chromium.org2009-01-201-3/+10
| | | | | | | | will let us figure out why we see so mainly unittest failures on the mac but never seem to be able to repro locally. Review URL: http://codereview.chromium.org/18378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8316 0039d316-1c4b-4281-b951-d872f2087c98
* Flesh out ListValue class.aa@chromium.org2009-01-203-5/+101
| | | | | | Review URL: http://codereview.chromium.org/18200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8315 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bunch of svg tests for text rendering.finnur@google.com2009-01-2034-71/+281
| | | | | | | | | | | | | | | | | | | | | | There were 18 tests in the svg/text and svg/W3C-SVG-1.1/text* that were failing for a number of reasons: 1) Selection color is darker on Windows than Mac, so we expect dark blue boxes around the text whereas Mac expects light-blue. Why does this matter? Because most of the tests in the svg/text folder perform a Select All at the end of the test. 2) Changes in WebKit where handling of font-weight was delegated to Windows, which affects font-weight="600" in two tests (600 looks narrower). 3) Some tests simply needed expected text output. 4) And of course, the usual missing Z from the metric output. Review URL: http://codereview.chromium.org/18374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8314 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some SVG tests after improving Linux fonts to stroke outline.estade@chromium.org2009-01-2027-10/+95
| | | | | | | | | | Some baselines are just wrong, and we still don't get them right, so delete the old baselines and mark as failing See http://codereview.chromium.org/18176/show. I will roll DEPS to pick up that change. Review URL: http://codereview.chromium.org/18345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8313 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up latest WebKitdarin@chromium.org2009-01-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8311 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unreferenced WebFrame::IsReloadAllowingStaleData method.darin@chromium.org2009-01-204-17/+1
| | | | | | | | | | (Sending this to you for review since you originally reviewed the CL that added it.) R=brettw Review URL: http://codereview.chromium.org/18412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the broken commit in r8250. The problem was that basictypes.herg@google.com2009-01-2013-172/+389
| | | | | | | | | wasn't getting included before a defined(OS_WIN) check. Review URL: http://codereview.chromium.org/18414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8308 0039d316-1c4b-4281-b951-d872f2087c98
* Set back StoreRef as non-thread-safe. (Second try)maruel@chromium.org2009-01-201-1/+1
| | | | | | | BUG=5689 Review URL: http://codereview.chromium.org/18367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8307 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few more svg tests that have timing races for the mac list.thomasvl@chromium.org2009-01-201-0/+4
| | | | | | Review URL: http://codereview.chromium.org/18370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8305 0039d316-1c4b-4281-b951-d872f2087c98
* Add more production logging to diagnose upload problemjar@chromium.org2009-01-201-27/+29
| | | | | | | | | | | | | | | It appears that some logs get "stuck" trying to be sent, so I've changed a number of DLOG() calls to LOG() calls. I also added a bit of info to the LOG() calls, and made minor edits. bug=1505736 r=evanm Review URL: http://codereview.chromium.org/18354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8304 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle unit_tests.scons.maruel@chromium.org2009-01-202-150/+167
| | | | | | | | Add missing mock_render_process_host.*. Remove focus_manager_unittest.cc duplicate entry in unit_tests.vcproj. Review URL: http://codereview.chromium.org/18411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8303 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage. Since port.vcproj doesn't generate port.lib, its project ↵maruel@chromium.org2009-01-201-72/+6
| | | | | | | | type must be changed from Static Library to Utility. Review URL: http://codereview.chromium.org/18373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8302 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-209-20/+181
| | | | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. (Reapply R8295 with the path to version.xcconfig fixed) Review URL: http://codereview.chromium.org/18416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8299 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8295.maruel@chromium.org2009-01-209-181/+20
| | | | | | Review URL: http://codereview.chromium.org/18371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8296 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-209-20/+181
| | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. Review URL: http://codereview.chromium.org/18357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8295 0039d316-1c4b-4281-b951-d872f2087c98
* Remove printf from the dictionary reader. This prints out a bunch of linesbrettw@chromium.org2009-01-201-2/+0
| | | | | | | during the unit test which is annoying. Review URL: http://codereview.chromium.org/18356 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8294 0039d316-1c4b-4281-b951-d872f2087c98
* Fix purify errors in previous testing patch.brettw@chromium.org2009-01-202-3/+13
| | | | | | Review URL: http://codereview.chromium.org/18409 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8293 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-207-61/+47
| | | | | | | | | | | This reverts commit r8245. TBR=ben Review URL: http://codereview.chromium.org/18410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8292 0039d316-1c4b-4281-b951-d872f2087c98
* Update the tests_fixable list by removing now-passing tests.jhawkins@chromium.org2009-01-202-55/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8291 0039d316-1c4b-4281-b951-d872f2087c98
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-208-59/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL provides an exponential back-off (within a run of chromium) for recovery to a decoding error, rather than an full disable of SDCH when a (minor) error appears. This will help to recover from the common (implementation) problem where a user has an SDCH encoded page as a startup tab, but doesn't still have the requisite dictionary from the previous run. The exponential backoff is not "time based," but instead counts down the number of times a tentatively blacklisted domain is accessed. I now detect the use of the browser cache in an SDCH decode, and use that to better identify if external proxies have corrupted the process, vs internal use of cache (such as at startup) has caused a "dictionary not found" error to emerge. r=openvcdiff,huanr Review URL: http://codereview.chromium.org/18355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8290 0039d316-1c4b-4281-b951-d872f2087c98
* Don't know why I missed the colourpicker SVG test. It just needed afinnur@google.com2009-01-204-48/+48
| | | | | | | | rebaseline since only font metrics are off and gradients now work. Review URL: http://codereview.chromium.org/18185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8288 0039d316-1c4b-4281-b951-d872f2087c98
* 158.0: should have been bumped last weekmal@chromium.org2009-01-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8287 0039d316-1c4b-4281-b951-d872f2087c98
* Update XCode project after a bunch of files moved in the tree.jeremy@chromium.org2009-01-201-4/+36
| | | | | | Review URL: http://codereview.chromium.org/16612 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8286 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle the unit_tests project to correctly classify each tests. It will ↵maruel@chromium.org2009-01-201-571/+603
| | | | | | | | | simplify the splitting work/resource work afterward. Didn't change the actually list of included source files. Review URL: http://codereview.chromium.org/18366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8285 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to using the image decoders from third_party/WebKitdarin@chromium.org2009-01-2027-5340/+179
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/18365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8284 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the about:internets view :(brettw@chromium.org2009-01-206-135/+2
| | | | | | | | This will make it diffitult to remove the tab contents type system and to port, so I'm sadly removing it. Review URL: http://codereview.chromium.org/18408 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8283 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old initializer.brettw@chromium.org2009-01-201-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8282 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8263.brettw@chromium.org2009-01-208-148/+422
| | | | | | Review URL: http://codereview.chromium.org/18351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8281 0039d316-1c4b-4281-b951-d872f2087c98
* Porting in chrome/browser/phajdan.jr@chromium.org2009-01-2013-166/+192
| | | | | | Review URL: http://codereview.chromium.org/17606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8280 0039d316-1c4b-4281-b951-d872f2087c98
* Marking more mac tests w/ their flakey status.thomasvl@chromium.org2009-01-201-7/+28
| | | | | | | | | Pulling a bunch of the svg animation tests on the mac into one block and adding info about what appears to be happening and what the consensus seems to be for solving them once and for all. Review URL: http://codereview.chromium.org/18407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8279 0039d316-1c4b-4281-b951-d872f2087c98
* Updating the status of a much of mac test results, trying to capture more ofthomasvl@chromium.org2009-01-201-8/+18
| | | | | | | the flaky results we see local and on build bot. Review URL: http://codereview.chromium.org/18406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8277 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new webkit with an extra property in DOMWindow.idl.ager@google.com2009-01-201-1/+1
| | | | | | | TBR=sgjesse Review URL: http://codereview.chromium.org/18403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8276 0039d316-1c4b-4281-b951-d872f2087c98
* Add v8 bindings for WebKitCSSMatrix.ager@google.com2009-01-2012-8/+59
| | | | | | Review URL: http://codereview.chromium.org/18361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8275 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to get V8 version 0.4.8.1.sgjesse@chromium.org2009-01-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8274 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: Fix error line numbers.aa@chromium.org2009-01-201-3/+5
| | | | | | | | | | | | | | | | There were two problems here: a) We were adding an extra line number for the function wrapper, but the wrapper didn't include a newline. b) WebKit actually expects these to be one-based, not zero-based. So we were ending up two off. Review URL: http://codereview.chromium.org/18199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8273 0039d316-1c4b-4281-b951-d872f2087c98
* Do not runsome PCM audio tests on the botscpu@google.com2009-01-192-3/+25
| | | | | | | | | | | | | | - They are flaky when somebody RDPs into the bots. The system somehow installs an audio device on the fly that goes bad. - I think this is the issue as well on the trybots TBR=nsylvain Review URL: http://codereview.chromium.org/18197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8272 0039d316-1c4b-4281-b951-d872f2087c98