- 11 Dec, 2014 40 commits
-
-
sullivan authored
BUG=353260 Review URL: https://codereview.chromium.org/801503002 Cr-Commit-Position: refs/heads/master@{#307989}
-
brucedawson authored
Warning was: src\sandbox\win\src\policy_engine_processor.cc(81) : warning C6313: Incorrect operator: zero-valued flag cannot be tested with bitwise-and. This change should have no effect because the kStopOnErrors policy is never requested. BUG=427616 Review URL: https://codereview.chromium.org/789543004 Cr-Commit-Position: refs/heads/master@{#307988}
-
Daniel Sievers authored
BUG=396568 TBR=feng@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/797783002 Cr-Commit-Position: refs/heads/master@{#307987}
-
tdanderson authored
The current implementation of GestureRecognizerImpl::GetTargetForGestureEvent() will insert a mapping between a touch ID and a NULL GestureConsumer to |touch_id_target_for_gestures_| if queried with a touch ID that does not already exist in the map. Use .at() instead of [] to avoid this possibility. BUG=403346 TEST=none Review URL: https://codereview.chromium.org/466323004 Cr-Commit-Position: refs/heads/master@{#307986}
-
John Abd-El-Malek authored
Causes views_unittests EventMonitorTest.ShouldNotReceiveEventsFromOtherWindow to fail, see http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/35121/steps/views_unittests/logs/stdio This reverts commit e393fdb1. Cr-Commit-Position: refs/heads/master@{#307985}
-
Ken Rockot authored
These people are not really owners. Bye. BUG=None TBR=reillyg@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/797633003 Cr-Commit-Position: refs/heads/master@{#307984}
-
mustaq authored
This is the second platform-dependent CL on our way to support pointer, any-pointer, hover and any-hover media queries. http://dev.w3.org/csswg/mediaqueries-4/#mf-interaction This CL includes changes for windows, aurax11, linux and ozone. This follows the platform-independent patch (crrev.com/685153003) and the Android-specific patch (crrev.com/696713002). BUG=136119 Review URL: https://codereview.chromium.org/781753005 Cr-Commit-Position: refs/heads/master@{#307983}
-
bengr authored
Include tests that verify the interaction of the data reduction proxy's bypass mechanism and a real server. BUG=438866 Review URL: https://codereview.chromium.org/749793002 Cr-Commit-Position: refs/heads/master@{#307982}
-
jeremyim authored
- Save off various events in DataReductionProxyEventStore for later use (last bypass event, data reduction proxy configuration, canary request state) - Plumb DataReductionProxyEventStore through ChromeNetworkDelegate to net_internals_ui.cc for consumption by bandwidth_view.js/html - Update bandwidth_view.* for rendering the DataReductionProxyEventStore information BUG=346356 Review URL: https://codereview.chromium.org/775773002 Cr-Commit-Position: refs/heads/master@{#307981}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b393412..4a1d377 TBR=rtoy@chromium.org,lushnikov@chromium.org,vsevik@chromium.org Review URL: https://codereview.chromium.org/797743002 Cr-Commit-Position: refs/heads/master@{#307980}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/798693002 Cr-Commit-Position: refs/heads/master@{#307979}
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/790003002 Cr-Commit-Position: refs/heads/master@{#307978}
-
estade authored
depends on https://codereview.chromium.org/756333003/ BUG=437116 Review URL: https://codereview.chromium.org/773653002 Cr-Commit-Position: refs/heads/master@{#307977}
-
cmumford authored
This leveldb rev is after 1.18, but is not yet an official leveldb release. Aside from the manifest/log reuse change, all other leveldb changes are minor: * 251ebf5 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. * 77948e7 Add benchmark that measures cost of repeatedly opening the database. * 34ad72e Move header guard below copyright banner. * a75d435 Clean up layering of storage/leveldb/... * b234f65 Added a new fault injection test. * c4c38f9 Add arm64 support to leveldb. * cea9b10 Fixed incorrect comment wording for Iterator::Seek. * c00c569 Deleted old README file. BUG=402980,395799 Review URL: https://codereview.chromium.org/793423002 Cr-Commit-Position: refs/heads/master@{#307976}
-
bnc authored
Enable HTTP/2 by default on tip of tree. This is a requirement for launch on Stable. BUG=401166 Review URL: https://codereview.chromium.org/798613002 Cr-Commit-Position: refs/heads/master@{#307975}
-
mkosiba authored
Replace TraceEvent.begin()/end() calls which implicitly gets the trace event name by doing a costly stack dump, with explicitly named trace event names. Also wrap traces around try/finally. BUG=439118 Review URL: https://codereview.chromium.org/795053007 Cr-Commit-Position: refs/heads/master@{#307974}
-
mathp authored
If available, will use local icons. Otherwise fallback to server provided image. BUG=440487 TBR=stevenjb Review URL: https://codereview.chromium.org/795863002 Cr-Commit-Position: refs/heads/master@{#307973}
-
jiayl authored
BUG=webrtc:3868 Review URL: https://codereview.chromium.org/787003004 Cr-Commit-Position: refs/heads/master@{#307972}
-
thestig authored
Review URL: https://codereview.chromium.org/798433002 Cr-Commit-Position: refs/heads/master@{#307971}
-
achaulk authored
BUG=434115 Review URL: https://codereview.chromium.org/795053006 Cr-Commit-Position: refs/heads/master@{#307970}
-
pkotwicz authored
BUG=401590 TEST=None TBR=sadrul Review URL: https://codereview.chromium.org/797713002 Cr-Commit-Position: refs/heads/master@{#307969}
-
aurimas authored
Updates lint to support cheching for missing xxxhdpi assets. BUG=None Review URL: https://codereview.chromium.org/796933002 Cr-Commit-Position: refs/heads/master@{#307968}
-
gunsch authored
R=lcwu@chromium.org,ttuttle@chromium.org BUG=419909 Review URL: https://codereview.chromium.org/785693002 Cr-Commit-Position: refs/heads/master@{#307967}
-
vadimt authored
Latest instrumentations show that most of jank comes from DiskCacheBasedQuicServerInfo::OnIOComplete (17.1). Note that it calls DiskCacheBasedQuicServerInfo::DoLoop, which calls a bunch of methods, all of them instrumented now. The above jank happens outside of the DoLoop call, and outside of DiskCacheBasedQuicServerInfo::PersistInternal call. This points to wait_for_ready_callback_ callback. Instrumenting more. (There is also 3.4 jank in Transaction::OnIOComplete, but this is not my focus now.) BUG=422516 Review URL: https://codereview.chromium.org/789483004 Cr-Commit-Position: refs/heads/master@{#307966}
-
zea authored
We were listening to network events and trying to reconnect before even being told to do the first connection. Until Connect() has been called, SignalConnectionReset should have no effect. BUG=440455 Review URL: https://codereview.chromium.org/793883003 Cr-Commit-Position: refs/heads/master@{#307965}
-
sergeyu authored
content::RenderWidgetHost::FromID() may return NULL and MessageService::OpenChannelToNativeApp() wasn't handling that case properly. I couldn't reproduce the problem, but I think this change should fix it. BUG=420495 Review URL: https://codereview.chromium.org/791343003 Cr-Commit-Position: refs/heads/master@{#307964}
-
vmpstr authored
This patch removes some more client functionality from picture layer tiling. These values don't typically change (aside from going from gpu to cpu rasterization), but are frequently accessed. By eliminating these calls makes the code more direct (ie it's obvious where these settings are set). Also, it potentially makes the code quicker since it eliminates several virtual calls, although this is only called once per frame. BUG=433048 R=danakj, enne Review URL: https://codereview.chromium.org/775483002 Cr-Commit-Position: refs/heads/master@{#307963}
-
scherkus authored
Includes workaround for VS2013 accidental FMA3 insturction execution bug on Windows x64 machines. TBR=dalecurtis BUG=440892 Review URL: https://codereview.chromium.org/796913003 Cr-Commit-Position: refs/heads/master@{#307962}
-
jmadill authored
The sRGB and depth texture tests should now pass on D3D9 AMD systems. AMD-D3D9 only appears on the GPU FYI bots so GPU trybots won't test this path. BUG=angle:839 Review URL: https://codereview.chromium.org/792863002 Cr-Commit-Position: refs/heads/master@{#307961}
-
andresantoso authored
ManagePasswordBubbleView wants to monitor events on a specific window, currently using aura specific code that won't work for MacViews. views::EventMonitor is enhanced to support monitoring events on a window, with both Mac and Aura implementations. Also includes minor compile fixes in ZoomBubbleView and StatusBubbleView. BUG=425229 TEST=EventMonitorAuraTest, EventMonitorMacTest Review URL: https://codereview.chromium.org/730833006 Cr-Commit-Position: refs/heads/master@{#307960}
-
chrishtr authored
Revert "Revert of Delete the enable/disable layer squashing flags and settings. (patchset #1 id:1 of https://codereview.chromium.org/785323002/)" TBR=jochen Review URL: https://codereview.chromium.org/795203002 Cr-Commit-Position: refs/heads/master@{#307959}
-
estade authored
BUG=439252 Review URL: https://codereview.chromium.org/785953004 Cr-Commit-Position: refs/heads/master@{#307958}
-
tdanderson authored
No longer necessary, so unfriend and delete the associated TODO. BUG=none TEST=none Review URL: https://codereview.chromium.org/796923002 Cr-Commit-Position: refs/heads/master@{#307957}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/46f4a9f..b393412 TBR=rtoy@chromium.org,lushnikov@chromium.org,vsevik@chromium.org Review URL: https://codereview.chromium.org/802493002 Cr-Commit-Position: refs/heads/master@{#307956}
-
ajuma authored
This removes the "enable-transition-compositing" and "disable-transition-compositing" flags and the corresponding about:flags experiment. The feature controlled by these flags was removed from Blink (in http://crrev.com/206593005), so these flags are currently no-ops. BUG=178119,439845 Review URL: https://codereview.chromium.org/788393003 Cr-Commit-Position: refs/heads/master@{#307955}
-
jochen authored
BUG=98637 R=maruel@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/724603004 Cr-Commit-Position: refs/heads/master@{#307954}
-
chrome://flagswfh authored
Supplying via command line is not sustainable because shortcuts are sometimes sanitized, so moving to a flag so a persistent state can be set. Also add a Finch experiment to enable win32k lockdown, and an UMA metric to report when it's enabled (either by Finch or flags) BUG=365160 Review URL: https://codereview.chromium.org/792873004 Cr-Commit-Position: refs/heads/master@{#307953}
-
dfalcantara authored
* Moves the DocumentTabModel interface upstream. * Moves the DocumentTabModelInfo protobuf that stores basic info about a DocumentTabModel upstream. Formerly called DocumentDatabase. * Temporarily adds findbugs warnings until the DocumentTabModelImpl moves upstream. BUG=415747 NOTRY=true Review URL: https://codereview.chromium.org/796633002 Cr-Commit-Position: refs/heads/master@{#307952}
-
hubbe authored
TBR=miu BUG=441390 Review URL: https://codereview.chromium.org/800533002 Cr-Commit-Position: refs/heads/master@{#307951}
-
nick authored
This will be useful as a signal in crash dumps, indicating that the dtor has run. BUG=438951 Review URL: https://codereview.chromium.org/794673002 Cr-Commit-Position: refs/heads/master@{#307950}
-