summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add more suppressions, adapt more to work on hardy (and not just jaunty), ↵dkegel@google.com2009-07-091-30/+101
| | | | | | | | | | | | fix the whitespace problem (again?!) BUG=10737,10737,16129,16153,16156,16161,16324,16326 TEST=watch linux ui valgrind test bot go greener Review URL: http://codereview.chromium.org/155196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20262 0039d316-1c4b-4281-b951-d872f2087c98
* I've seen recently a race condition while debugging printing. The pages are ↵sverrir@google.com2009-07-091-1/+5
| | | | | | | | | | | | | not sent from the renderer quickly enough which causes the print thread to hang (no new page notifications are sent any more). This change simply adds a poll every half a second for a new page. BUG=none TEST=none Review URL: http://codereview.chromium.org/149390 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20261 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable test (disabled while moving printing functionality to printing ↵sverrir@google.com2009-07-093-15/+14
| | | | | | | | | | | library). TEST=Run printing_unittests (no functional change). BUG=none Review URL: http://codereview.chromium.org/149288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20260 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Nuke unused debugger test.pfeldman@chromium.org2009-07-094-452/+0
| | | | | | Review URL: http://codereview.chromium.org/150214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20259 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'resize_leading_on_bounds_change' property into the SingleSplitView.pfeldman@chromium.org2009-07-093-1/+29
| | | | | | | | When it is turned on, leading component is resized when split view gets new bounds. Review URL: http://codereview.chromium.org/155214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20258 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: paint devtools split with COLOR_TOOLBAR.pfeldman@chromium.org2009-07-091-0/+5
| | | | | | Review URL: http://codereview.chromium.org/149258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20257 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.13.2 to bring in newkasperl@google.com2009-07-091-1/+1
| | | | | | | | | | v8.gyp file. BUG=none TEST=none Review URL: http://codereview.chromium.org/149384 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20256 0039d316-1c4b-4281-b951-d872f2087c98
* abarth apparently did not run ↵jorlow@chromium.org2009-07-091-1/+1
| | | | | | | | | | | | "\src\webkit\tools\layout_tests>run_webkit_tests.bat --lint-test-files" :-) TBR=abarth BUG=none TEST=none Review URL: http://codereview.chromium.org/155280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20255 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPSabarth@chromium.org2009-07-099-21/+31
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/155278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20254 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: show property type names in Elements panel and Console.yurys@google.com2009-07-092-28/+49
| | | | | | | BUG=15988 Review URL: http://codereview.chromium.org/149341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20253 0039d316-1c4b-4281-b951-d872f2087c98
* Re-try updating V8 in Chromium to version 1.2.13, but now using thekasperl@google.com2009-07-091-1/+1
| | | | | | | | | old v8.gyp file. TBR=deanm@chromium.org Review URL: http://codereview.chromium.org/155275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20252 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r20249.kasperl@google.com2009-07-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20250 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.13.kasperl@google.com2009-07-091-1/+1
| | | | | | | | BUG=16276 TEST=none Review URL: http://codereview.chromium.org/149382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20249 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back change 20247bradnelson@chromium.org2009-07-091-1/+1
| | | | | | | | TBR=sgk Review URL: http://codereview.chromium.org/155273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20248 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new gyp version.bradnelson@chromium.org2009-07-091-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/149379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20247 0039d316-1c4b-4281-b951-d872f2087c98
* Fix: Position always off-screen when starting upyuzo@chromium.org2009-07-091-1/+2
| | | | | | | | | | | | | | Fixed the offset-by-taskbar logic. Tested with dual monitors, trying left-right and up-down monitor layouts. TEST=Use dual monitors (first:left, second:right) and open, close, and reopen Chromium in the second (right) window. Without this change, the window appears far to the right from the last location. BUG=15199 Review URL: http://codereview.chromium.org/155201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20246 0039d316-1c4b-4281-b951-d872f2087c98
* GtkPluginContainerManager::UnrealizeCallback should be void.craig.schlenter@chromium.org2009-07-092-3/+3
| | | | | | Review URL: http://codereview.chromium.org/149347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20245 0039d316-1c4b-4281-b951-d872f2087c98
* - Fix janklist issue #1: "there is a pixel line below the mainjrg@chromium.org2009-07-0912-115/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | toolbar. The main toolbar should blend in with the bookmark bar when it's open" - Fix janklist issue #2: "It's way too tall - the distance from the bottom of the bar to a bookmark button bottom edge should be the same as the distance from the omnibox to the bookmark button top edge (this will probably mean that the bar has to overlap the toolbar)." - Fix janklist issue #4 (first part): "the bookmark bar bookmark buttons have a frame around them ... " - Fix janklist issue #9: "the show/hide animation is very janky... I see a dark gray area behind". Even with animators the grey is gone, but animators are disabled for now due to races. - Fix unlisted jank related to 9: don't use animator when opening bar on launch. - Also chipped away on unit tests. TEST=Launch with bookmark bar both open and closed. Make sure OK on launch. In each case open and close a few times fast. Repeat with multiple windows open. Sanity check jank descriptions listed above are fixed. BUG=crbug.com/14139, crbug.com/8381, crbug.com/14724 Review URL: http://codereview.chromium.org/149308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20244 0039d316-1c4b-4281-b951-d872f2087c98
* Windowed plugins like Flash would cause the hung plugin dialog to show up ↵ananta@chromium.org2009-07-0911-50/+146
| | | | | | | | | | | | | | | when the print dialog was displayed. The proposed fix is to signal the modal dialog event which would ensure that the renderer and plugins both pump messages when the print dialog is displayed. This fixes http://code.google.com/p/chromium/issues/detail?id=13804 Bug=13804 Review URL: http://codereview.chromium.org/155133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20243 0039d316-1c4b-4281-b951-d872f2087c98
* Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based ↵scherkus@chromium.org2009-07-096-340/+30
| | | | | | | | | | | | | MockFilterHost. Also deleted the old MockPipeline and MockFilterHost code as it has been completely deprecated. BUG=16008 TEST=FFmpegDemuxerTest and FFmpegVideoDecoderTest Review URL: http://codereview.chromium.org/149366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20242 0039d316-1c4b-4281-b951-d872f2087c98
* Update mini installer to include FFmpeg DLLs for Chromium.scherkus@chromium.org2009-07-091-2/+2
| | | | | | | | | TEST=mini installer should include the DLLs BUG=15906 Review URL: http://codereview.chromium.org/149372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20241 0039d316-1c4b-4281-b951-d872f2087c98
* Hack and slash TabStrip2 into mostly working state - DWM frame is now ↵ben@chromium.org2009-07-093-15/+1
| | | | | | | | properly adjusted with --enable-tabtastic2, tab text doesn't cause black squares to be rendered etc.Also, remove some code invalidated by my fix earlier this week to make the distributor logo not overlap the window controls.BUG=noneTEST=none Review URL: http://codereview.chromium.org/155267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20240 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize dragged tab backing store to null.estade@chromium.org2009-07-091-1/+2
| | | | | | | | | | | This fixes a crasher I ran into when testing. BUG=none TEST=none Review URL: http://codereview.chromium.org/155263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20230 0039d316-1c4b-4281-b951-d872f2087c98
* Add runtime dependency on security_tests for ui/plugin tests.jam@chromium.org2009-07-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/149353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20229 0039d316-1c4b-4281-b951-d872f2087c98
* Fix views build by adding new GTK file.brettw@chromium.org2009-07-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/155265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20228 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix the official Google Chrome build on Linux.jam@chromium.org2009-07-091-4/+4
| | | | | | Review URL: http://codereview.chromium.org/155261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20227 0039d316-1c4b-4281-b951-d872f2087c98
* Renable sending page urls in renderer crashes on Mac.jabdelmalek@google.com2009-07-093-10/+18
| | | | | | Review URL: http://codereview.chromium.org/149370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20226 0039d316-1c4b-4281-b951-d872f2087c98
* Use DerivedSourcesAllInOne.cpp to work around an issue with official WPO builds.maruel@chromium.org2009-07-091-2/+6
| | | | | | | | | | | Coagulate most of the V8 bindings generated .cpp files into one compilation unit. BUG=16127 TEST=official WPO builds links again TBR=darin Review URL: http://codereview.chromium.org/155235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20225 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add images for disabled checkboxes and radio buttons.agl@chromium.org2009-07-096-0/+8
| | | | | | | | | | (WebKit side still to land, however this side can be safely landed without it.) BUG=16170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20224 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustagehclam@chromium.org2009-07-091-2/+2
| | | | | | | | TBR=jorlow, abarth Review URL: http://codereview.chromium.org/149377 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20223 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustagehclam@chromium.org2009-07-091-2/+3
| | | | | | | TBR=jorlow, abarth Review URL: http://codereview.chromium.org/149376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20222 0039d316-1c4b-4281-b951-d872f2087c98
* Not build StorageArea.cpp in webkit.gyphclam@chromium.org2009-07-091-1/+0
| | | | | | | | TBR=jorlow Review URL: http://codereview.chromium.org/149375 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20221 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to r45652 and update webkit.gyphclam@chromium.org2009-07-092-1/+3
| | | | | | | | TBR=abarth Review URL: http://codereview.chromium.org/149374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20220 0039d316-1c4b-4281-b951-d872f2087c98
* Added new gmock-based MockFilterHost and deprecated the old one.scherkus@chromium.org2009-07-095-65/+66
| | | | | | | | | | | Updated FileDataSource tests to use the new MockFilterHost as a proof of concept, also because my pipeline refactoring completely broke the test. BUG=16008 TEST=FileDataSourceTest.* should pass Review URL: http://codereview.chromium.org/149350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20219 0039d316-1c4b-4281-b951-d872f2087c98
* Big media::Pipeline cleanup.scherkus@chromium.org2009-07-099-476/+245
| | | | | | | | | | | Before I can even start refactoring, I need to remove a lot of accumulated cruft and fix some style stuff. PipelineStatus has been merged into Pipeline and I got rid of GetInterpolatedTime() as well as the ability to schedule callbacks when time has updated. We haven't found a need for these features and they introduced a good amount of code complexity. TEST=media_unittests should still pass BUG=16008 Review URL: http://codereview.chromium.org/149215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20218 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: For mouse button clicks, only send buttons 1, 2, 3 to the renderer.estade@chromium.org2009-07-091-1/+4
| | | | | | | | | BUG=16236 TEST=no more sad tab on clicking mouse back button Review URL: http://codereview.chromium.org/155250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20217 0039d316-1c4b-4281-b951-d872f2087c98
* Changing LF ending on one html.finnur@chromium.org2009-07-091-24/+24
| | | | | | | | | | TBR=maruel BUG=None TEST=None Review URL: http://codereview.chromium.org/149371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20216 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r45650hclam@chromium.org2009-07-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/155251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20215 0039d316-1c4b-4281-b951-d872f2087c98
* ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy ↵rafaelw@chromium.org2009-07-092-9/+4
| | | | | | | | | | | | of install_directory_. It was forcing the persistent copy to an absolute path which was causing the ExternsionsService and ExtensionsPrefs install_directory_ values to diverge. Re-enable ExternalInstallPref on mac. TBR=mpcomplete Review URL: http://codereview.chromium.org/155187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20214 0039d316-1c4b-4281-b951-d872f2087c98
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-0911-34/+3
| | | | | | | | | | TEST=none BUG=16234 R=jam Review URL: http://codereview.chromium.org/155243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20213 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Add "set chrome as default" and "import profile data" option to First ↵kuchhal@chromium.org2009-07-085-156/+216
| | | | | | | | Run UI. Also enable it for Chromium builds. Review URL: http://codereview.chromium.org/149348 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20212 0039d316-1c4b-4281-b951-d872f2087c98
* BufferQueue class to hide audio data micromanagement from scaling ↵kylep@chromium.org2009-07-084-0/+290
| | | | | | | | | | algorithms. May be useful in other contexts. BUG=16011 TEST=src/media/base/buffer_queue_unittest.cc Review URL: http://codereview.chromium.org/155193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20211 0039d316-1c4b-4281-b951-d872f2087c98
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-0812-38/+40
| | | | | | Review URL: http://codereview.chromium.org/149367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20210 0039d316-1c4b-4281-b951-d872f2087c98
* Some views GTK fixes.brettw@chromium.org2009-07-083-1/+15
| | | | | | | | | | Fix the crazy font on infobars by reducing the "medium" font size. Make tab dragging not immediately crash by crating a dragged tab container. Review URL: http://codereview.chromium.org/155253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20209 0039d316-1c4b-4281-b951-d872f2087c98
* Remove errant semicolon. distcc's pump mode didn't understand this. Alsomark@chromium.org2009-07-083-5/+5
| | | | | | | fix presubmit warnings. Review URL: http://codereview.chromium.org/155252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20208 0039d316-1c4b-4281-b951-d872f2087c98
* Connect the ctrl-w accelerator to the task manager dialog, and close the ↵jhawkins@chromium.org2009-07-082-0/+44
| | | | | | | | | | window when this accelerator is activated. BUG=11392 TEST=Open the task manager in Linux Chrome. Press ctrl-w. The task manager should close. Review URL: http://codereview.chromium.org/149363 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20207 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage - ALLOW_THIS_IN_..ben@chromium.org2009-07-081-4/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20206 0039d316-1c4b-4281-b951-d872f2087c98
* Update icu38 dep with a time zone issue fix.cmp@google.com2009-07-081-1/+1
| | | | | | | | | BUG=12579 TEST=none Review URL: http://codereview.chromium.org/155244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20205 0039d316-1c4b-4281-b951-d872f2087c98
* Add temporary TabStripWrapper interface that is implemented by both TabStrip ↵ben@chromium.org2009-07-0821-198/+337
| | | | | | | | | | | and BrowserTabStrip... this makes dealing with the multiple implementations more manageable in shared code like BrowserView, etc. This interface will die once the new work is completed and a conversion is finished. The interface contains all the methods that BrowserView expect to find on TabStrip. BUG=none TEST=none Review URL: http://codereview.chromium.org/155242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20204 0039d316-1c4b-4281-b951-d872f2087c98
* Make bookmark bar folder buttons look active so long as the menu is open.estade@chromium.org2009-07-083-2/+36
| | | | | | | | | | | Make sure chrome buttons have no child displacement (so the contents don't jiggle when you press them). BUG=none TEST=do a click on a folder, click away, make sure the button always looks as you'd expect Review URL: http://codereview.chromium.org/149355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20203 0039d316-1c4b-4281-b951-d872f2087c98