summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delay bookmarks load while the profile is loading.msarda@chromium.org2013-04-1820-13/+558
| | | | | | | | | | | | | | This CL adds a new DeferredSequencedtaskRunner that queues up tasks until a first call to Start is issued. It creates such a task runner for the execution of bookmarks I/O operations. At profile creation, the bookmarks task runner is stopped and its execution is started after the profile has finished loading. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/12952005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194956 0039d316-1c4b-4281-b951-d872f2087c98
* Check focusability in WindowFocusedFromInputEventstevenjb@chromium.org2013-04-183-5/+58
| | | | | | | | | | | Only change focus in FocusController::WindowFocusedFromInputEvent if window hierarchy is focusable. BUG=225851 Review URL: https://codereview.chromium.org/14298013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194955 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-04-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194954 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.18.1.mstarzinger@chromium.org2013-04-181-1/+1
| | | | | | | | R=danno@chromium.org Review URL: https://chromiumcodereview.appspot.com/13987009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194953 0039d316-1c4b-4281-b951-d872f2087c98
* [Autofill] Mark a few DISABLED tests as FLAKYcsharp@chromium.org2013-04-181-3/+3
| | | | | | | | | | | Mark a few tests as flaky to have the bots run them so we can get new data on the flakiness dashboard from them. BUG=150084 Review URL: https://codereview.chromium.org/14057011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194950 0039d316-1c4b-4281-b951-d872f2087c98
* Do not use a UIThreadSearchTermsData when validating a TemplateURL for which ↵gab@chromium.org2013-04-182-9/+17
| | | | | | | | | | | | | the Profile is NULL. This was otherwise firing a DCHECK (see https://code.google.com/p/chromium/issues/detail?id=231710#c3) that blocked new (yet to be committed) tests for issue 219419). BUG=231710, 219419 TEST=Fixes yet to be committed tests for issue 219419. Review URL: https://chromiumcodereview.appspot.com/14232019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194949 0039d316-1c4b-4281-b951-d872f2087c98
* Add robot icon for managed users.akuegel@chromium.org2013-04-182-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194947 0039d316-1c4b-4281-b951-d872f2087c98
* Update the description for DriveDisabled to clarify its purpose.haruki@chromium.org2013-04-181-4/+4
| | | | | | | | | | | The description now mentions that it controls only Google Drive feature integrated in Files App. BUG=220006 TEST=None, doc update only. Review URL: https://chromiumcodereview.appspot.com/13878012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194943 0039d316-1c4b-4281-b951-d872f2087c98
* Disable page zoom through control+scroll on Mac.jam@chromium.org2013-04-181-0/+8
| | | | | | | | | | I accidentally enabled this on Mac in r181965. However on Mac this has an unintended consequence of changing the page zoom when the user starts inertial scrolling and presses control right after. BUG=178972 Review URL: https://codereview.chromium.org/14327014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194942 0039d316-1c4b-4281-b951-d872f2087c98
* Simple Cache: DoomEntriesBetween()pasko@google.com2013-04-1810-41/+199
| | | | | | | | | | | | | The steps are: * wait for the index to come up * pull the key hashes from the index according to the time range * go to the worker pool and delete all the corresponding entry files BUG=230306 Review URL: https://chromiumcodereview.appspot.com/14295013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194941 0039d316-1c4b-4281-b951-d872f2087c98
* Disibling racy OobeTest.NewUser browser test.glotov@chromium.org2013-04-181-1/+2
| | | | | | | | | BUG=178009 TEST=none Review URL: https://chromiumcodereview.appspot.com/14341009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194940 0039d316-1c4b-4281-b951-d872f2087c98
* Fix iossim's support for retina devices.lliabraa@chromium.org2013-04-181-6/+5
| | | | | | | | | | | | | | Mac 10.8 started caching prefs so even though iossim writes the SimulatorDevice value to the .plist on disk, the iPhone Simulator may not see that change and therefore not respect the -d (device) parameter passed to iossim. Using the CFPreferences API to set and sync the pref fixes the issue. BUG=224892 Review URL: https://chromiumcodereview.appspot.com/14308003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194939 0039d316-1c4b-4281-b951-d872f2087c98
* Move *UserLoggedIn methods from UserManager to UserManagerImplbartfab@chromium.org2013-04-189-216/+160
| | | | | | | | | | | | This CL trims down the UserManager interfaces by moving the *UserLogged methods that are really just implementation details to UserManagerImpl. BUG=None TEST=Manual and browser/unit tests Review URL: https://chromiumcodereview.appspot.com/14069017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194938 0039d316-1c4b-4281-b951-d872f2087c98
* Added variable initialization (valgrind complains).motek@chromium.org2013-04-181-1/+1
| | | | | | | | | | | This fix should make valgrind bots green (or at least remove one of sources of unhappiness). BUG=233153 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/13811056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194937 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-04-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194936 0039d316-1c4b-4281-b951-d872f2087c98
* Roll swarm_client @ 194930maruel@chromium.org2013-04-181-1/+1
| | | | | | | | | | | | Bring in symlink path case fix for OSX. NOTRY=true TBR=csharp@chromium.org BUG= Review URL: https://codereview.chromium.org/14087015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194935 0039d316-1c4b-4281-b951-d872f2087c98
* interactive_ui_tests.isolate on Windows: Traced one last test case.maruel@chromium.org2013-04-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Autogenerated with: (in an elevated prompt) python tools\swarm_client\isolate.py trace \ -s out\Release\interactive_ui_tests.isolated -- \ --gtest_filter=SSLClientCertificateSelectorTest.SelectNone (in a normal prompt) python tools\swarm_client\isolate.py merge \ -s out\Release\interactive_ui_tests.isolated The tool automatically cleaned up a duplicate entry I had introduced in r194483. Yay for automation. NOTRY=true TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14258010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194931 0039d316-1c4b-4281-b951-d872f2087c98
* Multi-account AccountChooser for interactive autocomplete.aruslan@chromium.org2013-04-1811-321/+573
| | | | | | | | | | BUG=223923, 226855, 230227 TBR=sky@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/13331007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194928 0039d316-1c4b-4281-b951-d872f2087c98
* Decouple l10n_util from InputMethodUtil.nona@chromium.org2013-04-1815-157/+149
| | | | | | | | | | | | | | | | | This CL changes: - Moving localization related function into delegate class. - Removing GetLanguageDisplayNameFromCode and GetLanguageNativeDisplayNameFromCode from InputMethodUtil because they are just thin wrapper function of l10n_util and only used from CrosLanguageOptionHandler. This CL does not change any test expectations except TestGetLanguageNativeDisplayNameFromCode for checking regressions. And I'm going to refactor strings related stuff to more appropriate location. So let me keep tests as is. BUG=164375 TEST=ran unit_tests and also checked there is no regression with this CL on actual devices. Review URL: https://chromiumcodereview.appspot.com/14200032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194927 0039d316-1c4b-4281-b951-d872f2087c98
* Move EscapeQueryStringValue to drive_api_util.hidehiko@chromium.org2013-04-185-10/+53
| | | | | | | | | | | | This method will be used a new utility method in drive_api_util. As its preparation, this CL moves it to the drive_api_util with unittest. BUG=232352 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/14013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194925 0039d316-1c4b-4281-b951-d872f2087c98
* Devserver: only populate data during cron jobs, meaning all data from instanceskalman@chromium.org2013-04-1833-427/+870
| | | | | | | | | | are served out of caches. Add a PersistentObjectStore to make that work. BUG=226625 Review URL: https://codereview.chromium.org/14218004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194924 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize Pepper ImageData caching.bbudge@chromium.org2013-04-186-34/+33
| | | | | | | | | | | | This changes some method names and comments for ImageData caching. Other APIs could reuse this machinery. BUG=230980 TEST=none Review URL: https://chromiumcodereview.appspot.com/14126004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194923 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up managed user settings dialogs:bauerb@chromium.org2013-04-1815-247/+112
| | | | | | | | | | | | | | * Remove options which won't be configurable * Allow empty passphrases * Use WebUI stylesheet in passphrase dialog * JS style cleanup. BUG=231909 Review URL: https://chromiumcodereview.appspot.com/14325003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194922 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: re-enable mac builds again.torne@chromium.org2013-04-181-4/+4
| | | | | | | | | | | | The outstanding issues with mac are fixed. Re-enable generation of mac host makefiles by reverting r188715. BUG= NOTRY=true Review URL: https://codereview.chromium.org/13878016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194921 0039d316-1c4b-4281-b951-d872f2087c98
* Adds --file-manager-new-ui to chrome://flags.mtomasz@chromium.org2013-04-182-0/+13
| | | | | | | | | | | This patch adds the flags to chrome://flags to make it possible to enable it on chromebooks without tricks. TEST=Enable the Files.app new UI feature. Check if the Files.app launches with the new ui. BUG=226904 Review URL: https://chromiumcodereview.appspot.com/14345002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194920 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA histogram for policy loading.mnissler@chromium.org2013-04-1810-18/+201
| | | | | | | | | | | | | The desktop platform policy loaders now report basic UMA stats on policy load status, such as missing policy, policy read errors etc. BUG=chromium:186445 TEST=Perform a couple policy loads, look at about:histograms to check the results. TBR=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/14294008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194919 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent Chrome from crashing if a tab is closed while the media settings ↵markusheintz@chromium.org2013-04-181-1/+7
| | | | | | | | | | | | | | | bubble is opea and a settings was changed.n BUG=173204 TEST=(1) Visit apprtc.appspot.com and allow the website to capture you mic and cam. (2) Click on the camera icon on the right side of the omnibox to open the media settings bubble. (3) Change the media settings to block, but don't close the bubble (4) Close the tab with the open bubble (5) Verify that Chrome does not crash. Review URL: https://chromiumcodereview.appspot.com/14326003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194918 0039d316-1c4b-4281-b951-d872f2087c98
* Move logic in UserImageScreen from UserImageScreenHandlerantrim@chromium.org2013-04-186-225/+246
| | | | | | | | | | R=ygorshenin@chromium.org BUG=231331 TBR=ben@chromium.org (API usage adjustements in chrome/browser/automation) Review URL: https://chromiumcodereview.appspot.com/14063017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194917 0039d316-1c4b-4281-b951-d872f2087c98
* Add screen capture constraints, video tag resize and removed auto video resizejansson@chromium.org2013-04-185-71/+172
| | | | | | | | | | | | | | | | -screen capture tickbox added with constraints -added buttons for resizing the video tag -added video tag & stream size printout -removed video tag resize after getUserMedia and adding remote stream -Fixed some comments TEST=Tested calling with audio/video/screencapture. Ran gjslint and will create separate CL for errors due to high error count. Mostly comments missing. BUG=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12472032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194916 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Autogenerate thunk for PPB_URL_Loader.teravest@chromium.org2013-04-1812-83/+163
| | | | | | | | | | | | | | | | | | This requires another annotation: "always_set_output_parameters" This annotation ensures that the thunk implementation will zero-out the value of all output parameters on failure. Tested: Built chrome and browser_tests. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194613 Review URL: https://codereview.chromium.org/14007010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194915 0039d316-1c4b-4281-b951-d872f2087c98
* Fix custom wallpaper going back from wallpaper 2 to wallpaper 1bshe@chromium.org2013-04-181-17/+32
| | | | | | | | BUG=229036 Review URL: https://codereview.chromium.org/14244011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194913 0039d316-1c4b-4281-b951-d872f2087c98
* filemanager: Remove garbage values and params for SharedWithMe server-side ↵haruki@chromium.org2013-04-182-18/+3
| | | | | | | | | | | search. BUG= TEST=unittests, Open Files App and verify a search for Drive works. Review URL: https://chromiumcodereview.appspot.com/14076007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194912 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for 192kHz native output sample rate for WebRTC clientshenrika@chromium.org2013-04-181-0/+11
| | | | | | | | | BUG=none TEST=content_unittests and manual tests using different WebRTC clients in combination with 192kHz native sample rate on Win7 Review URL: https://chromiumcodereview.appspot.com/14347002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194911 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in DeviceOAuth2TokenServiceTest.SaveEncryptedToken (issue ↵glider@chromium.org2013-04-181-0/+6
| | | | | | | | | | | 233149) BUG=233149 TBR=oshima Review URL: https://codereview.chromium.org/14354005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194910 0039d316-1c4b-4281-b951-d872f2087c98
* Disable IndexedDBLayoutTest.* on Android.pliard@chromium.org2013-04-181-3/+1
| | | | | | | | | | | | The content_browser test suite has been recently graduated to the main waterfall and a few tests are failing. BUG=233118 TBR=nileshagrawal@chromium.org Review URL: https://codereview.chromium.org/14057009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194909 0039d316-1c4b-4281-b951-d872f2087c98
* Support overlapping operations on the SimpleEntryImpl.felipeg@chromium.org2013-04-183-65/+235
| | | | | | | | Using a std::queue<Closure>, it serializes the operations and runs each operation in the correct order. Review URL: https://chromiumcodereview.appspot.com/14130015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194908 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-04-181-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194906 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to r8731robertphillips@google.com2013-04-182-2/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194905 0039d316-1c4b-4281-b951-d872f2087c98
* Rename startup_tests.py Telemetry test to startup_benchmark.pyjeremy@chromium.org2013-04-181-0/+0
| | | | | | | | | | | Motivation: Make test file name match test name on bots. BUG=None TBR=tonyg,thakis Review URL: https://chromiumcodereview.appspot.com/14352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194904 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: NativeTextfieldViews: Show the drop cursor when dragging textckocagil@chromium.org2013-04-185-32/+55
| | | | | | | | | | | | | First landed as r193674, reverted due to breaking tests skipped by the try bots. This CL fixes the breakage too. NativeTextfieldViews: Show the drop cursor when dragging text. Enables RenderText users to draw cursors at specified positions through RenderText::DrawCursor. Uses this method to implement the drop cursor in NativeTextfieldViews. BUG=229661 TEST=Use Views Textfield; select text in omnibox; drag it around the omnibox; a cursor should be displayed at where the text will be dropped Review URL: https://chromiumcodereview.appspot.com/14264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194903 0039d316-1c4b-4281-b951-d872f2087c98
* Minor clean up in WorkerDevToolsManagerkaznacheev@chromium.org2013-04-181-10/+14
| | | | | | | | BUG=None Review URL: https://chromiumcodereview.appspot.com/14051004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194902 0039d316-1c4b-4281-b951-d872f2087c98
* Select last word when double clicked after the last characterckocagil@chromium.org2013-04-182-0/+23
| | | | | | | | | | | When RenderText::SelectWord is called while the cursor is on a boundary, the word to the right is selected. This patch specially handles the case where the cursor is at the rightmost position to select the word to the left. BUG=232023 TEST=See repro steps at http://crbug.com/232023 Review URL: https://chromiumcodereview.appspot.com/13972015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194901 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist Instant processes for content settings.ckocagil@chromium.org2013-04-182-0/+40
| | | | | | | | | | | This patch only grants JS and Image permissions to Instant processes. BUG=225758 TEST=InstantTest.ContentSettingsWhitelist Review URL: https://chromiumcodereview.appspot.com/13516002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194900 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a weirdly failing new unit test on Windows.motek@chromium.org2013-04-181-1/+3
| | | | | | | | BUG=233148 Review URL: https://codereview.chromium.org/14149008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194899 0039d316-1c4b-4281-b951-d872f2087c98
* Write the Index File to disk after 20 seconds elapsed since the last cache ↵felipeg@chromium.org2013-04-182-11/+68
| | | | | | | | | | | | operation has happened. This will mitigate the need to recover from enumerating all files on disk. BUG=173394 Review URL: https://chromiumcodereview.appspot.com/14230009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194898 0039d316-1c4b-4281-b951-d872f2087c98
* Create and add WebRTC filters.grunell@chromium.org2013-04-183-0/+14
| | | | | | | | BUG=229829 Review URL: https://chromiumcodereview.appspot.com/13932008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194897 0039d316-1c4b-4281-b951-d872f2087c98
* Don't add subtext padding if there is no subpadding.csharp@chromium.org2013-04-184-10/+50
| | | | | | | | BUG=230746 Review URL: https://codereview.chromium.org/14053015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194896 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 194775 "Modify AccessibilityTreeFormatter to build up an ..."kjellander@chromium.org2013-04-1871-688/+461
| | | | | | | | | | | | | | | | > Modify AccessibilityTreeFormatter to build up an internal representation of the tree in the form of DictionaryValue et al. This may be used at a later stage to create a JSON representation of the tree. > > Also modify the Mac platform implementation to use the NSAccessibility attribute names rather than method names. > > BUG= > > Review URL: https://chromiumcodereview.appspot.com/13479003 TBR=aboxhall@chromium.org Review URL: https://codereview.chromium.org/14354004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194895 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Rename BaseLoginDisplayHost to LoginDisplayHostImplnkostylev@chromium.org2013-04-1822-80/+79
| | | | | | | | | | Next step: merge WebUILoginDisplayHost into LoginDisplayHostImpl (separate CL). BUG=124218 Review URL: https://codereview.chromium.org/14200033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194894 0039d316-1c4b-4281-b951-d872f2087c98
* Verify that the image is not empty before calling memset().raphael.kubo.da.costa@intel.com2013-04-181-0/+1
| | | | | | | | | | | | | | | | Building with _FORTIFY_SOURCE=2 and NDEBUG set makes glibc complain that the call to memset() in TestGraphics2D::TestInitToZero() can have a 0-byte size argument. Avoid the warning by asserting that the image does have a valid area before using its height in the call to memset(). R=brettw, yzshen BUG= Review URL: https://chromiumcodereview.appspot.com/14087009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194893 0039d316-1c4b-4281-b951-d872f2087c98