- 13 Jan, 2017 40 commits
-
-
mahmadi authored
Review-Url: https://codereview.chromium.org/2627323003 Cr-Commit-Position: refs/heads/master@{#443582}
-
chrome://pluginstommycli authored
Removes the chrome://plugins link from the Disabled Plugin placeholder. It doesn't work anymore. BUG=615738 Review-Url: https://codereview.chromium.org/2626843006 Cr-Commit-Position: refs/heads/master@{#443581}
-
yigu authored
BUG=673102 TEST=third_party/WebKit/LayoutTests/fast/events/touch/compositor-touch-hit-rects-geometry-change-as-touch-notified-by-nolayout.html CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2600593002 Cr-Commit-Position: refs/heads/master@{#443580}
-
noel authored
Convert IPC media parse messages ChromeUtilityMsg_ParseMediaMetadata and ChromeUtilityHostMsg_ParseMediaMetadata_Finished to mojo. Add media_parser.mojom, add StructTraits for metadata::AttachedImage and use mojo common traits for base::DictionaryValue metadata. Resolve a ChromeContentUtilityClient TODO: if the utility process is running with elevated privileges, we only add elevated Mojo services to the service_manager::InterfaceRegistry. Add ExtensionsHandler API ExtensionsHandler::ExposeInterfacesToBrowser, and again, only expose its elevated Mojo services if the process is running elevated. Manually tested using the MGA media gallery sample app [1]. There is a browser test MediaGalleriesPlatformAppBrowserTest.GetMetadata that runs on chrome mac. [1] http://bit.ly/2i8qPSN BUG=680928 Review-Url: https://codereview.chromium.org/2615423002 Cr-Commit-Position: refs/heads/master@{#443579}
-
sdefresne authored
This class is never referenced apart from declaration/definition and thus can be removed from the codebase. BUG=585700 Review-Url: https://codereview.chromium.org/2627973005 Cr-Commit-Position: refs/heads/master@{#443578}
-
ekaramad authored
This CL implements the logic to track composition range information from several RenderWidgets on the same page (i.e., pages with OOPIFs) for Android platforms. The tracking logic is now shared between RenderWidgetHostViewBase and TextInputManager, while RenderWidgetHostViewAndroid observes TextInputManager for any changes to the range info in one of the RenderWidgets in the page. This has already been implemented for Mac (https://codereview.chromium.org/2235283003/) and Aura (https://codereview.chromium.org/2132633002/) platforms. An interactive test is now activated on all platform which will be handy if/when interactive browser tests run on Android. BUG=578168, 602723 Review-Url: https://codereview.chromium.org/2612423002 Cr-Commit-Position: refs/heads/master@{#443577}
-
rdevlin.cronin authored
Reverted due to compile error; now fixed. BUG=669277 Review-Url: https://codereview.chromium.org/2635443002 Cr-Commit-Position: refs/heads/master@{#443576}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ba7c95ff..5d22cf82 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2634493003 Cr-Commit-Position: refs/heads/master@{#443575}
-
lpromero authored
BUG=677160 R=eugenebut@chromium.org,marq@chromium.org Review-Url: https://codereview.chromium.org/2630733002 Cr-Commit-Position: refs/heads/master@{#443574}
-
mkwst authored
'HTMLTreeBuilderSimulator' doesn't currently understand that we shouldn't hop into PLAINTEXTState or RAWTEXTState inside '<select>' elements. This has the unfortunate side-effect of enabling dangling markup injection attacks that exfiltrate data via '<select><option><plaintext>' and etc. This patch ensures that `<select>` behaves as specified, matching Safari, Firefox, and Edge's behavior. Thanks to @zcorpan for pointing out Blink's error in the thread ad https://github.com/whatwg/html/issues/2252. BUG=680072 Review-Url: https://codereview.chromium.org/2625103002 Cr-Commit-Position: refs/heads/master@{#443573}
-
droger authored
The NoStatePrefetchTTFCP are obsolete and don't conain any useful data. They have been replaced by PrefetchTTFCP histograms. Review-Url: https://codereview.chromium.org/2628173004 Cr-Commit-Position: refs/heads/master@{#443572}
-
bjornr authored
The symbol reading logic of google::FindSymbol was reading symbols in blocks of N, not accounting for that a section might not have a multiple of N symbols in it. This makes it read in blocks of N or the number of symbols remaining, whichever is smallest. BUG=672481 Review-Url: https://codereview.chromium.org/2566623003 Cr-Commit-Position: refs/heads/master@{#443571}
-
sugoi authored
There appears to be a Mac related failure on the FYI bots. Disabling SwiftShader tests on Mac for now. BUG=630728, 680820 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel NOTRY=true Review-Url: https://codereview.chromium.org/2629403002 Cr-Commit-Position: refs/heads/master@{#443570}
-
mahmadi authored
Review-Url: https://codereview.chromium.org/2629603005 Cr-Commit-Position: refs/heads/master@{#443569}
-
sdefresne authored
RequestTrackerImpl::CancelRequests clear the content of live_requests_ but no object are ever added to that set and so is obsolete. BUG=585700 Review-Url: https://codereview.chromium.org/2622393004 Cr-Commit-Position: refs/heads/master@{#443568}
-
clamy authored
This CL removes several layout tests from teh filter that are now working. Making this is no try since there are no code changes and the filter is only used on an FYI bot. BUG=551000 TBR=arthursonzogni@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2635513002 Cr-Commit-Position: refs/heads/master@{#443567}
-
xlai authored
Revert of Change the keyboard bounds when moving to another display. (patchset #3 id:40001 of https://codereview.chromium.org/2620273002/ ) Reason for revert: This CL is causing Win10 Tests x64 to fail keyboard_unittests on windows-10-10586 https://build.chromium.org/p/chromium.win/builders/Win10%20Tests%20x64/builds/7528 Original issue's description: > Change the keyboard bounds when moving to another display. > > BUG=303429 > TEST=Manual test by the instruction described in the issue. > > Review-Url: https://codereview.chromium.org/2620273002 > Cr-Commit-Position: refs/heads/master@{#443382} > Committed: https://chromium.googlesource.com/chromium/src/+/28bbd7f5406de93446143d93f4b8056267ef8fbf TBR=bshe@chromium.org,yhanada@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=303429 Review-Url: https://codereview.chromium.org/2629233003 Cr-Commit-Position: refs/heads/master@{#443566}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/aeef5610d7a3..7adde145d391 $ git log aeef5610d..7adde145d --date=short --no-merges --format='%ad %ae %s' 2017-01-11 joel.liang Optimize SkBlend by using NEON intrinsics 2017-01-13 mtklein Attempt 3: SkRasterPipelineBlitter: support A8 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=kjlubick@google.com Review-Url: https://codereview.chromium.org/2628923005 Cr-Commit-Position: refs/heads/master@{#443565}
-
bshe authored
BUG=679108 Review-Url: https://codereview.chromium.org/2625373002 Cr-Commit-Position: refs/heads/master@{#443564}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/b4533de..6a6b09c BUG= TBR=geofflang@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2626073008 Cr-Commit-Position: refs/heads/master@{#443563}
-
baxley authored
Page state and context menu tests were disabled and have more specific bugs than the TODO contains. BUG=675015,675399,675247 Review-Url: https://codereview.chromium.org/2623333004 Cr-Commit-Position: refs/heads/master@{#443562}
-
marq authored
This CL cleans up the menu implementation. First, it removes the burden of dismissing the menu when non-menu screen areas are tapped from the menu view controller. The menu presentation controller does this, having been handed a ToolbarCommands object to use for this. Second, TabContainerViewController implements ZoomTransitionDelegate, passing the call into the toolbar view controller if it can. It also uses that information to implement MenuPresentationDelegate such that the menu is positioned with one corner over the zoom location used for the menu. BUG= Review-Url: https://codereview.chromium.org/2603783002 Cr-Commit-Position: refs/heads/master@{#443561}
-
bzanotti authored
The account full name might not have been fetched yet. Show the user email in the meantime. BUG=656994 Review-Url: https://codereview.chromium.org/2628313003 Cr-Commit-Position: refs/heads/master@{#443560}
-
kenrb authored
Plumb a viewport intersection rect from a parent frame to any out of process iframes that it embeds, and allow IntersectionObserver to account for that rect when it computes viewport intersection. This modifies LayoutView::MapToVisualRectInAncestorSpace and mapLocalToAncestor to treat null ancestor pointers at implicit references to the root frame, even if the root is remote. For testing this enables the Intersection Observer layout tests that were disabled with the --site-per-process flag. BUG=615156 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2431473003 Cr-Commit-Position: refs/heads/master@{#443559}
-
lpromero authored
This is now available in Material Roboto Font Loader directly. BUG=673904 R=marq@chromium.org Review-Url: https://codereview.chromium.org/2629543009 Cr-Commit-Position: refs/heads/master@{#443558}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/4bd198f6a85c..e6b04fef1997 $ git log 4bd198f6a..e6b04fef1 --date=short --no-merges --format='%ad %ae %s' 2017-01-13 hjd [Telemetry] Support specifying container element for action_runner.ScrollToElement API Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2629893002 Cr-Commit-Position: refs/heads/master@{#443557}
-
jdonnelly authored
The existing layout assumes a fixed height for suggestions in the omnibox suggestion popup. This assumption is violated by Answers in Suggest rows. The assumption relates to the horizontal layout. There's no particular reason why a different horizontal layout might not be chosen independent of the row height, so this change uses a constant instead, initially set to the non-AiS height of the suggest rows. Also, fix some terminology in this file, replacing left/right with leading/trailing. BUG=680722 Review-Url: https://codereview.chromium.org/2629723002 Cr-Commit-Position: refs/heads/master@{#443556}
-
guidou authored
Failing to do this may lead to a CHECK in some cases. BUG=680687 Review-Url: https://codereview.chromium.org/2632633004 Cr-Commit-Position: refs/heads/master@{#443555}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e638a5a6..ba7c95ff Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2630723003 Cr-Commit-Position: refs/heads/master@{#443554}
-
benwells authored
The new search geolocation system will automatically grant geolocation API access to the default search engine. This change shows the disclosure UI when this happens so the user is aware of it. This change also fixes a bug with showing the API introduced by an earlier change that prevented the disclosure from being shown on omnibox queries. BUG=674398 Review-Url: https://codereview.chromium.org/2627853002 Cr-Commit-Position: refs/heads/master@{#443553}
-
nisse authored
Replace a gn dependency on webrtc's common_video by video_frame_api. BUG=webrtc:5880 Review-Url: https://codereview.chromium.org/2628283003 Cr-Commit-Position: refs/heads/master@{#443552}
-
tdresser authored
This will be used to simplify some of the performance critical logic in render_widget_host_latency_tracker.cc. Review-Url: https://codereview.chromium.org/2614403002 Cr-Commit-Position: refs/heads/master@{#443551}
-
sfiera authored
Record metrics for interactions with notifications. Stop exposing openUrl() to native code, but keep it around; we use our own intent for notification taps to track metrics now. There are at three problems exposed by the metrics in their current state: * At (first?) startup, we get multiple consecutive fetches for some reason. This results in two impressions, although the notifications have the same data, and Android only shows one. (In practice, users aren’t likely to frantically tap away on startup, the way I do, so these notifications would be suppressed by the frontmost-checking, which I’m trying to avoid) * None of the “HIDE” actions are conditional on the notification still being visible, so we record a HIDE_DEADLINE for each notification, even if the user tapped or swiped it away, and we record HIDE_FRONTMOST every time Chrome becomes frontmost, even if there’s no notification. Broadly speaking, we want the “Actions” histogram to match the units of the “Impressions” histogram, so that we can infer the fraction of displayed notifications that received each action. To do that, we should keep a list of which notifications we believe are being shown in prefs (to support Android L, which doesn’t have the getActiveNotifications() API) …in the next CL. BUG=675561 Review-Url: https://codereview.chromium.org/2626643002 Cr-Commit-Position: refs/heads/master@{#443550} -
fdoray authored
BUG=675660 TBR=jam@chromium.org,eugenebut@chromium.org Review-Url: https://codereview.chromium.org/2629583003 Cr-Commit-Position: refs/heads/master@{#443549}
-
gab authored
BUG=gab needs to reduce ownership load Review-Url: https://codereview.chromium.org/2622413003 Cr-Commit-Position: refs/heads/master@{#443548}
-
rsorokin authored
It ties SessionManager, AuthPolicy, Cryptohome BUG=677497 TEST=manual Review-Url: https://codereview.chromium.org/2601283002 Cr-Commit-Position: refs/heads/master@{#443547}
-
fdoray authored
The following traits are used: Priority: Inherited (default) The priority is inherited from the calling context (i.e. TaskTraits are initialized with the priority of the current task). Shutdown behavior: SKIP_ON_SHUTDOWN (default) Tasks posted with this mode that have not started executing at shutdown will never run. However, any task that has already begun executing when shutdown is invoked will be allowed to continue and will block shutdown until completion. Note: Previously, the task was posted to the blocking pool with BLOCK_SHUTDOWN (default in SequencedWorkerPool). May Block: Tasks posted with MayBlock() may block. This includes but is not limited to tasks that wait on synchronous file I/O operations: read or write a file from disk, interact with a pipe or a socket, rename or delete a file, enumerate files in a directory, etc. This trait isn't required for the mere use of locks. BUG=667892 Review-Url: https://codereview.chromium.org/2627093004 Cr-Commit-Position: refs/heads/master@{#443546}
-
jdoerrie authored
Implement check against overriding provisional saved forms when the origin is the same but the scheme is insecure. Adds logging to understand how often this occurs. BUG=571580 Review-Url: https://codereview.chromium.org/2607413003 Cr-Commit-Position: refs/heads/master@{#443545}
-
mkwst authored
HTML's parsing mechanism will automatically close form controls at the end of a file. This is fine from a parsing perspective, but the behavior does enable dangling markup attacks, such as those described in http://www.thespanner.co.uk/2011/12/21/html-scriptless-attacks/ and section 2 of http://lcamtuf.coredump.cx/postxss/. Based on some discussion at https://github.com/whatwg/html/issues/2253, this patch adds metrics to measure how often this happens in the wild for `<textarea>` and `<select>` elements, and an experimental flag which prevents form submission in the presence of those elements if they're closed by reaching the end-of-file. BUG=680462 Review-Url: https://codereview.chromium.org/2628723004 Cr-Commit-Position: refs/heads/master@{#443544}
-
shimazu authored
This patch is to check if the mismatching EmbeddedWorker was launched on a new process. If it's true, OnSetHostedVersionId IPC might be reached after restarting the EmbeddedWorker. BUG=668633 Review-Url: https://codereview.chromium.org/2627723004 Cr-Commit-Position: refs/heads/master@{#443543}
-