- 08 Sep, 2014 40 commits
-
-
jamescook authored
It was running in Chrome's unit_tests for historical reasons. * Remove usage of Chrome's TestExtensionPrefs by instantiating our own simplified ExtensionPrefs. * Move ShellAppSorting to NullAppSorting so it can be used for the above as well as app_shell. BUG=397164 TEST=extensions_unittests Review URL: https://codereview.chromium.org/549663002 Cr-Commit-Position: refs/heads/master@{#293768}
-
noms authored
When switching users, we used to focus the profile that initiated the action. This causes weird skip-a-roos if you try to tab to a different pod before the forced focus completes, so don't focus any pods by default. BUG=410718 TEST=Start Chrome with --enable-new-menu. Click on "Switch Person". The User Manager should come up, no pods should be focused, and if you try to left arrow or right arrow really fast, the pods shouldn't jump focus. Review URL: https://codereview.chromium.org/546953002 Cr-Commit-Position: refs/heads/master@{#293767}
-
divya.bansal authored
Code refactoring for location provider while registering for location updates. While registering the location provider for location updates location updates are requested redundantly for gps enabled or disabled code. BUG=411182 Review URL: https://codereview.chromium.org/546633004 Cr-Commit-Position: refs/heads/master@{#293766}
-
Erik Arvidsson authored
[FAIL] org.chromium.content.browser.input.ImeTest#testSelectActionBarClearedOnTappingInput: junit.framework.AssertionFailedError at org.chromium.content.browser.input.ImeTest.assertWaitForSelectActionBarStatus(ImeTest.java:698) at org.chromium.content.browser.input.ImeTest.testSelectActionBarClearedOnTappingInput(ImeTest.java:206) at java.lang.reflect.Method.invokeNative(Native Method) at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) at org.chromium.content_shell_apk.ContentShellTestBase.runTest(ContentShellTestBase.java:227) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701) BUG=412004 TBR=keishi, jdduke, aurimas Review URL: https://codereview.chromium.org/553833003 Cr-Commit-Position: refs/heads/master@{#293765}
-
jianli authored
This is to support querying GCM channel status for all users. This is needed to drop the sign-in enforcement. BUG=384041 TEST=new tests added Review URL: https://codereview.chromium.org/530253002 Cr-Commit-Position: refs/heads/master@{#293764}
-
mlerman authored
The settings page will now have two options near the profile management, which will control whether Browse As Guest and Add Person will be available from the User Manager. These settings will not be available to supervised users, and will appear only on Desktop OSes. Also, add a new enterprise policy for the Enable Add Person preference (Browse As Guest policy already exists). BUG=406473 NOTE: I will remove PRESUBMIT.py from this CL before landing it. It needs to be modified to upload to rietveld from my Windows machine, see crbug.com/409029 Review URL: https://codereview.chromium.org/518063002 Cr-Commit-Position: refs/heads/master@{#293763}
-
tdresser authored
While working on a fix to issue 408594, we'll disable eager gesture detection. BUG=408594 Review URL: https://codereview.chromium.org/536843003 Cr-Commit-Position: refs/heads/master@{#293762}
-
niklase authored
Original review here: https://codereview.chromium.org/543433002 This CL includes path fixes that are required due to directory structure changes in the new revision(s) TBR=tommi@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/545003004 Cr-Commit-Position: refs/heads/master@{#293761}
-
dnicoara authored
Follow-up to https://codereview.chromium.org/525513003 to fix includes of Pepper files when ENABLE_PLUGINS isn't defined (Ozone ECS builder). BUG=none TBR=markus@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/554693002 Cr-Commit-Position: refs/heads/master@{#293760}
-
erikchen authored
Previous tests were flaky and keep getting disabled. BUG= Review URL: https://codereview.chromium.org/545643002 Cr-Commit-Position: refs/heads/master@{#293759}
-
rjkroege authored
BUG=none Review URL: https://codereview.chromium.org/542313003 Cr-Commit-Position: refs/heads/master@{#293758}
-
Nico Weber authored
Found by clang, which says: ..\..\sandbox\win\sandbox_poc\pocdll\handles.cc(156,34) : warning(clang): precision used with 'Z' conversion specifier, resulting in undefined behavior [-Wformat] "Type: %-13.13wZ Path: %wZ\r\n", ~~~~^~~~~ "undefined behavior" is a bit too strong language for a vendor-defined type, but http://msdn.microsoft.com/en-us/library/0ecbz014.aspx doesn't document what precision does for %Z, and in practice it seems to be ignored (see http://llvm.org/PR20876). So don't use it. No intended behavior change. BUG=82385 R=scottmg@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/552663004 Cr-Commit-Position: refs/heads/master@{#293757}
-
tfarina authored
BUG=370433 TEST=None R=sky@chromium.org TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/552643002 Cr-Commit-Position: refs/heads/master@{#293756}
-
wjywbs authored
R=benwells@chromium.org,tapted@chromium.org BUG=410767 Review URL: https://codereview.chromium.org/541913005 Cr-Commit-Position: refs/heads/master@{#293755}
-
grt authored
Revert of Turn on pinch virtual-viewport by default on Windows (patchset #1 id:1 of https://codereview.chromium.org/516653002/) Reason for revert: Tentative revert to see if this is the cause of AppWindowInteractiveTest.TestInnerBounds failures on Win7 waterfall builders. Original issue's description: > Turn on pinch virtual-viewport by default on Windows > > BUG=148816 > > Committed: https://chromium.googlesource.com/chromium/src/+/44fc05214f6c86da5c8f8d192f514ff55fb72932 TBR=cpu@chromium.org,luken@chromium.org,piman@chromium.org,bokan@chromium.org NOTREECHECKS=true NOTRY=true BUG=148816 Review URL: https://codereview.chromium.org/549203002 Cr-Commit-Position: refs/heads/master@{#293754}
-
dhnishi authored
Website Settings page. Review URL: https://codereview.chromium.org/549083005 Cr-Commit-Position: refs/heads/master@{#293753}
-
vitalybuka authored
>> Removed Ctrl+Shift+P shortcut for system dialog printing on Windows. >> BUG=374321 >> Review URL: https://codereview.chromium.org/522493002 TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/551773002 Cr-Commit-Position: refs/heads/master@{#293752}
-
raymes authored
A mistake I've made in the past! Not sure if it's possible to test this code in release builds. BUG=303491 Review URL: https://codereview.chromium.org/547283002 Cr-Commit-Position: refs/heads/master@{#293751}
-
sergiyb authored
Revert of Created an empty expectations file to ignore flaky tests (patchset #9 id:160001 of https://codereview.chromium.org/376653002/) Reason for revert: Ignorer-bot project has been delayed to determine whether it is necessary at all. This doesn't have to be in the repo. Original issue's description: > Created an empty expectations file to ignore flaky tests > > This is used by https://codereview.chromium.org/373223003/ > > BUG=390600 > R=eseidel@chromium.org, stip@chromium.org, hinoka@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284062 TBR=ojan@chromium.org,eseidel@chromium.org,hinoka@chromium.org,sergeyberezin@chromium.org,stip@chromium.org NOTREECHECKS=true NOTRY=true BUG=390600 Review URL: https://codereview.chromium.org/549103003 Cr-Commit-Position: refs/heads/master@{#293750}
-
vitalybuka authored
This code was used for Win8 non-aura builds. Now it's dead. BUG=142330 NOTRY=true Review URL: https://codereview.chromium.org/546403002 Cr-Commit-Position: refs/heads/master@{#293749}
-
dtseng authored
ExtensionKeybindingRegistry::ExecuteCommands functions in two distinct ways -- execute all commands based on an accelerator, or, execute an accelerator for a given extension. The former behavior is implied by passing an empty string. Previously, only the latter case was handled when trying to continue propagating keys. BUG=407163 TEST=try bots (interactive_ui_tests --gtest_filter=CommandsApiTest.*). Review URL: https://codereview.chromium.org/547783002 Cr-Commit-Position: refs/heads/master@{#293748}
-
rch authored
for QUIC sessions. Review URL: https://codereview.chromium.org/546133002 Cr-Commit-Position: refs/heads/master@{#293747}
-
Erik Arvidsson authored
BUG=411931 TBR=keishi, reed Review URL: https://codereview.chromium.org/551913002 Cr-Commit-Position: refs/heads/master@{#293746}
-
tzik authored
BUG=None Review URL: https://codereview.chromium.org/551763002 Cr-Commit-Position: refs/heads/master@{#293745}
-
fgorski authored
1) When the status is ADDING (adding message is sent), the token is refreshed. 2) When the status is REMOVING (removing message is sent), the token is added again. 3) updating multiple account mappings BUG=374969 R=jianli@chromium.org Review URL: https://codereview.chromium.org/544363002 Cr-Commit-Position: refs/heads/master@{#293744}
-
Erik Arvidsson authored
Fixed missing and extra imports BUG=411931 TBR=keishi Review URL: https://codereview.chromium.org/556513002 Cr-Commit-Position: refs/heads/master@{#293743}
-
arv authored
Revert of Disable WebContentsObserverAndroidTest#testDidFirstVisuallyNonEmptyPaint (patchset #1 id:1 of https://codereview.chromium.org/554713002/) Reason for revert: Compile error... I'll have to look into this. Original issue's description: > Disable WebContentsObserverAndroidTest#testDidFirstVisuallyNonEmptyPaint > > It broke on Android Tests (dbg) > > http://build.chromium.org/p/chromium.webkit/builders/Android%20Tests%20%28dbg%29/builds/21342 > > [FAIL] org.chromium.content.browser.WebContentsObserverAndroidTest#testDidFirstVisuallyNonEmptyPaint: > java.util.concurrent.TimeoutException: waitForCallback timed out! > at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:183) > at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:191) > at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:197) > at org.chromium.content.browser.WebContentsObserverAndroidTest.testDidFirstVisuallyNonEmptyPaint(WebContentsObserverAndroidTest.java:70) > at java.lang.reflect.Method.invokeNative(Native Method) > at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) > at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) > at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) > at org.chromium.content_shell_apk.ContentShellTestBase.runTest(ContentShellTestBase.java:227) > at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) > at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) > at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) > > BUG=411931 > TBR=keishi, reed > > Committed: https://chromium.googlesource.com/chromium/src/+/833089c8f5bec9a81323cbb314689f9569eb6ec8 TBR=keishi@chromium.org,reed@android.com NOTREECHECKS=true NOTRY=true BUG=411931 Review URL: https://codereview.chromium.org/551043003 Cr-Commit-Position: refs/heads/master@{#293742}
-
maniscalco authored
This change is lays groundwork for making attachment upload operations persistent. Make GenericChangeProcessor responsible for writing attachments to the AttachmentStore and calling UploadAttachments. In a future CL, datatype code will be responsible for writing attachments to the store. Queue up attachments for upload inside of AttachmentService. In a future CL we'll add rate limiting, retry, and back-off logic. Expose AttachmentService's AttachmentStore via GetStore method. (This is a reland of issue 512413003.) BUG= Review URL: https://codereview.chromium.org/548533003 Cr-Commit-Position: refs/heads/master@{#293741}
-
treib authored
BUG=410824 Review URL: https://codereview.chromium.org/545193003 Cr-Commit-Position: refs/heads/master@{#293740}
-
chrome://extensionsrdevlin.cronin authored
Move the Options, Permissions, Visit website, Launch, and Reload links to be on the same line in the chrome://extensions page, directly below the description (so they are in the same place for all extensions in the list). Also reword "Visit website" to be either "Details" or "Developer website", depending on whether it will link to the developer's website or the chrome web store. Finally, tweak the css to give a bit more padding to the description and make the version text grey. ---------------------------- NOTE: The reviewed version of this patch is at https://codereview.chromium.org/540113002, but that one had the wrong Base URL (whoops). (TBRs are original reviewers) TBR=dbeam@chromium.org TBR=yoz@chromium.org BUG=410895 Review URL: https://codereview.chromium.org/550443003 Cr-Commit-Position: refs/heads/master@{#293739}
-
Erik Arvidsson authored
It broke on Android Tests (dbg) http://build.chromium.org/p/chromium.webkit/builders/Android%20Tests%20%28dbg%29/builds/21342 [FAIL] org.chromium.content.browser.WebContentsObserverAndroidTest#testDidFirstVisuallyNonEmptyPaint: java.util.concurrent.TimeoutException: waitForCallback timed out! at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:183) at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:191) at org.chromium.content.browser.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:197) at org.chromium.content.browser.WebContentsObserverAndroidTest.testDidFirstVisuallyNonEmptyPaint(WebContentsObserverAndroidTest.java:70) at java.lang.reflect.Method.invokeNative(Native Method) at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) at org.chromium.content_shell_apk.ContentShellTestBase.runTest(ContentShellTestBase.java:227) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) BUG=411931 TBR=keishi, reed Review URL: https://codereview.chromium.org/554713002 Cr-Commit-Position: refs/heads/master@{#293738}
-
rdevlin.cronin authored
https://codereview.chromium.org/505373002 introduced a regression by implicitly changing an Update() call to an UpdatePageActions() call on extensions being loaded/unloaded. This is mostly correct, but we lost the check to make sure an extension didn't override the bookmark star. Correct this. Also add a regression test. BUG=410372 TBR=sky@chromium.org (minor TestBrowserWindow change) Review URL: https://codereview.chromium.org/540483002 Cr-Commit-Position: refs/heads/master@{#293737}
-
rsorokin authored
BUG=385740 Review URL: https://codereview.chromium.org/540323002 Cr-Commit-Position: refs/heads/master@{#293736}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/6dcccc476bddd4ccba69491f6a87eed68e581414..87c4138fae37ba6b7e4de7acc3fce19524d726ea CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/552653004 Cr-Commit-Position: refs/heads/master@{#293735}
-
joaodasilva authored
BUG=398378 Review URL: https://codereview.chromium.org/548183002 Cr-Commit-Position: refs/heads/master@{#293734}
-
picksi authored
BUG=410848 Review URL: https://codereview.chromium.org/553923002 Cr-Commit-Position: refs/heads/master@{#293733}
-
arv authored
Revert of Removing X11 native_event uses for key events. (patchset #7 id:180001 of https://codereview.chromium.org/479873002/) Reason for revert: Broke Android Tests (dbg) C 427.575s Main [FAIL] org.chromium.content.browser.input.ImeTest#testKeyCodesWhileComposingText: C 427.575s Main junit.framework.AssertionFailedError C 427.575s Main at org.chromium.content.browser.input.ImeTest.assertUpdateStateCall(ImeTest.java:694) C 427.575s Main at org.chromium.content.browser.input.ImeTest.testKeyCodesWhileComposingText(ImeTest.java:410) C 427.575s Main at java.lang.reflect.Method.invokeNative(Native Method) C 427.575s Main at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214) C 427.575s Main at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199) C 427.575s Main at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192) C 427.575s Main at org.chromium.content_shell_apk.ContentShellTestBase.runTest(ContentShellTestBase.java:227) C 427.575s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191) C 427.575s Main at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176) C 427.575s Main at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554) C 427.575s Main at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701) Original issue's description: > Removing uses of X11 native key events. > > BUG=380349 > > Committed: https://chromium.googlesource.com/chromium/src/+/bbb7ea7c66f18298079eea4a6b24834986f4a822 > > Committed: https://chromium.googlesource.com/chromium/src/+/13d90b146a400156427243d05159cadd8d72c0b9 TBR=sadrul@chromium.org,sky@chromium.org,erg@chromium.org,jamesr@chromium.org,boliu@chromium.org,kpschoedel@chromium.org NOTREECHECKS=true NOTRY=true BUG=380349 Review URL: https://codereview.chromium.org/548303003 Cr-Commit-Position: refs/heads/master@{#293732}
-
v8-autoroll authored
TBR=ulan@chromium.org Summary of changes available at: https://chromium.googlesource.com/external/v8/+log/1af4d9551ad4..42ed2fc449e8 BUG= Review URL: https://codereview.chromium.org/554643002 Cr-Commit-Position: refs/heads/master@{#293731}
-
arv authored
Revert of Adding Text Selection Action Bar Unit Test cases. (patchset #11 id:190001 of https://codereview.chromium.org/521583003/) Reason for revert: This is breaking on Android Tests (dbg) Original issue's description: > Adding Text Selection Action Bar Unit Test cases. > > Currently there is not enough unit test cases available to cover > the functionality of Text Selection Action Bar. In this patch covering > essentail unit test cases for the same. > > BUG= > > Committed: https://chromium.googlesource.com/chromium/src/+/7da8be70e45d91995fb4476713d7920ce77cb90f TBR=jdduke@chromium.org,aurimas@chromium.org,ajith.v@samsung.com NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/549433004 Cr-Commit-Position: refs/heads/master@{#293730}
-
binjin authored
The default BrowserContextKeyedServiceFactory::GetBrowserContextToUse() returns NULL for guest mode profile, overriding it to redirect to original profile. BUG=411763 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/550053003 Cr-Commit-Position: refs/heads/master@{#293729}
-