summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More suppressions for more greeness.antonm@chromium.org2011-02-251-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76049 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary disable a test.antonm@chromium.org2011-02-251-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76048 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Fix building on a buildbot.sadrul@chromium.org2011-02-251-2/+4
| | | | | | TBR=msw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76047 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compiling on gcc-4.6.hbono@chromium.org2011-02-256-7/+8
| | | | | | | | | | | | This change removes invalid direct calls to constructors and replaces NULL to 0 as workarounds for a compiler bug of gcc 4.6. Patch from Maarten Lankhorst <m.b.lankhorst@gmail.com>. BUG=none TEST=fix builds on gcc 4.6 Review URL: http://codereview.chromium.org/6596005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76046 0039d316-1c4b-4281-b951-d872f2087c98
* Added TranslateVariablesInPolicy to the policy toolkit.pastarmovj@chromium.org2011-02-2511-133/+400
| | | | | | | | | | | | This function was implemented for mac and win in the chrome_main_xxx files because it was used only by the UserDataDir policy until now. However we need this in the DownloadDirectory policy too so I extracted in in a more global way in the policy::path_parser namespace. BUG=None TEST=unit_tests:PolicyPathParser.* Review URL: http://codereview.chromium.org/6469081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76045 0039d316-1c4b-4281-b951-d872f2087c98
* Bypass setting exceptions for CONTENT_SETTINGS_TYPE_PRERENDER.cbentzel@chromium.org2011-02-252-13/+34
| | | | | | | | | BUG=73938 TEST=Bring up content://settings with WebInspector enabled, validate that there are no console warnings. Review URL: http://codereview.chromium.org/6580033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76044 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented policy to disable plugin finder.pastarmovj@chromium.org2011-02-2514-20/+84
| | | | | | | | | BUG=49597 TEST=Set the policy to true and the default plugin should not offer to install missing plugins. Review URL: http://codereview.chromium.org/6475011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76043 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicate tab does not work for POST pages.pfeldman@chromium.org2011-02-258-3/+43
| | | | | | | | | BUG=17261 TEST= Review URL: http://codereview.chromium.org/6549009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76042 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 79538 -> 79665.antonm@chromium.org2011-02-251-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6591006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76040 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 683.0 to 684.0chrome-release@google.com2011-02-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76039 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.1.6.1ricow@chromium.org2011-02-252-2/+1
| | | | | | Review URL: http://codereview.chromium.org/6594007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76037 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75900 - Set the standard font from 'serif' family font.kochi@chromium.org2011-02-251-6/+4
| | | | | | | | | | | | | | | | | | | | | This is regardless of serif/sans-serif preference, because we don't have such pref UI for now. Otherwise some languages (CJK), which has sans-serif as a default font (IDS_STANDARD_FONT_IS_SERIF = false), they have no way to select a standard fallback font. Note that this is a temporary workaround that needs more fundamental fix. BUG=73845, chromium-os:12311 TEST=manually (in Japanese, set the font and go to http://www.asahi.com ) Review URL: http://codereview.chromium.org/6568006 TBR=csilv@chromium.org Review URL: http://codereview.chromium.org/6588004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76036 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable incognito and webnavigation extension API testsjochen@chromium.org2011-02-252-9/+2
| | | | | | | | | BUG=70913,72165 TEST=tests pass Review URL: http://codereview.chromium.org/6538105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76035 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Use a fresh TestingBrowserProcess for each test, part #2phajdan.jr@chromium.org2011-02-2520-24/+56
| | | | | | | | | | For a detailed description see part #1, http://codereview.chromium.org/6478005/ BUG=61062 TEST=unit_tests, possibly more Review URL: http://codereview.chromium.org/6532034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76034 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for the race in CustomThreadWatcherTesttimurrrr@chromium.org2011-02-251-2/+2
| | | | | | | | | BUG=74029 TBR=jochen TEST=TSan/unit is no more flaky Review URL: http://codereview.chromium.org/6596003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76033 0039d316-1c4b-4281-b951-d872f2087c98
* Roll flac DEPS to get a change that makes it possible to build with system FLAC:phajdan.jr@chromium.org2011-02-251-1/+1
| | | | | | | | | | http://codereview.chromium.org/6574024/ BUG=none TEST=none Review URL: http://codereview.chromium.org/6581037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76032 0039d316-1c4b-4281-b951-d872f2087c98
* Remove RemoveCustomProxySettingsFunction as it is substituted by clear of ↵battre@chromium.org2011-02-257-131/+156
| | | | | | | | | | | preferences api BUG=73387 TEST=Execute Proxy Settings API tests (browser_tests --gtest_filter="ProxySettings*" Review URL: http://codereview.chromium.org/6574038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76031 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt at fixing memory increase from earlier painting changes. Default ↵ben@chromium.org2011-02-251-1/+1
| | | | | | | | | | | value for use_layered_buffer_ was causing us to allocate a layered buffer for every widget (!), even if they were subsequently set to non-layered. BUG=none TEST=page cycler TBR=sky Review URL: http://codereview.chromium.org/6594004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76030 0039d316-1c4b-4281-b951-d872f2087c98
* Check for excessive dimensions.cevans@chromium.org2011-02-251-0/+7
| | | | | | | | | BUG=72173 TEST=none Review URL: http://codereview.chromium.org/6576032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76028 0039d316-1c4b-4281-b951-d872f2087c98
* Add a virtual destructor to ui::Transformhbono@chromium.org2011-02-251-0/+2
| | | | | | | | | | This change just adds a virtual destructor to the ui::Transform class so scoped_ptr<ui::Transform>::~scoped_ptr() can call ui::TransformSkia::~TransformSkia(). BUG=74113 TEST=make the valgrind bots green. Review URL: http://codereview.chromium.org/6595001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76027 0039d316-1c4b-4281-b951-d872f2087c98
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-255-72/+83
| | | | | | | | | BUG=none TEST=use flapper, go to youtube, make plugin crash and check no warning about close() failing. Review URL: http://codereview.chromium.org/6580050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76026 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move the implementation of MenuExample to the source file.tfarina@chromium.org2011-02-253-181/+229
| | | | | | | | | BUG=None TEST=run out/Debug/views_examples, everything should works as before. Review URL: http://codereview.chromium.org/6548001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76025 0039d316-1c4b-4281-b951-d872f2087c98
* Make Widget non-abstract.ben@chromium.org2011-02-253-52/+214
| | | | | | | | | | BUG=72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6574052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76022 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Move the core files of WebUI from chrome/browser/webui to ↵tfarina@chromium.org2011-02-2586-107/+107
| | | | | | | | | | | content/browser/webui. BUG=59946 TEST=trybots Review URL: http://codereview.chromium.org/6575054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76020 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a Style Guide nit: include platform_mime_util.h first.wtc@chromium.org2011-02-253-4/+7
| | | | | | | | | | R=eroman BUG=none TEST=no compilation errors. Review URL: http://codereview.chromium.org/6578038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76019 0039d316-1c4b-4281-b951-d872f2087c98
* Add a hard CHECK on use from a single thread to URLRequestThrottlerManager. ↵joi@chromium.org2011-02-253-51/+111
| | | | | | | | | | | | | This is done via a temporary copy of ThreadChecker so it can be made to work in release builds as well. Revert iterator use back to most optimal approach (previous changes were intended as temporary). BUG=71721 TEST=net_unittest Review URL: http://codereview.chromium.org/6581014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76018 0039d316-1c4b-4281-b951-d872f2087c98
* Comment out unused parameter names in function definitions,joi@chromium.org2011-02-253-3/+3
| | | | | | | | | | | | | | to adhere to the C++ Style Guide. Landing for roubert@google.com, original review http://codereview.chromium.org/6485028/ BUG=none TEST=none Review URL: http://codereview.chromium.org/6580049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76017 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Split infobar_gtk.cc into separate pieces for the different classes ↵tfarina@chromium.org2011-02-257-124/+208
| | | | | | | | | | | defined within, so that each piece is shorter and clearer. BUG=None TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6541045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76016 0039d316-1c4b-4281-b951-d872f2087c98
* Back out thread watcher changes.rtenneti@chromium.org2011-02-2515-100/+42
| | | | | | | | | BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6578033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76015 0039d316-1c4b-4281-b951-d872f2087c98
* Propagate was_fetched_via_proxy to ViewHostMsg_FrameNavigate. We'll use thisbryner@chromium.org2011-02-253-2/+12
| | | | | | | | | | | | | for client-sie phishing detection, and it will also be useful if the WebRequest API wants to handle proxied connections differently when exposing the socket address. BUG=none TEST=none Review URL: http://codereview.chromium.org/6579001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76014 0039d316-1c4b-4281-b951-d872f2087c98
* Adding pyauto tests for browser shortcuts.sunandt@chromium.org2011-02-251-0/+35
| | | | | | Review URL: http://codereview.chromium.org/6579029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76013 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed regression in the Linux AutoStart code caused by my previous CL.sanjeevr@chromium.org2011-02-251-1/+2
| | | | | | | | | BUG=None. TEST=Test autostart on Linux. Review URL: http://codereview.chromium.org/6576060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76012 0039d316-1c4b-4281-b951-d872f2087c98
* Switch googlemock to use the internal mirrors on the bots.nsylvain@chromium.org2011-02-251-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6587001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76011 0039d316-1c4b-4281-b951-d872f2087c98
* Fix finding the location in view of elements. This fixes mouse commands on ↵kkania@chromium.org2011-02-2519-2092/+2477
| | | | | | | | | | scrollable pages as well. BUG=none TEST=none Review URL: http://codereview.chromium.org/6574015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76010 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation for V8 roll and turn builtin utf8 codec on by default to ↵jamesr@chromium.org2011-02-252-0/+4
| | | | | | | | | | | match upstream BUG= TEST= Review URL: http://codereview.chromium.org/6576066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76008 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI Prefs: Use click target to set focus for inline editing.stuartmorgan@chromium.org2011-02-251-5/+37
| | | | | | | | | | | Also fixes a regression in value syncing introduced with the editmode->displaymode change. BUG=71464 TEST=Click a specific editable part of an editible list item (e.g., search engine URL). The focus should be on that item's input field. Review URL: http://codereview.chromium.org/6577034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76007 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove unused View::IsPushed() method.tfarina@chromium.org2011-02-252-6/+0
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6579039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76006 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectation for http/tests/media/video-play-suspend.html due to change ↵sjl@chromium.org2011-02-251-0/+3
| | | | | | | | | | | in r75985. BUG=74092 TEST=ran http layout tests Review URL: http://codereview.chromium.org/6580053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76003 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap some widgets with OwnedWidgetGtk to make sure we don'testade@chromium.org2011-02-252-21/+23
| | | | | | | | | | | touch them after their time. BUG=none TEST=waterfall stops flaking Review URL: http://codereview.chromium.org/6576063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76002 0039d316-1c4b-4281-b951-d872f2087c98
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-2515-151/+261
| | | | | | | | | | | | | | | Refactor RootView::OnMouseWheel and WidgetGtk::ProcessScroll. Rename RootView's and MenuHostRootView's ProcessMouseWheelEvent to OnMouseWheel. Merge event_x's GetMouseEventType into EventTypeFromNative and detect wheel events. Update NativeWidgetWin::MakeMSG and WidgetWin::MakeMSG. Add some needed support functions. BUG=72040 TEST=none Review URL: http://codereview.chromium.org/6469106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76001 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gmock 358:359thakis@chromium.org2011-02-251-1/+1
| | | | | | | | | | | | | gmock r359 moves several heavy mock functions out of line. It speeds up building the gpu target ~6x on my mac (30s instead of 180), and my mac also stays responsive the whole time. Previously, it would swap a lot, requiring me to set PBXNumberOfParallelBuildSubtasks to something small. With this patch, PBXNumberOfParallelBuildSubtasks no longer has to be set. Together with this gmock change, this speeds up a local clean build of everything by 25% (30min instead of 40min). BUG=none TEST=none Review URL: http://codereview.chromium.org/6584002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76000 0039d316-1c4b-4281-b951-d872f2087c98
* Reintroducing scons :-( + pylib.bradnelson@google.com2011-02-251-0/+6
| | | | | | | | | | | | | | Required for nacl integration testing. Sorry Evan.... BUG=nacl1295 TEST=None Review URL: http://codereview.chromium.org/6581050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75999 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI Prefs: Fix scrolling behavior of left nav bar.stuartmorgan@chromium.org2011-02-252-3/+19
| | | | | | | | | | | This restores the intended behavior of the left navr bar being not scrolling vertically, but allows horizontal scrolling to move it offscreen. BUG=72313 TEST=Scroll up/down and left/right on preferences page. Left nav bar should be fixed for vertical scrolling, but move offscreen for horizontal scrolling. Review URL: http://codereview.chromium.org/6574044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75998 0039d316-1c4b-4281-b951-d872f2087c98
* Revert accidental checkin.jam@chromium.org2011-02-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75997 0039d316-1c4b-4281-b951-d872f2087c98
* views: Organize all the import UI files into the ↵tfarina@chromium.org2011-02-249-76/+78
| | | | | | | | | | | chrome/browser/ui/views/importer/ directory. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6580023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75996 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NativeWidgetWin/WidgetImpl again. I'm going to take a different ↵ben@chromium.org2011-02-2411-1950/+0
| | | | | | | | | | | | | | approach to extracting this stuff. BUG=72040 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6574043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75995 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa: Do not show tooltip for bookmarks folders.tfarina@chromium.org2011-02-242-19/+24
| | | | | | | | | BUG=72660 TEST=see bug. Review URL: http://codereview.chromium.org/6570009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75993 0039d316-1c4b-4281-b951-d872f2087c98
* Incorrect login autofills default passworddhollowa@chromium.org2011-02-242-3/+22
| | | | | | | | | | | Changes the on-page-load password filling logic to only fill if no prior text has been filled in eithe password or username. The bug here was that partial results could be filled. BUG=72508 TEST=Manual test according to bug. Review URL: http://codereview.chromium.org/6576050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75992 0039d316-1c4b-4281-b951-d872f2087c98
* Added several known image files that don't work.karen@chromium.org2011-02-241-10/+207
| | | | | | Review URL: http://codereview.chromium.org/6578034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75991 0039d316-1c4b-4281-b951-d872f2087c98
* Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ↵jam@chromium.org2011-02-2440-144/+141
| | | | | | | | | to content\browser. TBR=avi Review URL: http://codereview.chromium.org/6586001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75990 0039d316-1c4b-4281-b951-d872f2087c98