- 02 Sep, 2014 40 commits
-
-
jri authored
BUG= Review URL: https://codereview.chromium.org/524463004 Cr-Commit-Position: refs/heads/master@{#293010}
-
aurimas authored
Proguard strips these methods if they are not annotated because they are only used in tests. TBR=brettw BUG=163393 Review URL: https://codereview.chromium.org/528963003 Cr-Commit-Position: refs/heads/master@{#293009}
-
nyquist authored
The DistilledPageInfo and related structs are unnecessary, and it is possible to pass the DomDistillerResult proto around instead. Currently they contain the same data, and it is all just copied over. Removing this intermediate step simplifies the code and makes it easier to add more data to the DomDistillerResult proto and passing it through to DistilledPageProto. BUG=409274 Review URL: https://codereview.chromium.org/493853006 Cr-Commit-Position: refs/heads/master@{#293008}
-
pshenoy authored
BUG=None NOTRY=True Review URL: https://codereview.chromium.org/521993002 Cr-Commit-Position: refs/heads/master@{#293007}
-
tbarzic authored
This should enable the message receiver to identify a key to be used for message decryption. BUG=409099 (depends on https://codereview.chromium.org/513013003/) Review URL: https://codereview.chromium.org/518643002 Cr-Commit-Position: refs/heads/master@{#293006}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/98d709bc8d0761df8e0ad35e92c06e500f0be50d..00f30bdc9e34b013da54b4406f36556c5be8d041 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/528023002 Cr-Commit-Position: refs/heads/master@{#293005}
-
Brett Wilson authored
Add usrsctp. Make Windows version configurable for this in the build. direct_dependent_configs for libsrtp. R=hclam@chromium.org Review URL: https://codereview.chromium.org/534713003 Cr-Commit-Position: refs/heads/master@{#293004}
-
scottmg authored
Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of https://codereview.chromium.org/511423004/) Reason for revert: Failed compile here: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Builder/builds/12959/steps/compile/logs/stdio Original issue's description: > Add LatencyInfo support for Surfaces. > > BUG= > > Committed: https://chromium.googlesource.com/chromium/src/+/30ea8cb30b9e0d6fcd037bc434b29bac41196e5e TBR=jamesr@chromium.org,jbauman@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/533913003 Cr-Commit-Position: refs/heads/master@{#293003}
-
baranovich authored
BUG=377538 R=jgraettinger@chromium.org TEST=SpdyNetworkTransactionTest.GoAwayOnPushStreamIdLesserOrEqualThanLastAccepted SpdyNetworkTransactionTest.GoAwayOnOddPushStreamId Review URL: https://codereview.chromium.org/511283005 Cr-Commit-Position: refs/heads/master@{#293002}
-
danakj authored
This memory limit is a lowest-common-denominator type value that should work for more-or-less all platforms. Currently this value causes impl-side painting to increase the size of the renderer process resident memory, which is causing memory regressions on the perf bots. But, having enough memory for 2 frames seems excessive as the baseline since in the common case we need to upload resources for the next compositor deadline that will be presented at the next vsync. So, remove the 2x multiplier from this constant value. R=reveman BUG=407193 Review URL: https://codereview.chromium.org/522023002 Cr-Commit-Position: refs/heads/master@{#293001}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/535543002 Cr-Commit-Position: refs/heads/master@{#293000}
-
bratell authored
R=primiano BUG= Review URL: https://codereview.chromium.org/399683004 Cr-Commit-Position: refs/heads/master@{#292999}
-
jbauman authored
BUG= Review URL: https://codereview.chromium.org/511423004 Cr-Commit-Position: refs/heads/master@{#292998}
-
dtseng authored
Rather than complicating the API with proposals of key re injection, or runtime registration/deregistration (which we might want for other reasons in the future), here's a very simple change that would probably give us the same functionality. If an extension remove all chrome.commands.onCommand listeners, then they will no longer receive the onCommand event and thereafter, the browser should continue propagating the key event and not drop it. I think this is actually the correct behavior, but also allows extension authors to have a little more control over when a command should be processed. BUG=407163 Review URL: https://codereview.chromium.org/504183004 Cr-Commit-Position: refs/heads/master@{#292997}
-
Sadrul Habib Chowdhury authored
BUG=none TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/535593002 Cr-Commit-Position: refs/heads/master@{#292996}
-
orenb authored
They should no longer be flaky/crashing because the underlying watch manager is new, shiny, and more stable. BUG=390979 Review URL: https://codereview.chromium.org/530703003 Cr-Commit-Position: refs/heads/master@{#292995}
-
ahernandez.miralles authored
This is the first in a series of CLs intended to reduce the amount of caching in docserver code. The @Cache annotation is used to indicate that compiled data should be cached in CompiledFileSystem. NOTRY=True Review URL: https://codereview.chromium.org/521693003 Cr-Commit-Position: refs/heads/master@{#292994}
-
jww authored
In https://codereview.chromium.org/473643002/ we added a button for users in the "Remember Certificate Error Decisions" experiment to allow them to revoke their decision to bypass an SSL error for a given host. This commit adds an UMA histogram to count how often a hard revoke actually occurs. BUG=262615 R=felt@chromium.org Review URL: https://codereview.chromium.org/476513002 Cr-Commit-Position: refs/heads/master@{#292993}
-
jdduke authored
Android's vsync listener will now only dispatch a BeginFrame message if such was requested. This exposed a hole in our BeginFrame request pipeline, where short-circuited touch forwarding would bypass the vsync request. Instead, always request the BeginFrame if a touch event was received from the platform, potentially reducing the first frame's latency when the page lacks a touch handler. latency. BUG=408377 Review URL: https://codereview.chromium.org/535453002 Cr-Commit-Position: refs/heads/master@{#292992}
-
Scott Violet authored
Without this I get compile errors in motion_event_web.cc because M_PI is undeclared. BUG=409940 TEST=none R=scottmg@chromium.org Review URL: https://codereview.chromium.org/533863002 Cr-Commit-Position: refs/heads/master@{#292991}
-
mukai authored
BUG=380875 R=xiyuan@chromium.org TEST=build succeeds Review URL: https://codereview.chromium.org/522683003 Cr-Commit-Position: refs/heads/master@{#292990}
-
sullivan authored
Recorded additional tough_energy_cases. Moved all test cases to codepen, so they're easy to edit and all http. BUG= 386152 Review URL: https://codereview.chromium.org/506063002 Cr-Commit-Position: refs/heads/master@{#292989}
-
wjmaclean authored
In a previous attempt to prevent SadTab pages from being zoomable we attempted to use RenderProcessHost::HasConnection, but this fails in the case where a new tab can be started in the same RenderProcessHost while the SadTab is still visible. This CL switches to testing to see if the RenderView for the tab in question is live in order to avoid this problem. BUG=407562 Review URL: https://codereview.chromium.org/529993002 Cr-Commit-Position: refs/heads/master@{#292988}
-
ahernandez.miralles authored
NOTRY=True Review URL: https://codereview.chromium.org/509253003 Cr-Commit-Position: refs/heads/master@{#292987}
-
hubbe authored
.. and switch evil network profile for bad network profile BUG=356842 Review URL: https://codereview.chromium.org/511393007 Cr-Commit-Position: refs/heads/master@{#292986}
-
stgao authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/525433003 Cr-Commit-Position: refs/heads/master@{#292985}
-
wez authored
Review URL: https://codereview.chromium.org/530523002 Cr-Commit-Position: refs/heads/master@{#292984}
-
tdanderson authored
If no gesture handler has been established prior to RootView receiving a ui::ET_GESTURE_END event, do not perform any targeting based on the event's location (and therefore do not dispatch this event to any view); GESTURE_END should only ever be targeted and dispatched to the gesture handler set by a previous gesture. BUG=409918 TEST=ViewTargeterTest.ViewTargeterForGestureEvents, WidgetTest.GestureBeginAndEndEvents, WidgetTest.DisabledGestureEventTarget Review URL: https://codereview.chromium.org/533793002 Cr-Commit-Position: refs/heads/master@{#292983}
-
tmoniuszko authored
Remove redundant data member and include. Followup after https://codereview.chromium.org/493363006 BUG=388084 Review URL: https://codereview.chromium.org/527103003 Cr-Commit-Position: refs/heads/master@{#292982}
-
Dominic Mazzoni authored
This reverts commit fe2ae5fb. BUG=368834,409965 TBR=zea,scottmg Review URL: https://codereview.chromium.org/534733002 Cr-Commit-Position: refs/heads/master@{#292981}
-
bnc authored
Cleanup: This member has been obsoleted by https://crrev.com/516443002. BUG=334602 Review URL: https://codereview.chromium.org/520613004 Cr-Commit-Position: refs/heads/master@{#292980}
-
Brett Wilson authored
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/533853002 Cr-Commit-Position: refs/heads/master@{#292979}
-
Brett Wilson authored
This fixes all non-RTC-related linker errors for Chrome. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/533743004 Cr-Commit-Position: refs/heads/master@{#292978}
-
pkotwicz authored
BUG=407561 TEST=Tests pass in Nexus 5 Review URL: https://codereview.chromium.org/521393002 Cr-Commit-Position: refs/heads/master@{#292977}
-
Brett Wilson authored
This also reworks visibility so both it and the testonly flag are checked when a target is marked resolved, rather than when it is written out. The previous code would not check visibility when doing non-"gen" commands like "check", which is counterintuitive. This change required OnResolved to be able to report a failure, which required updating many callers. But it makes visibility mush easier to test, so I added some additional visibility tests. BUG=357779 R=hclam@chromium.org Review URL: https://codereview.chromium.org/524623005 Cr-Commit-Position: refs/heads/master@{#292976}
-
jbudorick authored
BUG=406596 Review URL: https://codereview.chromium.org/467363004 Cr-Commit-Position: refs/heads/master@{#292975}
-
felt authored
The old prefs are no longer needed; M39 should be a sufficiently long transition time period. BUG=384668 R=mattm@chromium.org Review URL: https://codereview.chromium.org/512083002 Cr-Commit-Position: refs/heads/master@{#292974}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/871dca8ea99f49b8bbf118d0ccbd9da0c59467c3..98d709bc8d0761df8e0ad35e92c06e500f0be50d CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/529083002 Cr-Commit-Position: refs/heads/master@{#292973}
-
bnc authored
SpdySession::SendInitialData() now only retrieves and sends server-persisted SPDY settings for SPDY/3.1 and below. BUG=408348 Review URL: https://codereview.chromium.org/515353002 Cr-Commit-Position: refs/heads/master@{#292972}
-
ajith.v authored
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= Review URL: https://codereview.chromium.org/521583003 Cr-Commit-Position: refs/heads/master@{#292971}
-