- 23 Sep, 2016 40 commits
-
-
hayesjordan authored
Implement the RegisterListener, UnregisterListener, and notify methods in an abstract class so that all Physical Web data sources can have an the ability to push data to subscribers. BUG=636490 Review-Url: https://codereview.chromium.org/2349483002 Cr-Commit-Position: refs/heads/master@{#420682}
-
agrieve authored
This cuts down the sub-project count from 390->280. But Android Studio still runs out of memory (at least with default max heap settings). BUG=620034 Review-Url: https://codereview.chromium.org/2364063002 Cr-Commit-Position: refs/heads/master@{#420681}
-
jbroman authored
Convert String and AtomicString specializations, which are trivially converted to StringView, to inherit from it as well. Add one site which uses the StringView specialization. Review-Url: https://codereview.chromium.org/2359663002 Cr-Commit-Position: refs/heads/master@{#420680}
-
braveyao authored
The capture part has been landed in cl https://codereview.chromium.org/2125973002/. This cl is to implement the control part in chrome/ and content/. The document is here, https://goo.gl/QNH29g. This cl proposes a pemission design on Android, including permission info bar and head up notification, which will show up each time at starting screen capture and user can check/stop the capture without leaving current page. And all of these is behind a flag as an experimental feature. BUG=487935 Review-Url: https://codereview.chromium.org/2123863004 Cr-Commit-Position: refs/heads/master@{#420679}
-
ellyjones authored
Also, git cl format the table. BUG=418726 Review-Url: https://codereview.chromium.org/2369453003 Cr-Commit-Position: refs/heads/master@{#420678}
-
jkrcal authored
Previously, the provider of remote content suggestions used a complicated logic to merge suggestions across fetches and to expire them. After this CL, - new (non-empty) list of suggestions for a category always replaces the previous content of the category, - we never expire current suggestions, only dismissed suggestions are removed after expiry date (we do not need a timer, this can happen before we use dismissed suggestions for filtering newly fetched suggestions), - we keep an archive of older suggestions in memory to support previously opened NTPs (these are never stored to DB and thus cleared upon restart; we trim the list after 200 suggestions to address users that never close Chrome). This CL does not deal with clearing orphaned suggestion thumbnails from the DB which is necessary for the current design. This is left for a follow-up CL. As additional technical steps: - The suggestions->category map was removed from the ContentSuggestionService. This blocked image fetching queries for archived suggestions to get to the provider (as the service does not know about the archive). We now rely on the category being encoded into the suggestion_id string. To this end the CL moved the functions that build and parse suggestion_id strings into CategoryFactory to be accessible both from the service and the providers. BUG=649009 Review-Url: https://codereview.chromium.org/2355393002 Cr-Commit-Position: refs/heads/master@{#420677}
-
xunjieli authored
This CL adds GetLoadTimingInfo to net::BidirectionalStream. This is a part of the effort to expose timing metrics to net embedders. This CL additionally moves |start_time| to BidirectionalStream's constructor so we measure the true request start time (before dns, ssl) BUG=648346 Review-Url: https://codereview.chromium.org/2359493003 Cr-Commit-Position: refs/heads/master@{#420676}
-
eyaich authored
BUG=chromium:633253 Review-Url: https://codereview.chromium.org/2366673002 Cr-Commit-Position: refs/heads/master@{#420675}
-
servolk authored
BUG=b/31399384 Review-Url: https://codereview.chromium.org/2368573002 Cr-Commit-Position: refs/heads/master@{#420674}
-
jinho.bang authored
Intent to deprecated: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WhUAKyc0O80 Related spec change: https://github.com/w3c/browser-payment-api/issues/244 BUG=648049 Review-Url: https://codereview.chromium.org/2352513002 Cr-Commit-Position: refs/heads/master@{#420673}
-
rnephew authored
BUG=641390 Review-Url: https://codereview.chromium.org/2362243002 Cr-Commit-Position: refs/heads/master@{#420672}
-
bcwhite authored
BUG=635993 Review-Url: https://codereview.chromium.org/2362713002 Cr-Commit-Position: refs/heads/master@{#420671}
-
dpapad authored
Before, validation was triggered on focus, which ended up showing the "invalid" message before the user had any chance to type anything. Now validation is only triggered on input, which is less annoying to the user. BUG=621456 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2366783002 Cr-Commit-Position: refs/heads/master@{#420670}
-
eroman authored
parse an entire Certificate. (Part of a series of changes for simplifying the parsing tests to be in terms of just certificates for consistent entry point and expectations) BUG=634443 Review-Url: https://codereview.chromium.org/2359783003 Cr-Commit-Position: refs/heads/master@{#420669}
-
tmartino authored
BUG=648686 Review-Url: https://codereview.chromium.org/2364683002 Cr-Commit-Position: refs/heads/master@{#420668}
-
ellyjones authored
Without this, we do a considerable amount of repainting every timer tick. BUG=645262 Review-Url: https://codereview.chromium.org/2322303002 Cr-Commit-Position: refs/heads/master@{#420667}
-
tommycli authored
We are probably going to change this soon to only use the Plugin content setting for Flash. Before that, we should merge these two identical implementations so we don't have to change it in two places. BUG=615738 Review-Url: https://codereview.chromium.org/2367553002 Cr-Commit-Position: refs/heads/master@{#420666}
-
sammiequon authored
Previously, when multiple user pods are present, tabbing out of oneresets the password, but the submit button is not disabled. Also the submit button was being tabbed into after the header bar; removed tabbing for submit button since enter key does the same thing. BUG=649370 TEST=none Review-Url: https://codereview.chromium.org/2365943002 Cr-Commit-Position: refs/heads/master@{#420665}
-
xunjieli authored
This CL adds a net::BrotliSourceStream to do brotli decoding. The new class is based on net::BrotliFilter but implements the new pull-based interface of net::FilterSourceStream. This is a part of the effort to convert net::Filter into a pull-based interface. See the linked bug for more details. BUG=474859 Review-Url: https://codereview.chromium.org/2329973003 Cr-Commit-Position: refs/heads/master@{#420664}
-
gayane authored
This change cleans up UMA 3g experiment related code, but leaving the experiment imposed behavior. It also removes the use of Android only metrics enabled pref kCrashReportingEnabled as now we are fully transitioned to kMetricsReportingEnabled BUG=532084, 455847 Review-Url: https://codereview.chromium.org/2351873002 Cr-Commit-Position: refs/heads/master@{#420663}
-
jochen authored
R=dcheng@chromium.org, domenic@chromium.org BUG= Review-Url: https://codereview.chromium.org/2357263006 Cr-Commit-Position: refs/heads/master@{#420662}
-
jkarlin authored
Cleans up the content-type metrics in http_cache_transaction and adds metrics for two new content types, audio and video. BUG=617620 Review-Url: https://codereview.chromium.org/2350183002 Cr-Commit-Position: refs/heads/master@{#420661}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/3215ef3233f90481f50275a9acdb5ba3b2709421 perf.fyi: Add 'mb' to the Win Clang Builder (hans@chromium.org) https://crrev.com/1e981b104f83d776d978309ad58bd61e7ec1e1b1 Remove 'ChromiumOS GN' builders from master.chromium.chromiumos. (dpranke@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=649539,649579 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2362313002 Cr-Commit-Position: refs/heads/master@{#420660}
-
tomhudson authored
Manual revert of crrev.com/10069004, which shouldn't be necessary given changes in the rendering pipeline over the last four and a half years. R=bbudge@chromium.org BUG=543755 Review-Url: https://codereview.chromium.org/2361903004 Cr-Commit-Position: refs/heads/master@{#420659}
-
sammiequon authored
Previously clicking the backspace to erase all characters would cause input box to lose focus. Fixed this by removing the disabled state. Previously clicking enter keyboard key after touching a number button would cause an additional number to get appended to the password string before sending the password. Fixed this by removing the default enter key = tap on polymers button. BUG=647709,648772 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2357743002 Cr-Commit-Position: refs/heads/master@{#420658}
-
alexclarke authored
Adds a -deterministic-fetch flag to headless_shell which causes network reuests to complete in the same order they're created in. This removes a significant source of network related non-determinism at the cost of slower page loads. BUG=546953 Review-Url: https://codereview.chromium.org/2352663003 Cr-Commit-Position: refs/heads/master@{#420657}
-
ekaramad authored
Ctrl+Command+D pops up a dictionary at current mouse location for the underlying text. To implement this for OOPIF, the following changes where made: + Add a method to RenderWidgetHostInputEventRouter to return the RenderWidgetHost at the given location. + Move TextInputClientObserver logic to RenderFrameImpl + Pass both WebWidget and WebView to WebSubStringUtil so that it can query the string for both main frame and sub frames. Ideally, TextInputClientObserver should belong to RenderWidget. But due to protected inheritance of WebViewImpl form WebWidget, this would not work for main frame which still holds a WebViewImpl as its WebWidget. BUG=640355 Review-Url: https://codereview.chromium.org/2278283002 Cr-Commit-Position: refs/heads/master@{#420656}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/3f4111fbff12..4dd613cb51c1 $ git log 3f4111fbf..4dd613cb5 --date=short --no-merges --format='%ad %ae %s' 2016-09-23 kcwu Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoder BUG=648935,649436 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2364973002 Cr-Commit-Position: refs/heads/master@{#420655}
-
bcwhite authored
1) Create persistent histogram records in an atomic manner so there are no half-filled entries left around should the process crash before it completes. 2) Validate the ID is non-zero before trying to access a histogram from persistent storage. BUG=649371 Review-Url: https://codereview.chromium.org/2367503002 Cr-Commit-Position: refs/heads/master@{#420654}
-
pauljensen authored
Turns out NetworkState was only needed for the current default network, so simplify unnecessary pieces. This is in preparation for adding WiFi SSID to NetworkState, so I wanted to reduce the dependence on NetworkState so the code wouldn't be required to fetch the Wifi SSID as much. BUG=647691 R=xunjieli Review-Url: https://codereview.chromium.org/2361563003 Cr-Commit-Position: refs/heads/master@{#420653}
-
agrieve authored
NOTRY=true Review-Url: https://codereview.chromium.org/2357263005 Cr-Commit-Position: refs/heads/master@{#420652}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2318303002 Cr-Commit-Position: refs/heads/master@{#420651}
-
boliu authored
These are flaky tests detected by chromium-try-flakes.appspot.com in the last day. Roughly same number of tests as yesterday. So possibly reached a steady state now. BUG=619055 TBR=tedchoc@chromium.org Review-Url: https://codereview.chromium.org/2365783003 Cr-Commit-Position: refs/heads/master@{#420650}
-
tommycli authored
BUG=641626 Review-Url: https://codereview.chromium.org/2352393004 Cr-Commit-Position: refs/heads/master@{#420649}
-
estade authored
BUG=642920 Review-Url: https://codereview.chromium.org/2357363002 Cr-Commit-Position: refs/heads/master@{#420648}
-
chcunningham authored
Code that follows assumes samples have some non-zero size. Failing to skip causes unsafe memory de-references and decoder errors (observed in email thread with twitch.tv Review-Url: https://codereview.chromium.org/2361903002 Cr-Commit-Position: refs/heads/master@{#420647}
-
twellington authored
BUG=644932 Review-Url: https://codereview.chromium.org/2363843002 Cr-Commit-Position: refs/heads/master@{#420646}
-
spqchan authored
Made sure that the menubar state is correct when the active space is changed BUG=647111 Review-Url: https://codereview.chromium.org/2351283004 Cr-Commit-Position: refs/heads/master@{#420645}
-
ellyjones authored
This is part 2 of removing non-material top chrome support. BUG=649368 Review-Url: https://codereview.chromium.org/2360343003 Cr-Commit-Position: refs/heads/master@{#420644}
-
jinho.bang authored
This CL is adding support for shipping type. The API allows the page to influence how the shipping address is described. Related spec change: https://github.com/w3c/browser-payment-api/pull/270 https://github.com/w3c/browser-payment-api/pull/285 BUG=648052 Review-Url: https://codereview.chromium.org/2351533002 Cr-Commit-Position: refs/heads/master@{#420643}
-