summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix opaque app mode display.glen@chromium.org2009-06-023-8/+10
| | | | | | | | | | | Changed the app corner images to be the same size as the center image. BUG=12541 TEST=In an opaque app-frame window, verify that the top edge doesn't have a frame-colored space between the drop shadow and the content area. Review URL: http://codereview.chromium.org/118058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17378 0039d316-1c4b-4281-b951-d872f2087c98
* Parsing routines for X-Force-TLS header.abarth@chromium.org2009-06-024-1/+230
| | | | | | | | | | R=darin BUG=http://crbug.com/12190 TEST=ForceTLSStateTest.BogusHeaders, ForceTLSStateTest.ValidHeaders Review URL: http://codereview.chromium.org/118049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17377 0039d316-1c4b-4281-b951-d872f2087c98
* Correct the ffpmeg license disclosure:mal@chromium.org2009-06-021-7/+5
| | | | | | | | | | | 1. The correct license is version 2_.1_ of the LGPL 2. The address is incorrect for the FSF. I also corrected the address for the pthreads disclosure. BUG=http://crbug.com/13147 Review URL: http://codereview.chromium.org/118099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17376 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 17368.thestig@google.com2009-06-022-99/+22
| | | | | | | TBR=beng Review URL: http://codereview.chromium.org/119019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17375 0039d316-1c4b-4281-b951-d872f2087c98
* Make bookmark bar more amenable to dark themes.estade@chromium.org2009-06-021-0/+39
| | | | | | | | | | | | - Explicitly set button text color. - Set background of drag widget. BUG=none TEST=use a dark system theme, make sure everything looks reasonable. Review URL: http://codereview.chromium.org/118097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17374 0039d316-1c4b-4281-b951-d872f2087c98
* The extensions service wasn't getting inited despite being used by themes ↵glen@chromium.org2009-06-023-26/+49
| | | | | | | | | | | (this manifested itself as theme reinstall failing, because CheckCurrentVersion found the directory, but ExtensionService::extensions_ was empty). BUG=none TEST=none Review URL: http://codereview.chromium.org/115974 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17373 0039d316-1c4b-4281-b951-d872f2087c98
* Generate GUIDs for users who wish to upload crash reports. Include it in ↵thestig@google.com2009-06-024-22/+89
| | | | | | | | | | crash reports. BUG=none TEST=none Review URL: http://codereview.chromium.org/118096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17372 0039d316-1c4b-4281-b951-d872f2087c98
* Add REBASELINE option to test "body-generated-image-propagated-to-root"victorw@chromium.org2009-06-011-1/+1
| | | | | | | | TBR=dglazkov BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17371 0039d316-1c4b-4281-b951-d872f2087c98
* Broaden valgrind supression for known issue in zlib. This seems ok because ↵aa@chromium.org2009-06-012-6/+3
| | | | | | | | | | this code changes infrequently. Re-enable zip unit tests on mac. Review URL: http://codereview.chromium.org/118087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17369 0039d316-1c4b-4281-b951-d872f2087c98
* Make separator portable. Simpler than other native controls so no wrapper ↵ben@chromium.org2009-06-012-22/+99
| | | | | | | | | | interface. TEST=none BUG=none Review URL: http://codereview.chromium.org/118065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17368 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in new version of gyp with support for referring to existingbradnelson@chromium.org2009-06-011-1/+1
| | | | | | | | | | | checked in vcproj files. BUG=None TEST=None Review URL: http://codereview.chromium.org/118093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17367 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix appearance of dangerous download dialog.estade@chromium.org2009-06-012-7/+16
| | | | | | | | | | Don't give dangerous download dialog its own GdkWindow. We need the window to be transparent, which only works with compositing window managers, so instead of going through that hassle just don't give it a window. Let the text field adjust in size during animation. BUG=none TEST=download an .exe with a dark system theme. The dialog shouldn't have a dark frame around it. Review URL: http://codereview.chromium.org/118092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17366 0039d316-1c4b-4281-b951-d872f2087c98
* Security bug for libpng, update needed to 1.2.36mhm@chromium.org2009-06-0115-151/+193
| | | | | | | | | | | | There's a new version of libpng, 1.2.36 which fixes a security bug. Chrome/Chromium still runs on 1.2.35 it seems BUG=13046 TEST=Ran tests Review URL: http://codereview.chromium.org/112080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17365 0039d316-1c4b-4281-b951-d872f2087c98
* Flip omnibox2 popup on by default for more testing.ben@chromium.org2009-06-013-8/+7
| | | | | | Review URL: http://codereview.chromium.org/115980 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17363 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity underground warfare: check return codecpu@google.com2009-06-011-2/+6
| | | | | | | | | | | | | - Check return code consistently - NOTREACHED() added in one case - CID 4169 BUG = none TEST = none Review URL: http://codereview.chromium.org/118042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17360 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup temp files/folders in a few more tests.munjal@chromium.org2009-06-012-10/+27
| | | | | | Review URL: http://codereview.chromium.org/118074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17359 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix main loop issues with windowless pluginsevan@chromium.org2009-06-012-43/+99
| | | | | | | | | | | | | | | | | | In certain conditions (e.g. NPN_InvalidateRect taking long), the flash plugin runs its own event loop before returning. It looks roughly like this: while (gtk_events_pending()) { gtk_main_iteration(); } The problem is that our worker source used to force gtk_events_pending() to be always true, because the Check handler always returned TRUE (and that also made HandleDispatch to always run). That caused flash animations to stop and other bad behavior (100% CPU). This CL changes the Check function to return TRUE only if HandleDispatch should be run (i.e., more_work_is_plausible set to true), while also checking whether the loop was woken up, or the delayed work timer expired. HandlePrepare was forcing more_work_is_plausible to be always true apparently to avoid starvation. I removed this, I'm not sure why it is needed. If we get starvation issue, we should raise the priority of WorkSource (for reference, most events run at prio 0, except redraws that run at prio 120. WorkSource runs at prio 200). Another possibility is to force more_work_is_plausible but only every n calls to HandlePrepare. BUG=8202,11843,12278 Review URL: http://codereview.chromium.org/115812 Patch from Antoine Labour <piman@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17357 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: respect control key for setting TLD=com.estade@chromium.org2009-06-011-1/+10
| | | | | | | BUG=13096 Review URL: http://codereview.chromium.org/118086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17356 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of that egregious serif font in autofill popups on os x by removing ↵thakis@chromium.org2009-06-011-16/+2
| | | | | | | | | | | NOTIMPLEMENTEDs. BUG=none TEST=Go to a page with a form with a text field, enter something, go to the page again, begin entering the same thing. A autofill popup appears. Check that the font in the popup looks like the system font. Review URL: http://codereview.chromium.org/115978 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17355 0039d316-1c4b-4281-b951-d872f2087c98
* In Linux Breakpad, point the child stack at the top-most address rather than ↵thestig@google.com2009-06-011-1/+8
| | | | | | | | | | the bottom-most address before calling clone(). BUG=none TEST=Official builds on Linux should be able to dump/upload reliably when running with --crash-test. Review URL: http://codereview.chromium.org/115955 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17354 0039d316-1c4b-4281-b951-d872f2087c98
* This CL fixes issue 10827 -- Hebrew: pop-up menu positioned to right of ↵xji@chromium.org2009-06-012-6/+11
| | | | | | | | | | | | mouse-click in content area context menu should be positioned using the mouse-click point as top right point in RTL locales. BUG=http://crbug.com/10827 TEST=Open Hebrew Chrome, Right-click on the content area, on a link, or on an image, The pop-up menu should be positioned to the left of the mouse-click. Review URL: http://codereview.chromium.org/118043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17353 0039d316-1c4b-4281-b951-d872f2087c98
* linux: first run text update.evan@chromium.org2009-06-011-1/+16
| | | | | | Review URL: http://codereview.chromium.org/118076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17352 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where can't see contents of autocomplete edit. This wassky@chromium.org2009-06-011-0/+10
| | | | | | | | | | | | happening because all widgets are initially hidden. NativeViewHostGtk only shows the widget, not descendants. BUG=none TEST=none Review URL: http://codereview.chromium.org/118081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17351 0039d316-1c4b-4281-b951-d872f2087c98
* Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetksky@chromium.org2009-06-013-13/+8
| | | | | | | | | | | needs to deal with windows/popups too. BUG=none TEST=none Review URL: http://codereview.chromium.org/118082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17350 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a couple of related bugs:sky@chromium.org2009-06-013-15/+40
| | | | | | | | | | | | | | | | . gdk_display_get_pointer requires a display. . Don't do anything in NativeViewHostGtk if asked to remove and there is no native view. . Make NativeViewHostGtk deal with the native view already having the same parent. . Implement a couple of methods in NativeTabContentsContainerGtk. BUG=none TEST=none Review URL: http://codereview.chromium.org/115989 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17349 0039d316-1c4b-4281-b951-d872f2087c98
* Roll one revision back in WebKit update.dglazkov@google.com2009-06-012-3/+3
| | | | | | | | | TBR=dimich TEST=no layout test regressions. BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17348 0039d316-1c4b-4281-b951-d872f2087c98
* Moved bug to external tracker.maruel@chromium.org2009-06-011-6/+6
| | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/118085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17347 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44252:44287dglazkov@google.com2009-06-012-1/+4
| | | | | | | | | | R=dimich TEST=no additional layout test failures BUG=none Review URL: http://codereview.chromium.org/118084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17346 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak first run UI.jeremy@chromium.org2009-06-011-15/+18
| | | | | | | | | | | * Change text. * Make it so popup button title doesn't overlap OK button. BUG=13093 Review URL: http://codereview.chromium.org/119003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17345 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity underground warfare: check return codecpu@google.com2009-06-011-3/+3
| | | | | | | | | | | | | - Check return code consistently - CID 4171 BUG = none TEST = non Review URL: http://codereview.chromium.org/118041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17344 0039d316-1c4b-4281-b951-d872f2087c98
* Add a linux webkit flaky crasher to test_expectations.txtjhawkins@chromium.org2009-06-011-0/+1
| | | | | | Review URL: http://codereview.chromium.org/119004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17343 0039d316-1c4b-4281-b951-d872f2087c98
* Include the minor version number in LSMinimumSystemVersionmark@chromium.org2009-06-011-1/+1
| | | | | | | BUG=13097 Review URL: http://codereview.chromium.org/118080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17341 0039d316-1c4b-4281-b951-d872f2087c98
* Set LSMinimumSystemVersion (10.5)mark@chromium.org2009-06-011-0/+2
| | | | | | | BUG=13097 Review URL: http://codereview.chromium.org/118079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17340 0039d316-1c4b-4281-b951-d872f2087c98
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-017-12/+23
| | | | | | | | | | | (Forgot to do this when adding the animation.) BUG=none TEST=Close the bookmark bar on a page with a dark background/complex elements. There should be very little annoying white stuff at the bottom. Review URL: http://codereview.chromium.org/118066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17339 0039d316-1c4b-4281-b951-d872f2087c98
* Test impact of 4 rather than 8 parallel DNS prefetchjar@chromium.org2009-06-016-31/+55
| | | | | | | | BUG=6532 r=wtc Review URL: http://codereview.chromium.org/115990 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17338 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak SVNVersion be happier (matches windows).jrg@chromium.org2009-06-012-7/+12
| | | | | | | | | | | | Fix about:version so "Developer build" says "Official build" when relevant, and lists SVN version for developer builds. BUG=12064 Review URL: http://codereview.chromium.org/118036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17337 0039d316-1c4b-4281-b951-d872f2087c98
* Some UI tests would fail on some boxes as these tests have specific ↵jcampan@chromium.org2009-06-014-1/+12
| | | | | | | | | | | | | expectations in term of how many and what kind of info-bars are showing, and the default browser check would add an extra info-bar. This CL adds a switch that disables the default browser check on start-up and makes the UI tests specify that switch. BUG=13064 TEST=Run the UI tests. Review URL: http://codereview.chromium.org/112081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17336 0039d316-1c4b-4281-b951-d872f2087c98
* Have the find bar show number of matches on linux.tc@google.com2009-06-012-2/+5
| | | | | | | | | | | | We needed to enable some code in webkit/glue/webframe_impl.cc and add a line to clear the results in find_bar_gtk.cc. BUG=12955 Review URL: http://codereview.chromium.org/115960 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17335 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: ctrl+scroll for zoomestade@chromium.org2009-06-011-0/+19
| | | | | | | | BUG=12962 Review URL: http://codereview.chromium.org/118044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17334 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ZipTest on mac (valgrind memory issue)rafaelw@chromium.org2009-06-011-2/+4
| | | | | | Review URL: http://codereview.chromium.org/118077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17333 0039d316-1c4b-4281-b951-d872f2087c98
* Rollin' back 17315. Looks to be breaking OpenPopupWindowWithPlugin in the UI ↵robertshield@google.com2009-06-011-4/+3
| | | | | | | | | | Test on the builder. TBR=jhawkins Review URL: http://codereview.chromium.org/115997 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17332 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky test for win to test_expectations.txtjhawkins@chromium.org2009-06-011-0/+1
| | | | | | Review URL: http://codereview.chromium.org/118078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17331 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky test that crashes for mac debug to test_expectations.txtjhawkins@chromium.org2009-06-011-1/+3
| | | | | | Review URL: http://codereview.chromium.org/118075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17329 0039d316-1c4b-4281-b951-d872f2087c98
* Add three more flaky linux tests to test_expectations.txt.jhawkins@chromium.org2009-06-011-0/+3
| | | | | | Review URL: http://codereview.chromium.org/115995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17327 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations with two more flaky tests.jhawkins@chromium.org2009-06-011-0/+2
| | | | | | Review URL: http://codereview.chromium.org/115992 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17325 0039d316-1c4b-4281-b951-d872f2087c98
* Add 13078 to known crashhuanr@chromium.org2009-06-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17324 0039d316-1c4b-4281-b951-d872f2087c98
* Add 13078 to known crashhuanr@chromium.org2009-06-011-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17323 0039d316-1c4b-4281-b951-d872f2087c98
* A helper class for screen related queries. Currently only has a single ↵erikkay@google.com2009-06-014-0/+63
| | | | | | | | method for getting the current cursor position in screen coordinates. Review URL: http://codereview.chromium.org/112072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17322 0039d316-1c4b-4281-b951-d872f2087c98
* Add ffmpeg to about:terms.mal@chromium.org2009-06-011-0/+26
| | | | | | | BUG=http://crbug.com/12839 Review URL: http://codereview.chromium.org/113986 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17321 0039d316-1c4b-4281-b951-d872f2087c98
* setup.exe changes for 3 stage updates.kuchhal@chromium.org2009-06-016-3/+70
| | | | | | | | | | BUG=12832 TEST=Either test new command line options (update-setup-exe, new-setup-exe) of setup.exe individually or get a mini_installer that has setup.exe patch only and make sure the installer still works. Review URL: http://codereview.chromium.org/115866 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17320 0039d316-1c4b-4281-b951-d872f2087c98