summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds ability for a view to paint to a texture even it if doesn't havesky@chromium.org2011-06-022-3/+26
| | | | | | | | | | | | a transform. BUG=none TEST=none R=ben@chromium.org,wjmaclean@chromium.org Review URL: http://codereview.chromium.org/7074048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87701 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia 1476:1482thakis@chromium.org2011-06-021-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=vandebo Review URL: http://codereview.chromium.org/7070002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87700 0039d316-1c4b-4281-b951-d872f2087c98
* Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.adamk@google.com2011-06-022-7/+77
| | | | | | | | | | R=willchan@chromium.org BUG=7469,53473 TEST=load onlineTest.html attachment on bug 7469; disconnect/connect network cable Review URL: http://codereview.chromium.org/7006015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87699 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome os wording.chocobo@chromium.org2011-06-021-4/+4
| | | | | | | | BUG=chromium-os:14872,chromium-os:15318 TEST=None Review URL: http://codereview.chromium.org/7109021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87698 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a memory error in webkit tests.thestig@chromium.org2011-06-021-0/+7
| | | | | | | | | BUG=84774 TEST=none TBR=dglazkov Review URL: http://codereview.chromium.org/6982049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87697 0039d316-1c4b-4281-b951-d872f2087c98
* Change InfoBar-related notifications to be sourced from a ↵pkasting@chromium.org2011-06-0223-128/+195
| | | | | | | | | | TabContentsWrapper, not a TabContents. Also change the notifications' Details to be more like what they will ultimately become once TCW owns the InfoBars, by adding a bool to the REMOVED notification for animation state, and changing the "add"-related args from InfoBarDelegate* to InfoBar*. (I can't yet change the removed infobar delegate args similarly because TabContentsWrapper current has no way to map back from an InfoBarDelegate* to a corresponding Infobar*.) BUG=62154 TEST=none Review URL: http://codereview.chromium.org/7006010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87696 0039d316-1c4b-4281-b951-d872f2087c98
* Small refactor: have ExtensionInfoMap use ExtensionSet.mpcomplete@chromium.org2011-06-027-213/+100
| | | | | | | | | | BUG=no TEST=no Review URL: http://codereview.chromium.org/7066053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87693 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up remoting UI to make it closer to specdmaclach@chromium.org2011-06-0212-528/+598
| | | | | | | | | BUG=NONE TEST=Run Remoting and appreciate it's new shininess. Review URL: http://codereview.chromium.org/7078022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87692 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-021-193/+195
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87690 0039d316-1c4b-4281-b951-d872f2087c98
* Add some view class name to better debug view hierarchymiletus@chromium.org2011-06-0210-3/+65
| | | | | | | | | | | | BUG=None TEST=None R= Review URL: http://codereview.chromium.org/6976053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87689 0039d316-1c4b-4281-b951-d872f2087c98
* Update description of experimental APIs. (history is NOT experimental!)kathyw@chromium.org2011-06-022-6/+6
| | | | | | | | TEST=http://code.google.com/chrome/extensions/api_index.html doesn't list "history" in the Experimental APIs section BUG=none Review URL: http://codereview.chromium.org/6982047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87687 0039d316-1c4b-4281-b951-d872f2087c98
* Clang build fix (last one, hopefully).agl@chromium.org2011-06-022-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87686 0039d316-1c4b-4281-b951-d872f2087c98
* Clang build fix for r87677.agl@chromium.org2011-06-022-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87684 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87627 - Dropping the BrowsingDataFileSystemHelper browser_tests in ↵mkwst@chromium.org2011-06-023-232/+234
| | | | | | | | | | | | | | favor of unit_tests. BUG=None TEST=Run unit_tests. Verify that nothing breaks. Review URL: http://codereview.chromium.org/7020026 TBR=mkwst@chromium.org Review URL: http://codereview.chromium.org/7109020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87683 0039d316-1c4b-4281-b951-d872f2087c98
* Clang build fix for r87676.agl@chromium.org2011-06-022-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87682 0039d316-1c4b-4281-b951-d872f2087c98
* TSAN: Fix an incorrect suppression.thestig@chromium.org2011-06-021-0/+2
| | | | | | | | | BUG=84726 TEST=TSAN gets greener TBR=timurrrr Review URL: http://codereview.chromium.org/7074054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87681 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add another suppression for GLContextOSMesa::MakeCurrent.thestig@chromium.org2011-06-021-1/+8
| | | | | | | | | BUG=80537 TEST=none TBR=cbentzel Review URL: http://codereview.chromium.org/6982045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87680 0039d316-1c4b-4281-b951-d872f2087c98
* Statically link VPX into the Host Plugin.wez@chromium.org2011-06-022-29/+41
| | | | | | | | | | | | BUG= TEST=Host plugin loads and doesn't mysteriously crash trying to call into VPX when a connection is first made. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87534 Review URL: http://codereview.chromium.org/7065026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87678 0039d316-1c4b-4281-b951-d872f2087c98
* net: switch from TXT DNS records to CAA.agl@chromium.org2011-06-026-321/+563
| | | | | | | | | | | | | The format of the keys-in-DNS record has started to solidify into CAA. This change starts to switch over to using CAA records. None of this code is enabled by default in Chrome. BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/6281012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87677 0039d316-1c4b-4281-b951-d872f2087c98
* net: add CRL filter infrastructure.agl@chromium.org2011-06-024-0/+1179
| | | | | | | | | | | This doesn't plumb anything in yet, it just runs unittests. BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/6965015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87676 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of boilerplate code in preferences sync integration testsrsimha@chromium.org2011-06-028-518/+476
| | | | | | | | | | | | | | | | | | There's a lot of boilerplate code in the preferences sync integration tests that is repeated across multiple tests. This patch refactors blocks of repeated code into methods in class LivePreferencesSyncTest. It also fixes a copy-paste error in the test case TwoClientLivePreferencesSyncTest.kCheckDefaultBrowser (bug 82079). BUG=81847, 82079 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/6955014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87675 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress memory errors in FrameLoaderClientImpl.thestig@chromium.org2011-06-021-0/+18
| | | | | | | | | BUG=84770 TEST=none TBR=timurrrr Review URL: http://codereview.chromium.org/7066061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87674 0039d316-1c4b-4281-b951-d872f2087c98
* Modify automation hook GetBrowserInfo: now returns whether Chrome build is ↵dennisjeffrey@chromium.org2011-06-022-2/+9
| | | | | | | | | | | official or not. BUG=None TEST=None Review URL: http://codereview.chromium.org/6982032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87673 0039d316-1c4b-4281-b951-d872f2087c98
* Files that are in src/ui/base should be compiled into libui_base.a.tony@chromium.org2011-06-027-226/+164
| | | | | | | | | | | | | | Move files that are still in app_base over to ui_base. Take 2: Relanding after fixing a dependency in leveldb. Original change at http://codereview.chromium.org/7082017 BUG=72317 Review URL: http://codereview.chromium.org/7077034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87671 0039d316-1c4b-4281-b951-d872f2087c98
* Added 2 new Download.Counts enums START_COUNT and INTERRUPTED_COUNT to ↵benjhayden@chromium.org2011-06-024-7/+41
| | | | | | | | | | | | | | | | | | complement existing COMPLETED_COUNT and CANCELLED_COUNT. I wonder if START_COUNT will equal COMPLETED_COUNT + CANCELLED_COUNT + INTERRUPTED_COUNT, or if some of those will overlap, or if there's another termination case? Added a histogram of long times "Download.Time". Added a histogram_enum "Download.InterruptedError". Looks like there are already histogram_enums for Download.DangerousDownloadValidated, Download.Discard, and Download.UserDiscard. BUG=80574 TEST= Review URL: http://codereview.chromium.org/7064001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87669 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Remove a duplicate suppression.thestig@chromium.org2011-06-021-15/+0
| | | | | | | | | BUG=39963,49279 TEST=none TBR=timurrrr Review URL: http://codereview.chromium.org/7066059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87667 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Move chrome/browser/sync/api files into their own targetsakalin@chromium.org2011-06-024-23/+67
| | | | | | | | | | | | | | New target is 'syncapi_service'. Rename existing 'syncapi' target to 'syncapi_core'. BUG= TEST= Review URL: http://codereview.chromium.org/7020031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87666 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Update a suppression after refactoring in r87618.thestig@chromium.org2011-06-021-1/+1
| | | | | | | | | BUG=72698 TEST=none TBR=timurrrr Review URL: http://codereview.chromium.org/6982043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87664 0039d316-1c4b-4281-b951-d872f2087c98
* Don't include SCDynamicStoreKey.h and SCSchemaDefinitions.h.wtc@chromium.org2011-06-021-3/+1
| | | | | | | | | | | | | Everything this file uses is declared in SCDynamicStore.h, which is already included by net/base/network_config_watcher_mac.h. R=thomasvl@chromium.org BUG=none TEST=no compilation errors on Mac. Review URL: http://codereview.chromium.org/7033047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87663 0039d316-1c4b-4281-b951-d872f2087c98
* Fix extension docs build.tsepez@chromium.org2011-06-026-27/+24
| | | | | | | | BUG=84674 TEST=chrome/common/extensions/docs/build/build.sh runs Review URL: http://codereview.chromium.org/7066055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87662 0039d316-1c4b-4281-b951-d872f2087c98
* Fix seek hack so it only skips the first seek if it is for start_time_.acolwell@chromium.org2011-06-021-2/+5
| | | | | | | | | BUG=82167 TEST=none Review URL: http://codereview.chromium.org/7074047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87661 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash with instant enabled. The crash would occur if you turnedsky@chromium.org2011-06-021-1/+1
| | | | | | | | | | | | | | on preload and your default search provider doesn't support instant. BUG=84671 TEST=turn on instant, enable 'Preload Instant Search' in about:flags, change your default search provider to something other than GOogle, focus the omnibox and make sure you don't crash. R=jcivelli@chromium.org Review URL: http://codereview.chromium.org/7058022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87660 0039d316-1c4b-4281-b951-d872f2087c98
* Keep empty tracks from corrupting the model bounds.nduca@chromium.org2011-06-025-147/+187
| | | | | | | | Move big trace files into external json files fetched with xhr. Review URL: http://codereview.chromium.org/7004061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87659 0039d316-1c4b-4281-b951-d872f2087c98
* Don't keep unfiltered read bytes around in the PassiveLogCollector.mmenke@chromium.org2011-06-021-1/+3
| | | | | | | | | BUG=81003 TEST=none Review URL: http://codereview.chromium.org/7058017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87658 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a ChromeFrame crash which occured while downloading a file via the Save ↵ananta@chromium.org2011-06-022-1/+14
| | | | | | | | | | | | | | As menu. The fix is to implement the BlockedContentTabHelperDelegate interface in the external tab container and the GetConstrainingContentsWrapper override on the same lines as the browser. Fixes bug http://code.google.com/p/chromium/issues/detail?id=83635 BUG=83635 Review URL: http://codereview.chromium.org/7109009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87657 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87637 - Show the install dialog for the initial load of an unpacked ↵joi@chromium.org2011-06-022-70/+5
| | | | | | | | | | | | | | extension with plugins. BUG=83273 TEST=in the extensions managmenet page, with developer mode enabled, Load an unpacked extension on an extension with NPAPI plugins. You should get an install dialog. Review URL: http://codereview.chromium.org/7077018 TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/7109014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87655 0039d316-1c4b-4281-b951-d872f2087c98
* Roll leveldb to r30 to pick up a chromium build improvement.tony@chromium.org2011-06-021-1/+1
| | | | | | | | TBR=dgrogan Review URL: http://codereview.chromium.org/6969096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87652 0039d316-1c4b-4281-b951-d872f2087c98
* Do not inject JS scripts into view source frames.yoz@chromium.org2011-06-026-1/+55
| | | | | | | | | | | | (Programmatic injection via tabs.executeScript already doesn't work on view-source. This fixes the other case, scripts from the manifest.) BUG=39249 TEST=added ExtensionApiTest.ContentScriptViewSource Review URL: http://codereview.chromium.org/7006030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87651 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Clank error by adding explicit destructorjar@chromium.org2011-06-022-0/+4
| | | | | | | TBR=willchan Review URL: http://codereview.chromium.org/7109012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87650 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS: 87935 => 87935.abarth@chromium.org2011-06-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87649 0039d316-1c4b-4281-b951-d872f2087c98
* Automation: fix chrome/browser dependency on chrome/test headers.phajdan.jr@chromium.org2011-06-0222-881/+47
| | | | | | | | | | | | | | This change also fixes a duplication of declarations introduced by Chrome Frame. Also, this removes AutocompleteEditProxy and its only two callers; we now have coverage from browser and unit tests which are much more solid. BUG=60803 Review URL: http://codereview.chromium.org/7104029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87648 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 84531: Notification window should always be on topjianli@chromium.org2011-06-021-2/+5
| | | | | | | | BUG=84531 TEST=Manual test by creating a notification and verifying it is top-most. Review URL: http://codereview.chromium.org/6969084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87645 0039d316-1c4b-4281-b951-d872f2087c98
* Moving storing of encrypted types in cryptographer.lipalani@chromium.org2011-06-0231-156/+333
| | | | | | | | | | | | BUG=84153, 80333 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87556 Review URL: http://codereview.chromium.org/7078023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87644 0039d316-1c4b-4281-b951-d872f2087c98
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-0228-60/+62
| | | | | | | | | | | | | | patch cuts across modules, as there's only a handful necessary for each, with the most in chrome/test/. ALSA is enabled on FreeBSD and Solaris, as libasound has been ported to those two platforms, and I moved resolv.h in host_resolver_proc.cc, because it depends on headers from sys_addrinfo.h on FreeBSD. Patch by ruben (chromium@hybridsource.org) Review URL: http://codereview.chromium.org/6976055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87641 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid learning about subresources of old navigationsjar@chromium.org2011-06-025-25/+176
| | | | | | | | | | | | | | | Track all navigatinos, and keep a list of navigatinos in the last 10 seconds. If it was older than 10 seconds, any preconnection based on that navigation would be reset for lack of use. r=willchan bug=83094 Review URL: http://codereview.chromium.org/6960001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87640 0039d316-1c4b-4281-b951-d872f2087c98
* Show the install dialog for the initial load of an unpacked extension with ↵mpcomplete@chromium.org2011-06-022-5/+70
| | | | | | | | | | | plugins. BUG=83273 TEST=in the extensions managmenet page, with developer mode enabled, Load an unpacked extension on an extension with NPAPI plugins. You should get an install dialog. Review URL: http://codereview.chromium.org/7077018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87637 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Update/combine/add suppressions for a leak in ↵thestig@chromium.org2011-06-021-17/+4
| | | | | | | | | | | WebCore::npCreateV8ScriptObject. BUG=80462 TEST=none TBR=timurrrr Review URL: http://codereview.chromium.org/7058023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87635 0039d316-1c4b-4281-b951-d872f2087c98
* Fix resource icons not writing to shared memory correctly.elijahtaylor@google.com2011-06-021-5/+3
| | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/6975063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87634 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS: 87925 => 87932.abarth@chromium.org2011-06-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87633 0039d316-1c4b-4281-b951-d872f2087c98
* Extension API: Rename contentSettings.misc to .global and rename preferences ↵bauerb@chromium.org2011-06-0213-121/+140
| | | | | | | | | | under it. BUG=71067 Review URL: http://codereview.chromium.org/7031063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87632 0039d316-1c4b-4281-b951-d872f2087c98