summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First step of porting VisitedLinkMaster to POSIX:jeremy@chromium.org2009-01-2712-102/+243
| | | | | | | | | | | | * Use POSIX file access APIs rather than HANDLEs. * Add stubs so that VisitedLinkMaster compiles on POSIX. Still to be done: * Bring up Surrounding infrastructure to turn on unit tests. Review URL: http://codereview.chromium.org/18530 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8721 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linux build breakage.maruel@chromium.org2009-01-271-0/+3
| | | | | | Review URL: http://codereview.chromium.org/19020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8720 0039d316-1c4b-4281-b951-d872f2087c98
* Unimportant cleanup.avi@chromium.org2009-01-272-2/+2
| | | | | | Review URL: http://codereview.chromium.org/18847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8718 0039d316-1c4b-4281-b951-d872f2087c98
* More updates to build optimization settings.deanm@chromium.org2009-01-271-4/+5
| | | | | | | | | | | | | | - Don't pass -s, this doesn't really help anything. The way we will have to generate our final executables is with -g, and then strip them, since we will need to keep the original for its symbols. - Only gc sections in official build. This might slightly improve release link time (at the cost of size). This allows release to build with GOLD. Review URL: http://codereview.chromium.org/18846 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8717 0039d316-1c4b-4281-b951-d872f2087c98
* Add HexStringToBytes which takes an arbitrary length hex string and creates ↵erikkay@google.com2009-01-273-0/+97
| | | | | | | | a vector of bytes. Review URL: http://codereview.chromium.org/18814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8716 0039d316-1c4b-4281-b951-d872f2087c98
* Porting in chrome/views/phajdan.jr@chromium.org2009-01-277-47/+39
| | | | | | | | Some highlights: label, throbber. And others. Review URL: http://codereview.chromium.org/18757 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8715 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the nib references.avi@chromium.org2009-01-271-6/+3
| | | | | | Review URL: http://codereview.chromium.org/18779 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8714 0039d316-1c4b-4281-b951-d872f2087c98
* Force SCons to use the VC8 toolchain. (Take 2)maruel@chromium.org2009-01-271-0/+5
| | | | | | | | | | In the presence of an installed copy of the 6.1 SDK, SCons would pick up on the presence of the VC9 toolchain which tags along with it. It would proceed to populate the environment with a mismatched set of paths referring to VC9 includes and libs, which in turn would cause the chrome base build to terminate with a LNK1103 error complaining of corrupt symbols. Patch contributed by Siggi @ Google. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8713 0039d316-1c4b-4281-b951-d872f2087c98
* If the shell is in layout tests mode, we lie and don't return the grow boxthomasvl@chromium.org2009-01-271-4/+5
| | | | | | | | | location. This cases the resizer to draw over the scroll arrows which makes our images match the webkit ones so we can avoid rebasing everything w/ scrollbars. Review URL: http://codereview.chromium.org/19016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8712 0039d316-1c4b-4281-b951-d872f2087c98
* Flag two tests that show these status pretty often on the build bots.thomasvl@chromium.org2009-01-271-2/+2
| | | | | | Review URL: http://codereview.chromium.org/19015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8711 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue r8671estade@chromium.org2009-01-276-9/+708
| | | | | | | | | *mark one as failing that shouldn't have been unmarked *include some rebases that got left out Review URL: http://codereview.chromium.org/18840 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8705 0039d316-1c4b-4281-b951-d872f2087c98
* Revert change 8693 because it breaks the unit_tests.nsylvain@chromium.org2009-01-2713-139/+83
| | | | | | | TBR Review URL: http://codereview.chromium.org/19009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8704 0039d316-1c4b-4281-b951-d872f2087c98
* Add include for libjpegnsylvain@chromium.org2009-01-271-0/+1
| | | | | | Review URL: http://codereview.chromium.org/18839 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8703 0039d316-1c4b-4281-b951-d872f2087c98
* Comment out a NOTIMPLEMENTED() so that a layout test passes.estade@chromium.org2009-01-272-4/+3
| | | | | | Review URL: http://codereview.chromium.org/19002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8702 0039d316-1c4b-4281-b951-d872f2087c98
* Add a dummy function CrashBug6500 so that the returnwtc@chromium.org2009-01-271-17/+11
| | | | | | | | | | | value and error code of the WaitForSingleObject call are captured as function arguments in the crash dumps. R=eroman BUG=6500 Review URL: http://codereview.chromium.org/18788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8701 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac build.estade@chromium.org2009-01-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/19008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8700 0039d316-1c4b-4281-b951-d872f2087c98
* Try2 of issue 18772. (move jpeg_codec* to base/gfx)estade@chromium.org2009-01-2724-1817/+1877
| | | | | | Review URL: http://codereview.chromium.org/18838 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8699 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust SDCH problem code histogram.jar@chromium.org2009-01-273-5/+9
| | | | | | | | | | | | Tentative SDCH was not properly noted, and this caused some confusion in the SDCH problem codes. I corrected the assertion of a tentative sdch, and renumbered (to new numbers) all problem codes that might have been varied. r=huanr Review URL: http://codereview.chromium.org/18780 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8698 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 3 more tests. These only failed in our port, but appeartc@google.com2009-01-278-398/+401
| | | | | | | | | | | to be the same cause as the tests rebaselined in r40148. Table cell sizes changed a little causing us to rebaseline these tests. Add a comment as to why the last Windows regression is happening. Review URL: http://codereview.chromium.org/18798 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8697 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression caused by CommandLine change.kuchhal@chromium.org2009-01-271-1/+2
| | | | | | | | | BUG=6863 Review URL: http://codereview.chromium.org/19001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8696 0039d316-1c4b-4281-b951-d872f2087c98
* Moved Init() before startup_data_->event.Signal() because derivedjrg@chromium.org2009-01-276-10/+53
| | | | | | | | | | | | | | | classes may not be safe to use until Init() has been called. As an example, RenderThread() creates it's IPC::SyncChannel in Init(), so it isn't safe to call Send() method until after. Update use of a Thread (hit with ui_tests) to no longer require Init() be called after the startup event is signaled (required old thread behavior). Ran a bunch more tests on Windows to try harder to make sure I didn't break anything. Review URL: http://codereview.chromium.org/18824 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8695 0039d316-1c4b-4281-b951-d872f2087c98
* undo 8692 (fix build failure)estade@chromium.org2009-01-2721-74/+39
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8694 0039d316-1c4b-4281-b951-d872f2087c98
* Extract a cross-platform LocationBar interface accessible via the ↵ben@chromium.org2009-01-2713-83/+139
| | | | | | | | BrowserWindow interface that the Browser object can use to do locationbar-ey things without directly depending on Views. Review URL: http://codereview.chromium.org/18826 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8693 0039d316-1c4b-4281-b951-d872f2087c98
* Move jpeg_codec.* to base/gfxestade@chromium.org2009-01-2721-39/+74
| | | | | | Review URL: http://codereview.chromium.org/18772 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8692 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes my accidental check-in of renderer.vcproj with CRLF endings.scherkus@chromium.org2009-01-271-343/+343
| | | | | | | | | | | If you look at my last check-in you'll notice that all the lines have changed: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/renderer.vcproj?r1=7827&r2=8652 Reitveld doesn't display these changes, which is why I didn't notice. Review URL: http://codereview.chromium.org/18794 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8691 0039d316-1c4b-4281-b951-d872f2087c98
* Wire the eula and the dialog display codecpu@google.com2009-01-2710-19/+223
| | | | | | | | | | | - html, css and js to live in the installer as resources. The right combo of resources is selected based on system lang - currently the approach is to have chrome show the eula by spawing setup.exe --show-eula BUG=1468838 Review URL: http://codereview.chromium.org/18732 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8690 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing txt baselines in Linux for layout tests that had images ↵jhawkins@chromium.org2009-01-279-10/+733
| | | | | | | | rebaselined. Georgian font is picked up now, so rebaseline two tests that depended on that fix. Review URL: http://codereview.chromium.org/18834 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8689 0039d316-1c4b-4281-b951-d872f2087c98
* Generation of .vcproj files for remaining third_party components.sgk@google.com2009-01-2715-85/+622
| | | | | | | | | | | | | | | | | | | | | | | | Updates the .vcproj files themselves for stylistic consistency with the rest. Affected .vcproj files: * No change (byte-for-byte identical): third_party\libxml\build\libxml.vcproj third_party\bsdiff\bsdiff.vcproj third_party\sqlite\sqlite.vcproj * Add empty <ToolFiles>, <References> and <Globals> sections: third_party\libxslt\build\libxslt.vcproj third_party\bspatch\bspatch.vcproj third_party\bzip2\bzip2.vcproj third_party\lzma\7z_C.vcproj third_party\modp_b64\modp_b64.vcproj third_party\libjpeg\libjpeg.vcproj * Add explicit RootNamspace attribute: third_party\bzip2\bzip2.vcproj * Reorder DisableSpecificWarnings and PreprocessorDefinitions attributes in VCCLCompilerTool: third_party\bzip2\bzip2.vcproj Review URL: http://codereview.chromium.org/18785 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8688 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused invalid_cert.pem.dkegel@google.com2009-01-271-41/+0
| | | | | | | | | | | | | (wtc says: Jay Campan created the three certificates. He said he created invalid_cert.pem by changing one byte in the certificate's signature. The reason we aren't using invalid_cert.pem is that our test server won't start up with an invalid certificate.) Review URL: http://codereview.chromium.org/18793 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8687 0039d316-1c4b-4281-b951-d872f2087c98
* fix the merge script to die on svn errors. Ojan reviewed.eseidel@chromium.org2009-01-271-4/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8686 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable to account for recent passing tests in Linux and anjhawkins@chromium.org2009-01-271-4/+3
| | | | | | | intermittent failure. Review URL: http://codereview.chromium.org/18795 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8685 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 4 more tests.tc@google.com2009-01-267-174/+166
| | | | | | | | | http://trac.webkit.org/changeset/40146 http://trac.webkit.org/changeset/40148 Review URL: http://codereview.chromium.org/18791 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8684 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Make render_view_host compile on Mac & Linux, add to the build."agl@chromium.org2009-01-2610-95/+47
| | | | | | | Review URL: http://codereview.chromium.org/18796 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8683 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for UMR seen by Purifyeseidel@chromium.org2009-01-261-0/+2
| | | | | | | | | http://code.google.com/p/chromium/issues/detail?id=5295 http://trac.webkit.org/changeset/39876 http://codereview.chromium.org/18201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8682 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build.brettw@chromium.org2009-01-261-3/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8681 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build.brettw@chromium.org2009-01-261-2/+2
| | | | | | Review URL: http://codereview.chromium.org/18829 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8680 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in bug 6315.kuchhal@chromium.org2009-01-262-4/+7
| | | | | | | | | BUG=6315 Review URL: http://codereview.chromium.org/18672 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8679 0039d316-1c4b-4281-b951-d872f2087c98
* See if mac bitches about not having config.hmbelshe@google.com2009-01-263-0/+3
| | | | | | Review URL: http://codereview.chromium.org/18828 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8678 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build.brettw@chromium.org2009-01-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18790 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8677 0039d316-1c4b-4281-b951-d872f2087c98
* Added media as a chrome.dll dependency.scherkus@chromium.org2009-01-262-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18781 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8676 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing instruction_map.cc in sdch/SConscript.thestig@chromium.org2009-01-261-0/+2
| | | | | | | This fixes the SHARED=1 build on Linux. sdch/SConscript last changed in r8644/issue 18717. Review URL: http://codereview.chromium.org/18816 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8675 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 4 more tests where the expected results changed.tc@google.com2009-01-265-326/+328
| | | | | | | | | http://trac.webkit.org/changeset/40144 http://trac.webkit.org/changeset/40147 Review URL: http://codereview.chromium.org/18787 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8674 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests that changed upstream.tc@google.com2009-01-267-115/+109
| | | | | | | | http://trac.webkit.org/changeset/40154 Review URL: http://codereview.chromium.org/18825 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8673 0039d316-1c4b-4281-b951-d872f2087c98
* Make render_view_host compile on Mac & Linux, add to the build.brettw@google.com2009-01-269-42/+89
| | | | | | Review URL: http://codereview.chromium.org/18600 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8672 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a lot of Linux layout tests.estade@chromium.org2009-01-2654-44/+905
| | | | | | | | | These were recently rebaselined on Windows. The differences are mostly due to recent SVG updates. Review URL: http://codereview.chromium.org/18735 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8671 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix mac buildmbelshe@google.com2009-01-261-0/+12
| | | | | | Review URL: http://codereview.chromium.org/18827 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8670 0039d316-1c4b-4281-b951-d872f2087c98
* Add new files for linux/mac ports.mbelshe@google.com2009-01-261-0/+3
| | | | | | Review URL: http://codereview.chromium.org/18819 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8669 0039d316-1c4b-4281-b951-d872f2087c98
* Case sensitive directory names on linuxmbelshe@google.com2009-01-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18786 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8668 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8665.maruel@chromium.org2009-01-261-4/+0
| | | | | | | Broke linux build. Review URL: http://codereview.chromium.org/18820 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8667 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile error in dump_files (didn't catch the error since dump_cache ↵erikkay@google.com2009-01-261-1/+2
| | | | | | | | | | isn't in chrome.sln). TBR=rvargas Review URL: http://codereview.chromium.org/18782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8666 0039d316-1c4b-4281-b951-d872f2087c98