summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)tc@google.com2009-01-161-1/+1
| | | | | | | | | TBR=tommi Review URL: http://codereview.chromium.org/18135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8157 0039d316-1c4b-4281-b951-d872f2087c98
* Move metrics files into a subdirben@chromium.org2009-01-1648-110/+118
| | | | | | Review URL: http://codereview.chromium.org/18302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8156 0039d316-1c4b-4281-b951-d872f2087c98
* scons win fixtc@google.com2009-01-161-1/+1
| | | | | | | | | | | | I moved webkit_resources.rc but didn't update the chrome SConscript file. TBR=sgk Review URL: http://codereview.chromium.org/18133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8155 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 39933:39953brettw@chromium.org2009-01-162-5/+5
| | | | | | Review URL: http://codereview.chromium.org/18301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8154 0039d316-1c4b-4281-b951-d872f2087c98
* DEFERs a test that is expecting spelling error markers to besky@google.com2009-01-161-2/+3
| | | | | | | | | | | | drawn. This is a low priority, so I'm DEFERing. BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/18129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8153 0039d316-1c4b-4281-b951-d872f2087c98
* The ubuntu version of valgrind doesn't have "--track-origins".erg@google.com2009-01-161-1/+3
| | | | | | | Review URL: http://codereview.chromium.org/18295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8152 0039d316-1c4b-4281-b951-d872f2087c98
* Baselines three tests that were never baselined. They are all slightlysky@google.com2009-01-1610-3/+1268
| | | | | | | | | | | different because of font sizes, otherwise they look fine. BUG=none TEST=none Review URL: http://codereview.chromium.org/18128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8150 0039d316-1c4b-4281-b951-d872f2087c98
* Fix windows scons build.ben@chromium.org2009-01-161-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8149 0039d316-1c4b-4281-b951-d872f2087c98
* Move search code to a subdirben@chromium.org2009-01-1657-144/+243
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8148 0039d316-1c4b-4281-b951-d872f2087c98
* Add data pack file format to the grit output type and enable it for ↵tc@google.com2009-01-167-3/+121
| | | | | | | | | | | | | | | | | | webkit_resources.grd. This only adds support for <include> nodes. <message> nodes are forthcoming. The design doc describing the format is here: http://dev.chromium.org/developers/design-documents/linuxresourcesandlocalizedstrings I hooked into the <release> tag because we need to generate an index at the beginning of the file. The index contains the position of all the resources, so we walk the file at that point. This currently only handles <include> tags, but will be extended to handle <message> as well. Review URL: http://codereview.chromium.org/18215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8147 0039d316-1c4b-4281-b951-d872f2087c98
* Mark test as failing after the mergebrettw@chromium.org2009-01-161-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8146 0039d316-1c4b-4281-b951-d872f2087c98
* Add another test case.ericroman@google.com2009-01-161-0/+25
| | | | | | Review URL: http://codereview.chromium.org/18111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8144 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/Linux test fixes: hopefully this will fix some flakey testsagl@chromium.org2009-01-162-30/+54
| | | | | | | Review URL: http://codereview.chromium.org/18298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8143 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test fast/css/font-face-default-font.html. As far as Isky@google.com2009-01-164-20/+15
| | | | | | | | | | | can tell the output looks good to me. BUG=none TEST=none Review URL: http://codereview.chromium.org/18114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8142 0039d316-1c4b-4281-b951-d872f2087c98
* Back out erroneous r8140mark@chromium.org2009-01-162-4/+8
| | | | | | Review URL: http://codereview.chromium.org/18124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8141 0039d316-1c4b-4281-b951-d872f2087c98
* Fix OSX compilejeremy@chromium.org2009-01-152-8/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8140 0039d316-1c4b-4281-b951-d872f2087c98
* fix path, other file doesn't existtc@google.com2009-01-151-1/+1
| | | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/18123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8139 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build fixagl@chromium.org2009-01-152-5/+5
| | | | | | | Review URL: http://codereview.chromium.org/18122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8138 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor layout test bug report summary to add support for UI tests.erikkay@google.com2009-01-151-14/+31
| | | | | | Review URL: http://codereview.chromium.org/18293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8137 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build fixagl@chromium.org2009-01-151-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/16610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8136 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude some ui_tests from the purify bot that often stall.paulg@google.com2009-01-151-2/+10
| | | | | | | These tests will be added back later. Review URL: http://codereview.chromium.org/18062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8135 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for multiple files in FileChooserzork@google.com2009-01-151-5/+13
| | | | | | | | | BUG=4358 R=darin Review URL: http://codereview.chromium.org/18285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8134 0039d316-1c4b-4281-b951-d872f2087c98
* Fix current working directory problem in chrome_tests.sh.erg@google.com2009-01-151-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8133 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build fix: xcode updatesagl@chromium.org2009-01-151-4/+8
| | | | | | | Review URL: http://codereview.chromium.org/18294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8132 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of WebKit merge 39913:39933brettw@chromium.org2009-01-156-6/+26
| | | | | | Review URL: http://codereview.chromium.org/18283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8131 0039d316-1c4b-4281-b951-d872f2087c98
* Windows scons fix: more functions static and scons file fixagl@chromium.org2009-01-152-2/+3
| | | | | | | Review URL: http://codereview.chromium.org/18291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8130 0039d316-1c4b-4281-b951-d872f2087c98
* Windows scons fix: forgot to rename some testsagl@chromium.org2009-01-151-4/+4
| | | | | | | Review URL: http://codereview.chromium.org/18290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8129 0039d316-1c4b-4281-b951-d872f2087c98
* GCC on the buildbots is more pickyagl@chromium.org2009-01-151-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8128 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Build fix for WaitableEvent mergeagl@chromium.org2009-01-151-3/+3
| | | | | | | Review URL: http://codereview.chromium.org/18116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8127 0039d316-1c4b-4281-b951-d872f2087c98
* WaitableEvent is the replacement for Windows events. Previously in the code, ↵agl@chromium.org2009-01-1550-266/+1418
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a HANDLE from CreateEvent was used for signaling, both within a process and across processes. WaitableEvent is the cross platform replacement for this. To convert: * HANDLE -> base::WaitableEvent* * ScopedHandle -> scoped_ptr<base::WaitableEvent> * CreateEvent -> new base::WaitableEvent * SetEvent -> base::WaitableEvent::Signal * ResetEvent -> base::WaitableEvent::Reset * ObjectWatcher -> base::WaitableEventWatcher * WaitForMultipleObjects -> static base::WaitableEvent::WaitMany ObjectWatcher remains for Windows specific code. WaitableEventWatcher has an identical interface save, * It uses WaitableEvents, not HANDLEs * It returns void from StartWatching and StopWatcher, rather than errors. System internal errors are fatal to the address space IMPORTANT: There are semantic differences between the different platforms. WaitableEvents on Windows are implemented on top of events. Windows events work across process and this is used mostly for modal dialog support. Windows events can be duplicated with DuplicateHandle. On other platforms, WaitableEvent works only within a single process. In the future we shall have to replace the current uses of cross-process events with IPCs. BEWARE: HANDLE, on Windows, is a void *. Since any pointer type coerces to void *, you can pass a WaitableEvent * where a HANDLE is expected without any build-time errors. Review URL: http://codereview.chromium.org/16554 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8126 0039d316-1c4b-4281-b951-d872f2087c98
* Pull plugin files from the Linux build; it's not ready yet.avi@google.com2009-01-151-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8124 0039d316-1c4b-4281-b951-d872f2087c98
* Adds main_function_params.h to common.vcproj.sky@google.com2009-01-151-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/18284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8123 0039d316-1c4b-4281-b951-d872f2087c98
* New implementations of core plugin libraries.avi@google.com2009-01-1520-567/+1199
| | | | | | Review URL: http://codereview.chromium.org/17427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8122 0039d316-1c4b-4281-b951-d872f2087c98
* Add an image diff link to failed layout tests.estade@chromium.org2009-01-1511-17/+177
| | | | | | Review URL: http://codereview.chromium.org/18023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8119 0039d316-1c4b-4281-b951-d872f2087c98
* Mark layout tests as still failing.mmoss@google.com2009-01-151-0/+6
| | | | | | | | | | This partially reverts commit r17632: "Rebaseline Windows/Linux tests with workaround from PatternSkia.cpp." Review URL: http://codereview.chromium.org/18107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8118 0039d316-1c4b-4281-b951-d872f2087c98
* More SVG rebaselines and whatnot.estade@chromium.org2009-01-1511-15/+13
| | | | | | | | | | | | | | * text-dom-01-f: we have incorrect baselines on both linux and windows. Delete them and mark the test as failing. * 003-broken: now passes on Linux due to Windows rebaseline * use-on-non-svg-namespaced-element: ditto * glyph-selection-lang-attribute: ditto * invalid-css: rebaseline images on Linux * inline-svg-in-xhtml: ditto Review URL: http://codereview.chromium.org/18262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8117 0039d316-1c4b-4281-b951-d872f2087c98
* Enhance error report info (and correct typos)jar@chromium.org2009-01-151-3/+3
| | | | | | | r=sky Review URL: http://codereview.chromium.org/18280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8116 0039d316-1c4b-4281-b951-d872f2087c98
* Removed Interface from the end of a bunch of media classes.scherkus@chromium.org2009-01-157-76/+74
| | | | | | | | Also added in missing "public" inheritance to FilterFactory. Review URL: http://codereview.chromium.org/18261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8114 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the backing font from Times to 'times new roman'. This matchessky@google.com2009-01-152-5/+8
| | | | | | | | | | | | earlier change (http://codereview.chromium.org/12457) that changed another place from Times to 'times new roman'. BUG=none TEST=none Review URL: http://codereview.chromium.org/18099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8113 0039d316-1c4b-4281-b951-d872f2087c98
* Fie.ben@chromium.org2009-01-1571-223/+7732
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8111 0039d316-1c4b-4281-b951-d872f2087c98
* Part of previous move that seems to have gotten botched.ben@chromium.org2009-01-1514-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8110 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for Issue 3258: Tabs created when tabstrip is compressed pending resizeben@chromium.org2009-01-152-3/+12
| | | | | | | | | | | | | | | | relayout should not force resize relayout. This is proposed solution one from the comment#5 which is to create new tabs without resizing existing tabs unless there is no room for the new tab. BUG=3258 Change from Itai Danan (idanan@google.com) Code review: http://codereview.chromium.org/14050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8109 0039d316-1c4b-4281-b951-d872f2087c98
* Move search engines files into subdirben@chromium.org2009-01-1555-7729/+211
| | | | | | Review URL: http://codereview.chromium.org/18263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8108 0039d316-1c4b-4281-b951-d872f2087c98
* Add a sleep timeout argument to the ui_test scripts. This willpaulg@google.com2009-01-153-2/+15
| | | | | | | | allow tests that use inline calls to Sleep() to not delay too long when running under Purify. Review URL: http://codereview.chromium.org/18260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8107 0039d316-1c4b-4281-b951-d872f2087c98
* More Mac test updatesthomasvl@chromium.org2009-01-151-12/+15
| | | | | | | | | | | | | - remove one test that now passes (because of the clipboard change pushed earlier today) - mark on defer as win &linux since mac passes it - remove another mac test entry we now pass (webkit fixes?) - mark a few more mac entries w/ timeout and/or crash to try and match what we're seeing on build bots/local runs. Review URL: http://codereview.chromium.org/18102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8106 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the build time generation of config.h and xmlversion.h.tc@google.com2009-01-1516-266/+562
| | | | | | | | | | This adds a bat file which will generate config.h and xmlversion.h into the win32 directory. I updated include paths and everything seems to build. Review URL: http://codereview.chromium.org/18243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8105 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline Windows/Linux tests with workaround from PatternSkia.cpp. See ↵mmoss@google.com2009-01-1510-44/+40
| | | | | | | | | Issue 17365 and WebKit r39921. Review URL: http://codereview.chromium.org/17632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8104 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Mark some extra failing Linux layout tests after the merge."tc@google.com2009-01-153-1028/+3
| | | | | | | | | | | | | | This reverts r8102. Revert "Add the DejaVu Sans font to the optional font list to pick up Georgian glyphs." This reverts r8095. TBR=brettw Review URL: http://codereview.chromium.org/18100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8103 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some extra failing Linux layout tests after the merge.brettw@chromium.org2009-01-151-0/+27
| | | | | | Review URL: http://codereview.chromium.org/18276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8102 0039d316-1c4b-4281-b951-d872f2087c98
* Do not remove quotes around paths in command line to setup.exe.kuchhal@chromium.org2009-01-151-15/+18
| | | | | | | | | BUG=1546676 Review URL: http://codereview.chromium.org/18244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8101 0039d316-1c4b-4281-b951-d872f2087c98