- 14 Sep, 2016 40 commits
-
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/8b1ed1614492..1f2489023f2b $ git log 8b1ed1614..1f2489023 --date=short --no-merges --format='%ad %ae %s' 2016-09-14 dsinclair Remove FFI_ from CPDFSDK_Environment method names TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2343673002 Cr-Commit-Position: refs/heads/master@{#418626}
-
sfiera authored
Nothing outside of MostVisitedSites needs to use it. Review-Url: https://codereview.chromium.org/2337893003 Cr-Commit-Position: refs/heads/master@{#418625}
-
boliu authored
BUG=619055 TBR=tedchoc@chromium.org Review-Url: https://codereview.chromium.org/2336803005 Cr-Commit-Position: refs/heads/master@{#418624}
-
pauljensen authored
Cronet API classes must be in org.chromium.net package and Cronet implementation classes must not be in org.chromium.net package. BUG=629299 Review-Url: https://codereview.chromium.org/2320413002 Cr-Commit-Position: refs/heads/master@{#418623}
-
dougarnett authored
[Offline Pages] Gates immediate triggering (non scheduled) of background loading by whether low end device. Makes unit tests conditional on this check - ran unit tests on both svelte and regular devices locally. BUG=646888 Review-Url: https://codereview.chromium.org/2338313002 Cr-Commit-Position: refs/heads/master@{#418622}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/61504ac2..798d1e3c 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_precise_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/2340573003 Cr-Commit-Position: refs/heads/master@{#418621}
-
elawrence authored
When a Javascript: url is dropped on a tab, it executes in the security context of the selected tab, representing a script injection attack ("Dropjacking"). We will match other browsers and disallow such drops. BUG=639750 Review-Url: https://codereview.chromium.org/2323273003 Cr-Commit-Position: refs/heads/master@{#418620}
-
sbc authored
This is temporary measure to get the NaCl SDK bots building again. BUG=646666 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_nacl_sdk;master.tryserver.chromium.mac:mac_nacl_sdk Review-Url: https://codereview.chromium.org/2334303003 Cr-Commit-Position: refs/heads/master@{#418619}
-
dtapuska authored
There was potential that a stream events could enter rAF while it was being processed. This was an initial design consideration but after talking with an external partner it appears that probably we should just process what is queued. This gives the benefit that only one type of a given event will be processed during the callback. BUG=625693 Review-Url: https://codereview.chromium.org/2342603003 Cr-Commit-Position: refs/heads/master@{#418618}
-
megjablon authored
Unit tests for both the PreviewsInfoBarDelegate and PreviewsInfoBarTabHelper. Verfies that the infobar shows with the correct strings and only shows once for a page. BUG=615566 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2266653002 Cr-Commit-Position: refs/heads/master@{#418617}
-
brusi_roy authored
BUG=644626 Review-Url: https://codereview.chromium.org/2330543002 Cr-Commit-Position: refs/heads/master@{#418616}
-
krasin authored
BUG=645295 Review-Url: https://codereview.chromium.org/2338013006 Cr-Commit-Position: refs/heads/master@{#418615}
-
msw authored
Revert of Enforce capability spec renderer <--> browser (patchset #14 id:260001 of https://codereview.chromium.org/2259903002/ ) Reason for revert: Numerous failures; some examples: https://build.chromium.org/p/chromium.win/builders/Win7%20%2832%29%20Tests/builds/10021 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7/builds/45903 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9/builds/36939 https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux/builds/70401 Potentially related: https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/28370 Original issue's description: > Enforce capability spec renderer <--> browser. > > This implements: > > - allows the content embedder to merge a manifest into the base ones provided by content, allowing it to add to the list of interfaces exposed to the renderer. > - adds such an overlay to chrome/browser > > So.. from now on if you add an interface to either the browser/renderer, you'll need to list it in the manifest. I wonder how we should broadcast this. Also as a separate step we should require these manifests get security review. > > R=rockot@chromium.org,tsepez@chromium.org > > Committed: https://crrev.com/4ea17059bf78553528f3ffb4a9de84a447622fd3 > Committed: https://crrev.com/807a926c9ca02ac8ae1b52e82537834ef78fb9ba > Committed: https://crrev.com/91c25a3cedc4fadcb8c84e91cc59a8f90411058a > Cr-Original-Original-Commit-Position: refs/heads/master@{#418282} > Cr-Original-Commit-Position: refs/heads/master@{#418398} > Cr-Commit-Position: refs/heads/master@{#418582} TBR=rockot@chromium.org,tsepez@chromium.org,ben@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2342523003 Cr-Commit-Position: refs/heads/master@{#418614}
-
rdevlin.cronin authored
SyncExtensionFunctions, AsyncExtensionFunctions, ChromeSyncExtensionFunctions, and ChromeAsyncExtensionFunctions are deprecated. Remove ChromeSyncExtensionFunctions from: - feedback_private - file_manager/private_api_drive - file_manager/private_api_misc - file_manager/private_api_strings - file_manager/private_api_tasks - file_system - file_system_provider BUG=634140 Review-Url: https://codereview.chromium.org/2335213004 Cr-Commit-Position: refs/heads/master@{#418613}
-
msw authored
Revert of Fix webkit_tests by adding two more interfaces they expect. (patchset #1 id:1 of https://codereview.chromium.org/2339703003/ ) Reason for revert: Reverting this and https://codereview.chromium.org/2259903002 I'll post more details on the other CL Original issue's description: > Fix webkit_tests by adding two more interfaces they expect. > > TBR=rockot@chromium.org,tsepez@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/5a3bcc8be6b98f0084ad3cbf45045cfa4f848e3c > Cr-Commit-Position: refs/heads/master@{#418600} TBR=rockot@chromium.org,tsepez@chromium.org,ben@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2338163003 Cr-Commit-Position: refs/heads/master@{#418612}
-
joedow authored
This change adds a confirmation dialog for the It2Me Linux host. This dialog will be displayed when an incoming It2Me connection and will wait up to 60 seconds for the user to accept/reject it. If the user accepts the connection then we will complete the conneciton process, otherwise the incoming request will be rejected. BUG=645540 Review-Url: https://codereview.chromium.org/2343443002 Cr-Commit-Position: refs/heads/master@{#418611}
-
hanxi authored
This is caused in WebApkInstaller::OnSucess() which uses a local variable after deleting the "this" pointer. Therefore, a wrong package name is given to the infobar and the infobar believes the WebAPK hasn't been installed yet. BUG=646844 Review-Url: https://codereview.chromium.org/2338253002 Cr-Commit-Position: refs/heads/master@{#418610}
-
btolsch authored
Use TimeDelta instead of an int representing milliseconds in Media Router mojo interfaces. BUG=629375 Review-Url: https://codereview.chromium.org/2324133003 Cr-Commit-Position: refs/heads/master@{#418609}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/32dd31095913..8c5c37517378 $ git log 32dd31095..8c5c37517 --date=short --no-merges --format='%ad %ae %s' 2016-09-14 benjhayden Stop serializing HistogramBin ranges. 2016-09-14 petrcermak [tracing] Add support for delta sparklines to <tr-v-ui-scalar-span> TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2338803005 Cr-Commit-Position: refs/heads/master@{#418608}
-
tomhudson authored
Most of the TranslateLayer test can pass even on AURA machines; only one clause needs to be #ifdef'd out on MACOS *and* AURA. Also documents the surpising DstATop xfermode use in MakeOpaque, and changes that function from OS_WIN-only to running on every platform, where it should be a cheap noop. Followup: other parts of the Chrome codebase have their own MakeOpaque implementations; we can probably share this through skia_utils. R=fmalita@chromium.org BUG=154358 Review-Url: https://codereview.chromium.org/2340823002 Cr-Commit-Position: refs/heads/master@{#418607}
-
hiroshige authored
sed -i 's/ ASSERT(/ DCHECK(/g' sed -i 's/ RELEASE_ASSERT(/ CHECK(/g' sed -i 's/ ASSERT_NOT_REACHED(/ NOTREACHED(/g' sed -i 's/ ASSERT_WITH_SECURITY_IMPLICATION(/ SECURITY_DCHECK(/g' perl -npe '$_ =~ s/ASSERT_UNUSED\((.*?), (.*)\);$/DCHECK($2);/g' for `find third_party/WebKit/Source/core/{fetch,loader}/ -name '*.*'`. This CL replaces - DCHECK(a == b) with DCHECK_EQ(a, b) - DCHECK(a && b) with DCHECK(a) and DCHECK(b) etc. manually. BUG=645395, 596760 Review-Url: https://codereview.chromium.org/2327643003 Cr-Commit-Position: refs/heads/master@{#418606}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/79db609948b0..8b1ed1614492 $ git log 79db60994..8b1ed1614 --date=short --no-merges --format='%ad %ae %s' 2016-09-14 npm Map glyph bitmap in LookUpGlyphBitmap even when unsuccessful BUG=638856 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2332333004 Cr-Commit-Position: refs/heads/master@{#418605}
-
eugenebut authored
Unlike web::shell_test_util::LoadUrl this new method waits until the load is completed. BUG=646544 Review-Url: https://codereview.chromium.org/2340533004 Cr-Commit-Position: refs/heads/master@{#418604}
-
azurewei authored
The added API will be fired when the virtual keyboard window has been closed, for example, this can happen when turning off on-screen keyboard or exiting tablet mode. IME extensions rely on input view's visibility changing event to do some work such as hide candidate window. While, when exiting tablet mode, OS will close input view window immediately but doesn't fire 'unload' event, so the IME extensions won't receive the visibility changed event. Thus, we add this API to notify the extensions the keyboard closed event. BUG=619763 TEST=KeyboardControllerTest.CloseKeyboard Review-Url: https://codereview.chromium.org/2122873002 Cr-Commit-Position: refs/heads/master@{#418603}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/eed356d281ad..95573e4865c9 $ git log eed356d28..95573e486 --date=short --no-merges --format='%ad %ae %s' 2016-09-14 fmalita Fix SVG flag iOS linking 2016-09-14 fmalita Nanobench SVG support CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2341613003 Cr-Commit-Position: refs/heads/master@{#418602}
-
miguelg authored
Both Displaying and clicking on notifications is supported. Closing notifiations and retrieving them is not. By itself the CL does nothing (so don't enable the flag for daily use just yet) since there is no XPC service backing up the calls yet. Since no changes in the BUILD system are required for this piece to land I am only adding them behind a run time flag not a compile time one. If you feel brave The companion XPC service is in https://chromiumcodereview.appspot.com/2070903002/ BUG=571056 Review-Url: https://codereview.chromium.org/2158463003 Cr-Commit-Position: refs/heads/master@{#418601}
-
ben authored
TBR=rockot@chromium.org,tsepez@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2339703003 Cr-Commit-Position: refs/heads/master@{#418600}
-
megjablon authored
Deprecating the DataReductionProxy.UIAction.LoFi histogram. Replacing with Previews.InfoBarAction.LoFi, Previews.InfoBarAction.Offline, Previews.InfoBarAction.WebLite, and Previews.ContextMenuAction. Previews.InfoBarAction.LoFi, Previews.InfoBarAction.Offline, and Previews.InfoBarAction.WebLite buckets: “Infobar shown” "Infobar 'Load original' clicked” "Infobar dismissed by user" "Infobar dismissed by navigation" Previews.ContextMenuAction.LoFi buckets: "'Load image' context menu item shown" "'Load image' context menu item clicked" "Pages where the user has clicked 'Load image' at least once" "'Load images' context menu item shown" "'Load images' context menu item clicked" BUG=615566 Review-Url: https://codereview.chromium.org/2258283002 Cr-Commit-Position: refs/heads/master@{#418599}
-
nyquist authored
The blimp code contains cross platform code, linux code and Android code. To avoid confusion about where code originates from, this CL removes all 'using base::android::Foo' statements, and instead fully writes them out whenever they are used. BUG=None Review-Url: https://codereview.chromium.org/2339603002 Cr-Commit-Position: refs/heads/master@{#418598}
-
perumaal authored
BUG= Review-Url: https://codereview.chromium.org/2339473003 Cr-Commit-Position: refs/heads/master@{#418597}
-
ymalik authored
https://codereview.chromium.org/2029323003 attempted to add an optimization that would run an animation on the MT by querying m_scrollableArea-> shouldScrollOnMainThread. This was wrong because we were querying compositing state outside of the CompositingClean state. This reverts that CL. The original bug was not fixed in the CL that this reverts and that CL was just wrong. This CL doesn't have a behavioral change. BUG=639100 Review-Url: https://codereview.chromium.org/2338913002 Cr-Commit-Position: refs/heads/master@{#418596}
-
megjablon authored
The Lo-Fi snackbar has been replaced by the previews infobar. Remove the snackbar and all associated code. BUG=615566 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2263433002 Cr-Commit-Position: refs/heads/master@{#418595}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c37ceeb3..61504ac2 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_precise_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/2346513003 Cr-Commit-Position: refs/heads/master@{#418594}
-
eroman authored
ever a naked const char* is passed in. I hit this bug while doing a refactor, so ensuring it can't happen again for this callsite seems prudent. BUG=634443 Review-Url: https://codereview.chromium.org/2331323005 Cr-Commit-Position: refs/heads/master@{#418593}
-
ssid authored
The HostDiscardableSharedMemoryManager is destroyed when shutting down and the dump provider is unregistered. But, the dump provider is registered with no task runner which causes races in memory dumps. This CL fixes it to register on right thread. BUG=643438 Review-Url: https://codereview.chromium.org/2334343002 Cr-Commit-Position: refs/heads/master@{#418592}
-
ccameron authored
This adds the output device color profile to display::Display, and populates it correctly on Mac. We will want to do this for all platforms. The color profile is then plumbed through the same IPCs that take the device scale factor, to get to the renderer process' RenderWidgetCompositor. Note that we are sending the full ICCProfile this far. This is important, because the renderer process will be setting the ICCProfile of its rasterized IOSurfaces, and there is a power impact of even slight differences between the monitor profile and the IOSurface profile. The ICCProfile is then sent as a gfx::ColorProfile (which internally references the ICCProfile, for the above purpose) to the RenderWidgetCompositor, from where it will be pushed to cc. In the next step, we will (under a flag) specify the color space for rasterization. BUG=44872 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/f1fef7489c29deeee2a29c41ce4851e9ad1bd67b Review-Url: https://codereview.chromium.org/2325773003 Cr-Original-Commit-Position: refs/heads/master@{#418422} Cr-Commit-Position: refs/heads/master@{#418591}
-
gayane authored
As on Android manual crash uploads can happen on cellular connection it is important to display the size of the crash reports. BUG=641628 Review-Url: https://codereview.chromium.org/2330573002 Cr-Commit-Position: refs/heads/master@{#418590}
-
pdr authored
BUG=644514 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2340663002 Cr-Commit-Position: refs/heads/master@{#418589}
-
megjablon authored
PreviewsInfoBarTabHelper tracks whether a previews infobar has been shown for a tab. If a previews infobar has already been shown for a tab, it will not be shown again. BUG=615566 Review-Url: https://codereview.chromium.org/2256383002 Cr-Commit-Position: refs/heads/master@{#418588}
-
fgorski authored
In OfflinePageMetadataStore the following changes: * AddOfflinePage (for single item) is added * UpdateOfflinePages (for multiple items) is added * AddOrUpdateOfflinePage is removed. Resulting changes: * OfflinePageMetadataStoreSQL and OfflinePageTestStore are updated accordingly. * Tests are updated. * OfflinePageModelImpl usage of above functions is updated. BUG=645522 Review-Url: https://codereview.chromium.org/2339693002 Cr-Commit-Position: refs/heads/master@{#418587}
-