summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-2827-121/+104
| | | | | | | | | | | | | | Two motivations: (1) There are currently clients in src/crypto that need the same logic. (2) There is soon to be a client in src/chrome/common that needs the 64-bit version of this logic, which is currently inlined in a src/crypto implementation file. BUG=103480 TEST=compiles Review URL: http://codereview.chromium.org/8949026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115926 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor FirstRun class code into namespace first_run progressively. This cl ↵jennyz@chromium.org2011-12-2823-109/+221
| | | | | | | | | | | | | | | | | | | refactors: IsChromeFirstRun() CreateSentinel() RemoveSentinel() GetFirstRunSentinelFilePath() It also fixed an issue that chromeos first run won't create sentinel file, and the following runs always think it is a first run. BUG=108137 TEST=None Review URL: http://codereview.chromium.org/8989043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115925 0039d316-1c4b-4281-b951-d872f2087c98
* Remove redundant wording and add more information.palmer@chromium.org2011-12-281-1/+1
| | | | | | | | | | | | estade pointed this out in http://codereview.chromium.org/8965026 after I had already committed. TBR=estade BUG=107450 TEST=compiles Review URL: http://codereview.chromium.org/9007062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115924 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to headers not in TC.noelallen@google.com2011-12-285-11/+13
| | | | | | | | | | | | | Currently we copy headers to a location in the toolchain during build which do not actually belong there. This CL converts the toolchain relative paths to NaCl repo relative in preparation for the removal of those headers. BUG= http://code.google.com/p/chromium/issues/detail?id=108503 TEST= try Review URL: http://codereview.chromium.org/8949069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115922 0039d316-1c4b-4281-b951-d872f2087c98
* A command line flag to simulate an unrecoverable error.lipalani@chromium.org2011-12-283-0/+19
| | | | | | | | | | | The error is thrown right after initialization. BUG=101304 TEST=sync_unit_tests.exe, sync_integration_tests.exe, unit_tests.exe, manual test Review URL: http://codereview.chromium.org/9008045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115921 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115920 0039d316-1c4b-4281-b951-d872f2087c98
* wk roll 103768:103771atwilson@chromium.org2011-12-281-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=pfeldman Review URL: http://codereview.chromium.org/8989066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115919 0039d316-1c4b-4281-b951-d872f2087c98
* Fix components build. NavigationControllerImpl needs to be exported for testsjam@chromium.org2011-12-281-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115918 0039d316-1c4b-4281-b951-d872f2087c98
* Rename NavigationController to NavigationControllerImpl and put it into the ↵jam@chromium.org2011-12-2884-552/+620
| | | | | | | | | | content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes). BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/8956059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115916 0039d316-1c4b-4281-b951-d872f2087c98
* Add CHECK to investigate the root cause of issue 103957.xhwang@chromium.org2011-12-281-0/+3
| | | | | | | | | | | New evidence suggests that the root cause of issue 103957 may be that the plugin failed to load (see comments of issue 103957). Adding new CHECKs to confirm this. Will remove the CHECK after this is confirmed. BUG=none TEST=none Review URL: http://codereview.chromium.org/9044010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115913 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore empty passphrases in SyncSetupFlow.OnUserConfigured.atwilson@chromium.org2011-12-281-2/+4
| | | | | | | | | | BUG=104189 TEST=see bug Review URL: http://codereview.chromium.org/8989063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115912 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 987.0 to 988.0chrome-release@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115911 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115907 0039d316-1c4b-4281-b951-d872f2087c98
* wk roll 103764:103768atwilson@chromium.org2011-12-281-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=pfeldman Review URL: http://codereview.chromium.org/9006054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115906 0039d316-1c4b-4281-b951-d872f2087c98
* Clear UI data upon deleting remembered networks.mnissler@chromium.org2011-12-282-0/+8
| | | | | | | | | | BUG=chromium-os:19411 TEST=Configure policy-pushed WiFi network which is in range, then remove it again. The network should return to not policy controlled in the available networks list. Review URL: http://codereview.chromium.org/8989059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115905 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity fix: Logically dead codearthurhsu@chromium.org2011-12-281-0/+1
| | | | | | | | | | CID=102525 TEST=none Review URL: http://codereview.chromium.org/9013001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115904 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python syntax error in register_host.py introduced by r111427.sergeyu@chromium.org2011-12-281-1/+1
| | | | | | | | | TBR=maruel@chromium.org TEST=register_host.py works as expected. Review URL: http://codereview.chromium.org/8956058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115903 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable extension_l10n_util unittests on non-Windows.yoz@chromium.org2011-12-281-21/+64
| | | | | | | | | BUG=108429 TBR=pastarmovj@chromium.org Review URL: http://codereview.chromium.org/9049009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115902 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some unnecessary render_widget_host_view_mac.h includes in chrome.jam@chromium.org2011-12-285-5/+3
| | | | | | | | BUG=98716 TBR=avi Review URL: http://codereview.chromium.org/9004048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115901 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the remaining usages of NavigationEntry in chrome by converting a few ↵jam@chromium.org2011-12-2848-227/+295
| | | | | | | | | | more NavigationController methods to return the interface. In a followup, I'll rename NavigationEntry to NavigationEntryImpl, then create an interface for NavigationController. BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/9004045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115900 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Fixing displaying error messages with HTML content.dpapad@chromium.org2011-12-281-1/+1
| | | | | | | | | | BUG=108139 TEST=See bug description. Review URL: http://codereview.chromium.org/9041010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115899 0039d316-1c4b-4281-b951-d872f2087c98
* Remove WebKit references to obsolete TOUCH_UI buildrbyers@chromium.org2011-12-282-2/+2
| | | | | | | | | | BUG=105046 TEST= Review URL: http://codereview.chromium.org/9017028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115897 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Profile photo caption made multiline.ivankr@chromium.org2011-12-281-3/+0
| | | | | | | | | | BUG=chromium-os:23576 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9049006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115896 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable screen_locker_browsertests and implement for WebUI.flackr@chromium.org2011-12-2814-101/+360
| | | | | | | | | | BUG=104143 TEST=ScreenLockerTest.* Review URL: http://codereview.chromium.org/8681016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115895 0039d316-1c4b-4281-b951-d872f2087c98
* Bug repropkotwicz@chromium.org2011-12-281-1/+3
| | | | | | | | | 1) Build aura desktop for desktop (not ChromeOS) 2) Close aura desktop using (x) on Aura Desktop, not in any of the aura windows Review URL: http://codereview.chromium.org/9034013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115894 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash that occurs if we attempt to set selection modelsky@chromium.org2011-12-281-1/+4
| | | | | | | | | | | to empty when it isn't empty. BUG=107786 TEST=see bug. Review URL: http://codereview.chromium.org/8984002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115893 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] OOBE/Login: Wifi connection dialog is shown again on invalid passphrase.ivankr@chromium.org2011-12-281-6/+6
| | | | | | | | | BUG=chromium-os:22735 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9049005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115892 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 115887 - Fixes assertion failure in multithreaded compositor.pkotwicz@chromium.org2011-12-281-3/+0
| | | | | | | | | | | Right now, it seems as if we are always defaulting to 60fps for the frame rate in WebKit. This patch sets the frame rate for the browser compositor to the same default. Review URL: http://codereview.chromium.org/8953039 TBR=pkotwicz@chromium.org Review URL: http://codereview.chromium.org/9049008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115891 0039d316-1c4b-4281-b951-d872f2087c98
* net: add (*.)pixi.me to HSTS preloaded.agl@chromium.org2011-12-282-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115890 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115889 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 103758:103764pfeldman@chromium.org2011-12-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/9049007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115888 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes assertion failure in multithreaded compositor.pkotwicz@chromium.org2011-12-281-0/+3
| | | | | | | | Right now, it seems as if we are always defaulting to 60fps for the frame rate in WebKit. This patch sets the frame rate for the browser compositor to the same default. Review URL: http://codereview.chromium.org/8953039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115887 0039d316-1c4b-4281-b951-d872f2087c98
* Added DMServer updates to the auto-enrollment protobuf fields.joaodasilva@chromium.org2011-12-284-12/+19
| | | | | | | | | BUG=chromium-os:23063 TEST=All works as before. unit_tests:AutoEnrollmentClientTest.* Review URL: http://codereview.chromium.org/9044005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115886 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the prefetch in the Photo Editorkaznacheev@chromium.org2011-12-283-6/+5
| | | | | | | | | BUG=chromium-os:24586 TEST= Review URL: http://codereview.chromium.org/9006050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115885 0039d316-1c4b-4281-b951-d872f2087c98
* [FileBrowser] Refactor SelectFileDialogExtensionBrowserTest.dgozman@chromium.org2011-12-281-64/+21
| | | | | | | | | BUG=none TEST=SelectFileDialogExtensionBrowserTest Review URL: http://codereview.chromium.org/9021014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115884 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed navigation after editing in the Photo Editorkaznacheev@chromium.org2011-12-281-8/+11
| | | | | | | | | BUG=chromium-os:24462 TEST= Review URL: http://codereview.chromium.org/9046004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115883 0039d316-1c4b-4281-b951-d872f2087c98
* Protector: apply initially the default search restored from the backup (see ↵ivankr@chromium.org2011-12-286-166/+173
| | | | | | | | | | | 59d6c3 aka r115318). BUG=None TEST=KeywordTableTest.*:TemplateURL*:WebDataServiceTest.* Review URL: http://codereview.chromium.org/9047001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115882 0039d316-1c4b-4281-b951-d872f2087c98
* Improved Web Request API documentationbattre@chromium.org2011-12-283-43/+43
| | | | | | | | | BUG=none TEST=no Review URL: http://codereview.chromium.org/9018011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115881 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 986.0 to 987.0chrome-release@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115878 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115876 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 103744:103758pfeldman@chromium.org2011-12-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8956056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115875 0039d316-1c4b-4281-b951-d872f2087c98
* Basic document feed parser. Could be replaced with something fancier in the ↵zelidrag@chromium.org2011-12-287-0/+1499
| | | | | | | | | | future. BUG=chromium-os:23894 TEST=DocumentFeedParsingTest.DocumentFeedParser Review URL: http://codereview.chromium.org/8981006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115874 0039d316-1c4b-4281-b951-d872f2087c98
* Fix components buildjam@chromium.org2011-12-282-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115873 0039d316-1c4b-4281-b951-d872f2087c98
* Convert a few methods in NavigationController to return a ↵jam@chromium.org2011-12-28104-340/+447
| | | | | | | | | | content::NavigationEntry, in preparation for creating an interface around NavigationController. BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/9008034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115872 0039d316-1c4b-4281-b951-d872f2087c98
* WebSocket Pepper API: ArrayBuffer supporttoyoshim@chromium.org2011-12-284-53/+173
| | | | | | | | | | | | | | This CL supports basic binary communication. For now, communication between Chrome and WebKit uses WebData structure. It must use WebArrayBuffer directly after WebKit API revision. BUG=87310 TEST=ui_tests --gtest_filter='PPAPITest.WebSocket_BinarySendReceive' Review URL: http://codereview.chromium.org/8774042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115871 0039d316-1c4b-4281-b951-d872f2087c98
* Remove views::InputMethodIBus.yusukes@chromium.org2011-12-284-1194/+0
| | | | | | | | | | | | | | We should instead use the new ui::InputMethodIBus implementation. BUG=None TEST=try Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113574 Review URL: http://codereview.chromium.org/8800002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115870 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115867 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 103707:103744rniwa@chromium.org2011-12-281-1/+1
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/9006048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115866 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flakily crashing ExtensionResourceTest.CreateWithAllResourcesOnDisk ↵yoz@chromium.org2011-12-281-0/+4
| | | | | | | | | | | on Windows. BUG=108721 TBR=asargent@chromium.org Review URL: http://codereview.chromium.org/9049003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115865 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix a check that's always false.thestig@chromium.org2011-12-281-2/+3
| | | | | | | | | | CID=102512 BUG=none TEST=none Review URL: http://codereview.chromium.org/9004042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115864 0039d316-1c4b-4281-b951-d872f2087c98