summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-12150-7611/+7630
| | | | | | | | | | | | Style-only change. Bring the Layer and LayerImpl classes into the Chromium style. R=enne,piman,jamesr TBR=joth Review URL: https://chromiumcodereview.appspot.com/12774006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187555 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-1213-185/+615
| | | | | | | | | | | | | | IPC::ChannelFactory listens on a UNIX domain socket and notifies its delegate when a client connects. The delegate is expected to craft an IPC::Channel from the handle it is given. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186912 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187233 Review URL: https://chromiumcodereview.appspot.com/12386010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187554 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in dragImageForSelection() (issue 184264)glider@chromium.org2013-03-121-0/+15
| | | | | | | | BUG=184264 TBR=thakis Review URL: https://codereview.chromium.org/12569006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187551 0039d316-1c4b-4281-b951-d872f2087c98
* Include //components/autofill to the autofill/browser-components watchlists.tfarina@chromium.org2013-03-121-1/+3
| | | | | | | | | | | BUG=140037 TEST=python ~/depot_tools/watchlists.py components/autofill/ R=joi@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12637019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187550 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-03-121-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187549 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 145364:145488pfeldman@chromium.org2013-03-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187548 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for benign races in libstdc++'s _M_rep.glider@chromium.org2013-03-121-0/+2
| | | | | | | | BUG=181502 TBR=timurrrr Review URL: https://codereview.chromium.org/12650003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187547 0039d316-1c4b-4281-b951-d872f2087c98
* Set last used profile when deleting all profiles before sending notifications.benwells@chromium.org2013-03-122-22/+66
| | | | | | | | | | | The last used profile preference has to be set to something sensible in this case before sending notifications so that notification observers. BUG=180862, 181099 Review URL: https://chromiumcodereview.appspot.com/12593008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187546 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing context menu commands to app list.benwells@chromium.org2013-03-121-4/+3
| | | | | | | | | | | | Previously v1 apps were missing the create shortcuts command (windows only) and v2 apps were missing the view in webstore command. BUG=171773, 175692 Review URL: https://chromiumcodereview.appspot.com/12706008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187545 0039d316-1c4b-4281-b951-d872f2087c98
* Adding Instant extended manual tests that can talk to the network.shishir@chromium.org2013-03-123-0/+101
| | | | | | Review URL: https://chromiumcodereview.appspot.com/12390002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187544 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1438.0 to 1439.0chrome-release@google.com2013-03-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187542 0039d316-1c4b-4281-b951-d872f2087c98
* This is required to simplify the implementation of chrome.debugger.getTargets.kaznacheev@chromium.org2013-03-1212-151/+282
| | | | | | | | BUG=179342 Review URL: https://codereview.chromium.org/12319114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187540 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Move ChildMap from DriveDirectory to DriveResourceMetadatahashimoto@chromium.org2013-03-124-29/+56
| | | | | | | | | | | | No data is stored in DriveDirectory now. BUG=127856 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/12701020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187539 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused string constantsthakis@chromium.org2013-03-126-200/+0
| | | | | | | | | BUG=none TBR=jochen Review URL: https://chromiumcodereview.appspot.com/12543035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187538 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SourceBufferStream alt-ref frame handling.acolwell@chromium.org2013-03-123-22/+154
| | | | | | | | | | BUG=181094 TEST=SourceBufferStreamTest.AltRefFrame_* Review URL: https://chromiumcodereview.appspot.com/12701008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187537 0039d316-1c4b-4281-b951-d872f2087c98
* Move Mime type handling to streamsPrivate API, so that it works on Desktop ↵zork@chromium.org2013-03-1235-344/+596
| | | | | | | | | | | Chrome. BUG=175642 Review URL: https://chromiumcodereview.appspot.com/12381035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187536 0039d316-1c4b-4281-b951-d872f2087c98
* drive: Reduce redundant code from drive_resource_metadata_unittest.ccsatorux@chromium.org2013-03-121-114/+57
| | | | | | | | | | | Less code is good! BUG=none TEST=none Review URL: https://codereview.chromium.org/12557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187534 0039d316-1c4b-4281-b951-d872f2087c98
* Implementing pauseTimers for chromium webviewkristianm@chromium.org2013-03-127-2/+59
| | | | | | | | | | | | | Moving this into content/ so it can be used by android_webview. After landing will remove the downstream uses of the chrome/ implementation and later remove the chrome/ implementation. BUG= Review URL: https://chromiumcodereview.appspot.com/12374099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187533 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces fade-out/fade-in animation for swap displays.mukai@chromium.org2013-03-122-1/+23
| | | | | | | | | | | | This is to hide intermediate states during the swap from the users. BUG=163253 TEST=On device, press Alt-F4 and see fade-out/fade-in animation happens for swap displays Review URL: https://chromiumcodereview.appspot.com/12390040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187532 0039d316-1c4b-4281-b951-d872f2087c98
* Automated Commit: Committing new LKGM version 3824.0.0 for chromeos.chromeos-lkgm@google.com2013-03-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187531 0039d316-1c4b-4281-b951-d872f2087c98
* Add the Widevine CDM files to the archives for Chrome OS ia32 and x64.ddorwin@chromium.org2013-03-121-2/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/12387035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187530 0039d316-1c4b-4281-b951-d872f2087c98
* Make a PRESUBMIT.py check for varNamesLikeThis.dbeam@chromium.org2013-03-1213-37/+79
| | | | | | | | | | | BUG=181573 R=tbreisacher@chromium.org TEST=c/b/resources/test_presubmit.py, no emails. Review URL: https://chromiumcodereview.appspot.com/12755006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187529 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r185415 (CL 11439004): Add the new protocol buffer and malware IP ↵kewang@google.com2013-03-1210-28/+502
| | | | | | | | | | | | info collection to the client side detection framework. Includes fix for memory leak in the client_side_detection_host_unittest.cc BUG=176647 Review URL: https://chromiumcodereview.appspot.com/12393037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187528 0039d316-1c4b-4281-b951-d872f2087c98
* Add whitelist for the native messaging API.sergeyu@chromium.org2013-03-126-27/+21
| | | | | | | | | BUG=142915 Review URL: https://chromiumcodereview.appspot.com/12412015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187527 0039d316-1c4b-4281-b951-d872f2087c98
* Add PPAPI TrueType font interface definition and C++ wrapper.bbudge@chromium.org2013-03-126-0/+910
| | | | | | | | | BUG=79375 Review URL: https://chromiumcodereview.appspot.com/12550010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187526 0039d316-1c4b-4281-b951-d872f2087c98
* ui::Compositor: Don't recreate context3d always.danakj@chromium.org2013-03-121-0/+2
| | | | | | | | | | | | | | The DefaultContextProvider misbehaves in its InitializeOnMainThread() method by recreating the context3d every call. The provider instance should be bound to a single context3d for its entire lifetime, and should return true and early out if it already made a context3d. R=piman Review URL: https://chromiumcodereview.appspot.com/12771018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187525 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill:Autocheckout: Enable clicking on last page of the flow as wellramankk@chromium.org2013-03-123-9/+12
| | | | | | | | | | | Enable clicking on proceed element even on the last page of the autofill flow. BUG=181615 Review URL: https://chromiumcodereview.appspot.com/12638023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187524 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress "could not load extension" message for extensions loaded from ↵meacer@chromium.org2013-03-121-0/+2
| | | | | | | | | | command line. BUG=73330 Review URL: https://chromiumcodereview.appspot.com/12453009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187523 0039d316-1c4b-4281-b951-d872f2087c98
* Move password_generation_util.h|cc into //components/autofill.joi@chromium.org2013-03-1211-15/+12
| | | | | | | | | | TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/12440024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187522 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the implementation of RelayCallback by ComposedCallback.hidehiko@chromium.org2013-03-121-67/+64
| | | | | | | | | | | | | The new method CreateComposedCallback is not yet used, but CreateRelayCallback. It will be used to clean up boiler plate callbacks in test_util. BUG=180569 TEST=Ran unit_tests. Review URL: https://chromiumcodereview.appspot.com/12567003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187521 0039d316-1c4b-4281-b951-d872f2087c98
* SyncFS: get a resource ID for the sync root regardless of one in the ↵nhiroki@chromium.org2013-03-125-60/+89
| | | | | | | | | | | | metadata store BUG=178637 TEST=make sure moving the sync root directory out of 'My Drive' (see http://crrev.com/186435) TEST=launch an app, move the sync root to somewhere by the web, reload the app, make sure creating new sync root and uploading files to the new root (not reset local files and metadata yet) Review URL: https://chromiumcodereview.appspot.com/12643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187520 0039d316-1c4b-4281-b951-d872f2087c98
* Use utils.forEach everywhere rather than Array.prototype.forEach to guardkalman@chromium.org2013-03-1214-55/+82
| | | | | | | | | | against extensions which override it. BUG=179741,181580 Review URL: https://codereview.chromium.org/12440030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187519 0039d316-1c4b-4281-b951-d872f2087c98
* Add ActiveTabChanged and ActiveBrowserChanged UMA actions.asvitkine@chromium.org2013-03-123-0/+7
| | | | | | | | | | BUG=178525 TEST=Go to chrome://user-actions and check that the new actions appear as you switch tabs or windows. Review URL: https://chromiumcodereview.appspot.com/12599007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187518 0039d316-1c4b-4281-b951-d872f2087c98
* Load initial root feed by using ChangeListLoader.hidehiko@chromium.org2013-03-121-54/+62
| | | | | | | | | | | | | By following change, ChangeListLoader will initialize the DriveResourceMetadata. This CL is the preparation of it to avoid test breakage. BUG=174237 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/12660005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187517 0039d316-1c4b-4281-b951-d872f2087c98
* Fix VAAPI decoder memory corruption.jln@chromium.org2013-03-121-0/+6
| | | | | | | | | BUG=181698 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187516 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two-factor signin.atwilson@chromium.org2013-03-122-1/+23
| | | | | | | | | BUG=181158 Review URL: https://chromiumcodereview.appspot.com/12667007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187515 0039d316-1c4b-4281-b951-d872f2087c98
* Makes [Submit] functional when using Online Wallet as a data source.dbeam@chromium.org2013-03-1212-118/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds accessors to CreditCard's int expiration_month_ and expiration_year_ members to avoid transcoding back and forth between string16 and int. Adds a new constructor to wallet::Instrument to be created from CreditCard, CVC (string16), and AutofillProfile. Also adds a way to map from CreditCard::type() to wallet::Instrument::FormOfPayment. Allows copy constructors on wallet::Address and adds a new constructor to be created from an AutofillProfile. Adds a fake risk params to WalletClient to avoid server issues and updates tests. Adds Online Wallet submit flow to AutofillDialogControllerImpl. This includes:  - members:   - string active_instrument_id_: the instrument ID used for a transaction.   - string active_address_id_: the address ID used for a transaction.   - full_wallet_: the most recently received FullWallet from Online Wallet.  - methods:   - IsManuallyEditingSection(): whether a section is all new data.   - GetFullWallet(): get a fronting (proxy) card for a user from Online Wallet.   - FinishSubmit(): fill out |form_structure_| and pass this data to the page.  - other misc. constants and helper functions BUG=163505 Review URL: https://chromiumcodereview.appspot.com/12326145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187514 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: fix bug where calling into the chrome object of a destroyed viewkalman@chromium.org2013-03-121-2/+22
| | | | | | | | | | would crash. BUG=181668 Review URL: https://codereview.chromium.org/12518021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187513 0039d316-1c4b-4281-b951-d872f2087c98
* InProcesBrowserTest: Adding tests to ensure external network is not accessible.shishir@chromium.org2013-03-122-6/+61
| | | | | | | | | Also removes a redundant check that blocks google.com addresses. Review URL: https://chromiumcodereview.appspot.com/12351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187512 0039d316-1c4b-4281-b951-d872f2087c98
* AVDA: fix a trivial bug introduced in issue:12520002dwkang@chromium.org2013-03-121-1/+1
| | | | | | | | | BUG=170345 Review URL: https://chromiumcodereview.appspot.com/12542016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187511 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 187508 "Re-land: fix bug where calling into the chrome ob..."kalman@chromium.org2013-03-121-11/+0
| | | | | | | | | | | | | | | | Rebase was incorrect. > Re-land: fix bug where calling into the chrome object of a destroyed view > would crash. > > BUG=181668 > > Review URL: https://codereview.chromium.org/12518021 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/12781002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187510 0039d316-1c4b-4281-b951-d872f2087c98
* Escape key should exit the fullscreen mode when playing a video.mtomasz@chromium.org2013-03-121-1/+8
| | | | | | | | | | | | This patch makes escape closing the fullscreen mode, which seem to be intuitive. TEST=Play video, go to full screen, press escape. BUG=161610 Review URL: https://chromiumcodereview.appspot.com/12575004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187509 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: fix bug where calling into the chrome object of a destroyed viewkalman@chromium.org2013-03-121-0/+11
| | | | | | | | | | would crash. BUG=181668 Review URL: https://codereview.chromium.org/12518021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187508 0039d316-1c4b-4281-b951-d872f2087c98
* Add Android support for SSL client authentication to the browser layer.digit@chromium.org2013-03-127-22/+418
| | | | | | | | | | | | | | | | - Add an Android-specific implementation for the chrome::ShowSSLClientCertificateSelector() function that calls native APIs to let the user select a client certificate, and return the result back to the caller when it is received from the system dialog/application. BUG=166642,172902,134418 TEST=Manual testing with run-forwarded-test-server.sh (browser). Review URL: https://chromiumcodereview.appspot.com/12374020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187507 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup of unused Notifications Galore! test app file.dharcourt@chromium.org2013-03-121-282/+0
| | | | | | | | | | | | This should have been removed in previous commits but got lost in some git cl dcommit confusion. BUG=NONE TBR=miket@chromium.org Review URL: https://codereview.chromium.org/12529009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187506 0039d316-1c4b-4281-b951-d872f2087c98
* drive: Introduce kInitialChangestamp to DriveResourceMetadataTestsatorux@chromium.org2013-03-121-16/+38
| | | | | | | | | | | | | This is in preparation for adding tests that check the per-directory changestamp to be zero, for newly added directories by RefreshDirectory(). In other words, we need to distinguish zero from the initial changestamp. BUG=178348 TEST=none Review URL: https://codereview.chromium.org/12706005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187505 0039d316-1c4b-4281-b951-d872f2087c98
* Chromified the software renderer.skaslev@chromium.org2013-03-124-388/+394
| | | | | | | | | | | | Just a style change; no changes in behavior. R=enne,danakj Review URL: https://chromiumcodereview.appspot.com/12543025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187504 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing activation state of launcherbutton after context menu usageskuhne@chromium.org2013-03-123-2/+60
| | | | | | | | | | BUG=181006 TEST=unittest Review URL: https://chromiumcodereview.appspot.com/12497010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187503 0039d316-1c4b-4281-b951-d872f2087c98
* Made Notifications Galore! test app work with older Notification API.dharcourt@chromium.org2013-03-123-0/+846
| | | | | | | | | | | | | | The previously checked in version only worked with the canary and tip of tree versions of the notification API, this version will also support dev versions. It detects based on the browser version which test data to use. BUG=NONE TBR=miket@chromium.org Review URL: https://codereview.chromium.org/12538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187502 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Simplify DriveResourceMetadata::RefreshEntryhashimoto@chromium.org2013-03-124-62/+27
| | | | | | | | | | | | | | There is no need to recreate DriveEntry. Reject different type proto. Stop returning non-null proto on error. Remove unused DriveDirectory::TakeOverEntry. BUG=180807 TEST=unit_tests Review URL: https://codereview.chromium.org/12566029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187501 0039d316-1c4b-4281-b951-d872f2087c98