summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add back convolver_unittest.cc and image_operations_unittest.cc.maruel@chromium.org2009-01-226-112/+87
| | | | | | | | | | | Fix a TODO in platform_canvas_unittest.cc. Make vector_canvas_unittest.cc slightly less dependent on base/. Remove Windows 2000 checks. BUG=5113 Review URL: http://codereview.chromium.org/18623 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8458 0039d316-1c4b-4281-b951-d872f2087c98
* More Mac updates trying to stay green:thomasvl@chromium.org2009-01-221-7/+16
| | | | | | | | - A few things were marked as failing that pass local and on the build bot. - Mark a few more flaky things. Review URL: http://codereview.chromium.org/18663 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8455 0039d316-1c4b-4281-b951-d872f2087c98
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-2219-60/+59
| | | | | | Review URL: http://codereview.chromium.org/18499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8454 0039d316-1c4b-4281-b951-d872f2087c98
* NO CODE CHANGE.maruel@chromium.org2009-01-221-0/+6
| | | | | | | Just apply a change that VC will constantly reapply until satisfied. Review URL: http://codereview.chromium.org/18498 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8452 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some uses of Append(FILE_PATH_LITERAL()) with AppendASCII().deanm@chromium.org2009-01-223-15/+15
| | | | | | | | | This also removes an incorrect FILE_PATH_LITERAL(kParentDirectory). They got lucky the macro doesn't do anything on Mac. Review URL: http://codereview.chromium.org/18496 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8451 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify HexEncode.deanm@chromium.org2009-01-222-24/+9
| | | | | | | Review URL: http://codereview.chromium.org/18659 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8450 0039d316-1c4b-4281-b951-d872f2087c98
* Update the command line JavaScript debugger to support the changed debugger ↵sgjesse@chromium.org2009-01-221-1/+1
| | | | | | | | | protocol in V8 0.4.8.1. This change has already been applied to chrome/browser/debugger/resources/debugger_shell.js as http://codereview.chromium.org/18149. Added a simple dir command to test the enumeration of properties in the debugger protocol. Review URL: http://codereview.chromium.org/18449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8449 0039d316-1c4b-4281-b951-d872f2087c98
* We should download text/csv mime types instead of displaying them.abarth@chromium.org2009-01-223-10/+16
| | | | | | | | | BUG=6079 R=darin Review URL: http://codereview.chromium.org/18349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8448 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing test from tests_fixable. With the latest WebKit merge,ager@google.com2009-01-221-5/+0
| | | | | | | we got the correct expected results. Review URL: http://codereview.chromium.org/18457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8444 0039d316-1c4b-4281-b951-d872f2087c98
* The WebContents CL broke unit testscpu@google.com2009-01-221-0/+3
| | | | | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=8416 Blind attempt to fix it. TBR=brettw Review URL: http://codereview.chromium.org/18648 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8441 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Porting renderer/render_view.cc, low hanging fruitagl@chromium.org2009-01-226-27/+168
| | | | | | | Review URL: http://codereview.chromium.org/18468 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8440 0039d316-1c4b-4281-b951-d872f2087c98
* Windows fix: missed on the last oneagl@chromium.org2009-01-221-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18646 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8439 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: typo fixagl@chromium.org2009-01-221-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8438 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: don't want to build render_process till ph_ submits his DNS patchagl@chromium.org2009-01-221-0/+1
| | | | | | | Review URL: http://codereview.chromium.org/18645 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8437 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-229-17/+63
| | | | | | | Review URL: http://codereview.chromium.org/18622 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8436 0039d316-1c4b-4281-b951-d872f2087c98
* Move automation specific accessors to their own interface to make their ↵ben@chromium.org2009-01-227-18/+49
| | | | | | | | purpose clear, and make porting easier. Review URL: http://codereview.chromium.org/18481 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8435 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: move win_util.h to Windows specific blockagl@chromium.org2009-01-221-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8434 0039d316-1c4b-4281-b951-d872f2087c98
* - Fix command line parsing for reliability_tests.huanr@chromium.org2009-01-222-2/+8
| | | | | | | | | | - Disable usage 1 when reliability_tests runs as a stand alone progtram. Usage 1 is used in ui test suite on buildbot to ensure reliability_tests run as intended. Review URL: http://codereview.chromium.org/16816 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8433 0039d316-1c4b-4281-b951-d872f2087c98
* More speedup of scrolling when many windowed plugins in a page. Scrolling ↵jam@chromium.org2009-01-226-28/+83
| | | | | | | | | | | | is now at parity with single process browsers in my testing. This works by making painting of child windows asynchronous. The key is to send, not post, the custom message. This allows the redraw message to jump the queue and get dispatched before other queued [Windows, IPC] messages, which eliminates painting artifacts. Now that painting is asynchronous, I had to take out the SWP_NOREDRAW flag to DeferWindowPos. While it's slightly faster without it, the visual aritfacts are noticable. Review URL: http://codereview.chromium.org/18637 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8432 0039d316-1c4b-4281-b951-d872f2087c98
* Include webkit strings in test shell data pack.tc@google.com2009-01-226-139/+27
| | | | | | | | | | This adds <message> node to the types of GRIT nodes that we can stuff into a data package file and removes a test shell hack. Review URL: http://codereview.chromium.org/18478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8431 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-2213-86/+142
| | | | | | | | | | | | This is an adopted CL from Evan. Original: http://codereview.chromium.org/14504 (see original for review comments etc) Review URL: http://codereview.chromium.org/16814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8430 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the SECOM Trust Root CAs as EV. Note that bothwtc@chromium.org2009-01-221-0/+12
| | | | | | | | | | | | | the original RootCA1 and the new EV RootCA1 need to be marked as EV because the crypto library may build a certification path to either root CA. R=ian BUG=4985 TEST=https://www.secomtrust.net/contact/form.html Review URL: http://codereview.chromium.org/18640 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8429 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test that fails on the buildbot but passes locally as PASS FAIL.estade@chromium.org2009-01-221-1/+3
| | | | | | Review URL: http://codereview.chromium.org/18479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8428 0039d316-1c4b-4281-b951-d872f2087c98
* Mark Linux/Mac layout tests that regressed during the last merge.playmobil@google.com2009-01-221-1/+11
| | | | | | Review URL: http://codereview.chromium.org/18643 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8427 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude .idl files from the generated compilable files lists.sgk@google.com2009-01-221-0/+2
| | | | | | Review URL: http://codereview.chromium.org/16614 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8426 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NOGDI from the SCons build (webkit merge fix).sgk@google.com2009-01-221-4/+0
| | | | | | Review URL: http://codereview.chromium.org/18474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8425 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the tests fast/canvas/canvas-text-alignment.html andsky@google.com2009-01-227-4/+16
| | | | | | | | | | | | | fast/canvas/canvas-text-baseline.html . These now look good after landing the code to properly draw text to a canvas and honor a clip image mask. BUG=none TEST=none Review URL: http://codereview.chromium.org/18642 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8424 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline select tests on Windows post-merge.playmobil@google.com2009-01-2211-12/+5
| | | | | | Review URL: http://codereview.chromium.org/18641 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8423 0039d316-1c4b-4281-b951-d872f2087c98
* Now sorting through some tests in the fast/text folder.finnur@google.com2009-01-2224-139/+3886
| | | | | | | | | | | | | | | You'll find the diffs from running those tests on my machine (along with pixel diffs) in this folder on my *home* directory (not the link I've been directing you to lately), under: \upload\layout_tests\Review_18473 Most of these are due to font metrics, except: thai-line-breaks-image only differs in the scrollbar pixels. bidi-menulist-image wasn't drawing the outline of the combobox I'll keep the images around until this review is done. Review URL: http://codereview.chromium.org/18473 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8422 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-223-1/+46
| | | | | | | | This function takes a pointer to a chunk of memory and formats the bytes as hex. Review URL: http://codereview.chromium.org/18452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8420 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ATL from wmi_utilcpu@google.com2009-01-212-42/+68
| | | | | | | | | | | | | - CComptr and CComBstr gone, baby gone - scoped_comptr_win.h file had a CRLF or at least VC thinks so - Future work: Grow variant helper class to be really helpful - Unit tests already exist It seems base is now free of ATL Review URL: http://codereview.chromium.org/18610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8419 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a timing issue that caused gears to fail to load sometimes.mpcomplete@google.com2009-01-216-15/+15
| | | | | | | | BUG=http://b/issue?id=1559007 BUG=http://code.google.com/p/chromium/issues/detail?id=4219 Review URL: http://codereview.chromium.org/18604 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8417 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out the test web contents from the WebContents unit test so that it canbrettw@chromium.org2009-01-2111-397/+470
| | | | | | | | | | be used by other tests. Properly hook up the MockRenderProcessHost so it gets created when initialized by SiteInstances through a factory object. Fix other bugs with the test harness I found when I switched all the WebContents test over to using it. Review URL: http://codereview.chromium.org/18432 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8416 0039d316-1c4b-4281-b951-d872f2087c98
* Add V8 bindings for Worker.jianli@chromium.org2009-01-2119-7/+731
| | | | | | Review URL: http://codereview.chromium.org/17246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8414 0039d316-1c4b-4281-b951-d872f2087c98
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-213-3/+65
| | | | | | Review URL: http://codereview.chromium.org/18603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8413 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in latest webkit.sky@google.com2009-01-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8412 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SecondLaunch unit test.evan@chromium.org2009-01-212-2/+3
| | | | | | | | | BUG=6722 Review URL: http://codereview.chromium.org/18472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8410 0039d316-1c4b-4281-b951-d872f2087c98
* More test list updates following merge 39972:40057estade@chromium.org2009-01-213-4/+5
| | | | | | | | And a rebaseline on a new test. Review URL: http://codereview.chromium.org/18464 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8408 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests. The only difference between the expected and ↵sidchat@google.com2009-01-2111-8/+83
| | | | | | | | the actual are the fonts layout. These are again those tests where the expectations are lies. Review URL: http://codereview.chromium.org/18624 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8407 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 6520 by ensuring that InfoBarClosed is called whenever a tab is ↵tim@chromium.org2009-01-215-27/+12
| | | | | | | | | | | closed or a navigation to a URL that is not supported by the current TabContentsType takes place by invoking it on all InfoBarDelegates from TabContents::Destroy(), which is the best least-common-denominator I've found for doing this work. Alternatively I could have made InfoBarDelegate listen for TAB_CONTENTS_DESTROYED and self-invoke InfoBarClosed but that seemed unorthodox (relatively speaking). This prevents InfoBarDelegates from leaking in these cases. BUG=6520 Review URL: http://codereview.chromium.org/18381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8406 0039d316-1c4b-4281-b951-d872f2087c98
* Add additional linux resources to test_shell_resources.tc@google.com2009-01-216-15/+48
| | | | | | | | | | After this change, test_shell only requires icudt38l.dat and test_shell.pak. Review URL: http://codereview.chromium.org/18463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8405 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup XCode project after WebKit Merge.jeremy@chromium.org2009-01-211-4/+22
| | | | | | Review URL: http://codereview.chromium.org/18471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8404 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps file from previous merge.playmobil@google.com2009-01-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8403 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Merge 40059:40086playmobil@google.com2009-01-215-10/+45
| | | | | | Review URL: http://codereview.chromium.org/18632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8402 0039d316-1c4b-4281-b951-d872f2087c98
* fix test list syntax on linuxtc@google.com2009-01-211-1/+1
| | | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/18636 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8401 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up BackForwardList changes.dglazkov@google.com2009-01-211-1/+1
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/18467 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8399 0039d316-1c4b-4281-b951-d872f2087c98
* Semi-unfork BackForwardList, Chromium side.dglazkov@google.com2009-01-213-7/+7
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/18626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8398 0039d316-1c4b-4281-b951-d872f2087c98
* This is the frozen interface definition for the media pipeline, filters, and ↵ralphl@chromium.org2009-01-219-279/+346
| | | | | | | | | | | | | | filter hosts. It has been pre-code-reviewed by scherkus already. There is no actual implementation in this change -- only an empty skeleton for every public method is provided. The actual code is ready, but this change is intended to get buy-off for the public interface. I added pipeline_impl.cc to the media_lib.scons since it was missing (it was present in the .sln file already) Review URL: http://codereview.chromium.org/18380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8396 0039d316-1c4b-4281-b951-d872f2087c98
* File bugs on a few layout test failures.brettw@chromium.org2009-01-211-1/+2
| | | | | | Review URL: http://codereview.chromium.org/18627 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8395 0039d316-1c4b-4281-b951-d872f2087c98
* Adds AppendASCII which will append an ASCII path component.erikkay@google.com2009-01-213-1/+29
| | | | | | | | Since this is safe to do on all platform path encodings (even Linux), this allows path components to be taken from ASCII sources without #ifdefs for the caller. Review URL: http://codereview.chromium.org/18134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8394 0039d316-1c4b-4281-b951-d872f2087c98