summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-2514-0/+0
| | | | | | | | BUG=none TEST=checkperms.py passes Review URL: http://codereview.chromium.org/2850030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50887 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: add more syncronization to GtkNativeViewIdManager to avoid a crash.estade@chromium.org2010-06-253-8/+21
| | | | | | | | | BUG=46197 TEST=manual (see bug) Review URL: http://codereview.chromium.org/2860024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50886 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Cancel loading animations during shutdown.estade@chromium.org2010-06-251-0/+3
| | | | | | | | | BUG=none TEST=debug chrome doesn't complain when shutting down a loading window Review URL: http://codereview.chromium.org/2870025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50885 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61794:61871.mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/2823031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50884 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change part 2.jhawkins@chromium.org2010-06-251-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50883 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to kick the builders.jhawkins@chromium.org2010-06-251-1/+1
| | | | | | | | TBR=none BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50880 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: GRD strings cleanup.jhawkins@chromium.org2010-06-258-19/+17
| | | | | | | | | BUG=47422 TEST=none Review URL: http://codereview.chromium.org/2852025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50879 0039d316-1c4b-4281-b951-d872f2087c98
* sync: Change entry purging approach to rely on SaveChanges, which is more ↵tim@chromium.org2010-06-256-131/+91
| | | | | | | | | | | | | | | | | | consistent with the way things work in general, and specifically when things fail as the transaction boundaries are well defined. The entries will get deleted from memory after the next successful SaveChanges operation (happens every 10 seconds), and they will get deleted from disk on the next browser restart. Also clear the metadata bits that track whether there are any entries in the Directory for those types to keep it in a consistent state. BUG=40252 Review URL: http://codereview.chromium.org/2873020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50878 0039d316-1c4b-4281-b951-d872f2087c98
* Rull deps to pick up a bunch of svn:executable cleanups.thestig@chromium.org2010-06-251-5/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2876010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50877 0039d316-1c4b-4281-b951-d872f2087c98
* Don't DCHECK for resolving empty hostnames since PAC scripts can fire off ↵eroman@chromium.org2010-06-251-1/+6
| | | | | | | | | | | | | | | | such queries. Instead, just ignore those queries. BUG=47501 TEST=none Committing patch on behalf of jochen. Original code review: http://codereview.chromium.org/2850028/show Review URL: http://codereview.chromium.org/2870028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50876 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Break some common->app dependencies.thestig@chromium.org2010-06-256-11/+14
| | | | | | | | BUG=46666 TEST=none Review URL: http://codereview.chromium.org/2821010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50875 0039d316-1c4b-4281-b951-d872f2087c98
* Update the whitelist in checkperms.py.thestig@chromium.org2010-06-251-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2806034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50874 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Push location bar implementation into subdir.shess@chromium.org2010-06-2522-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | Move these files from cocoa/ to cocoa/location_bar/: autocomplete_text_field.h autocomplete_text_field.mm autocomplete_text_field_cell.h autocomplete_text_field_cell.mm autocomplete_text_field_cell_unittest.mm autocomplete_text_field_editor.h autocomplete_text_field_editor.mm autocomplete_text_field_editor_unittest.mm autocomplete_text_field_unittest.mm autocomplete_text_field_unittest_helper.h autocomplete_text_field_unittest_helper.mm location_bar_view_mac.h location_bar_view_mac.mm location_bar_view_mac_unittest.mm BUG=none TEST=none Review URL: http://codereview.chromium.org/2807024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50873 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50863 - Add initial url/title history indexing and search provider ↵mrossetti@chromium.org2010-06-255-917/+0
| | | | | | | | | | | | | | support -- not hooked up at this point. BUG=None TEST=None Review URL: http://codereview.chromium.org/2818029 TBR=mrossetti@chromium.org Review URL: http://codereview.chromium.org/2811034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the shlib Linux testsjcivelli@chromium.org2010-06-251-2/+0
| | | | | | | | | | | | | An unused file was still being compiled and referenced a file no longer compiled. This was breaking the Linux shlib tests. BUG=None TEST=Linux shlib tests should pass TBR=sky Review URL: http://codereview.chromium.org/2817032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50868 0039d316-1c4b-4281-b951-d872f2087c98
* Make extension sync change processor listen to events for disabled extensions.akalin@chromium.org2010-06-251-5/+16
| | | | | | | | | BUG=46514 TEST=made sure syncing of an uninstalled disabled extension works Review URL: http://codereview.chromium.org/2849027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50867 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a valgrind leak.asargent@chromium.org2010-06-251-0/+6
| | | | | | | | | BUG=47471 TEST=none TBR=rafaelw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50866 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50859 - GTK: First draft of the unified cut/copy/paste and ↵rafaelw@google.com2010-06-2522-1070/+32
| | | | | | | | | | | | | | | | | | +/-/Fullscreen menu items. Adds special menu item types that allow shoving buttons into them, along with tracking which button is selected. We now are halfway to the mocks that the chrome-ui-leads sent out. BUG=45757 TEST=none Review URL: http://codereview.chromium.org/2800015 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2836029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50865 0039d316-1c4b-4281-b951-d872f2087c98
* Add initial url/title history indexing and search provider support -- not ↵mrossetti@chromium.org2010-06-255-0/+917
| | | | | | | | | | | hooked up at this point. BUG=None TEST=None Review URL: http://codereview.chromium.org/2818029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50863 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapcheck leak from ExtensionExtentTestrafaelw@chromium.org2010-06-251-0/+6
| | | | | | | | | BUG=47545 TBR=aa Review URL: http://codereview.chromium.org/2857022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50862 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two webgl crashes.pathorn@chromium.org2010-06-252-30/+33
| | | | | | | | | | | | Uninitialized variable in getProgramInfoLog and friends. Fix crash in GLES2DecoderImpl if resizing the <canvas> when parent_ is null. BUG=44590 TEST=64-bit chrome on Linux is able to run the o3d-webgl samples. Review URL: http://codereview.chromium.org/2819025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50861 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression (crash) in launching Apps (regular ones, not Extension Apps) ↵finnur@chromium.org2010-06-251-3/+6
| | | | | | | | | | | | | | caused by r50489. The function that got changed is shared by both types of Apps, but in the case of old-style apps |extension| is NULL, so dereferencing it will crash. BUG=47484 TEST=Launch Chrome with --app=http://www.google.com and it should not crash. Review URL: http://codereview.chromium.org/2842028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50860 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: First draft of the unified cut/copy/paste and +/-/Fullscreen menu items.erg@chromium.org2010-06-2522-32/+1070
| | | | | | | | | | | | | Adds special menu item types that allow shoving buttons into them, along with tracking which button is selected. We now are halfway to the mocks that the chrome-ui-leads sent out. BUG=45757 TEST=none Review URL: http://codereview.chromium.org/2800015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50859 0039d316-1c4b-4281-b951-d872f2087c98
* Supress valgrind leak in ExtensionExtent testrafaelw@chromium.org2010-06-251-0/+14
| | | | | | | | | BUG=47539 TBR=aa Review URL: http://codereview.chromium.org/2867028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50858 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61780:61794. This was healthy on FYI and on trybots.mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/2879001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50857 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Tweak CrZombie code for better crash reporting.shess@chromium.org2010-06-251-8/+41
| | | | | | | | | | | | | | | | | -performSelector:withObject: has been seen in some crashes, so expand the dispatch methods implemented to cover that and a couple obvious variants. Use a local copy of |BreakDebugger()| so that the crashes top-of-stack is more obviously intentional. Then there can be a bug to attract crash-triagers and explain how to handle things. BUG=none TEST=none Review URL: http://codereview.chromium.org/2828022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50856 0039d316-1c4b-4281-b951-d872f2087c98
* Disallow apps with the wrong content type header.skerner@chromium.org2010-06-257-11/+76
| | | | | | | | | BUG=41290 TEST=manual Review URL: http://codereview.chromium.org/2830017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50855 0039d316-1c4b-4281-b951-d872f2087c98
* Canvas refactoring part 3.ben@chromium.org2010-06-2571-517/+509
| | | | | | | | | | | | | | - Replace Canvas instance users with CanvasSkia users. - Rename Canvas2 to Canvas. - Delete Canvas subclass of CanvasSkia. This has created some ugliness around the fact that people that used SkCanvas methods on Canvas now have to go through AsCanvasSkia first. This is temporary ugliness that will be eradicated as I incrementally build out the new Canvas API. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50854 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash when dragging thumbnail on NTP.thakis@chromium.org2010-06-251-2/+4
| | | | | | | | BUG=11457 TEST=Drag thumbnail on NTP. Shouldn't dcheck. Review URL: http://codereview.chromium.org/2807023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50853 0039d316-1c4b-4281-b951-d872f2087c98
* Changes mnemonics for bookmark menus to show the mnemonics if eithersky@chromium.org2010-06-255-17/+63
| | | | | | | | | | | | | the os says we should, or focus was on the button that triggered showing the menu. Also changes mnemonic processing to not guess at mnemonic if menu has mnemonics. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2831031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50852 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side changes to use PP_CompletionCallback as the Flush callback.darin@chromium.org2010-06-254-54/+60
| | | | | | | | | | R=brettw BUG=47461 TEST=none Review URL: http://codereview.chromium.org/2852024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50851 0039d316-1c4b-4281-b951-d872f2087c98
* Include all projects from ppapi.gyp in chrome.sln. This just has the effect ofdarin@chromium.org2010-06-251-0/+1
| | | | | | | | | | | | adding the example project. R=bradnelson BUG=none TEST=none Review URL: http://codereview.chromium.org/2844025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50850 0039d316-1c4b-4281-b951-d872f2087c98
* Porting the infobars on Linux to the new TranslateInfobarDelegate2.jcivelli@chromium.org2010-06-2516-900/+693
| | | | | | | | | | | | | | Each translate infobar is now its own class and most of the logic is in the delegate. BUG=40828 TEST=Thoroughly test the translate feature on Linux. Review URL: http://codereview.chromium.org/2867017 Review URL: http://codereview.chromium.org/2836023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50848 0039d316-1c4b-4281-b951-d872f2087c98
* Do some minor cleanup in histogram.*jar@chromium.org2010-06-252-39/+13
| | | | | | | | | | | | | | | | | I was trying to debug some code, and noticed some excess complexity. There are no significant semantic changes. DCHECK on a foo.get() is a waste given we're about to deref the pointer. Execution cost should be be minially less, and we get rid of several lines of code. BUG=46263 r=mbelshe Review URL: http://codereview.chromium.org/2805033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50847 0039d316-1c4b-4281-b951-d872f2087c98
* Create a "whitespace" file used for making non-code related changes for ↵rsesek@chromium.org2010-06-251-0/+5
| | | | | | | | | | | triggering builds. BUG=none TEST=none Review URL: http://codereview.chromium.org/2847028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50846 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50838 - WebKit roll 61780:61836mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | | | | | | Tests are failing. Reverting last two rolls. TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2835017 TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/2806035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50843 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50841 - WebKit roll 61836:61855. This should fix linux webkit_tests ↵mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | | | | | | | | (text-intro-05-t). Tests are failing. Reverting last two rolls. TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/2845024 TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/2836027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50842 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61836:61855. This should fix linux webkit_tests (text-intro-05-t).mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/2845024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50841 0039d316-1c4b-4281-b951-d872f2087c98
* Mark OpenDatabaseSyncInputs as flakymnaganov@chromium.org2010-06-251-1/+2
| | | | | | | | | | TBR=atwilson BUG=47518 TEST=none Review URL: http://codereview.chromium.org/2805035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50840 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: migrate to new WebView constructor.pfeldman@chromium.org2010-06-2513-23/+31
| | | | | | Review URL: http://codereview.chromium.org/2814033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50839 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61780:61836mnaganov@chromium.org2010-06-251-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2835017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50838 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r50834aa@chromium.org2010-06-2544-417/+328
| | | | | | TBR=tony@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50837 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for a data race in SKIA (fixed now)timurrrr@chromium.org2010-06-251-9/+0
| | | | | | | | | BUG=46672 RBR=glider,senorblanco TEST=TSan UI should remain green Review URL: http://codereview.chromium.org/2861027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50836 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r50834aa@chromium.org2010-06-2543-311/+413
| | | | | | TBR=tony@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50835 0039d316-1c4b-4281-b951-d872f2087c98
* Allow multiple domains in app.aa@chromium.org2010-06-2543-413/+311
| | | | | | | | | | | | | | | | | | | | | Subsequent changes will: * Allow URLPatterns to specify * for scheme, so that http/https doesn't need to be repeated for each host. * Fix the overlap detection. Suggested review order: - test files - url_pattern* - extension_extent* - extension* - everything else BUG=46633 Review URL: http://codereview.chromium.org/2876007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50834 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix css for disabled action buttonsarv@chromium.org2010-06-251-8/+9
| | | | | | | | Change the order and make the rules a bit more specific to handle disabled action buttons. Review URL: http://codereview.chromium.org/2805028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50833 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-2512-232/+142
| | | | | | | | Reverted r50804 as it seems to be related to memory error. Review URL: http://codereview.chromium.org/2833033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50832 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Show extension icons next to their top-level context menu ↵hclam@chromium.org2010-06-2519-148/+447
| | | | | | | | | | | items."" This reverts r50828 as the error is already suppressed r50793. TBR=asargent Review URL: http://codereview.chromium.org/2844028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50831 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome/win: Show preview images when dragging images.thakis@chromium.org2010-06-257-19/+58
| | | | | | | | | BUG=11457 TEST=Go to google.com, drag logo around. Should be attached to cursor. Review URL: http://codereview.chromium.org/2870026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50830 0039d316-1c4b-4281-b951-d872f2087c98
* Allow content setting changes in incognito mode.jochen@chromium.org2010-06-2517-110/+201
| | | | | | | | | | | This removes the logic to disable the "remeber" functions in the UI elements (basically reverting r44084, but leaves the incognito host content setting map in place. Changes to this map are allowed but do not get stored in preferences. BUG=44480 TEST=none Review URL: http://codereview.chromium.org/2811025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50829 0039d316-1c4b-4281-b951-d872f2087c98