summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 13.0.760.013.0.760.0gitdeps2014-04-041-371/+215
|
* Webkit Roll r86018:r86038aarya@google.com2011-05-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84600 0039d316-1c4b-4281-b951-d872f2087c98
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-085-3/+29
| | | | | | | | | Currently, this flag isn't wired up to anything yet. That will come in http://codereview.chromium.org/6901147/. Review URL: http://codereview.chromium.org/6953012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84591 0039d316-1c4b-4281-b951-d872f2087c98
* Have AppCache code go through the content embedder API for content settings ↵jam@chromium.org2011-05-0823-22/+64
| | | | | | | | | checks. BUG=76793 Review URL: http://codereview.chromium.org/6951008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84586 0039d316-1c4b-4281-b951-d872f2087c98
* Added missing file for previous CL. Clang build fix.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | | BUG=chromium-os:15023 TEST=none TBR=thakis Review URL: http://codereview.chromium.org/6965002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84582 0039d316-1c4b-4281-b951-d872f2087c98
* Added enqueue task to media player. Fixed task ordering - the last used ↵zelidrag@chromium.org2011-05-0814-124/+243
| | | | | | | | | | handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84581 0039d316-1c4b-4281-b951-d872f2087c98
* Fix LLVM errors/warning in Chrome OS codedpolukhin@chromium.org2011-05-085-25/+7
| | | | | | | | | BUG=none TEST=build Review URL: http://codereview.chromium.org/6932066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84578 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84573 - Added enqueue task to media player. Fixed task ordering - the ↵zelidrag@chromium.org2011-05-0814-243/+124
| | | | | | | | | | | | | last used handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6966002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84576 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84574 - Making views Clang build happy again.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | | | | BUG=chromium-os:15023 TEST=none Review URL: http://codereview.chromium.org/6968001 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6961004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84575 0039d316-1c4b-4281-b951-d872f2087c98
* Making views Clang build happy again.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | BUG=chromium-os:15023 TEST=none Review URL: http://codereview.chromium.org/6968001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84574 0039d316-1c4b-4281-b951-d872f2087c98
* Added enqueue task to media player. Fixed task ordering - the last used ↵zelidrag@chromium.org2011-05-0814-124/+243
| | | | | | | | | | handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84573 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 759.0 to 760.0chrome-release@google.com2011-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84570 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll r85954:r86018aarya@google.com2011-05-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6953016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84568 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the bidichecker deps to allow fetching from the mirror.nsylvain@chromium.org2011-05-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6962001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84563 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84530 - This broke ui_tests on the chromiumos bots.nsylvain@chromium.org2011-05-075-31/+25
| | | | | | | | | | | | Original description: Do not assume that the initial XKB layout on Chrome startup is always US-qwerty.The assumption might not be true e.g. when Chrome crashes and then restarts. BUG=chromium-os:14410 TEST=manually done Review URL: http://codereview.chromium.org/6954005 TBR=yusukes@google.com Review URL: http://codereview.chromium.org/6961001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84562 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84559 - Webkit roll r85954:r86000inferno@chromium.org2011-05-071-1/+1
| | | | | | | | | Review URL: http://codereview.chromium.org/6948014 TBR=aarya@google.com Review URL: http://codereview.chromium.org/6954014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84561 0039d316-1c4b-4281-b951-d872f2087c98
* More work on removing content settings code from src\content.jam@chromium.org2011-05-0735-134/+232
| | | | | | | BUG=76793 Review URL: http://codereview.chromium.org/6928053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84560 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll r85954:r86000aarya@google.com2011-05-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6948014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84559 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 758.0 to 759.0chrome-release@google.com2011-05-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84556 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Added new default user avatars. Code change is trivial so won't make ↵avayvod@chromium.org2011-05-0720-6/+30
| | | | | | | | | | | | it a separate change. R=zelidrag@chromium.org BUG=chromiumos:14618 TEST=None Review URL: http://codereview.chromium.org/6956011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84550 0039d316-1c4b-4281-b951-d872f2087c98
* Fix dangerous downloads. Ellipsis for long filenames.achuith@chromium.org2011-05-072-103/+161
| | | | | | | | BUG=chromium-os:15048,chromium-os:15049 TEST=Go to achuithz600.mtv.corp.google.com/www/files. Download the crx file and the file with the long name to test dangerous downloads and long filename fix respectively. Review URL: http://codereview.chromium.org/6948013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84548 0039d316-1c4b-4281-b951-d872f2087c98
* Minor fix for autocomplete result view for touch. Removed extra line betweenvarunjain@chromium.org2011-05-074-13/+18
| | | | | | | | | | | result title and description. BUG=none TEST=none Review URL: http://codereview.chromium.org/6948009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84544 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 130788:130990thakis@chromium.org2011-05-071-1/+1
| | | | | | | | | | | | | | Exciting new warning from clang's r130982: "Warn when trying to call a pure virtual member function in a class from the class constructor/destructor." Amazingly, we seen to have that problem 0 times in chromium. BUG=none TEST=none Review URL: http://codereview.chromium.org/6953009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84543 0039d316-1c4b-4281-b951-d872f2087c98
* add MessageLoopProxy in MessageLoopFactorywjia@google.com2011-05-073-0/+37
| | | | | | | | bug=None TEST=try bots Review URL: http://codereview.chromium.org/6951013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84540 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Print in the background.thestig@chromium.org2011-05-0714-9/+323
| | | | | | | | BUG=79531 TEST=Print preview tab closes print button is pressed. Printing succeeds. Review URL: http://codereview.chromium.org/6930034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84539 0039d316-1c4b-4281-b951-d872f2087c98
* fix the flakiness caused by passing a linked ptointer across threads.lipalani@chromium.org2011-05-072-6/+9
| | | | | | | | | BUG=81256 TEST=sync_integration_tests.exe Review URL: http://codereview.chromium.org/6956014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84537 0039d316-1c4b-4281-b951-d872f2087c98
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-071-7/+11
| | | | | | | | | BUG=76997 TEST=NONE TBR=wtc Review URL: http://codereview.chromium.org/6951014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84536 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind reports issues in icu::RegexMatcherdhollowa@chromium.org2011-05-071-0/+26
| | | | | | | | | | | | Adds suppression for icu RegexMatcher, triggered by Autofill unit test of new libphonenumber. BUG=81753 TEST=PhoneNumberI18NTest.PhoneNumbersMatch TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/6952015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84535 0039d316-1c4b-4281-b951-d872f2087c98
* Tidy up the Chromoting Client JavaScript logging a little.wez@chromium.org2011-05-071-46/+18
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6930001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84534 0039d316-1c4b-4281-b951-d872f2087c98
* The ChromeOS offline page has a delay of 500ms when updating its network ↵dtu@chromium.org2011-05-072-4/+8
| | | | | | | | | | | state; see crosbug.com/4558. Therefore, PyAuto tests are failing because the offline page is showing for tests that are not expecting it to show. This workaround makes tests wait for the same event that the offline page waits for. BUG=chromium-os:12851, chromium-os:14413, chromium-os:14409 TEST=Run PyAuto history.py, cookies.py, content.ContentTest.testHttpsPage repeatedly (like 100 times). Review URL: http://codereview.chromium.org/6956002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84533 0039d316-1c4b-4281-b951-d872f2087c98
* disk cache: Add NET_API for net.dllrvargas@google.com2011-05-0715-46/+60
| | | | | | | | BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/6933045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84532 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the sync pyauto tests that pass on chromeos.nirnimesh@chromium.org2011-05-071-3/+3
| | | | | | | | | | | BUG=chromium-os:12653 R=dennisjeffrey@chromium.org TEST= Review URL: http://codereview.chromium.org/6951007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84531 0039d316-1c4b-4281-b951-d872f2087c98
* Do not assume that the initial XKB layout on Chrome startup is always US-qwerty.yusukes@google.com2011-05-075-25/+31
| | | | | | | | | | | The assumption might not be true e.g. when Chrome crashes and then restarts. BUG=chromium-os:14410 TEST=manually done Review URL: http://codereview.chromium.org/6954005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84530 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling pyauto PDF tests.sunandt@google.com2011-05-071-2/+1
| | | | | | | | BUG=81685 TEST=find_in_page.FindMatchTests.testSearchInPDF, pdf.PDFTest.testPDFRunner Review URL: http://codereview.chromium.org/6950001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84529 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing IRT download script so it works on windows (or fails after 5 tries).bradnelson@google.com2011-05-072-4/+7
| | | | | | | | | | Retrying nacl deps roll. BUG=None TEST=None Review URL: http://codereview.chromium.org/6958001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84528 0039d316-1c4b-4281-b951-d872f2087c98
* Added FileSystemDirectoryDatabase::GetNextInteger(), for use in generatingericu@google.com2011-05-063-22/+105
| | | | | | | | | | | unique backing file names in the obfuscated filesystem. BUG=NONE TEST=unit test Review URL: http://codereview.chromium.org/6935018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84527 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: sort the logins by origin when using a native password store, like ↵mdm@chromium.org2011-05-062-0/+20
| | | | | | | | | | the built-in store does. BUG=none TEST=observe the nicely sorted logins in the password manager Review URL: http://codereview.chromium.org/6953010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84526 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the cloud print connector logic to request the OAuth2 credentials of ↵sanjeevr@chromium.org2011-05-0625-176/+587
| | | | | | | | | | | | a robot account and use those credentials for all cloud print and Talk authentication. The OAuth2 tokens are also periodically refreshed. BUG=None TEST=Unit-tests, Cloud Print connector. R=scottbyer@chromium.org Review URL: http://codereview.chromium.org/6705013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84525 0039d316-1c4b-4281-b951-d872f2087c98
* Updating TCM labels and breaking tests to maintain a 1:1 correspondance to TCM.annapop@chromium.org2011-05-063-34/+43
| | | | | | | | | BUG=none, this is pre-req for 77002. TEST=cross-reference TCM repository. Review URL: http://codereview.chromium.org/6951012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84524 0039d316-1c4b-4281-b951-d872f2087c98
* Make Pepper work out-of-process in the windows sandboxcpu@chromium.org2011-05-064-10/+69
| | | | | | | | | | | | | | | | | | | | | | | | Fixes the following issues - Propper sandbox lockdown - Rand support and the Pepper module now load - Pipe creation failed - Specific sandbox policy crafted for pepper - Can now debug child process Note, the example plugin manages to draw at least a frame, then it crashes in some other unrelated bug. To test use chrome with: --register-pepper-plugins="<blah>\ppapi_example.dll;application/x-ppapi-example" --ppapi-out-of-process And can use --ppapi-startup-dialog, which hangs until you connect the debugger BUG=none TEST= see above. Review URL: http://codereview.chromium.org/6930059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84520 0039d316-1c4b-4281-b951-d872f2087c98
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0639-535/+1257
| | | | | | | | | | | This works by adding a new thunk layer that will forward to an "API" that's either per-instance (function APIs) or per-resource (resource APIs). The proxying and such is then implemented in terms of this C++ API. Ideally the trackers of the PP_Resource/PP_Instance -> object mapping would be shared between the plugin and renderer processes. To keep this patch under control, I did this as a virtual base class which is implemented by ppapi::proxy::PluginResourceTracker and webkit::ppapi::ResourceTracker. Later, the functionality of these objects should be shared in a common tracker class. Still to do it a lot of cleanup and merging of things. Also, the namespaces are a bit out of control. Review URL: http://codereview.chromium.org/6905088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84519 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill DOMUI Prefs should work with i18n phone numbersdhollowa@chromium.org2011-05-0610-4/+284
| | | | | | | | | | | Adds validation to the phone and fax lists in WebUI based prefs for Autofill. Also adds the start of phone_number_i18n.cc/h module. BUG=80101 TEST=PhoneNumberI18NTest.PhoneNumbersMatch Review URL: http://codereview.chromium.org/6935033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84518 0039d316-1c4b-4281-b951-d872f2087c98
* Change TaskManager test to be in line with new TabContents lifetime ↵dominich@chromium.org2011-05-062-23/+46
| | | | | | | | | | | | uncertainty when Prerendering. BUG=none TEST=PrerenderBrowserTest.TaskManager Review URL: http://codereview.chromium.org/6948002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84517 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: expose more functions from baseevan@chromium.org2011-05-061-6/+6
| | | | | | | | | | | These function calls are exposed below in the char_traits, which can then be inlined into user callsites. TEST=chrome builds in release mode Review URL: http://codereview.chromium.org/6949008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84516 0039d316-1c4b-4281-b951-d872f2087c98
* revert 84513mmortensen@google.com2011-05-061-3/+3
| | | | | | Review URL: http://codereview.chromium.org/6956012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84514 0039d316-1c4b-4281-b951-d872f2087c98
* Update nacl in deps, remerge with DEPS changes a couple of times...mmortensen@google.com2011-05-061-3/+3
| | | | | | | | TEST=trybots,gclient sync BUG=none Review URL: http://codereview.chromium.org/6952006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84513 0039d316-1c4b-4281-b951-d872f2087c98
* Enables gesture recognizer in Chromimum/WebKit.rjkroege@chromium.org2011-05-061-1/+2
| | | | | | | | | | | | | | | | | | | | Eventually a Chrome-specific in-WebKit gesture recognizer will land in WebKit. (https://bugs.webkit.org/show_bug.cgi?id=54417.) This code includes layout tests with Chrome-specific results. These tests will fail on the first roll containing the WebKit patch unless Chrome is built with the gesture recognizer enabled. Consequently, this CL enables the gesture recognier. This is safe as the gesture recognizer is already enabled for the chromium webkit builders without ill effect. BUG= TEST= Review URL: http://codereview.chromium.org/6952008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84511 0039d316-1c4b-4281-b951-d872f2087c98
* Enable autofill tests on chromeosnirnimesh@chromium.org2011-05-061-2/+2
| | | | | | | | | | | BUG=chromium-os:12653 R=dennisjeffrey@chromium.org TEST= Review URL: http://codereview.chromium.org/6951006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84510 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary const.koz@chromium.org2011-05-062-2/+2
| | | | | | TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84509 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Convert GetPixbufNamed() to GetNativeImageNamed() in more places.tfarina@chromium.org2011-05-068-11/+20
| | | | | | | | | | | BUG=58030 TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/6949006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84508 0039d316-1c4b-4281-b951-d872f2087c98