summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove NewTabButton field trial resources.asvitkine@chromium.org2013-03-072-0/+0
| | | | | | BUG=180363 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186727 0039d316-1c4b-4281-b951-d872f2087c98
* Allow impl-only animations, and return opacity values via AnimationEvents.wjmaclean@chromium.org2013-03-079-4/+162
| | | | | | | | | | | We would like to allow animations to run only on the impl thread, so we need to make sure they don't get clobbered when finished animations are removed. Also, we need a mechanism to allow opacity values to propagate back to the main-thread so that impl-only opacity animations have their values reflected on the main thread when the animation is complete. BUG=165842 Review URL: https://chromiumcodereview.appspot.com/12453010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186725 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily increase video quality test timeout while we try to figure out ↵phoglund@chromium.org2013-03-071-1/+3
| | | | | | | | | | | | | why it times out. NOTRY=True TBR=dennisjeffrey@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/12454008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186724 0039d316-1c4b-4281-b951-d872f2087c98
* [android_webview] Don't intercept resource and asset URLRequests.mkosiba@chromium.org2013-03-0710-224/+447
| | | | | | | | | | | | | | WebViewClassic doesn't allow for request intercepting of resource and asset file:// URLRequests. This change makes AwContents exhibit the same behavior. BUG=179411 Touches only android code, builds fine on android trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12377051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186723 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PanelWindowResizerTest.PanelDetachReattachRight on Windows.flackr@chromium.org2013-03-071-1/+9
| | | | | | | | | TBR=sky BUG=180892 Review URL: https://codereview.chromium.org/12619003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186721 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IBusEngineServiceDaemonlessImplnona@chromium.org2013-03-071-10/+37
| | | | | | | | | | | | | It is safe to implement partially because any IME related stuff is not enabled without IBusDaemonController::OnConnected. BUG=170671 TEST=None Review URL: https://chromiumcodereview.appspot.com/12513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186720 0039d316-1c4b-4281-b951-d872f2087c98
* Android: disables IndexedDBBrowserTest.DoesntHangTest on content_browsertests.bulach@chromium.org2013-03-071-0/+1
| | | | | | | | | | | | | Disabling temporarily to get the bots green. BUG=180884 TBR=nileshagrawal@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12614007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186717 0039d316-1c4b-4281-b951-d872f2087c98
* Deleted the unstable not-silent audio test, moved the quality test to the ↵phoglund@chromium.org2013-03-072-55/+10
| | | | | | | | | | | | | quality suite. TBR=dennisjeffrey@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/12566006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186716 0039d316-1c4b-4281-b951-d872f2087c98
* Layout and snap panels correctly according to the launcher alignment.flackr@chromium.org2013-03-075-138/+406
| | | | | | | | | | BUG=127581 TEST=PanelLayoutManagerTest.Alignment*, PanelWindowResizerTest.* Review URL: https://chromiumcodereview.appspot.com/12472005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186715 0039d316-1c4b-4281-b951-d872f2087c98
* Widen valgrind suppression.atwilson@chromium.org2013-03-071-1/+1
| | | | | | | | | BUG=175100 TBR=thestig Review URL: https://codereview.chromium.org/12476019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186714 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] return DRT specific strings for certain WebLocalizedStrings ↵jochen@chromium.org2013-03-071-0/+44
| | | | | | | | | | | | check in layout tests BUG=111316 R=marja@chromium.org TEST=calendar picker tests pass Review URL: https://codereview.chromium.org/12614003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186712 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: fix aidl on mac hosts.torne@chromium.org2013-03-071-4/+14
| | | | | | | | | | | tools/linux/aidl from the SDK doesn't work on macs; set the tools path correctly based on host OS. BUG= Review URL: https://codereview.chromium.org/12613006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186710 0039d316-1c4b-4281-b951-d872f2087c98
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-0734-299/+330
| | | | | | | | | | This makes the RSAPrivateKey dependency encapsulated inside KeyPair, and makes it a refcounted object, rather than copying the private key on every authenticator constructor. It also allows authenticators to use the KeyPair methods (such as GetSignature() or GetPublicKey()). BUG=115899 Review URL: https://chromiumcodereview.appspot.com/12316083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186709 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] WebRuntimeFeatures are managed by TestRunnerjochen@chromium.org2013-03-071-8/+0
| | | | | | | | | | | | Remove the obsolete (and incomplete) code from content_shell BUG=111316 R=marja@chromium.org TEST=no functional change Review URL: https://codereview.chromium.org/12459007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186706 0039d316-1c4b-4281-b951-d872f2087c98
* SyncFS: Revive local_file_metadata parameter of ApplyLocalChangekinuko@chromium.org2013-03-079-20/+46
| | | | | | | | | | | | | | | | To implement last-write-win conflict resolution policy I want to revive the local_file_metadata parameter of LocalChangeProcessor::ApplyLocalChange. This change's almost identical to a part of: https://codereview.chromium.org/11414111/ BUG=177159 TEST=LocalFileSyncServiceTest.ProcessLocalChange_CreateFile Review URL: https://codereview.chromium.org/12605002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186705 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] move setting and resetting of the testrunners to ↵jochen@chromium.org2013-03-073-17/+11
| | | | | | | | | | | | | | | WebKitTestRunner The main reason is that we need to reset the WebPreferences after resetting the internals object. Having all this in one place is cleaner BUG=171128 R=marja@chromium.org TEST=when a compositor test is followed by non-compositor test, the latter doesn't use mock scrollbars Review URL: https://codereview.chromium.org/12566003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186704 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: add ResultCodes to generated sources.torne@chromium.org2013-03-072-0/+2
| | | | | | | | | | | | r186610 added a new java_cpp_template file which is used by code in android_webview; add it to the list of things to pull in to the Android.mk based build. BUG= Review URL: https://codereview.chromium.org/12606002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186703 0039d316-1c4b-4281-b951-d872f2087c98
* History: Add notification at the top when full history sync is enabled.dubroy@chromium.org2013-03-079-4/+70
| | | | | | | | | | | | When full history sync is enabled, show a notification at the top of the screen, with a link to learn more. When we are unable to fetch results from the server, use the same style of notification. BUG=180277 Review URL: https://codereview.chromium.org/12462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186702 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] consolidate test configuration into a structjochen@chromium.org2013-03-077-52/+84
| | | | | | | | | | BUG=171128 R=marja@chromium.org TEST=no functional change Review URL: https://codereview.chromium.org/12612002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186701 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] disallow sending focus IPCs during layout testsjochen@chromium.org2013-03-071-0/+1
| | | | | | | | | | BUG=111316 R=marja@chromium.org TEST=no functional change yet, since they're gated by user gestures currently Review URL: https://codereview.chromium.org/12528010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186700 0039d316-1c4b-4281-b951-d872f2087c98
* Android: disables some RendererAccessibilityTest on content_browsertests.bulach@chromium.org2013-03-071-0/+3
| | | | | | | | | | | | | The failures are probably related to the test harness that's been brought up rather than the tests themselves. Disabling temporarily to get the bots green. BUG=180849 TBR=nileshagrawal@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12604002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186699 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-0734-344/+537
| | | | | | | | | | | | | | | | | | | | | | | | | | In addition to relanding r186180, this patch gets back the --audio-buffer-size flag support and also fixed the audio issue in cras. The review for r186180 is https://codereview.chromium.org/12316131/ Moved AudioUtil static functions: GetAudioHardwareSampleRate GetAudioInputHardwareSampleRate GetAudioHardwareBufferSize GetAudioInputHardwareChannelLayout to AudioManager interfaces: GetDefaultOutputStreamParameters() GetDefaultInputStreamParameters(const std::string& device_id) By doing this, we remove the messy ifdef statements in AudioUtil, allow getting the native sample rate for Pulse, each AudioManager is responsible for providing the optimal audio params to achieve the best audio performance, for example, cras can raise the buffer size to reduce CPU consumption without affecting other Linux products. TBR=dalecurtis@chromium.org BUG=178142, 137326, 120319 TEST=media_unittests, content_unittests Review URL: https://codereview.chromium.org/12602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186698 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed issue with too small Files.app window opened from the action choose ↵mtomasz@chromium.org2013-03-071-1/+1
| | | | | | | | | | | | | | dialog. This patch replaces javascript window creating with calling a private api, which creates a new window with correct dimensions. TEST=Insert a sd card with a DCIM folder. Choose Files.app in the picker. Launched Files.app window should have a correct size. BUG=179591 Review URL: https://chromiumcodereview.appspot.com/12594002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186697 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 185203tyoshino@chromium.org2013-03-073-31/+16
| | | | | | | | | | | | | | | | | | > Fix b175202 -- Cannot paste whitespace characters into Omnibox. > > Emit a whitespace if pasted text consists of whitespace. > Fix gtk Omnibox view implementationomn to use omnibox_view::GetClipboardText. > > BUG=175202 > > > Review URL: https://chromiumcodereview.appspot.com/12313143 TBR=yhirano@chromium.org Review URL: https://chromiumcodereview.appspot.com/12593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186696 0039d316-1c4b-4281-b951-d872f2087c98
* Enable signin allowed preference for managed users.akuegel@chromium.org2013-03-074-14/+16
| | | | | | | | | | | | Allow to set the signin.allowed preference in the managed user settings page. BUG=171370 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/12537004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186694 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Remove DriveEntry::parent_hashimoto@chromium.org2013-03-073-22/+30
| | | | | | | | | | | | There is no need to maintain parent_ and parent_resource_id_ at the same time. BUG=137375 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/12513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186693 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed audio test (assertGreater doesn't exist in the python version the bots ↵phoglund@chromium.org2013-03-071-4/+4
| | | | | | | | | | | | | are running) NOTRY=True TBR=dennis_jeffrey@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/12464012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186692 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IBusInputContextClientDaemonlessImpl.nona@chromium.org2013-03-071-19/+42
| | | | | | | | | | | | | It is safe to implement partially because any IME related stuff is not enabled without IBusDaemonController::OnConnected. BUG=170671 TEST=None Review URL: https://chromiumcodereview.appspot.com/12463010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186691 0039d316-1c4b-4281-b951-d872f2087c98
* Partial revert of r185498.pneubeck@chromium.org2013-03-074-6/+7
| | | | | | | | | | | | - Load network configuration extension in all chromeos builds not only internal ones. - Don't try to load the wallpaper extension in chromium builds. - Remove "web_accessible_resources" from the network configuration extension. BUG=145508,147614 Review URL: https://chromiumcodereview.appspot.com/12435011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186690 0039d316-1c4b-4281-b951-d872f2087c98
* filemanager: fix a reference to undefined property and remove a debug output.haruki@chromium.org2013-03-073-4/+2
| | | | | | | | | | | | I have no actual repro case to fail with undefined though. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/12435008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186688 0039d316-1c4b-4281-b951-d872f2087c98
* Improve way the set passphrase dialog is closed.sergiu@chromium.org2013-03-071-6/+26
| | | | | | | | | | | | | | | Right now resetting the set passphrase dialog fields leads to a flicker and/or leaves data not cleared. This gives a better user experience by delaying clearing the data after the dialog is closed and properly handling the other close/save scenarios. R=jhawkins@chromium.org, akuegel@chromium.org BUG=171370 Review URL: https://chromiumcodereview.appspot.com/12430003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186687 0039d316-1c4b-4281-b951-d872f2087c98
* Do not display signin bubble until signin is completeatwilson@chromium.org2013-03-073-16/+69
| | | | | | | | | BUG=177720 Review URL: https://chromiumcodereview.appspot.com/12379077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186686 0039d316-1c4b-4281-b951-d872f2087c98
* Adding mask around tab recording icon for GTK.grunell@chromium.org2013-03-071-0/+24
| | | | | | | | | | This will be done for Cocoa and Views too in other CLs. BUG=175737 Review URL: https://codereview.chromium.org/12526008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186685 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing size and positioning of recording overlay icon for Cocoa.grunell@chromium.org2013-03-075-11/+39
| | | | | | | | BUG=178544 Review URL: https://codereview.chromium.org/12536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186684 0039d316-1c4b-4281-b951-d872f2087c98
* Add a View button to the importing dialog in Files.app.mtomasz@chromium.org2013-03-077-44/+99
| | | | | | | | | | | | This patch adds the button which launches a Mosaic view in the parent window (or in the new window if it doesn't exist anymore). Moreover, the dialog has been rewritten to work correctly with right-to-left languages. TEST=Import pictures, click on View. BUG=179594 Review URL: https://chromiumcodereview.appspot.com/12406006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186683 0039d316-1c4b-4281-b951-d872f2087c98
* Allow renderer compositor message loop to be set by content embedderboliu@chromium.org2013-03-0719-101/+181
| | | | | | | | | | | | | | | | | | Accomplished by adding a override method to ContentRendererClient to return a MessageLoop, which if not null, is used as the renderer compositor thread. In the process, make the ownership of the compositor thread into RenderThreadImpl and rename CompositorThread to InputHandlerManager. Added a thread merge command line switch to control this in android_webview. BUG=179436 Review URL: https://chromiumcodereview.appspot.com/12383056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186682 0039d316-1c4b-4281-b951-d872f2087c98
* Added master_preferences to control shortcuts on windows.joaodasilva@chromium.org2013-03-074-3/+43
| | | | | | | | | | | | do_not_create_taskbar_shortcut prevents pinning the start menu shortcut to the taskbar on windows 7 and later. do_not_create_any_shortcuts is a catch-all that prevents the creation of all shortcuts, including the start menu shortcut. BUG=178076,174465 Review URL: https://chromiumcodereview.appspot.com/12316097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186681 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-0764-1347/+1047
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables the Instant NTP page access to: chrome-search://theme/*, chrome-search://favicon/*, and chrome-search://thumb/*. This CL has a number of aspects to make the installed theme background image available to the Instant overlay: 1. Utilizes the new chrome-search: scheme that is accessible only to the Instant overlay's render process. This is enforced on the renderer side by WebKit::WebSecurityPolicy facilities. This is enforced on the browser side by the InstantIOContext::ShouldServiceRequest and URLDataSource::ShouldServiceRequest facilities. 2. Whitelists the chrome-search://theme origin to be made available to the specific Instant overlay's origin/url. 3. Backend CSS that sets the appropriate background image that resides in the chrome-search://theme origin. 4. A small refactoring of the Instant tests to support mix-in usage of InstantTestBase. BUG=172408, 134937 TEST=InstantPolicyTest.SearchSchemePolicy R=sreeram@chromium.org, creis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186347 Review URL: https://chromiumcodereview.appspot.com/11896113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186680 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 186654jochen@chromium.org2013-03-079-121/+95
| | | | | | | | | | | | | | | | | | | | Triggered a bug in WebContentsImpl > [content shell] eliminate the pause between reset and starting a new test > > When receiving the configuration for the next test, we don't immediately set the > config but wait for the render view to navigate to the next test. Only then, > reset all test interfaces, and apply the new config > > BUG=171128 > R=marja@chromium.org > > Review URL: https://codereview.chromium.org/12597002 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/12603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186676 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Remove DriveResourceMetadata::AddEntryToDirectoryhashimoto@chromium.org2013-03-0713-112/+48
| | | | | | | | | | | | | There is no need to maintain both AddEntryToDirectory and AddEntryToParent Rename AddEntryToParent to AddEntry BUG=180807 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/12491006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186675 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Fix a command line flag in an error message.marja@chromium.org2013-03-071-1/+1
| | | | | | | | | | | TBR=anandc BUG=NONE NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12591003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186673 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1432.0 to 1433.0chrome-release@google.com2013-03-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186671 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-03-071-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186669 0039d316-1c4b-4281-b951-d872f2087c98
* Let text be thinner on Androidwangxianzhu@chromium.org2013-03-071-1/+8
| | | | | | | | | | | Set proper definitions to choose proper gamma for Android. BUG=180101 TBR=tomhudson,reed,bungeman Review URL: https://chromiumcodereview.appspot.com/12579004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186668 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 144994:145026hayato@chromium.org2013-03-071-1/+1
| | | | | | | | | | | | | http://trac.webkit.org/log/?rev=145026&stop_rev=144995&verbose=on TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/12577002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186667 0039d316-1c4b-4281-b951-d872f2087c98
* Correcting the context menu for windowed applications like the file managerskuhne@chromium.org2013-03-071-3/+2
| | | | | | | | | | BUG=180691 TEST=visual Review URL: https://chromiumcodereview.appspot.com/12546009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186666 0039d316-1c4b-4281-b951-d872f2087c98
* requestAutocomplete: add card icons to data source chooser menusestade@chromium.org2013-03-073-3/+20
| | | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/12542014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186665 0039d316-1c4b-4281-b951-d872f2087c98
* Adding tab recording mask resource.grunell@chromium.org2013-03-073-0/+1
| | | | | | | | | | | | | | This adds an image used for masking around the red recording dot. This has been reviewed in https://codereview.chromium.org/12526008/ where it was requested to move to a separate CL and put in common directory, hence TBR-ing it here. TBR=oshima@chromium.org BUG=175737 Review URL: https://codereview.chromium.org/12598002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186664 0039d316-1c4b-4281-b951-d872f2087c98
* Use our own libfreetype everywhere on Linux (including ASan).glider@chromium.org2013-03-071-4/+1
| | | | | | | | | | | As of r186540 it shouldn't be picked for non-instrumented binaries. BUG=179814 TEST=linux_asan stays sane, goto/asan-canary passes browser_tests and content_browsertests TBR=dpranke Review URL: https://codereview.chromium.org/12582002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186663 0039d316-1c4b-4281-b951-d872f2087c98
* Send pref change notifications when changing the default value for a pref.bauerb@chromium.org2013-03-075-17/+111
| | | | | | | | | | TBR=ben@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12541008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186662 0039d316-1c4b-4281-b951-d872f2087c98