summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* It's not that you clobbered the change, I just forgot to up the DEPS.sky@google.com2009-01-212-2/+3
| | | | | | | | | | | | I'm also removing the failing test that made me implement this. BUG=none TEST=none TBR=dglazkov Review URL: http://codereview.chromium.org/18633 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8393 0039d316-1c4b-4281-b951-d872f2087c98
* Disables another flakey interstitial uit test:(sky@google.com2009-01-211-1/+3
| | | | | | | | | | BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/18634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8392 0039d316-1c4b-4281-b951-d872f2087c98
* Fix p13n build break due to a change in CommandLine class.munjal@chromium.org2009-01-211-1/+2
| | | | | | | | | This was not noticed since this code only builds if CHROME_PERSONALIZATION is defined. Review URL: http://codereview.chromium.org/18618 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8391 0039d316-1c4b-4281-b951-d872f2087c98
* Add a failing layout test as a result of Webkit merge 39972:40057.jhawkins@chromium.org2009-01-211-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8390 0039d316-1c4b-4281-b951-d872f2087c98
* More fun with SVG. A few more layout tests that had no baseline on Windows ↵finnur@google.com2009-01-2128-53/+812
| | | | | | | | but are passing. Review URL: http://codereview.chromium.org/18395 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8389 0039d316-1c4b-4281-b951-d872f2087c98
* Delete unnecessary file.darin@google.com2009-01-212-80/+0
| | | | | | | | R=amanda Review URL: http://codereview.chromium.org/18369 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8388 0039d316-1c4b-4281-b951-d872f2087c98
* add basic command handling for browser window and for where there are no ↵pinkerton@google.com2009-01-2110-25/+147
| | | | | | | | windows open. Can now create new browser windows. Review URL: http://codereview.chromium.org/18458 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8387 0039d316-1c4b-4281-b951-d872f2087c98
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-2113-148/+87
| | | | | | | | | * Revert "Build fix: release builds seemed to break" Review URL: http://codereview.chromium.org/18460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8386 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: release builds seemed to breakagl@chromium.org2009-01-212-0/+7
| | | | | | | Review URL: http://codereview.chromium.org/18459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8385 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-2112-87/+141
| | | | | | | | | | | | 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@8384 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes a corrupted commit due to svn stupidness.dsh@google.com2009-01-2112-362/+0
| | | | | | Review URL: http://codereview.chromium.org/18456 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8383 0039d316-1c4b-4281-b951-d872f2087c98
* Some cleanup to the PluginList Singleton.deanm@chromium.org2009-01-212-31/+35
| | | | | | | | | | | | | - Remove unneeded ref counting. - Remove a static constructor (scoped_refptr). - Remove a leak (extra_plugin_paths_). This slightly changes the code, since PlatformInit could be called before Singleton, via AddExtraPluginPaths. I don't think this should be a problem. Review URL: http://codereview.chromium.org/18454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8382 0039d316-1c4b-4281-b951-d872f2087c98
* Disables an interstitial test that occassionally fails.sky@google.com2009-01-211-1/+3
| | | | | | | | | BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/18621 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8381 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline these tests where the list boxes are the same size as on Windows,dsh@google.com2009-01-2113-14/+724
| | | | | | | | | | | but on Windows the scrollbar is offset (incorrectly?!) to be slightly outside (by four pixels) the list box. On Linux they are entirely inside the list box, so the size appears the same to the user but the borders are actually rendered correctly. Review URL: http://codereview.chromium.org/18393 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8380 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test fast/canvas/set-colors.html . Our CMYK -> RGBsky@google.com2009-01-211-0/+71
| | | | | | | | | | | converter is different than that of Apple, so we need to rebaseline. BUG=none TEST=none Review URL: http://codereview.chromium.org/18620 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8379 0039d316-1c4b-4281-b951-d872f2087c98
* Add test shell resources into the linux .pak file.tc@google.com2009-01-218-96/+196
| | | | | | | | | | | | | | Add a new test_shell_resources.grd that is only used on linux and add it into test_shell.pak. Move the data pack initialization into the global init and cleanup methods. Move the old code for loading from disk into the platform specific files. Review URL: http://codereview.chromium.org/18385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8378 0039d316-1c4b-4281-b951-d872f2087c98
* Return ERR_SSL_PROTOCOL_ERROR instead of the defaultwtc@chromium.org2009-01-211-1/+1
| | | | | | | | | | | | | ERR_FAILED when we read EOF during the SSL handshake. The ERR_SSL_PROTOCOL_ERROR error code will allow the TLS-intolerant server handling code in http_network_transaction.cc to kick in if necessary. R=eroman BUG=5894 Review URL: http://codereview.chromium.org/18606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8377 0039d316-1c4b-4281-b951-d872f2087c98
* Make test_shell require test_shell.paktc@google.com2009-01-211-0/+1
| | | | | | | | | This fixes a bug where "hammer Hammer/test_shell" would not copy test_shell.pak to Hammer/test_shell.pak. Review URL: http://codereview.chromium.org/18455 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8376 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test that is only off by a few antialiased pixels.jhawkins@chromium.org2009-01-214-2/+12
| | | | | | | TBR=estade Review URL: http://codereview.chromium.org/18607 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8374 0039d316-1c4b-4281-b951-d872f2087c98
* Update test list after the merge.dglazkov@google.com2009-01-211-1/+2
| | | | | | | | | TBR=jeremy Review URL: http://codereview.chromium.org/18619 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8371 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39972:40057, Chromium side.dglazkov@google.com2009-01-2114-38/+89
| | | | | | | | R=jeremy Review URL: http://codereview.chromium.org/18608 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8370 0039d316-1c4b-4281-b951-d872f2087c98
* disable test\ntc@google.com2009-01-211-1/+1
| | | | | | | | | | disable SecondLaunch. This looks command line related. tbr=evan Review URL: http://codereview.chromium.org/18617 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8369 0039d316-1c4b-4281-b951-d872f2087c98
* add dependencies to the core targets used by the apppinkerton@google.com2009-01-211-2/+80
| | | | | | Review URL: http://codereview.chromium.org/18450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8368 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome.dll's resources to unit_tests.exe for "in-process" testing.maruel@chromium.org2009-01-213-5/+126
| | | | | | | Add missing .h files in chrome_dll.vcproj. Review URL: http://codereview.chromium.org/18605 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8366 0039d316-1c4b-4281-b951-d872f2087c98
* Mac tests fixable tweaksthomasvl@chromium.org2009-01-211-3/+11
| | | | | | | | - Update a few more common patterns from the last 24 hours trying to keep the mac builds green. Review URL: http://codereview.chromium.org/16613 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8365 0039d316-1c4b-4281-b951-d872f2087c98
* Get browser window showing using a Browser object and accompanying ↵pinkerton@google.com2009-01-2114-35/+1833
| | | | | | | | scaffolding. Adds browser window controller and shim from NSWindow to BrowserWindow. Review URL: http://codereview.chromium.org/18368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8364 0039d316-1c4b-4281-b951-d872f2087c98
* Share DidProcessCrash between Linux and Mac.deanm@chromium.org2009-01-212-25/+26
| | | | | | | Review URL: http://codereview.chromium.org/18447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8363 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up a bunch of style errors in process_util_linux.cc.deanm@chromium.org2009-01-211-27/+30
| | | | | | | Review URL: http://codereview.chromium.org/18615 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8362 0039d316-1c4b-4281-b951-d872f2087c98
* Discard corrupt old logs in UMA uploadjar@chromium.org2009-01-211-6/+11
| | | | | | | | | | | | Detect logs that are unacceptable to the server, and don't retransmit them (it won't help to send them again). bug= 1505736 r=huanr,evanm Review URL: http://codereview.chromium.org/18444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8361 0039d316-1c4b-4281-b951-d872f2087c98
* use a registrar to safely remove observertc@google.com2009-01-212-6/+5
| | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/18442 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8359 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more crash_service fixery.evan@chromium.org2009-01-211-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8358 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the scons buildben@chromium.org2009-01-212-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8357 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash_service to use different CommandLine API.evan@chromium.org2009-01-211-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8356 0039d316-1c4b-4281-b951-d872f2087c98