summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds pointer to WebKit bug in tests_fixable.sky@google.com2009-02-051-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/21106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9267 0039d316-1c4b-4281-b951-d872f2087c98
* Report timeout before sending EOF to mark the correct test as timed out.kuchhal@chromium.org2009-02-051-1/+1
| | | | | | | | BUG=7428 Review URL: http://codereview.chromium.org/20102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9266 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double free in test_shell_tests on linux with SHARED=1.tc@google.com2009-02-051-7/+14
| | | | | | | | | | Original patch by Craig Schlenter at: http://codereview.chromium.org/17233 Review URL: http://codereview.chromium.org/21103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9265 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webkit glue stubs.jrg@chromium.org2009-02-052-31/+13
| | | | | | | | | Make unit tests link with libglue.a directly. OSX-only change. Review URL: http://codereview.chromium.org/21065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9264 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-056-76/+175
| | | | | | | | | Takano <takano.naoki@gmail.com> Review URL: http://codereview.chromium.org/18192 Review URL: http://codereview.chromium.org/21097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9263 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable the printing test while I find out what I did wrong.maruel@chromium.org2009-02-051-2/+2
| | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/20105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9262 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break when ENABLE_WORKERS is setjam@chromium.org2009-02-051-0/+9
| | | | | | Review URL: http://codereview.chromium.org/21096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9261 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the expected selenium failures. These were fixed by r9233.sky@google.com2009-02-051-1/+0
| | | | | | | | | | BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/21099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9260 0039d316-1c4b-4281-b951-d872f2087c98
* Stop using the function computePageRects() duplicated in FrameChromium.cpp.maruel@chromium.org2009-02-054-18/+37
| | | | | | | Use the code from PrintContext instead. Review URL: http://codereview.chromium.org/20058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9258 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: get us to the point where we crash at browser->window()->Show()agl@chromium.org2009-02-054-2/+27
| | | | | | | Review URL: http://codereview.chromium.org/20098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9257 0039d316-1c4b-4281-b951-d872f2087c98
* Build the rest of renderer on linux (except plugins).estade@chromium.org2009-02-052-11/+4
| | | | | | Review URL: http://codereview.chromium.org/20092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9256 0039d316-1c4b-4281-b951-d872f2087c98
* Allow clean compilation of dmg_fp under g++ -Wall.mark@chromium.org2009-02-054-25/+263
| | | | | | | | | | | | | | | | | | We build dmg_fp as part of libbase, which mostly contains our own code. As such, we want to build libbase with -Wall -Werror or equivalent. Since the gyp model does not allow per-file compilation settings, we can't do this without modifying dmg_fp or building it into its own library with its own settings. The former seems less invasive. The following gcc warnings are fixed by this patch: - suggest parentheses around assignment used as truth value - deprecated conversion from string constant to 'char*' - comparison between signed and unsigned integer expressions - label 'something' defined but not used - 'whatever' may be used uninitialized in this function Review URL: http://codereview.chromium.org/21093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9255 0039d316-1c4b-4281-b951-d872f2087c98
* Provide pre-generated config.h files for the Mac for sdch and libevent, somark@chromium.org2009-02-055-1/+369
| | | | | | | we don't have to worry about messy generator steps in the gyp-based build. Review URL: http://codereview.chromium.org/23008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9254 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add a big, stubby RenderWidgetHostViewagl@chromium.org2009-02-054-0/+287
| | | | | | | | | | | This implementation is a lot of NOTIMPLEMENTEDs with a little bit of drawing code. It provides a skeleton for future implementation efforts and does, at least, build. Review URL: http://codereview.chromium.org/21091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9253 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up tab close menu item and plumb tab closing scaffolding through UI ↵pinkerton@chromium.org2009-02-055-28/+100
| | | | | | | | layer on Mac. Fix several unregistered prefs issues from other checkins. Review URL: http://codereview.chromium.org/21092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9250 0039d316-1c4b-4281-b951-d872f2087c98
* Can wait for testserver python process to exit. stoyan@chromium.org2009-02-051-15/+27
| | | | | | | This exit could be initiated by the JScript code in a test page notifying us that the test is finished it's time to get the results (saved in server's 'dump' directory). Review URL: http://codereview.chromium.org/21090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9249 0039d316-1c4b-4281-b951-d872f2087c98
* Remove resource message filter from the mac build, I accidentally added it.brettw@google.com2009-02-051-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9248 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linker error on Linux & Mac by stubbing out a function.brettw@chromium.org2009-02-051-0/+3
| | | | | | Review URL: http://codereview.chromium.org/20100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9247 0039d316-1c4b-4281-b951-d872f2087c98
* Build bustage fixes, moved this file, didn't update the include.brettw@chromium.org2009-02-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9246 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build due to conflict with Paul's changebrettw@chromium.org2009-02-051-1/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9245 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the build from my previous file move.brettw@chromium.org2009-02-052-2/+2
| | | | | | Review URL: http://codereview.chromium.org/20096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9243 0039d316-1c4b-4281-b951-d872f2087c98
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-0518-125/+131
| | | | | | | | | | Make the repost form warning portable by abstracting the show function from the view. Rename the Windows repost form warning and move it to browser/views. This also fixes a comment in browser_process.h Review URL: http://codereview.chromium.org/20066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9242 0039d316-1c4b-4281-b951-d872f2087c98
* Make the number of jobs correspond to the number of availabledarin@chromium.org2009-02-051-1/+7
| | | | | | | | | | cores. R=scherkus Review URL: http://codereview.chromium.org/21089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9241 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly spawn render process for posix.pinkerton@chromium.org2009-02-052-1/+24
| | | | | | Review URL: http://codereview.chromium.org/20088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9240 0039d316-1c4b-4281-b951-d872f2087c98
* Updates tests_fixable to remove two failures from merge that have been fixed.sky@google.com2009-02-051-4/+0
| | | | | | | | | BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/20091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9239 0039d316-1c4b-4281-b951-d872f2087c98
* Add simple terminate support for now to help bring up browser/renderer, willthomasvl@chromium.org2009-02-051-1/+8
| | | | | | | get more work as we make it better handle the posix platform. Review URL: http://codereview.chromium.org/20090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9238 0039d316-1c4b-4281-b951-d872f2087c98
* Remove black magic and >100 lines. Unhook a lot of dead code.maruel@chromium.org2009-02-059-321/+73
| | | | | | Review URL: http://codereview.chromium.org/21057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9237 0039d316-1c4b-4281-b951-d872f2087c98
* Take out unnecessary include that I added in a failed effort to fix the ↵jam@chromium.org2009-02-052-1/+1
| | | | | | | | linux/mac builds. Review URL: http://codereview.chromium.org/20089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9236 0039d316-1c4b-4281-b951-d872f2087c98
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-053-58/+140
| | | | | | | | | | | | | | resource leak possibility; allows complete sharing of shmem by fd without name. Add actual multiprocess shmem/locking unit test. Fix flaky shmem unit test. agl: please review. Amanda: please look over as you've been here before. Review URL: http://codereview.chromium.org/21063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9235 0039d316-1c4b-4281-b951-d872f2087c98
* Update's DEPS to pull in latest webkit.sky@google.com2009-02-051-1/+1
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9234 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see ↵pkasting@chromium.org2009-02-051-2/+2
| | | | | | http://codereview.chromium.org/20075 ), r=me. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9232 0039d316-1c4b-4281-b951-d872f2087c98
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-0515-64/+348
| | | | | | Review URL: http://codereview.chromium.org/20073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9231 0039d316-1c4b-4281-b951-d872f2087c98
* Make xcodebodge even more friendly by making list_native_targetsphajdan.jr@chromium.org2009-02-051-21/+23
| | | | | | | | default command and printing hints about likely next commands. Review URL: http://codereview.chromium.org/20080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9230 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for the V8Custom attribute in advance of merging indarin@chromium.org2009-02-051-7/+16
| | | | | | | | | | | | http://trac.webkit.org/changeset/40617 This change allows us to remove some of the #ifdefs in Document.idl R=levin Review URL: http://codereview.chromium.org/21075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9229 0039d316-1c4b-4281-b951-d872f2087c98
* A few minor tweaks to Purify options that should allow us to enable a few ↵erikkay@google.com2009-02-052-3/+16
| | | | | | | | tests that were previously disabled as well as dealing with a few occasional hangs and crashes. Review URL: http://codereview.chromium.org/23006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9228 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more scaffolding, enable some browser_main code on linux.estade@chromium.org2009-02-053-15/+16
| | | | | | Review URL: http://codereview.chromium.org/21067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9227 0039d316-1c4b-4281-b951-d872f2087c98
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-0512-133/+116
| | | | | | Review URL: http://codereview.chromium.org/21064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9226 0039d316-1c4b-4281-b951-d872f2087c98
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-055-8/+40
| | | | | | Review URL: http://codereview.chromium.org/21084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9225 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the WanWang protocol handler plugin (npww.dll) as it crashes during ↵ananta@chromium.org2009-02-051-0/+8
| | | | | | | | | | | | shutdown. This fixes bug http://code.google.com/p/chromium/issues/detail?id=3953 Bug=3953 Review URL: http://codereview.chromium.org/20087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9224 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Backing store scrolling.agl@chromium.org2009-02-051-2/+132
| | | | | | | | | | | | | | | | | | | | | | | | | In the long term, we plan to get rid of all this code and "do things properly". However, for now we are implementing several shortcuts to get something which can render. Part one of this was BitmapWireData (r9065) which transported updates from the renderer over the IPC channel. This patch implements the fast-scrolling path, slowly. It might seem that this is something which Skia should be doing. However, copying from one bitmap to the same bitmap needs to be handled very differently from bitblitting from one to another to save writing to locations that you'll need to read from later on. I can't see any indication in the Skia code that it handles this case so, in order to get something working quickly, we write our own, small, bitblitter. Since this code hasn't been tested, it's almost certainly buggy. However, we don't get to test it until we get a little more of the browser up and running. Review URL: http://codereview.chromium.org/21050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9223 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the test LayoutTests/transitions/transition-end-event-nested.html ↵sky@google.com2009-02-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | from tests_fixable. Me and you keep going back and forth on this test. Did you mean to add it back? Here's what I said last time around (sometime yesterday): Removes the test LayoutTests/transitions/transition-end-event-nested.html from tests_fixable. I upstreamed some changes to timeout in this test that should hopefully make is always pass. I prematurely turned this on yesterday before we pulled down the change. BUG=none TEST=none Review URL: http://codereview.chromium.org/20086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9222 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the dependency checker tool. Rules for a directory did modify their ↵stoyan@chromium.org2009-02-0515-12/+104
| | | | | | | | | | directory parent rules. Using copy.copy() solves the problem.Additional fix when "allow-current-directory" rules was not applied if DEPS file is missing. Updated few DEPS file with reasonable rules. To prevent tree closing other dependencies are added. These need to be either legitimated or dependency removed. Review URL: http://codereview.chromium.org/21025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9221 0039d316-1c4b-4281-b951-d872f2087c98
* Tagging two tests that seem to have a pattern the last day or so on the mac ↵thomasvl@chromium.org2009-02-051-0/+2
| | | | | | | | bots. Review URL: http://codereview.chromium.org/20085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9220 0039d316-1c4b-4281-b951-d872f2087c98
* Fix unintentional edit from r9218.kuchhal@chromium.org2009-02-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/21083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9219 0039d316-1c4b-4281-b951-d872f2087c98
* Open Chrome Window instead of tab when it is launched from a shortcut.kuchhal@chromium.org2009-02-051-4/+7
| | | | | | | | | BUG=7356 Review URL: http://codereview.chromium.org/20074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9218 0039d316-1c4b-4281-b951-d872f2087c98
* Usual round of porting in chrome/phajdan.jr@chromium.org2009-02-057-56/+39
| | | | | | | | | | | | | | | | - make following unit tests run and pass on Linux: browser/cache_manager_host_unittest.cc browser/google_url_tracker_unittest.cc - trivial cleanups needed for GCC - remove CacheManagerHost and ResolveProxyMsgHelper from temporary scaffolding stubs and use real implementations instead - update chrome.xcodeproj to reflect above change Review URL: http://codereview.chromium.org/20057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9215 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 40500:40539 [Chromium side]levin@chromium.org2009-02-0510-23/+61
| | | | | | | | | All code fix ups were due to r40508 which "Track redirects in global history." Review URL: http://codereview.chromium.org/20077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9214 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the stale ifdef/comment since the it's using the command line class nowthomasvl@chromium.org2009-02-051-7/+0
| | | | | | | for building up the launch of a renderer. Review URL: http://codereview.chromium.org/20071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9212 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing build break.thomasvl@chromium.org2009-02-051-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9211 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac/linux build break.jam@chromium.org2009-02-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/21073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9210 0039d316-1c4b-4281-b951-d872f2087c98