summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable pyautolib for chromium multi dll build. Will reenable itvictorw@chromium.org2010-07-201-1/+2
| | | | | | | | | | | | once it compiles for multi dll build. R=maruel BUG=none TEST=none Review URL: http://codereview.chromium.org/3050003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52976 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable BrowserTest.ThirtyFourTabs on mac.rvargas@google.com2010-07-201-7/+1
| | | | | | | | | | | BUG=49193 TEST=none TBR=oshima Review URL: http://codereview.chromium.org/3037009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52975 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with extensions:mpcomplete@chromium.org2010-07-209-43/+84
| | | | | | | | | | | | | | | - Default to Allow file permissions for unpacked extensions. - Fix incognito warning display when extensions are reshuffled. - Remove SCHEMES_ALL BUG=48124 BUG=48526 BUG=49243 TEST=no Review URL: http://codereview.chromium.org/3039005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52974 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the client code for the X11 version.garykac@google.com2010-07-2028-638/+710
| | | | | | | | | | | | | Make ChromotingViews responsible for initializing themselves. Move all x11-related code into X11View. Create InputCapturer class manage client input capture. BUG=none TEST=ran Win host + X11 client Review URL: http://codereview.chromium.org/2861047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52973 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit DEPS 63669:63692.tony@chromium.org2010-07-203-3/+3
| | | | | | | | | | | Also fix video tests after webkit r63684. Webkit r63684 removes the load event, so change the layout tests to use canplaythrough instead. Review URL: http://codereview.chromium.org/3038010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52971 0039d316-1c4b-4281-b951-d872f2087c98
* Created a host for running the utility process as a child of the service ↵sanjeevr@chromium.org2010-07-2014-1/+732
| | | | | | | | | | | process. This is used for rendering PDFs to a metafile in a sandbox for the Cloud Print proxy on Windows. BUG=None TEST=Test Windows Cloud Print proxy Review URL: http://codereview.chromium.org/2917013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52970 0039d316-1c4b-4281-b951-d872f2087c98
* Send lock ready signal after Windowmanager has drawn the screen.oshima@chromium.org2010-07-207-48/+95
| | | | | | | | | | | | | Added ScreenLockerBackgroundView to re-layout lock_widget on resize. For 4399, we'll update WM to make lock window fullscreen, and update chrome to use window but not popup. BUG=chromium-os:4078, chromium-os:4399 TEST=none Review URL: http://codereview.chromium.org/3034012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52969 0039d316-1c4b-4281-b951-d872f2087c98
* Put sidetab menu back to wrench menu (confirmed with sky)oshima@chromium.org2010-07-209-72/+11
| | | | | | | | | | | | Removed OpenTanMode (confirmed with cole) Removed ToolbarView::SetAppMenuModel BUG=49229 TEST=none. Review URL: http://codereview.chromium.org/2832058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in renderer process when Pepper plugin fails to initialize.apatrick@chromium.org2010-07-201-0/+3
| | | | | | | | | | | Adding a null plugin delegate to current_oldstyle_pepper_plugins_ caused a crash when the element was later dereferenced. TEST=try BUG=none Review URL: http://codereview.chromium.org/2945019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52967 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Display a quick animation when a popup is blocked so the user notices ↵rsesek@chromium.org2010-07-2013-117/+1942
| | | | | | | | | | | | | | it in the Omnibox. This refactors the animation code of the DownloadStartedAnimationMac into AnimatableImage. BUG=49341 TEST=Go to http://www.popuptest.com/popuptest3.html. When a popup is opened, see animation. TEST=Download a file. Animation still plays. Review URL: http://codereview.chromium.org/3014005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52965 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Stop evictions while performing final cleanup.rvargas@google.com2010-07-204-2/+31
| | | | | | | | | | | | | The evictions code may post tasks for further processing and that is a problem at cache destruction, so add an explicit method to stop evictions. BUG=49547 TEST=none Review URL: http://codereview.chromium.org/2854053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52964 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Minor tweaks to the Wrench menu.rsesek@chromium.org2010-07-193-2/+12
| | | | | | | | | | | | | * Swap the +/- zoom buttons so that minus is first. * Invert the fullscreen arrows when in fullscreen mode. BUG=49449 TEST=Visual TEST=Wrench menu --> Enter full screen. Wrench menu now has inverted arrows to exit full screen. Review URL: http://codereview.chromium.org/3008010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52963 0039d316-1c4b-4281-b951-d872f2087c98
* Fix stats table on linux. There were two problems:mbelshe@chromium.org2010-07-191-17/+31
| | | | | | | | | | | | a) We were using the wrong pid for the browser pid b) We weren't initializing the StatsTable after running the zygote. BUG=none TEST=none Review URL: http://codereview.chromium.org/3051003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52962 0039d316-1c4b-4281-b951-d872f2087c98
* I reversed the order of the EXPECT_EQ tests so expected value is first, ↵cbentzel@chromium.org2010-07-191-12/+12
| | | | | | | | | | | actual value is second. BUG=None TEST=unit_tests --gtest_filter="*CreditCardTest*" Review URL: http://codereview.chromium.org/3014014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52961 0039d316-1c4b-4281-b951-d872f2087c98
* Respect Spaces when dragging tabs on OS Xdavidben@chromium.org2010-07-192-0/+76
| | | | | | | | | | | | | | For 10.6 and above, we can simply filter windows out with isOnActiveSpace. For 10.5, there is another API in CoreGraphics that gives us the same information. It is slow and causes noticeable CPU usage during a drag, so cache it per-drag. R=pinkerton BUG=32796 TEST=open windows on separate spaces, drag a tab over where a window is on the other space Review URL: http://codereview.chromium.org/2962018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52960 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adjust omnibox decoration dragging to keep image under mouse.shess@chromium.org2010-07-196-16/+52
| | | | | | | | | | | | | | | | | | | LocationBarDecoration::GetDragImageFrame() added to let decorations specify where their GetDragImage() image is in the decoration. The mouse-down code ensures that the mouse drags from the expected point within that area, or centeres the image under the mouse if the drag is from somewhere else in the decoration. Additionally tracked down why -isFlipped affected the drag point and rewrote the code to be -isFlipped agnostic. BUG=49102, 40771 TEST=Goto https://www.thawte.com/. Drag from ev text, lock icon should be under cursor. TEST=drag from location or lock icon should drag from point in icon mouse click was in. Review URL: http://codereview.chromium.org/2870059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52959 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Breakpad from r609 to r627. This includes Mac DWARF CFI fixes ↵thestig@chromium.org2010-07-191-1/+1
| | | | | | | | | | and improvements to the Linux/Mac symbol dumper. BUG=none TEST=none Review URL: http://codereview.chromium.org/3038009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52958 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Prefs dialog on Mac should list derived labels for profiles, not ↵dhollowa@chromium.org2010-07-193-3/+47
| | | | | | | | | | | | | summaries. Changes the AutoFill dialog on Mac to display list of derived labels and not summaries. BUG=49344 TEST=Manual test as in bug. AutoFillDialogControllerTest.* Review URL: http://codereview.chromium.org/3041007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52957 0039d316-1c4b-4281-b951-d872f2087c98
* Remove valgrind supressions for ↵cpu@chromium.org2010-07-192-18/+0
| | | | | | | | | | | | | | TemplateURLPrepopulateData::MakePrepopulatedTemplate The leak was fixed now we don't need the supressions. BUG=49086 TEST=none Review URL: http://codereview.chromium.org/2809060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52956 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change.jochen@chromium.org2010-07-191-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=jochen@ Review URL: http://codereview.chromium.org/2806057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52952 0039d316-1c4b-4281-b951-d872f2087c98
* Fix svn:executable permissions.thestig@chromium.org2010-07-197-0/+0
| | | | | | | | BUG=none TEST=checkperms.py is happy. Review URL: http://codereview.chromium.org/3042006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52951 0039d316-1c4b-4281-b951-d872f2087c98
* Buttons for the collected cookies dialog to add content exceptions.jochen@chromium.org2010-07-196-17/+282
| | | | | | | | | BUG=45230 TEST=CollectedCookiesTest.* Review URL: http://codereview.chromium.org/2808053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52950 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks the pinned background tab title change animation per Nicholas'ssky@chromium.org2010-07-194-8/+58
| | | | | | | | | | | request. BUG=none TEST=none Review URL: http://codereview.chromium.org/3041006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52949 0039d316-1c4b-4281-b951-d872f2087c98
* Add a callstack to the known crashes list. This crash occurs consistently in ↵ananta@chromium.org2010-07-191-0/+3
| | | | | | | | | | | | | ChromeFrame reliability test runs This stack was incorrectly deleted in an earlier revision. Bug=39356 TBR=amit Review URL: http://codereview.chromium.org/3037010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52948 0039d316-1c4b-4281-b951-d872f2087c98
* Fix nacl_sandbox_tests dependency:victorw@chromium.org2010-07-192-2/+8
| | | | | | | | | | | | | | | allocator target should be added as dependency only when win_use_allocator_shim is 1. Also fix a typo in allocator_shim.cc R=jvoung@google.com, mbelshe@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/3011011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52947 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 49463 from known list as not seen in recent runs.huanr@chromium.org2010-07-191-7/+0
| | | | | | | | | BUG=49463 TEST=reliability tests Review URL: http://codereview.chromium.org/2883027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52946 0039d316-1c4b-4281-b951-d872f2087c98
* Only auto-close dialogs when last browser closes.atwilson@chromium.org2010-07-191-1/+4
| | | | | | | | | | | | Update GTK version of BrowserList::AllBrowsersClosed() to only close widgets that pass the GTK_IS_DIALOG() filter to avoid prematurely closing status icons. BUG=49391 TEST=none (unit test is part of a pending CL) Review URL: http://codereview.chromium.org/3040006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52945 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] fix autocomplete_text_field_cell_unittest.mmshess@chromium.org2010-07-191-0/+1
| | | | | | | | | | | Merge removed indirect autocomplete_text_field.h, broken build. BUG=none TEST=waterfall Review URL: http://codereview.chromium.org/3050002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52944 0039d316-1c4b-4281-b951-d872f2087c98
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-196-206/+241
| | | | | | | | | | | | | GSSAPI does not provide a mechanism for the user to specify username/password to obtain a TGT. If default credentials are not allowed for an end site, skip negotiate and use a different scheme. Arguably in this case it may make sense to simply prompt the user whether they want to use their existing Kerberos credentials to authenticate to the server and use the existing TGT, but we'll need UI changes. BUG=33033 TEST=net_unittests, try to authenticate to a Kerberized server which is not in the whitelist. Review URL: http://codereview.chromium.org/3013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52943 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Mark tests FLAKY: HomePageLink and NTPHasThumbnails"tony@chromium.org2010-07-191-4/+2
| | | | | | | | | | This reverts commit 52788 and re-enables 2 UI tests. TBR=phajdan.jr Review URL: http://codereview.chromium.org/2856044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52942 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Re-enable decoration tooltips in omnibox.shess@chromium.org2010-07-195-18/+68
| | | | | | | | | | | | | AutocompleteTextField clears state, then asks AutocompleteTextFieldCell to regenerate the tooltips. BUG=49321 TEST=tooltips for star, content settings, page actions. TEST= AutocompleteTextFieldCellTest.UpdateToolTips Review URL: http://codereview.chromium.org/2868058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52940 0039d316-1c4b-4281-b951-d872f2087c98
* Set sync-notification-method to "transitional" for integration tests.rsimha@chromium.org2010-07-191-1/+8
| | | | | | | | | | | | | | | | The sync integration tests do not have a fake Tango server that provides clients with XMPP notifications. Therefore, we rely on clients nudging each other via the server when changes need to be synced. Until we implement a fake Tango server, this switch needs to be set for all integration tests. BUG=48141 TEST=sync_integration_tests:echo Review URL: http://codereview.chromium.org/2834051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52939 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some network counters to work on linux/mac.mbelshe@chromium.org2010-07-191-0/+9
| | | | | | | | | | | These now match the behavior on windows. BUG=none TEST=none Review URL: http://codereview.chromium.org/2881022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52938 0039d316-1c4b-4281-b951-d872f2087c98
* Add resources needed to remove page and app menus.pkasting@chromium.org2010-07-192-0/+247
| | | | | | | | | TBR=sky BUG=none TEST=none Review URL: http://codereview.chromium.org/2819055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52937 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the application locale police that allows to enforce the ↵markusheintz@chromium.org2010-07-1914-316/+375
| | | | | | | | | | | kApplicationLocale preference. bug=44504 test=none Review URL: http://codereview.chromium.org/2809058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52936 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust mac 10.5 startup expectations.chase@chromium.org2010-07-191-1/+1
| | | | | | | | | | | | | | After the most recent reboot, the startup results difference is ~30 ms. Adjust to keep the step green for now. BUG=none TEST=mac 10.5 startup is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52935 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r42636. That hack is no longer needed now that we removed the compactmpcomplete@chromium.org2010-07-193-11/+4
| | | | | | | | | | location bar view. BUG=38992 Review URL: http://codereview.chromium.org/3036004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52934 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for pyauto AutoFill tests on Leopard.alyssad@chromium.org2010-07-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2823046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52933 0039d316-1c4b-4281-b951-d872f2087c98
* Changing watchlists so one can monitor the dom_ui for the options page. ↵dhg@chromium.org2010-07-191-0/+7
| | | | | | | | Adding myself to the list. Review URL: http://codereview.chromium.org/2819053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52932 0039d316-1c4b-4281-b951-d872f2087c98
* Deal with alpha values when building PNG in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-07-194-39/+78
| | | | | | | | | BUG=44758 TEST=ExtensionApiTest.CaptureVisibleTab, try taking a snapshot of google.com on mac, linux, win. Review URL: http://codereview.chromium.org/2819050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52931 0039d316-1c4b-4281-b951-d872f2087c98
* Add starter code for 'Clear Browser Data' and 'Font Settings' overlay dialogs.csilv@chromium.org2010-07-1912-16/+187
| | | | | | | | BUG=49037,49038 TEST=Verify skeleton overlay dialogs for 'Clear Browser Data' and 'Font Settings' when using --enable-tabbed-options. Review URL: http://codereview.chromium.org/2812063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52930 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Disable TestOnMouseOut, it requires more automation provider support ↵thakis@chromium.org2010-07-191-1/+7
| | | | | | | | | | | | | than there is atm. With this, interactive_ui_tests works for me locally BUG=45892,21276 TEST=none Review URL: http://codereview.chromium.org/3053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52929 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Convert omnibox keyword hint to decoration.shess@chromium.org2010-07-1911-507/+319
| | | | | | | | | | | | | | | Additionally, convert to use more basic drawing rather than NSAttributedString, to save needing the text-attachment class. Strip out all of the unit-test code relating to decoration exclusion, as those cases are no longer possible in those ways. BUG=none TEST=Browse to www.google.com. Command-l, type google and should see "Press [tab] to search Google". TEST=Should have I-beam cursor over the "Press ..." phrase. Review URL: http://codereview.chromium.org/2854051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52928 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen a suppression for SpdyHttpStreamTest.thestig@chromium.org2010-07-191-1/+1
| | | | | | | | | BUG=46886 TEST=Heapchecker net gets greener TBR=glider Review URL: http://codereview.chromium.org/3010012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52927 0039d316-1c4b-4281-b951-d872f2087c98
* Update vista morejs.chase@chromium.org2010-07-191-1/+1
| | | | | | | | | | | | | Looks like we got faster around r50331 (WebKit roll 61498:61520). BUG=none TEST=vista morejs is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3049002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52926 0039d316-1c4b-4281-b951-d872f2087c98
* Let PaintAtAck send an int tag instead of the TransportDIB handle.thakis@chromium.org2010-07-199-34/+39
| | | | | | | | | | | TransportDIB handles are file descriptors on mac, which are duped when sent over IPC. Hence, they change their value, and the handle that comes back over IPC is not the same that was originally sent -- so they can't be used as map keys. BUG=none TEST=none Review URL: http://codereview.chromium.org/3037006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52925 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Protect the code against misuse...rvargas@google.com2010-07-193-6/+7
| | | | | | | | | | | | | So avoid crashing even if the destructor is not called before killing the IO thread. BUG=49271 TEST=none Review URL: http://codereview.chromium.org/3044006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52924 0039d316-1c4b-4281-b951-d872f2087c98
* sync-webkit-git: exit with an error code on failureevan@chromium.org2010-07-191-4/+5
| | | | | | | | Useful when running it in combination with other programs. Review URL: http://codereview.chromium.org/3015007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52923 0039d316-1c4b-4281-b951-d872f2087c98
* Update Vista intl expectations.chase@chromium.org2010-07-191-2/+2
| | | | | | | | | | | | | | | | | The current build got faster around r52818, but so did the reference build. Then the reference build got faster while the current build did not. So while it's a relative increase in perf results, it's an absolute decrease. Appears to be local machine changes that caused these changes. BUG=none TEST=vista intl steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2847060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52922 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger the build (after submitting a grd change)gregoryd@google.com2010-07-191-1/+1
| | | | | | | TBR=pinkerton Review URL: http://codereview.chromium.org/3020013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52920 0039d316-1c4b-4281-b951-d872f2087c98