- 06 Jun, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275438 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
R=fischman@chromium.org Review URL: https://codereview.chromium.org/311263013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275437 0039d316-1c4b-4281-b951-d872f2087c98
-
johnme@chromium.org authored
Revert of Add creation of v14 compatible resources to process_resources.py (https://codereview.chromium.org/321453002/) Reason for revert: This is causing instrumentation-yakju-clankium-tot and clang-clankium-tot-builder (downstream) to fail with the following error message: FAILED: cd ../../clank/native/framework; python ../../../build/android/gyp/process_resources.py --android-sdk /b/build/slave/instrumentation-yakju-clankium-tot/build/src/third_party/android_tools/sdk//platforms/android-19 --android-sdk-tools /b/build/slave/instrumentation-yakju-clankium-tot/build/src/third_party/android_tools/sdk//build-tools/19.0.0 --android-manifest ../../../clank/java/apps/deviceextras/AndroidManifest.xml --dependencies-res-dirs "" --extra-res-packages "" --extra-r-text-files "" --proguard-file ../../../out/Debug/device_extras_apk/proguard.txt --resource-dir ../../../clank/java/apps/deviceextras/res --res-v14-compatibility-dir ../../../out/Debug/device_extras_apk/res_v14_compatibility --crunch-output-dir ../../../out/Debug/device_extras_apk/res --R-dir ../../../out/Debug/device_extras_apk/gen --stamp ../../../out/Debug/device_extras_apk/codegen.stamp Traceback (most recent call last): File "../../../build/android/gyp/process_resources.py", line 217, in <module> main() File "../../../build/android/gyp/process_resources.py", line 166, in main options.v14_verify_only) File "/b/build/slave/instrumentation-yakju-clankium-tot/build/src/build/android/gyp/generate_v14_compatible_resources.py", line 335, in GenerateV14Resources ErrorIfStyleResourceExistsInDir(input_dir) File "/b/build/slave/instrumentation-yakju-clankium-tot/build/src/build/android/gyp/generate_v14_compatible_resources.py", line 107, in ErrorIfStyleResourceExistsInDir '-v17 directory. Please refer to ' Exception: error: style file /b/build/slave/instrumentation-yakju-clankium-tot/build/src/clank/java/apps/deviceextras/res/values/styles.xml should be under /b/build/slave/instrumentation-yakju-clankium-tot/build/src/clank/java/apps/deviceextras/res/values-v17 directory. Please refer to http://crbug.com/243952 for the details. I don't know resource loading well enough to tell if that's a legitimate issue or not; so for now reverting this to fix the build bots, and if it is a legitimate issue then ideally it could be fixed before relanding this? Original issue's description: > Add creation of v14 compatible resources to process_resources.py > > There are a lot of steps in processing resources and preparing them for > packaging. It will be easier if these are all done by the same script. > > BUG=375431,359249 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275401 TBR=newt@chromium.org,cjhopman@chromium.org NOTREECHECKS=true NOTRY=true BUG=375431,359249 Review URL: https://codereview.chromium.org/314363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275436 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This is a part of effort for enabling Drive in open file dialog of incognito windows. It enabled protocol handler for drive: scheme in incognito profiles. BUG=359418 Review URL: https://codereview.chromium.org/310613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275435 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
Since ExtensionRegistry provide canonical way, use ExtensionRegistry instead. BUG=374353 TEST=unit_tests Review URL: https://codereview.chromium.org/298023009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275434 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This affects only official Chrome builds. BUG=374279 Review URL: https://codereview.chromium.org/318993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275433 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch adds a support of opening multiple files to Video Player. Previously, the player can open only a single file. This patch does: * Remove file-tasks filter which removes VideoPlayer on opening a single file. * Add left/right arrows which can switches to prev/next video. - Arrows are hidden when opening a single file. - Left (or right) arrow are hidden when playing the first (or last) file. BUG=355545 TEST=manual R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/313273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275432 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Previously WorkspaceManager was used for this container which resulted in various issues when login screen window was not full screen and was supposed to be resized only by virtual keyboard container. Otherwise panels and shelf were taken into account even though they are stacked below the lock container. This CL improves previous fix https://codereview.chromium.org/231123002 Disable this layout manager with --ash-disable-lock-layout-manager Verified that existing out-of-box/login/multi-profiles login/lock* virtual keyboard overscroll/non-overscroll configurations work fine. Non-overscroll lock screen configuration is updated to use the same behavior as login in https://codereview.chromium.org/320523003 BUG=375666 TEST=LockLayoutManager.*, existing tests Review URL: https://codereview.chromium.org/254673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275431 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/306233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275430 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275429 0039d316-1c4b-4281-b951-d872f2087c98
-
bungeman@chromium.org authored
TBR=jvanverth@google.com NOTRY=True Review URL: https://codereview.chromium.org/316213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275428 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=378865 NOTRY=true Review URL: https://codereview.chromium.org/319923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275427 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
Browser tests get time-out on debug build and close the tree frequently. This CL disable slow tests which got time-out at least once in the last month on debug build. BUG=327719 Review URL: https://codereview.chromium.org/311353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275426 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
I noticed this because a Telemetry unittest was triggering the NOTREACHED during session restore on Windows. I don't know much about this code, but the fallthroughs certainly look unintentional. BUG= Review URL: https://codereview.chromium.org/317163006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275425 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=381584,344704 TBR=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/319943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275424 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
Mojo interfaces are asynchronous. This CL adds generic callback functions that will be used to define vase interface for return parameters to method calls. R=viettrungluu@chromium.org,rmcilroy@chromium.org Review URL: https://codereview.chromium.org/310783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275423 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
IMF now assumes the IME composing happens with a physical key being pressed. That assumption is not true for on-screen keyboard scenario. For on-screen keyboard, when user touch a key button on the screen, the JS code will call IME API like chrome.input.ime.setComposition(). IMF then should generate events as: keydown(229), compositionstart, compositionupdate, input, keyup. The events compositionstart, compositionupdate and input are generated by RenderWidgetHostViewAura::SetCompositionText(). So we need to send fake key events to generate keydown(229) and keyup. The other part of this change is to make InputMethodEventFilter not depend on physical key events. Originally, InputMethodEventFilter relies on key events to find the root window and then get the EventProcessor. It will break on-screen scenario, because without a physical key being pressed, target_dispatcher_ will be NULL. This cl is to let InputMethodEventFilter to always get the EventProcessor from input_method_->GetTextInputClient()->GetAttachedWindow()->GetRootWindow()... BUG=376183 TEST=Verified on Pixel device. Review URL: https://codereview.chromium.org/298893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275422 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Changes: 1) Run clang-format through source and header files. 2) Fix data member variables to use unix_hacker_ style. 3) Rename file name to mock_web_audio_device. BUG=331299 TEST=content_unittests, content_shell. No functional changes TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/317253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275421 0039d316-1c4b-4281-b951-d872f2087c98
-
tasak@google.com authored
BUG=369451 Review URL: https://codereview.chromium.org/311263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275420 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/307333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275419 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
I'm about to commit a patch to improve of filelist draw. But it makes some tests flaky because the currently directory changes faster than before. This patch makes the logic of directory changing more robust. BUG=367123 TEST=browser_test passes Review URL: https://codereview.chromium.org/312493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275418 0039d316-1c4b-4281-b951-d872f2087c98
-
ziran.sun@samsung.com authored
R=isherman@chromium.org BUG=377705 Review URL: https://codereview.chromium.org/309063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275417 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It times out. TBR=dtu@chromium.org NOTRY=True BUG= Review URL: https://codereview.chromium.org/321483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275416 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=359418 Review URL: https://codereview.chromium.org/306023012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275415 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This simple patch makes the selected icons look good on the dark blue selection background. Also, it is less tricky. TEST=Tested manually with multiple icons. BUG=375020 Review URL: https://codereview.chromium.org/319553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275414 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
google_util is intended for componentization, whereas the information of what the current brand is and whether a given brand is organic is inherently embedder-specific. This functionality is moved to a new google_brand namespace. BUG=373224 TBR=jochen Review URL: https://codereview.chromium.org/316963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275413 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
That way we get some coverage for this target on Linux too. It might not even need a master restart, since I think this is using recipes? BUG=348066 TEST=these linux bots in master.chromium.fyi R=sky@chromium.org Review URL: https://codereview.chromium.org/311263006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275412 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=381050 TEST=./unit_tests --gtest_filter="DriveBackendSyncTest.*" --gtest_repeat=-1 with ASAN build Review URL: https://codereview.chromium.org/310253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275411 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=231125 TEST=git cl try Review URL: https://codereview.chromium.org/318873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275410 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/314113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275409 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275408 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175595:175622&mode=html TBR=peter@chromium.org Review URL: https://codereview.chromium.org/317323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275407 0039d316-1c4b-4281-b951-d872f2087c98
-
nbarth@chromium.org authored
Blink generated file move requires a clobber to avoid using stale generated files. This should have been included in the Blink roll, but we didn't realize this was needed, so we failed to advise the gardener (sorry!): Blink roll 175512:175568 https://codereview.chromium.org/317183002/ See discussion at: https://code.google.com/p/chromium/issues/detail?id=381111#c4 BUG=381111 TBR=dcheng TBR=peter Review URL: https://codereview.chromium.org/316343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275406 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=381302 TEST=ChunkDemuxerTest.Remove_StartAtDuration Review URL: https://codereview.chromium.org/312403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275405 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL eliminates MetricsService's call to PluginMetricsProvider::RecordPluginChanges (replaced by a new API on MetricsProvider). It additionally adds a MetricsServicesManager::OnPluginLoadingError() API and has the plugin observer call that API rather than calling MetricsService directly. This change will enable easily moving MetricsService::LogPluginLoadingError() to ChromeMetricsServiceClient once the latter is the class that keeps a weak pointer to the plugin metrics provider. BUG=375776 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274403 Review URL: https://codereview.chromium.org/308433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275404 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275402 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
There are a lot of steps in processing resources and preparing them for packaging. It will be easier if these are all done by the same script. BUG=375431,359249 Review URL: https://codereview.chromium.org/321453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275401 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
Uprevved system_api to the latest commit for Bluetooth additional GATT constants. BUG=362799 Review URL: https://codereview.chromium.org/316283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275400 0039d316-1c4b-4281-b951-d872f2087c98
-
mariakhomenko@chromium.org authored
Generally speaking top synchronous suggestion remains as a top asynchronous suggestion as well. Get a quick preview of the top suggestion by requesting just the synchronous one. Review URL: https://codereview.chromium.org/319813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275399 0039d316-1c4b-4281-b951-d872f2087c98
-
xrenishere@gmail.com authored
out. There are some special cases that will cause button still can receive mouse down event when mouse is out of the button area. One is right click out of the button and a contextual menu comes out. If double click now, BrowserActionButton can still receive the event. Therefore we don't handle it in this case. BUG=377676 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/318913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275397 0039d316-1c4b-4281-b951-d872f2087c98
-