summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Commits bug issuereview 62043 (http://codereview.chromium.org/62043)sky@chromium.org2009-04-061-3/+3
| | | | | | | | | | | from m0. BUG-9393 TEST=see bug Review URL: http://codereview.chromium.org/62067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13177 0039d316-1c4b-4281-b951-d872f2087c98
* Chunk layout tests by top-level directory and run the directoriesojan@google.com2009-04-062-62/+183
| | | | | | | | | | | | | with the most tests first. This paves the way for running tests in parallel. This is the same as the previous reverted commit except it uses os.sep instead of '/' to split the paths, and so works on windows. Review URL: http://codereview.chromium.org/63018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13176 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the positioning of the title in TabRendererGtk now that ChromeCanvas ↵jhawkins@chromium.org2009-04-061-3/+2
| | | | | | | | | text rendering is fixed. TBR=deanm Review URL: http://codereview.chromium.org/62066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13175 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 173.0 to 174.0laforge@chromium.org2009-04-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13174 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add back in the chunking of tests by directory and include the test"ojan@google.com2009-04-062-185/+62
| | | | | | | | | | | This reverts commit r13165 Revert "Fix test running break. TBR." This reverts commit r13169. Review URL: http://codereview.chromium.org/63015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13171 0039d316-1c4b-4281-b951-d872f2087c98
* - Add support for platform specific suppression files for Valgrindnirnimesh@chromium.org2009-04-064-2/+23
| | | | | | | | | - Suppress setenv() leak, coz it's intentional - Get rid of unncessary default parameter (".") with --suppressions Review URL: http://codereview.chromium.org/57069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13170 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test running break. TBR.ojan@google.com2009-04-061-3/+5
| | | | | | Review URL: http://codereview.chromium.org/63013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13169 0039d316-1c4b-4281-b951-d872f2087c98
* First pass of refactoring dialogs.avi@chromium.org2009-04-0630-148/+166
| | | | | | Review URL: http://codereview.chromium.org/60110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13168 0039d316-1c4b-4281-b951-d872f2087c98
* Add back in the chunking of tests by directory and include the testojan@google.com2009-04-062-62/+183
| | | | | | | | | | | | | | failures in test_expectations. They seem to be deterministic and just a result of running the tests in a different order. All the tests pass locally for me on Mac Debug for what that's worth. Only code change from previous commit is to move the printing of the test run timings earlier so that they don't clutter the useful test output at the end. Review URL: http://codereview.chromium.org/62023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13165 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply linux build fix patch to ffmepg glue code from r12791 that was lost ↵hclam@chromium.org2009-04-061-12/+7
| | | | | | | | | | in r12802. Original CL: http://codereview.chromium.org/62054 Review URL: http://codereview.chromium.org/62063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13163 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 8589: Disable spellcheck field from the context menu when spell ↵sidchat@google.com2009-04-061-3/+9
| | | | | | | | | check is disabled from the options menu. Issue=8589 Review URL: http://codereview.chromium.org/60097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13162 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up WebKit changes from http://codereview.chromium.org/62058dglazkov@google.com2009-04-061-1/+1
| | | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/62059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13161 0039d316-1c4b-4281-b951-d872f2087c98
* Better Linux ChromeCanvas text drawing, using Pango.deanm@chromium.org2009-04-065-75/+117
| | | | | | | | | | | | Skia doesn't current support any form of text layout (ellipsizing, etc). We use Pango / Cairo to draw our text on the surface. Also moved the non-flags version of DrawStringInt into the share chrome_canvas.cc. Stubbed out the SizeStringInt(), I haven't seen it used on Linux, and it would be wrong. Review URL: http://codereview.chromium.org/62053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13159 0039d316-1c4b-4281-b951-d872f2087c98
* Removing duplicate test expectationsdglazkov@google.com2009-04-061-6/+0
| | | | | | | | TBR=mark Review URL: http://codereview.chromium.org/63012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13158 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out dominantScript, getGenericFontFamily patches to unfork a bunch of ↵dglazkov@google.com2009-04-063-3/+14
| | | | | | | | | | | files, Chromium side. R=jshin BUG=9768 Review URL: http://codereview.chromium.org/60058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13157 0039d316-1c4b-4281-b951-d872f2087c98
* Add YV16 convertfbarchard@chromium.org2009-04-062-13/+65
| | | | | | Review URL: http://codereview.chromium.org/62015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13155 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Glue part for the 'attach early' functionality.pfeldman@chromium.org2009-04-065-30/+62
| | | | | | | | | - Establish 2 main scenarios for attach: 'attach to live' and 'start attached' - Make WebFrameLoaderImpl call setMainFrameDocumentReady only for main frame document. Review URL: http://codereview.chromium.org/62038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13154 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Split message handling on the agent side into the Renderer and IO ↵pfeldman@chromium.org2009-04-068-150/+115
| | | | | | | | | | | handling classes (currently mixed). All the messages except for the DebuggerCommand should go be dispatched on the Renderer thread by the DevToolsAgent. DebuggerCommand should be handled by the DevToolsAgentFilter separately (for v8 suspend support). Review URL: http://codereview.chromium.org/62037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13153 0039d316-1c4b-4281-b951-d872f2087c98
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-063-9/+9
| | | | | | | | | The include guards should now match the file paths. Review URL: http://codereview.chromium.org/62051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13152 0039d316-1c4b-4281-b951-d872f2087c98
* Redirecting buildbots to use v8_shell.exe instead of v8_shell_sample.exebradnelson@google.com2009-04-065-18/+16
| | | | | | Review URL: http://codereview.chromium.org/62049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13151 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline shadow-related tests after:aa@chromium.org2009-04-0617-21/+8
| | | | | | | | | | | http://trac.webkit.org/changeset/42131 See bug for more info: http://code.google.com/p/chromium/issues/detail?id=9578 Review URL: http://codereview.chromium.org/63007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13150 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back change 13146.bradnelson@google.com2009-04-062-2/+2
| | | | | | | | (Shouldn't muck with where other platforms put their output. Review URL: http://codereview.chromium.org/63008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13149 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash when canceling a save page operation.paulg@google.com2009-04-061-3/+11
| | | | | | | | | | | | | | | | | This crash occurs under the following conditions: 1. Launch Chrome and navigate to any web page 2. Save that page (via ctrl+s or menu option) 3. Click cancel in the Save As dialog box that appears 4. Save the page again This fix checks to see if the SavePackage was initialized when handling a stop operation, and skips it if nothing has started. BUG=9738 (http://crbug.com/9738) Review URL: http://codereview.chromium.org/62048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13148 0039d316-1c4b-4281-b951-d872f2087c98
* Changing v8_shell to v8_shell_sample to match what the buildbot expects.bradnelson@google.com2009-04-062-2/+2
| | | | | | Review URL: http://codereview.chromium.org/63006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13146 0039d316-1c4b-4281-b951-d872f2087c98
* Switching to gyp generated v8 on windows.bradnelson@google.com2009-04-063-410/+100
| | | | | | Review URL: http://codereview.chromium.org/63004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13145 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, #ifdef = #ifnsylvain@chromium.org2009-04-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/63005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13144 0039d316-1c4b-4281-b951-d872f2087c98
* Make the new save as dialog work on Vista too, sincensylvain@chromium.org2009-04-061-2/+2
| | | | | | | | the bug is not there either. Review URL: http://codereview.chromium.org/56033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13143 0039d316-1c4b-4281-b951-d872f2087c98
* It looks like the local files are not built anymore on linuxnsylvain@chromium.org2009-04-061-0/+4
| | | | | | | | | in debug. I'm disabling these tests since they fail. Bug: 9758 Review URL: http://codereview.chromium.org/62047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13142 0039d316-1c4b-4281-b951-d872f2087c98
* This test has been flaky since 13111.nsylvain@chromium.org2009-04-051-0/+3
| | | | | | Review URL: http://codereview.chromium.org/62046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13141 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress skia font leak for now, see http://crbug.com/9757dkegel@google.com2009-04-051-0/+8
| | | | | | Review URL: http://codereview.chromium.org/63002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13140 0039d316-1c4b-4281-b951-d872f2087c98
* Started failing between revision 13096 and 13099.nsylvain@chromium.org2009-04-051-0/+3
| | | | | | Review URL: http://codereview.chromium.org/63003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13139 0039d316-1c4b-4281-b951-d872f2087c98
* Switching windows over to gyp generated googleurl.bradnelson@google.com2009-04-053-3/+3
| | | | | | Review URL: http://codereview.chromium.org/62045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13138 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 13136.brettw@chromium.org2009-04-051-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13137 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the NavigationControllerHistory test.brettw@chromium.org2009-04-051-5/+1
| | | | | | Review URL: http://codereview.chromium.org/62040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13136 0039d316-1c4b-4281-b951-d872f2087c98
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-056-571/+397
| | | | | | Review URL: http://codereview.chromium.org/62041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13135 0039d316-1c4b-4281-b951-d872f2087c98
* Moving the Find bar ownership to the Browser object for portability and ↵finnur@chromium.org2009-04-0516-126/+179
| | | | | | | | testability purposes.BUG=None.TEST=No new functionality, just moving stuff around and as such it is covered by pre-existing tests. Review URL: http://codereview.chromium.org/60105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13134 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing guid to match sln files (odd this oversight hasn't caused more problems?)bradnelson@google.com2009-04-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13133 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-0425-951/+788
| | | | | | | | | | | | | | | This required redoing the tests that used it to use the new RenderViewHost test harness. This is mostly straightforward, but required more work for the NavigationController tests. I removed a few random places that were testing for the tab types. I also made different versions of a few functions that don't take tab contents types next to the existing ones that do, so my touched code won't have to be changed again when I remove the tab contents types. Review URL: http://codereview.chromium.org/62039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13132 0039d316-1c4b-4281-b951-d872f2087c98
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-0411-34/+60
| | | | | | | | | | | | | | which would not start throbbing until the load committed. I think this was always broken, but switching the tab contents types covered it up. Now I have a flag that goes along with the tab updating that indicates if it's a load update or a full update. This is necessary to avoid updating the title to the page's URL until it does actually commit. BUG=9310 Review URL: http://codereview.chromium.org/60066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13131 0039d316-1c4b-4281-b951-d872f2087c98
* Callbacks through ChromeClient->RenderView->RenderViewHost for ↵rafaelw@chromium.org2009-04-0415-3/+98
| | | | | | | | ContentsDidChangeSize so that extensions can change their toolbar size when the contained contents changes size. Review URL: http://codereview.chromium.org/56122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13130 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused variable from POSIX SharedMemory implementation.thestig@chromium.org2009-04-042-8/+5
| | | | | | Review URL: http://codereview.chromium.org/62027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13129 0039d316-1c4b-4281-b951-d872f2087c98
* Fix null termination bug when reading UserScriptaa@chromium.org2009-04-041-2/+4
| | | | | | | | data from shared memory in UserScriptSlave. Review URL: http://codereview.chromium.org/60111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13128 0039d316-1c4b-4281-b951-d872f2087c98
* Gtk: pass the correct event time when we show right click context menus in ↵estade@chromium.org2009-04-036-10/+33
| | | | | | | | the render view. Review URL: http://codereview.chromium.org/62024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13127 0039d316-1c4b-4281-b951-d872f2087c98
* Add a bug annotation to ↵darin@chromium.org2009-04-031-6/+5
| | | | | | | | | | http/tests/navigation/onload-navigation-iframe-timeout.html, and mark that it sometimes crashes according to the buildbots. R=brettw Review URL: http://codereview.chromium.org/60109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13126 0039d316-1c4b-4281-b951-d872f2087c98
* Fix potential crash when multiple workers try to start at the same time. In ↵jianli@chromium.org2009-04-031-0/+18
| | | | | | | | our worker processs, we do not run any WebKit code in main thread. Thus when multiple workers try to start at the same time, we might hit crash due to contention for initializing static values. The fix is to do the initialization first in main thread of worker process. Review URL: http://codereview.chromium.org/60099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13125 0039d316-1c4b-4281-b951-d872f2087c98
* Make V8WorkerContextObjectEventListener from upstream compiled.jianli@chromium.org2009-04-032-0/+10
| | | | | | Review URL: http://codereview.chromium.org/62025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13124 0039d316-1c4b-4281-b951-d872f2087c98
* Change the size of media cachehclam@chromium.org2009-04-031-3/+4
| | | | | | | | | | | Setting media cache too large caused creation of cache backend failed because rvargas is performing a experiment that limits cache size to ~240MB, respect such change. TBR=rvargas Review URL: http://codereview.chromium.org/62028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13123 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a DCHECK in RenderView::CloseAudioStreamhclam@chromium.org2009-04-031-5/+7
| | | | | | | | | | | Allow an audio stream to be closed multiple times, use an if statement instead of DCHECK. TBR=cpu Review URL: http://codereview.chromium.org/60107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13122 0039d316-1c4b-4281-b951-d872f2087c98
* Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for ↵sky@chromium.org2009-04-032-3/+21
| | | | | | | | | | | review. BUG=9659 TEST=none Review URL: http://codereview.chromium.org/60106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13121 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll for gyp Linux generator fix.sgk@google.com2009-04-031-1/+1
| | | | | | Review URL: http://codereview.chromium.org/62029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13120 0039d316-1c4b-4281-b951-d872f2087c98