summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move Rename functionality from DownloadFileManager to DownloadFileImple.rdsmith@chromium.org2012-07-1117-190/+332
| | | | | | | | | | BUG=123998 R=asanka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10689093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146162 0039d316-1c4b-4281-b951-d872f2087c98
* Add touch-only detection for strace API implementation.maruel@chromium.org2012-07-112-13/+64
| | | | | | | | | | | | | Update smoke test accordingly. R=cmp@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10748009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146159 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-1147-434/+383
| | | | | | | | | | BUG=none TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146157 0039d316-1c4b-4281-b951-d872f2087c98
* Set the Feature's ChannelForTesting to Trunk during extension tests, so thatmpcomplete@chromium.org2012-07-113-1/+7
| | | | | | | | | | | | they pass on beta/stable builds even if the features are restricted to dev/trunk. BUG=136629 TEST=no Review URL: https://chromiumcodereview.appspot.com/10704149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146156 0039d316-1c4b-4281-b951-d872f2087c98
* Fix BubbleBorder wrong arrow for BOTTOM_LEFT and RIGHT_TOP.xiyuan@chromium.org2012-07-111-3/+5
| | | | | | | | | | BUG=136603 TEST=Verify bubble arrow is drawn correctly when arrow location is BOTTOM_LEFT and RIGHT_TOP. Review URL: https://chromiumcodereview.appspot.com/10689145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146155 0039d316-1c4b-4281-b951-d872f2087c98
* Update the WebKit API used for WebSurroundingText.leandrogracia@chromium.org2012-07-111-1/+3
| | | | | | | | | | | | | | | With the update of the WebSurroundingText API and layout tests the currently exposed initialize methods can be simplified into one. Update Chromium to allow this happening without breaking the build. BUG=125390 TEST=end to end Android UI tests, not ready to be upstreamed yet. Review URL: https://chromiumcodereview.appspot.com/10736031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146154 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 141510 - Disable framerate tests on Windows.jbates@chromium.org2012-07-111-9/+0
| | | | | | | | | | | | | | These tests are failing since the MS 2008 - 2010 switch. Turning them off to make the tree green until someone takes the bug and figures out how to fix it. BUG=132133 TEST=gpu win release bots TBR=nduca Review URL: https://chromiumcodereview.appspot.com/10540111 TBR=zmo@google.com Review URL: https://chromiumcodereview.appspot.com/10704161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146150 0039d316-1c4b-4281-b951-d872f2087c98
* Don't pass the connector check policy flag along.scottbyer@chromium.org2012-07-114-5/+97
| | | | | | | | | | | | | | | | | | | If a browser is running, and the service process is running the connector, the connector will occasionally start up a chromium process to check the connector enablement policy. The flag to do so would get passed to a running browser, if present, and there is a path through the policy check code that could cause the browser to quit. This patch prevents the policy check flag from being passed on; the started process will be very short lived and does a silent launch. BUG=134252 TEST=None Review URL: https://chromiumcodereview.appspot.com/10666010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146149 0039d316-1c4b-4281-b951-d872f2087c98
* Replace GetEntryByResourceId with GetEntryByResourceIdAsync in search and ↵achuith@chromium.org2012-07-111-26/+48
| | | | | | | | | | | file upload BUG=133957 TEST=unit tests pass. Review URL: https://chromiumcodereview.appspot.com/10696131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146148 0039d316-1c4b-4281-b951-d872f2087c98
* Open/save dialog assumes the defaultPath parameter without '/' as a default ↵serya@chromium.org2012-07-112-6/+7
| | | | | | | | | | | | file name. BUG=134578 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10700058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146147 0039d316-1c4b-4281-b951-d872f2087c98
* Add ability to add/remove observers for login ui shown/closedmunjal@chromium.org2012-07-114-2/+115
| | | | | | | | | | to LoginUIService. This will be used by the extension API to show login UI in a popup and then obseve when it is closed and respond back to the extension accordingly. Review URL: https://chromiumcodereview.appspot.com/10699013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146143 0039d316-1c4b-4281-b951-d872f2087c98
* Redundant docstrings are redundant. Reduce redundancy.maruel@chromium.org2012-07-111-4/+1
| | | | | | | | | | | | | | | | No code change. Apply comment on code review for r145479. R=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10703140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146142 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 146000 - Split out ContentViewCore from ContentView for ↵tedchoc@chromium.org2012-07-1123-462/+1119
| | | | | | | | | | | | | | | embedders." This reverts commit 331b803f65e8f994f9148024e8c2be6b465c6a6e. TBR=ericu@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146141 0039d316-1c4b-4281-b951-d872f2087c98
* Initial refactoring to eventually support touch-only access.maruel@chromium.org2012-07-114-33/+114
| | | | | | | | | | | | | | | Do not add actual touch-only tracing implementation yet. Instead, add the smoke test to make sure touch-only access is *not* logged at the moment. R=cmp@chromium.org NOTRY=true BUG= TEST=Tested manually on each OS. Review URL: https://chromiumcodereview.appspot.com/10772002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146140 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Show pending state for app update only.xiyuan@chromium.org2012-07-111-3/+3
| | | | | | | | | | BUG=135673 TEST=Disable a pinned app either from extension settings page or admin policy and app should automatically unpinned from launcher instead of pulsing. Review URL: https://chromiumcodereview.appspot.com/10693128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146139 0039d316-1c4b-4281-b951-d872f2087c98
* get_native_path_case() now preserves the trailing os.sep.path and work with ↵maruel@chromium.org2012-07-114-28/+86
| | | | | | | | | | | | | | | | | | | non-existing path. This simplifies a few code paths. Add unit test to make sure the behavior is consistent accross platforms. Fixes test regressions. R=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10753006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146137 0039d316-1c4b-4281-b951-d872f2087c98
* Kill DownloadManagerImpl::save_page_downloads_benjhayden@chromium.org2012-07-113-57/+54
| | | | | | | | Use an ExternalData for the cases where we still need to distinguish save page downloads. Eventually, this should not be necessary. Review URL: https://chromiumcodereview.appspot.com/10695087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146135 0039d316-1c4b-4281-b951-d872f2087c98
* Move ExtensionCreator and ExtensionCreatorFilter into extensions namespacerdevlin.cronin@chromium.org2012-07-1113-25/+47
| | | | | | | | | BUG=134696, 117261 Review URL: https://chromiumcodereview.appspot.com/10665053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146134 0039d316-1c4b-4281-b951-d872f2087c98
* Use maximum capacity instead of a ratio of capacity for BufferedResourceLoader.scherkus@chromium.org2012-07-115-50/+27
| | | | | | | | | | | | | This change essentially moves internally buffered network data from WebURLLoader to BufferedResourceLoader as soon as there's capacity instead of waiting for an arbitrary threshold. There's no fear of spamming progress events at a higher frequency since progress events are limited to firing at a minimum interval of 350ms. BUG=124719 TEST=none Review URL: https://chromiumcodereview.appspot.com/10694098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146133 0039d316-1c4b-4281-b951-d872f2087c98
* Apply Ash's key rewriter to an aura::MouseEvent so that Modifler+Click is ↵yusukes@chromium.org2012-07-115-63/+124
| | | | | | | | | | | | | handled correctly. For example, when Ctrl is remapped to Alt, Ctrl+LeftButton should be handled as a RightButton click. BUG=133510 TEST=mostly covered by existing unit_tests for key_rewriter. Also checked that crbug.com/126529 does not reproduce with this CL. Review URL: https://chromiumcodereview.appspot.com/10756003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146132 0039d316-1c4b-4281-b951-d872f2087c98
* Do not ignore F3-F7 and F9 key presses on an Apple keyboard.yusukes@chromium.org2012-07-112-3/+26
| | | | | | | | | | BUG=123739 TEST=try Review URL: https://chromiumcodereview.appspot.com/10696161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146131 0039d316-1c4b-4281-b951-d872f2087c98
* Don't create external extension providers for a TestExtensionSystem.bauerb@chromium.org2012-07-111-0/+1
| | | | | | | | | | | | Otherwise, we might pick up external extensions during unit tests, which Breaks Stuff(tm). BUG=136596 TEST=see bug for manual test Review URL: https://chromiumcodereview.appspot.com/10690139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146130 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete event from Bluetooth API.bryeung@chromium.org2012-07-111-4/+0
| | | | | | | | | | TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10766007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146129 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing off_the_record_profile_impl.h to .gyp file.milanb@chromium.org2012-07-111-0/+1
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10700161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146128 0039d316-1c4b-4281-b951-d872f2087c98
* Fix buffered range reporting for ChunkDemuxeracolwell@chromium.org2012-07-113-10/+25
| | | | | | | | | BUG=None TEST=PipelineIntegrationTest, BasicPlayback_MediaSource Review URL: https://chromiumcodereview.appspot.com/10701130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146127 0039d316-1c4b-4281-b951-d872f2087c98
* Move Instant stuff off Browser.ben@chromium.org2012-07-1113-164/+288
| | | | | | | | http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10703131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146126 0039d316-1c4b-4281-b951-d872f2087c98
* Replaced static URLRequestFtpJob factory with non-static protocol handler ↵shalev@chromium.org2012-07-119-20/+143
| | | | | | | | | | | | | | | | for FTP jobs. Note: all tests for FTP are currently disabled. The tests have been run locally and a new mock-based test will be added before committing. Note: this depends on http://codereview.chromium.org/10704021/ BUG=None TEST=net_unittests --gtest_filter=URLRequestTestFTP.* --gtest_also_run_disabled_tests Review URL: https://chromiumcodereview.appspot.com/10537056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146125 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-1113-72/+84
| | | | | | | | | | R=agl@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10692155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146124 0039d316-1c4b-4281-b951-d872f2087c98
* Add minimal support for process_utils on iOSstuartmorgan@chromium.org2012-07-115-8/+124
| | | | | | | | | | | | Much of process_utils isn't meaningful on iOS, but this provides enough to support unit tests and minimal metrics. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10698149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146123 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-1118-218/+62
| | | | | | | | | | | | BUG=133903 TEST=none TBR=sky@chromium.org,wtc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10694093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146121 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust the all.gyp:All target for iOSstuartmorgan@chromium.org2012-07-112-2/+10
| | | | | | | | | | | | | | | | | | | The initial iOS version was over-ambitious, and doesn't yet build. To get the build working, this: - only builds base:base on iOS, not base:*, and - disables warnings-as-errors in third-party code for iOS, since at least NSS and ICU have warnings for iOS. This also adds nss.gyp to the iOS build, now that its gyp support has landed BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10704153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146120 0039d316-1c4b-4281-b951-d872f2087c98
* Get base_unittests closer to compiling for iOSstuartmorgan@chromium.org2012-07-112-4/+33
| | | | | | | | | | | | | MessageLoop still needs to be brought on line in order for this to link, but it's much closer to working. TBR= BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10700158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146119 0039d316-1c4b-4281-b951-d872f2087c98
* Fix web-intent-related unit_tests linking issues on Android.pliard@chromium.org2012-07-113-1/+3
| | | | | | | | | This disables the build of browser/ui/intent. Review URL: https://chromiumcodereview.appspot.com/10696072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146118 0039d316-1c4b-4281-b951-d872f2087c98
* Get mac_logging and foundation_util working on iOSstuartmorgan@chromium.org2012-07-115-4/+34
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10690133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146117 0039d316-1c4b-4281-b951-d872f2087c98
* Fix user-image css rule.nkostylev@chromium.org2012-07-111-1/+1
| | | | | | | | | | | BUG=131385 TEST=Manual. TBR=ivankr Review URL: https://chromiumcodereview.appspot.com/10695145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146116 0039d316-1c4b-4281-b951-d872f2087c98
* Move net_unittests and net_unittests_run inside a inside_chromium_build==1 ↵maruel@chromium.org2012-07-111-34/+41
| | | | | | | | | | | | | | | | | | | | | | condition. WebKit doesn't checkout all the necessary dependencies to be able to run net_unittests successfully. Since this test was never run on the build.webkit.org builders, this was never observed. There is no reason to even build this target since it wouldn't pass anyway. So move the 2 targets inside the inside_chromium_build==1 condition. This will turn the Chromium Win Release builder back green. R=rsleevi@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10698126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146115 0039d316-1c4b-4281-b951-d872f2087c98
* Fix alignment of select and button controls in chrome://setttings.kevers@chromium.org2012-07-111-10/+9
| | | | | | | | | | BUG=133362 TEST=Manually. Review URL: https://chromiumcodereview.appspot.com/10703129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146113 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SDK installer by downloading r20 directlyilevy@chromium.org2012-07-112-9/+9
| | | | | | | | | | | | | | | | | - also renaming conflicting emulator avds This change should not be disruptive as android update step will rev tools to r20. However 'android-15' target does not exist for tools r18, so it was not being downloaded on a clean run of install-build-deps-android-sdk BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146112 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from chrome/browser/policyajwong@chromium.org2012-07-1161-69/+8
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10698145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146111 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 146104 - gdrive: Get JSON feeds parsing off the UI thread.joi@chromium.org2012-07-114-253/+35
| | | | | | | | | | | | BUG=128378 TEST=GDataOperationsTest.GetDataOperationParseJson passes. Review URL: https://chromiumcodereview.appspot.com/10749015 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/10704158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146110 0039d316-1c4b-4281-b951-d872f2087c98
* autocomplete: Extract AutocompleteMatch unittest from autocomplete_unittest.cctfarina@chromium.org2012-07-113-28/+34
| | | | | | | | | | BUG=135128 TEST=unit_tests --gtest_filter=AutocompleteMatchTest* R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146109 0039d316-1c4b-4281-b951-d872f2087c98
* Moving test_api to api/test .vabr@chromium.org2012-07-1112-64/+81
| | | | | | | | | | BUG=101244 TEST=N/A, only moving code, no change in functionality Review URL: https://chromiumcodereview.appspot.com/10690113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146107 0039d316-1c4b-4281-b951-d872f2087c98
* Implement SysInfo for iOSchenyu@chromium.org2012-07-113-3/+71
| | | | | | | | | BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10704123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146106 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for triggering Android intents based on content.leandrogracia@chromium.org2012-07-1113-2/+94
| | | | | | | | | | BUG=125390 TEST=Chrome on Android UI tests, not ready to be upstreamed yet. Review URL: https://chromiumcodereview.appspot.com/10695124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146105 0039d316-1c4b-4281-b951-d872f2087c98
* gdrive: Get JSON feeds parsing off the UI thread.yoshiki@chromium.org2012-07-114-35/+253
| | | | | | | | | BUG=128378 TEST=GDataOperationsTest.GetDataOperationParseJson passes. Review URL: https://chromiumcodereview.appspot.com/10749015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146104 0039d316-1c4b-4281-b951-d872f2087c98
* Better error reporting in nacl helper.halyavin@google.com2012-07-111-7/+9
| | | | | | | | | BUG= https://code.google.com/p/chromium/issues/detail?id=136793 TEST= none Review URL: https://chromiumcodereview.appspot.com/10695077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146103 0039d316-1c4b-4281-b951-d872f2087c98
* When fetching origins from the quota database, include the ones where the ↵bauerb@chromium.org2012-07-112-12/+19
| | | | | | | | | | | | | modification time exactly matches the beginning. This includes origins with modification time 0 in the result when fetching origins "since the beginning of time". BUG=134825 TEST=content_unittests:QuotaDatabaseTest.OriginLastModifiedSince; manual: Database storage is deleted from the Clear Browsing Data dialog. Review URL: https://chromiumcodereview.appspot.com/10700035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146102 0039d316-1c4b-4281-b951-d872f2087c98
* [FileBrowser] Progress of copying file to/from gdata.serya@chromium.org2012-07-111-19/+24
| | | | | | | | | | | | | Progress shows uploaded and downloaded bytes, but not copyed (so it 'in sync' with the sync indicator; current API restrics from more percise status update). So for pinned or previusly copied gdata files progress still jumps in big chuncks. BUG=134600 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10697098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146101 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor Android's NetworckChangeNotifier.benm@chromium.org2012-07-113-83/+194
| | | | | | | | | | | | | | | The current implementation of NetworkChangeNotifier on Android assumes that the embedder has the Android ACCESS_NETWORK_STATE platform permission, and will crash if it does not. This change refactors the implementation such that the embedder pushes state changes into the NetworkChangeNotfier, and makes the NetworkChangeNotifier a singleton. Review URL: https://chromiumcodereview.appspot.com/10693068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146100 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the errors for run_tests.pyyongsheng.zhu@intel.com2012-07-111-17/+12
| | | | | | | | | | | | | | Module and methods changes: 1. run_tests_helper -> constants 2. FromOkAndFailed -> FromRun 3. Remove duplicated apk check BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10692153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146099 0039d316-1c4b-4281-b951-d872f2087c98