- 04 Feb, 2015 40 commits
-
-
wjmaclean authored
At present, a change in the default zoom level does not immediately update the zoom icon in the location bar. E.g. if we change the zoom level of chrome://settings to 90% (causing the zoom icon to display a '-' symbol), then change the default zoom level to be 75%, the icon should switch to show '+'. This CL adds an event subscription to the ZoomEventManager in order to receive notifications about default zoom level changes. BUG=451349 Review URL: https://codereview.chromium.org/897513003 Cr-Commit-Position: refs/heads/master@{#314568}
-
jimmym authored
https://codereview.chromium.org/884993003 broke gdb debugging on Release buils. This commit makes sure it works to debug Debug and Release (only on rooted device) builds. BUG=453379 Review URL: https://codereview.chromium.org/891743003 Cr-Commit-Position: refs/heads/master@{#314567}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d3780c5..4dce32c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/898663004 Cr-Commit-Position: refs/heads/master@{#314566}
-
plundblad authored
ChromeVox uses Google closure-style dependencies (goog.provide and goog.require) and this script gives a quick view of the dependency tree for a module. R=dtseng@chromium.org BUG=none Review URL: https://codereview.chromium.org/894853006 Cr-Commit-Position: refs/heads/master@{#314565}
-
msramek authored
BUG=454800 DIFFBASE=869073006 Review URL: https://codereview.chromium.org/900663002 Cr-Commit-Position: refs/heads/master@{#314564}
-
erikwright authored
BUG= Review URL: https://codereview.chromium.org/886613002 Cr-Commit-Position: refs/heads/master@{#314563}
-
bartfab authored
This CL implements policy pushing for device-local accounts. The Tango connection comes from AffiliatedInvalidationServiceProvider, which manages a single shared connection for device policy pushing and device-local account policy pushing, conserving server resources. BUG=442800 TEST=New unit test TBR=dcheng (profile_invalidation_provider_factory.h) Review URL: https://codereview.chromium.org/822523003 Cr-Commit-Position: refs/heads/master@{#314562}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/874293007 Cr-Commit-Position: refs/heads/master@{#314561}
-
Sadrul Habib Chowdhury authored
. Remove ThreadLocalState::id_, since it is the same as the thread-id. (http://crrev.com/3f8178ae) . Remove WorkerThreadTaskRunner::current(), since it's no longer used. (http://crrev.com/3a4b2d1a) BUG=none R=nasko@chromium.org Review URL: https://codereview.chromium.org/898803003 Cr-Commit-Position: refs/heads/master@{#314560}
-
mlerman authored
Reland of: 862103002 at patchset 120001 Reverted here: https://codereview.chromium.org/875983008/ BUG=454553, 433180 R=jww@chromium.org, bcwhite@chromium.org, jwd@chromium.org, sky@chromium.org TBR=mlerman@chromium.org Review URL: https://codereview.chromium.org/900583003 Cr-Commit-Position: refs/heads/master@{#314559}
-
vasilii authored
In addition to that the patch restores the unique key in the LoginDatabase which was incorrectly abolished in https://codereview.chromium.org/818443004. The former key was (origin, signon_realm, username_element, username_value password_element, submit_element). The correct one used by Sync is without submit_element. BUG=400674,368075 Review URL: https://codereview.chromium.org/894583003 Cr-Commit-Position: refs/heads/master@{#314558}
-
mcasas authored
This CL is an iteration of http://crrev.com/766713004, that got reverted after http://crbug.com/445265 because it could not cope correctly with structures of the type: <histogram_suffixes name="SafeBrowsingStores.SBWhiteLists" separator="."> <suffix name="CSD" label="CSD"/> <suffix name="DownloadWhitelist" label="DownloadWhitelist"/> <affected-histogram name="SB2.DatabaseKilobytes"/> </histogram_suffixes> (in particular: affected-histogram-suffixes). Limitation that should be solved now. Original description --------------------------------------------------- Add PRESUBMIT check if modified UMA histogram name can be found This Presubmit checks if some diffs affect any UMA_HISTOGRAM_* macro and, if so, checks if the histogram name is to be found in either tools/metrics/histograms/histograms.xml or in the CL diffs. Addresses the problem of someone modifying code and inadvertently forgetting a corresponding histograms.xml adaptation, that has happened in the past. BUG=434420, 445265 Review URL: https://codereview.chromium.org/885783007 Cr-Commit-Position: refs/heads/master@{#314557}
-
Sadrul Habib Chowdhury authored
Move the task of managing the task-runners for the worker-thread/main-thread in a common implementation in WorkerThreadMessageFilter, and use that from the rest of the message filters. BUG=none R=jochen@chromium.org, kinuko@chromium.org Review URL: https://codereview.chromium.org/892543002 Cr-Commit-Position: refs/heads/master@{#314556}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#314555}
-
dongseong.hwang authored
The error log is as follows: ../../third_party/skia/include/core/SkImageInfo.h:109: error: undefined reference to 'SkDebugf_FileLine(char const*, int, bool, char const*, ...)' collect2: error: ld returned 1 exit status If any modules are going to use any Skia header no matter whether directly or indirectly, the module must link Skia. src/media/blink doesn't depend on skia directly but src/media, on which src/media/blink depends, depends on Skia. So src/media/blink must link to Skia. Review URL: https://codereview.chromium.org/885373003 Cr-Commit-Position: refs/heads/master@{#314554}
-
wnwen authored
BUG=450050 Review URL: https://codereview.chromium.org/899673003 Cr-Commit-Position: refs/heads/master@{#314553}
-
tfarina authored
This is one of the steps needed to move ContextProviderInProcess to android_webview. BUG=338338 R=jamesr@chromium.org,piman@chromium.org Review URL: https://codereview.chromium.org/890873007 Cr-Commit-Position: refs/heads/master@{#314552}
-
msramek authored
BUG=454799 Review URL: https://codereview.chromium.org/869073006 Cr-Commit-Position: refs/heads/master@{#314551}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/901493002 Cr-Commit-Position: refs/heads/master@{#314550}
-
horo authored
After https://codereview.chromium.org/874833003/, every mixed-content requests from the ServiceWorker are blocked. So we can show the HTTPS padlock because every responses from the ServiceWorker to the page are created using the resources which are served through the secure protocol. To show the padlock we fill the SSLInfo of the response from the ServiceWorker using the SSLInfo of the ServiceWorker script. When we support fetching mixed-content requests from the ServiceWorker in the future, we have to check the security level of the responses. BUG=392409 Review URL: https://codereview.chromium.org/877623002 Cr-Commit-Position: refs/heads/master@{#314549}
-
perkj authored
This patch change VideoCaptureController to ignore buffers that cant be converted to I420. This is mostly important for failures in MJPG decoding. BUG=453761 Review URL: https://codereview.chromium.org/882883004 Cr-Commit-Position: refs/heads/master@{#314548}
-
ginkage authored
BUG=338837 Review URL: https://codereview.chromium.org/829583002 Cr-Commit-Position: refs/heads/master@{#314547}
-
skyostil authored
BUG=444764 Review URL: https://codereview.chromium.org/873313006 Cr-Commit-Position: refs/heads/master@{#314546}
-
engedy authored
BUG=437865 Review URL: https://codereview.chromium.org/898553002 Cr-Commit-Position: refs/heads/master@{#314545}
-
atwilson authored
BUG=346797 TBR=plundblad@chromium.org Review URL: https://codereview.chromium.org/900623005 Cr-Commit-Position: refs/heads/master@{#314544}
-
carlosk authored
To fix a few tests the current behavior when navigating from a non-live RFH was changed so that the new, speculative one is immediately set as active matching what is done in RenderFrameHostManager::UpdateStateForNavigate. This replaced the behavior of simply bringing the current RFH back to life. With this change 6 tests are fixed for PlzNavigate: RenderFrameHostManagerTest.WebUI WebContentsImplTest.NTPViewSource RenderFrameHostManagerTest.NewTabPageProcesses WebContentsImplTest.CrossSiteBoundariesAfterCrash WebContentsImplTest.CrossSiteComparesAgainstCurrentPage WebContentsImplTest.ShowInterstitialFromBrowserNewNavigationProceed BUG=439423 Review URL: https://codereview.chromium.org/892123002 Cr-Commit-Position: refs/heads/master@{#314543}
-
carlosk authored
They weren't being properly reported before (the report happened later than it should) but now there's two different reporting points for current navigation and for when PlzNavigate is enabled. BUG=416877 Review URL: https://codereview.chromium.org/874353003 Cr-Commit-Position: refs/heads/master@{#314542}
-
felt authored
This makes the geolocation permission tests run for both infobars and permission bubbles. The tests now run as parameterized tests. Supercedes parts of: https://codereview.chromium.org/411503005/ https://codereview.chromium.org/341833004/ BUG=438758 Review URL: https://codereview.chromium.org/787033004 Cr-Commit-Position: refs/heads/master@{#314541}
-
merkulova authored
Revert of Revert of Special check on Supervised User creation flow added to prevent misleading shelf alignment. (patchset #1 id:1 of https://codereview.chromium.org/830393004/) Reason for revert: The bug is not reproducible anymore. Some fixes to shelf were done earlier, may be that prevents that one problem Original issue's description: > Revert of Special check on Supervised User creation flow added to prevent misleading shelf alignment. (patchset #3 id:40001 of https://codereview.chromium.org/783663003/) > > Reason for revert: > Appears to have caused bug 446212 > > Original issue's description: > > Special check on Supervised User creation flow added to prevent misleading shelf alignment. > > > > BUG=405361 > > > > Committed: https://crrev.com/e2b59c4c229ec214150f522f4b3f6b02d9cefaee > > Cr-Commit-Position: refs/heads/master@{#309555} > > TBR=dzhioev@chromium.org,skuhne@chromium.org,merkulova@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=405361 > > Committed: https://crrev.com/e2e8ff56d1937bb635884032534def9fc42b7809 > Cr-Commit-Position: refs/heads/master@{#310145} TBR=dzhioev@chromium.org,skuhne@chromium.org,abodenha@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=405361 Review URL: https://codereview.chromium.org/871353003 Cr-Commit-Position: refs/heads/master@{#314540}
-
dpolukhin authored
GAIA auth extension use special manifest file for Hotrod Enrollment case. This manifest also needs incognito:split to work on login screen. BUG=453448 TEST=manual Review URL: https://codereview.chromium.org/900473007 Cr-Commit-Position: refs/heads/master@{#314539}
-
yawano authored
Previously, ListThumbnailLoader preloaded images at the top of list when it preloaded to the end of list. However, especially high priority range is at the end of list, the benefit of preloading top images is small. BUG=438050 TEST=out/Release/browser_tests --gtest_filter=FileManagerJsTest.ListThumbnailLoader Review URL: https://codereview.chromium.org/877513003 Cr-Commit-Position: refs/heads/master@{#314538}
-
perezju authored
Revert of Start moving ownership of SyncNotificationController to SyncController. (patchset #3 id:40001 of https://codereview.chromium.org/889723002/) Reason for revert: Broke downstream builds Original issue's description: > Start moving ownership of SyncNotificationController to SyncController. > > GoogleServicesNotificationController is modified to work > the way most other singleton classes work, so that it is > not necessary to pass into the SyncNotificationController > constructor (and thus, into SyncController in the future). > > SyncController gets a temporary setter method so that SNC > can be constructed downstream and passed in until all its > dependencies are upstream. > > BUG=428882 > > Committed: https://crrev.com/deaa0fe6ca3e0428a85fc22b019819437d84120b > Cr-Commit-Position: refs/heads/master@{#314515} TBR=nyquist@chromium.org,maxbogue@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=428882 Review URL: https://codereview.chromium.org/895373002 Cr-Commit-Position: refs/heads/master@{#314537}
-
henryhsu authored
All arm platforms support V4L2 SVDA by default and use_v4l2_codec also governs V4L2 VDA/VEA now. Generates libv4l2 stub in GN file. BUG=449883 TEST=build chrome and vda unittest on peach_pit, veyron_pinky, squawks, and panther_freon Review URL: https://codereview.chromium.org/828063009 Cr-Commit-Position: refs/heads/master@{#314536}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/2340dcb..d3780c5 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/893403002 Cr-Commit-Position: refs/heads/master@{#314535}
-
mlamouri authored
BUG=454457 Review URL: https://codereview.chromium.org/896823002 Cr-Commit-Position: refs/heads/master@{#314534}
-
blundell authored
This CL generalizes upload_network_service.py to support uploading other services (currently, html_viewer). html_viewer.mojo is not zipped before being uploaded so that it can be accessed dynamically by mojo_shell. Review URL: https://codereview.chromium.org/879233006 Cr-Commit-Position: refs/heads/master@{#314533}
-
merkulova authored
Before: while UserManager and UserManagerBase were componentized to user_manager namespace, FakeUserManager was staying at chromeos namespace. After: UserManager Chrome OS-related interface moved to a separate class ChromeUserManagerInterface. Mixing it to UserManagerBase and FakeUserManager we're getting chrome OS versions of them. That allows us to move UserManagerBase and FakeUserManager into component user_manager. Main changes are located at .*user_manager.* files. Such as chrome_user_manager, chrome_user_manager_interface, fake_chrome_user_manager, user_manager_base etc. Other files (mostly tests) were changed due to changes in include paths and FakeUserManager class renaming. BUG=443119 Review URL: https://codereview.chromium.org/824683002 Cr-Commit-Position: refs/heads/master@{#314532}
-
hirono authored
Previously the test does not wait dialog hiding unintentinally. BUG=452723 TEST=DefaultActionDialog/FileManagerBrowserTest Review URL: https://codereview.chromium.org/897863002 Cr-Commit-Position: refs/heads/master@{#314531}
-
mdempsky authored
This test calls chdir() which corrupts subsequent tests like NamespaceSandboxTest. TBR=jln@chromium.org Review URL: https://codereview.chromium.org/902533002 Cr-Commit-Position: refs/heads/master@{#314530}
-
hidehiko authored
This CL has some minor clean up. - In IsFileSystemAccessDenied, now we check "/" instead of "/proc/self/exe". - Remove SetuidSandboxClient::CreateInitProcessReaper. Now contents uses sandbox::CreateInitProcessReaper directly and noone uses the method. - Clean up include directives in the header. This is also the preparation of enabling Layer-one sandbox (suid sandbox) on nacl_helper_nonsfi. TEST=Ran trybots. BUG=455087 Review URL: https://codereview.chromium.org/885673007 Cr-Commit-Position: refs/heads/master@{#314529}
-