summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Upstream native crash handling changes for Android.carlosvaldivia@google.com2012-04-0914-55/+202
| | | | | | | | | | | | | | | | | Android native crash handling is almost identical to linux handling with some differences. Note that even after this change Chrome on Android will not compile with the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should remedy this state of affairs. BUG= TEST= Review URL: http://codereview.chromium.org/9838033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131404 0039d316-1c4b-4281-b951-d872f2087c98
* Fade in the demo login UI's logo and text.rkc@chromium.org2012-04-092-0/+8
| | | | | | | | | | | | This CL fades in the Chrome logo on the demo login UI after 1s and the text fades in, in the 1s after that. R=xiyuan@chromium.org BUG=chromium-os:28634 TEST=Tested the fade in screen with the --enable-kiosk-mode flag. Review URL: https://chromiumcodereview.appspot.com/10024023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131400 0039d316-1c4b-4281-b951-d872f2087c98
* Handle error in GDataFileSystemProxy::ReadDirectory correctly.tbarzic@chromium.org2012-04-091-3/+4
| | | | | | | | | | | | If error occured during reading directory, |file| in OnReadDirectory will be NULL, so we have to hadle that case. BUG=chromium-os:29092 TEST=GData unittests Review URL: https://chromiumcodereview.appspot.com/10020001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131395 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove now unused RestartMessageBox dialog.tfarina@chromium.org2012-04-095-127/+1
| | | | | | | | R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10025024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131394 0039d316-1c4b-4281-b951-d872f2087c98
* Disable OmniboxSearchHint for Android.yfriedman@chromium.org2012-04-091-2/+2
| | | | | | | | | BUG=117407 Review URL: http://codereview.chromium.org/10027020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131393 0039d316-1c4b-4281-b951-d872f2087c98
* WebGL conformance test expectations update.zmo@chromium.org2012-04-091-0/+1
| | | | | | | | | BUG=122651 TEST=Mac ATI bot on gpu.fyi TBR=gman,kbr Review URL: https://chromiumcodereview.appspot.com/10014003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131389 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SPDY 2.1 support.rch@chromium.org2012-04-094-33/+2
| | | | | | | | | BUG=121919 Review URL: http://codereview.chromium.org/10005041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131383 0039d316-1c4b-4281-b951-d872f2087c98
* Fix unit_test compile errors on Android.yfriedman@chromium.org2012-04-092-3/+9
| | | | | | | | | | | | Introduced in https://chromiumcodereview.appspot.com/9965093/ and http://codereview.chromium.org/9984002/ BUG=117407 Review URL: http://codereview.chromium.org/10027019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131375 0039d316-1c4b-4281-b951-d872f2087c98
* Fix about:flagsdbeam@chromium.org2012-04-091-4/+5
| | | | | | | | | | | | R=tbreisacher@chromium.org BUG=122520 TEST=about:flags works NOTRY=true Review URL: http://codereview.chromium.org/10029012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131373 0039d316-1c4b-4281-b951-d872f2087c98
* Don't recreate background windows when allow_js_access if falsemihaip@chromium.org2012-04-094-6/+52
| | | | | | | | | | | | | Ignore calls to window.open(..., "background") with allow_js_access: false when there's already a BackgroundContents instance. BUG=122408 R=creis@chromium.org Review URL: http://codereview.chromium.org/10012053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131370 0039d316-1c4b-4281-b951-d872f2087c98
* Update some uses of TimeDelta in render widget and bookmark code.tedvessenes@gmail.com2012-04-092-4/+7
| | | | | | | | | | R=sky@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10029004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131369 0039d316-1c4b-4281-b951-d872f2087c98
* Move --user-agent overriding logic from chrome into content.scherkus@chromium.org2012-04-092-13/+6
| | | | | | | | | BUG=117259 TEST=start chrome and content_shell with and without --user-agent and visit a site like www.whatsmyuseragent.com to verify the expected user agent Review URL: https://chromiumcodereview.appspot.com/9623027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131365 0039d316-1c4b-4281-b951-d872f2087c98
* [filemanager] Apply rename when clicking outside of edit box.dgozman@chromium.org2012-04-091-3/+4
| | | | | | | | BUG=chromium-os:16853 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/10025025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131363 0039d316-1c4b-4281-b951-d872f2087c98
* Convert PreferenceServiceTest ui_test to be a browser_test.jam@chromium.org2012-04-092-71/+52
| | | | | | | BUG=121574 Review URL: https://chromiumcodereview.appspot.com/10024012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131362 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of TimeDelta in mac firefox importer test code.tedvessenes@gmail.com2012-04-091-1/+1
| | | | | | | | | | R=mirandac@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10029003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131358 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of TimeDelta in enrollment screen code.tedvessenes@gmail.com2012-04-091-1/+1
| | | | | | | | | | R=joaodasilva@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10026014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131357 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of TimeDelta in cros extension code.tedvessenes@gmail.com2012-04-091-1/+1
| | | | | | | | | | R=dmazzoni@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10019017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131356 0039d316-1c4b-4281-b951-d872f2087c98
* Change UNSYNCABLE items to SYNCABLE.nona@chromium.org2012-04-091-4/+4
| | | | | | | | | | TEST=unit_tests BUG=chromium-os:27710 Review URL: http://codereview.chromium.org/10027015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131355 0039d316-1c4b-4281-b951-d872f2087c98
* Changes TopSites to access blacklist from prefs when necessary. I'msky@chromium.org2012-04-092-20/+12
| | | | | | | | | | | | doing this in hopes of getting rid of a crash. BUG=121584 TEST=none R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10019004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131354 0039d316-1c4b-4281-b951-d872f2087c98
* views: Let download-in-progress dialog manage the process of creating its ↵tfarina@chromium.org2012-04-093-20/+15
| | | | | | | | | | window. R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10026009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131353 0039d316-1c4b-4281-b951-d872f2087c98
* [protector] Fix invalid backup signature for extension IDs.ivankr@chromium.org2012-04-091-23/+25
| | | | | | | | | | | | | Actual extensions IDs were used instead of their backup when calculating backup signature. BUG=121681 TEST=Manual Review URL: http://codereview.chromium.org/10008045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131351 0039d316-1c4b-4281-b951-d872f2087c98
* Fix file manager pyauto test.dgozman@chromium.org2012-04-092-7/+22
| | | | | | | | | | | Internal cut/copy/paste API changed to document commands. Copying directory to itself is prohibited now. BUG=chromium-os:26669 TEST=desktopui_PyAutoFunctionalTests.chromeos_file_browser Review URL: https://chromiumcodereview.appspot.com/10010036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131350 0039d316-1c4b-4281-b951-d872f2087c98
* views: Forward declare FindNotificationDetails.tfarina@chromium.org2012-04-092-2/+2
| | | | | | | | R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10020006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131349 0039d316-1c4b-4281-b951-d872f2087c98
* Gave 0.5 opacity to 'Loading Google Docs' spinnerkaznacheev@chromium.org2012-04-092-8/+16
| | | | | | | | | BUG=chromium-os:28298 TEST= Review URL: https://chromiumcodereview.appspot.com/10025018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131346 0039d316-1c4b-4281-b951-d872f2087c98
* Visual polish of bottom row of Save As dialogkaznacheev@chromium.org2012-04-091-4/+4
| | | | | | | | | BUG=chromium-os:29083 TEST= Review URL: https://chromiumcodereview.appspot.com/10020018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131345 0039d316-1c4b-4281-b951-d872f2087c98
* Updated mock_chrome.js to support GDocs debuggingkaznacheev@chromium.org2012-04-091-0/+14
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10026020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131344 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed compilation errors in auto fill unit testsqghc36@motorola.com2012-04-091-2/+2
| | | | | | | | | | | | | | | | | The issue observed is as follows. chrome/browser/autofill/autofill_manager_unittest.cc: In member function ‘virtual void AutofillManagerTest_UpdatePasswordSyncState_Test::TestBody()’: chrome/browser/autofill/autofill_manager_unittest.cc:2922:3: error: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Werror=conversion-null] cc1plus: all warnings being treated as errors BUG=114092 TEST=Ran unit tests. Review URL: http://codereview.chromium.org/10026018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131341 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1096.0 to 1097.0chrome-release@google.com2012-04-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131337 0039d316-1c4b-4281-b951-d872f2087c98
* Disable NaClGdbTest.Empty under ASAN-only. Remove useless asan gtest exclude ↵thestig@chromium.org2012-04-091-3/+2
| | | | | | | | | | files. BUG=122219 TEST=none Review URL: https://chromiumcodereview.appspot.com/9949063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131331 0039d316-1c4b-4281-b951-d872f2087c98
* Rename dummy output file to not conflict between mini_installer and ↵scottmg@chromium.org2012-04-091-1/+1
| | | | | | | | | | | | | | | mini_installer_archive Ninja windows complains that both targets output xxx.out. Since this appears to be a dummy file to force the rule to always run (?) just rename one of the xxx.out to xxx2.out. R=grt@chromium.org Review URL: http://codereview.chromium.org/10010044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131329 0039d316-1c4b-4281-b951-d872f2087c98
* Update use of TimeDelta in chrome/browser/ui/cocoa.tedvessenes@gmail.com2012-04-093-7/+8
| | | | | | | | | | R=asvitkine@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10025016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131328 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test for operator= to input_method_descriptor_unittest.cc.yusukes@google.com2012-04-093-3/+26
| | | | | | | | | BUG=chromium-os:19655 TEST=ran unit_tests Review URL: https://chromiumcodereview.appspot.com/10026012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131326 0039d316-1c4b-4281-b951-d872f2087c98
* Add operator= to InputMethodProperty.yusukes@google.com2012-04-094-0/+49
| | | | | | | | | | | This is for writing unit tests for InputMethodManager, BUG=chromium-os:19655 TEST=ran unit_tests Review URL: https://chromiumcodereview.appspot.com/10025015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131325 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete comments. No code change.yusukes@google.com2012-04-091-4/+0
| | | | | | | | | | BUG=None TEST=None TBR=zork Review URL: https://chromiumcodereview.appspot.com/10027009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131319 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LoadTimingObserver ui_test to be a browser_test. I'm renabling it in ↵jam@chromium.org2012-04-083-45/+45
| | | | | | | | | the process to see if it's less flaky now. BUG=121574,102030 Review URL: https://chromiumcodereview.appspot.com/10026001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131315 0039d316-1c4b-4281-b951-d872f2087c98
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-081-11/+4
| | | | | | | | | | | Remove most of the old cursor control interface. This keeps backwards compat for CursorControl.SetCursor (which just redirects to the new function) to kepe existing users running. None of the other functions on cursor control were implemented, so I removed all the proxying and stuff for them. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9814015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131314 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1095.0 to 1096.0chrome-release@google.com2012-04-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131307 0039d316-1c4b-4281-b951-d872f2087c98
* Correct occured->occurred in generated_resources.grd.msw@chromium.org2012-04-081-8/+8
| | | | | | | | | | | | (simple change to cycle the tree, what happened to our whitespace file?) TBR=sky BUG=120941 TEST=Occurred spelled correctly in Chrome To Mobile error messages, code comments. Review URL: https://chromiumcodereview.appspot.com/10020007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131305 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131286 - Regression test for packing and installing an extension from ↵msw@chromium.org2012-04-082-35/+1
| | | | | | | | | | | | | | | | | | | | | | | | an URL. I'm reverting this CL. ExtensionCrxInstallerTest.PackAndInstallExtension deterministically times out on Linux ChromiumOS Tests (dbg)(2). See build 153-157: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/153 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/154 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/155 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/156 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/157 BUG=120936 TEST=Regression test. Review URL: http://codereview.chromium.org/9966001 TBR=hebert.christopherj@chromium.org Review URL: https://chromiumcodereview.appspot.com/10028002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131301 0039d316-1c4b-4281-b951-d872f2087c98
* Change the URL for the nacl process host to use an actual GURL instead of ↵brettw@chromium.org2012-04-086-15/+25
| | | | | | | | various types of strings. This also stores the GURL separately rather than use the process name for that (which is intended to be a display name and not for critical things). I properly formatted the URL for display to the user in the display URL now. Review URL: http://codereview.chromium.org/10009046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131299 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131239 - The Chrome Remote Desktop installation for Windows can be ↵alexeypa@chromium.org2012-04-071-7/+0
| | | | | | | | | | build by bots now. TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10028001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131292 0039d316-1c4b-4281-b951-d872f2087c98
* Omnibox Example extension tries to load .html instead of .js.hebert.christopherj@chromium.org2012-04-071-1/+1
| | | | | | | | | | BUG=121789 TEST=Load Omnibox Example extension. Notice it works now. Review URL: http://codereview.chromium.org/9963133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131290 0039d316-1c4b-4281-b951-d872f2087c98
* Right now the default path the "Load Unpacked Extensions" doesn't default to ↵hebert.christopherj@chromium.org2012-04-072-2/+7
| | | | | | | | | | | | | | the last loaded extension on Windows (the default location is platform-specific.) This change will force the dialog to start at the default the first time, and the folder containing the last loaded extension every other time after that in a given session. BUG=104452 TEST=manual Review URL: http://codereview.chromium.org/9968094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131287 0039d316-1c4b-4281-b951-d872f2087c98
* Regression test for packing and installing an extension from an URL.hebert.christopherj@chromium.org2012-04-072-1/+35
| | | | | | | | | | BUG=120936 TEST=Regression test. Review URL: http://codereview.chromium.org/9966001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131286 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new executable for building tests for soft gpupkotwicz@chromium.org2012-04-074-103/+157
| | | | | | | | As the soft gpu tests would ideally be stateless I added a flag --disable-file-writing to disable the test from writing data Review URL: http://codereview.chromium.org/9722026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131285 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Remove explicit dependency from chrome_app_unittests on webcore.thakis@chromium.org2012-04-071-22/+0
| | | | | | | | | | | | | | | I removed that dependency from all test targets in http://codereview.chromium.org/9700055, but http://codereview.chromium.org/9432033/ added the new test target chrome_app_unittests with the bad dependency. BUG=43791, 90078 TEST=things still build, the macshared bot on the fyi waterfall goes green again TBR=mad Review URL: https://chromiumcodereview.appspot.com/10021014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131284 0039d316-1c4b-4281-b951-d872f2087c98
* views: Allocate the text field of bookmark editor on the heap.tfarina@chromium.org2012-04-073-16/+16
| | | | | | | | | | There is no good reason to allocate it on the stack and thus this patch fix this. R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10008052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131282 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the chrome frame tests from the chromium archives. nsylvain@chromium.org2012-04-071-5/+0
| | | | | | | | | The chrome frame folks don't think it's used anymore, and this is taking a significant amount of time to be uploaded to google storage. Review URL: https://chromiumcodereview.appspot.com/10008059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131276 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1094.0 to 1095.0chrome-release@google.com2012-04-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131268 0039d316-1c4b-4281-b951-d872f2087c98
* Ctrl-o fix for hosted files.achuith@chromium.org2012-04-071-3/+57
| | | | | | | | BUG=chromium-os:28254 TEST=ctrl-o and select a hosted document. Review URL: https://chromiumcodereview.appspot.com/10024006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131265 0039d316-1c4b-4281-b951-d872f2087c98