summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upstream native crash handling changes for Android.carlosvaldivia@google.com2012-04-0921-56/+606
| | | | | | | | | | | | | | | | | 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
* Remove check for WEBLAYERTREEVIEW_HAS_INITIALIZE, this has rolled in to ↵jamesr@chromium.org2012-04-091-4/+0
| | | | | | | | | | | | | | chromium for weeks This #define was set in WebKit r108883 which now exists in trunk and the M19 branch, so the guard isn't needed any more. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/10023004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131399 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a TODO in skia.gyp.thakis@chromium.org2012-04-091-5/+2
| | | | | | | | | | | | This was blocked on macmake learning about GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS, which it did 7 weeks ago. BUG=none TEST=none Review URL: http://codereview.chromium.org/10024021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131398 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
* Update .DEPS.gitchrome-admin@google.com2012-04-091-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131390 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
* Roll Skia DEPS to 3627epoger@google.com2012-04-091-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10024017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131388 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-097-33/+8
| | | | | | | | | | | | This also removes the "old" style registration for the 0.5 version. BUG=122440 TEST= Review URL: http://codereview.chromium.org/10008064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131384 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SPDY 2.1 support.rch@chromium.org2012-04-0927-16143/+26
| | | | | | | | | 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
* Update system_api to include WiFi.BSSID in service_constants.hstevenjb@google.com2012-04-091-1/+1
| | | | | | | | | BUG=none TEST=linux_chromeos compiles Review URL: https://chromiumcodereview.appspot.com/10025030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131380 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
* [Chromoting] Clear all localStorage when the user signs out.simonmorris@chromium.org2012-04-093-4/+6
| | | | | | | | BUG=122091 Review URL: https://chromiumcodereview.appspot.com/10022001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131371 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-095-10/+20
| | | | | | | | | | 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
* views/examples: Add enum parameter to ShowExamplesWindow() function.tfarina@chromium.org2012-04-095-12/+18
| | | | | | | | | | This improves the readability of the code in the call sites of this function. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10021020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131368 0039d316-1c4b-4281-b951-d872f2087c98
* Update use of TimeDelta in net/*.tedvessenes@gmail.com2012-04-093-5/+6
| | | | | | | | | | R=agl@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/10029001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131366 0039d316-1c4b-4281-b951-d872f2087c98
* Move --user-agent overriding logic from chrome into content.scherkus@chromium.org2012-04-099-37/+29
| | | | | | | | | 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
* ash: Be aware of always-on-top dialogs in UseSoloWindowHeader().yoshiki@chromium.org2012-04-091-16/+28
| | | | | | | | | | | Originally, UseSoloWindowHeader() considers only windows in the default container. With this CL, it gets to consider not only the default container but also the always-on-top container. BUG=122611 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10021022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131361 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
* Add BrowserThread::PostBlockingTaskAndReply.willchan@chromium.org2012-04-092-3/+16
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/10007010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131352 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
* Fix windows theme element printing by passing post processed image instead ↵vandebo@chromium.org2012-04-091-4/+5
| | | | | | | | | | | | | | of original copy. It's possible this will fix 96419. I haven't been able to reproduce that issue, so I can't test if the root cause is the same, but it may. BUG=120236,96419 TEST=Print preview a select element - the option name and box is visible. Review URL: http://codereview.chromium.org/10019005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131335 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a memory error on CrOS.thestig@chromium.org2012-04-091-0/+11
| | | | | | | | | BUG=122610 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10020017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131334 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in the ScreenRecorder.sergeyu@chromium.org2012-04-091-0/+3
| | | | | | | | | | | | | ScreenRecored::DoEncode() didn't check state of the object, and as result sometimes it would try to use data buffers that are already freed. BUG=122394 Review URL: http://codereview.chromium.org/10026006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131333 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PipelineIntegrationTest.EncryptedPlayback on TSAN win32.thestig@chromium.org2012-04-091-0/+2
| | | | | | | | | BUG=122447 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10019019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131332 0039d316-1c4b-4281-b951-d872f2087c98
* Disable NaClGdbTest.Empty under ASAN-only. Remove useless asan gtest exclude ↵thestig@chromium.org2012-04-093-9/+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
* Using WeakPtr for requests to MediaStreamDispatcher.grunell@chromium.org2012-04-098-63/+84
| | | | | | | | | | This is to ensure no dangling pointers to MediaStreamImpl (and other requesters). It's one of several fixes for the bug. No actual crash or issue has been reported that this CL fixes; it's for removing potential issues. BUG=112408 Review URL: https://chromiumcodereview.appspot.com/9903014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131330 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
* Always capture backspace and delete events in textfield.mukai@chromium.org2012-04-091-2/+9
| | | | | | | | | | BUG=117519 TEST=manually Review URL: http://codereview.chromium.org/10008044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131327 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