- 19 May, 2016 40 commits
-
-
rsesek authored
BUG=611414 R=brettw@chromium.org,dpranke@chromium.org,sdefresne@chromium.org Review-Url: https://codereview.chromium.org/1982463002 Cr-Commit-Position: refs/heads/master@{#394840}
-
alph authored
Revert of DevTools: Add inertia to flamechart dragging. (patchset #2 id:20001 of https://codereview.chromium.org/1995783002/ ) Reason for revert: Broke item selection on flamechart Original issue's description: > DevTools: Add inertia to flamechart dragging. > > Committed: https://crrev.com/9d73e469f31c85095dd8469dfe72971721310fab > Cr-Commit-Position: refs/heads/master@{#394666} TBR=caseq@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/1995123002 Cr-Commit-Position: refs/heads/master@{#394839}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/7ae039eca426..caaf30d6a5c5 $ git log 7ae039eca..caaf30d6a --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/1995733004 Cr-Commit-Position: refs/heads/master@{#394838}
-
fmalita authored
Splitting the straightforward/refactor-only bits from http://crrev.com/1949253004, to simplify reviewing: * move the current bottom color layer fast path to a helper function (paintFastBottomLayer) * introduce FillLayerInfo, a stack-allocated helper struct shared by paintFillLayer and paintFastBottomLayer * consolidate the computation of various paint params in FillLayerInfo's ctor The follow-up will expand paintFastBottomLayer() to also handle single-tile rounded-rect image backgrounds. R=chrishtr@chromium.org,trchen@chromium.org,fs@opera.com Review-Url: https://codereview.chromium.org/1992733005 Cr-Commit-Position: refs/heads/master@{#394837}
-
cernekee authored
Track the default logical service (i.e. VPN or physical interface) and notify ARC when it changes. Allow ARC to query the default service at startup time. This reports IP information, MAC address, wifi parameters, etc. BUG=b/26495433 Review-Url: https://codereview.chromium.org/1925083003 Cr-Commit-Position: refs/heads/master@{#394836}
-
oshima authored
BUG=None R=watk@chromium.org Review-Url: https://codereview.chromium.org/1994253002 Cr-Commit-Position: refs/heads/master@{#394835}
-
pkasting authored
These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Review-Url: https://codereview.chromium.org/1990173002 Cr-Commit-Position: refs/heads/master@{#394834}
-
jyasskin authored
Specified at https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattserver-disconnect and https://webbluetoothcg.github.io/web-bluetooth/#disconnection-events. BUG=582537 Review-Url: https://codereview.chromium.org/1991063002 Cr-Commit-Position: refs/heads/master@{#394833}
-
mikecase authored
When resizing the WebView shell, for example when in Android N's multi-window mode, the WebView shell activity will restart which is inconvenient. This CL fixes that. BUG= Review-Url: https://codereview.chromium.org/1996473003 Cr-Commit-Position: refs/heads/master@{#394832}
-
gab authored
BUG=None Review-Url: https://codereview.chromium.org/1992973002 Cr-Commit-Position: refs/heads/master@{#394831}
-
glevin authored
BUG=612181 TEST=Switch language to Bengali (India), open systray menu, notice that power values (% and time remaining) are displayed using Bengali, rather than Arabic, numberic characters. Review-Url: https://codereview.chromium.org/1951493002 Cr-Commit-Position: refs/heads/master@{#394830}
-
peter authored
This somehow got lost in my previous CL after a rebase :/ https://codereview.chromium.org/1931843002/ BUG=583753 Review-Url: https://codereview.chromium.org/1997693002 Cr-Commit-Position: refs/heads/master@{#394829}
-
kelvinp authored
This CL introduces a new struct protocol::Address that encapsulates the routing address of the chromoting endpoints. This will allow us to route signaling messages using both XMPP and LCS. BUG=612588 Review-Url: https://codereview.chromium.org/1984383003 Cr-Commit-Position: refs/heads/master@{#394828}
-
jbauman authored
Currently the ui::Compositor checks whether the output is secure and whether there's a copy output request on it before drawing a secure_output_only texture. This is insufficient, because there may be a copy output request on the final Surface and the compositor won't know about it. Instead pass that information through the TextureDrawQuad and allow the SurfaceAggregator to check it. BUG=610086 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/1968363002 Cr-Commit-Position: refs/heads/master@{#394827}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/76f9a545c BUG=605319 TBR=wkorman@chromium.org Review URL: https://codereview.chromium.org/1998663003 . Cr-Commit-Position: refs/heads/master@{#394826}
-
vasilii authored
BUG=612501 Review-Url: https://codereview.chromium.org/1990213003 Cr-Commit-Position: refs/heads/master@{#394825}
-
alph authored
BUG=612600 NOTRY=true Review-Url: https://codereview.chromium.org/1984103004 Cr-Commit-Position: refs/heads/master@{#394824}
-
pkasting authored
These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Review-Url: https://codereview.chromium.org/1991113002 Cr-Commit-Position: refs/heads/master@{#394823}
-
jinho.bang authored
According to the references[1][2], 'currencyCode' property is renamed to 'currency' to allow flexible currency identifiers. [1] https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#h-currencyamount [2] https://github.com/w3c/browser-payment-api/commit/563ecd594b5757f5175ee6ede3b41cdd8810d932 BUG=none Review-Url: https://codereview.chromium.org/1981903002 Cr-Commit-Position: refs/heads/master@{#394822}
-
pilgrim authored
There are several references to layoutView() which can be replaced 1-1 with layoutViewItem(). I added hitTestNoLifecycleUpdate() to LayoutViewItem. BUG=499321 Review-Url: https://codereview.chromium.org/1998643002 Cr-Commit-Position: refs/heads/master@{#394821}
-
thestig authored
BUG=603903 Review-Url: https://codereview.chromium.org/1991103003 Cr-Commit-Position: refs/heads/master@{#394820}
-
machenbach authored
GCC doesn't turn on rtti by default, while clang does. Setting it explicitly to make sure we always compile as desired. BUG=chromium:474921 Review-Url: https://codereview.chromium.org/1992083003 Cr-Commit-Position: refs/heads/master@{#394819}
-
brucedawson authored
BUG=604060 Review-Url: https://codereview.chromium.org/1996083002 Cr-Commit-Position: refs/heads/master@{#394818}
-
erikchen authored
There are two bugs. Once those bugs are fixed, I will reenable the feature. https://bugs.chromium.org/p/chromium/issues/detail?id=581777#c37 BUG=581777 Review-Url: https://codereview.chromium.org/1970013002 Cr-Commit-Position: refs/heads/master@{#394817}
-
pkasting authored
These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Review-Url: https://codereview.chromium.org/1993173002 Cr-Commit-Position: refs/heads/master@{#394816}
-
huangs authored
AssemblyProgram previously allocates new Label instances as it parses an executable and emits instructions. This CL replaces the flow by using LabelManager to precompute Labels in one array. This allows us to reduce Courgette-apply peak RAM by 25%, measured by "choke RAM until failure" method. Details: - We precompute Labels in AssemblyProgram::PrecomputeLabels(), which relies on RvaVisitor inherited classes for architecture-specific extraction of abs32 and rel32 targets. - TrimLabel()'s complex post-processing flow is simplified using PrecomputeLabels(), which runs before main file parse. - This requires RemoveUnusedRel32Locations() to update rel32. - Deprecating C_TRIM_FAILED error message. - Moving more common functionality to Disassembler, but duplicating some code for win32-x86 and win32-x64 to follow existing pattern. BUG=613216 Review-Url: https://codereview.chromium.org/1935203002 Cr-Commit-Position: refs/heads/master@{#394815}
-
pkasting authored
These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Review-Url: https://codereview.chromium.org/1995573004 Cr-Commit-Position: refs/heads/master@{#394814}
-
pkasting authored
These were exposed by changing DISALLOW_COPY_AND_ASSIGN to use "= delete", and must be fixed before that change can land. See https://codereview.chromium.org/1981053002/ for the full CL. BUG=447156 TEST=none Review-Url: https://codereview.chromium.org/1995963002 Cr-Commit-Position: refs/heads/master@{#394813}
-
maybelle authored
BUG=612114 Review-Url: https://codereview.chromium.org/1993253002 Cr-Commit-Position: refs/heads/master@{#394812}
-
gayane authored
BUG=455847 Review-Url: https://codereview.chromium.org/1974593002 Cr-Commit-Position: refs/heads/master@{#394811}
-
pilgrim authored
There was a single reference to layoutView() which can be replaced 1-1 with layoutViewItem(). No new API methods were required. BUG=499321 Review-Url: https://codereview.chromium.org/1993223002 Cr-Commit-Position: refs/heads/master@{#394810}
-
jbudorick authored
BUG= TBR=dpranke@chromium.org,mdjones@chromium.org Review-Url: https://codereview.chromium.org/1996013003 Cr-Commit-Position: refs/heads/master@{#394809}
-
schenney authored
The BrowserPlugin updateGeometry code was only sending a UpdateGeometry message to its host if the rect was the _same_ as the previous rect. This required two calls to the method in order to get the message sent, and no doubt resulted in the message being sent every time the geometry was the same and never when it was different. R=fsamuel@chromium.org, lazyboy@chromium.org BUG=555201,596494 Review-Url: https://codereview.chromium.org/1958903005 Cr-Commit-Position: refs/heads/master@{#394808}
-
wkorman authored
This change is intended to fix the paint invalidation rect, and thus the visual rect, as part of the linked bug http://crbug.com/605319 spun out of http://crbug.com/529938. There is more explanation of the intended use of visual rects in my comment at http://crbug.com/604883#c5 The visual rects that are incorrect without this change are not currently used by live code, but will be used as part of http://crrev.com/1484163002. This change fixes about 15 LayoutTests with that patch applied, mainly under editing. BUG=605319 Review-Url: https://codereview.chromium.org/1955423004 Cr-Commit-Position: refs/heads/master@{#394807}
-
kylixrd authored
BUG=609398 Review-Url: https://codereview.chromium.org/1992103002 Cr-Commit-Position: refs/heads/master@{#394806}
-
pilgrim authored
There are several references to layoutView() which can be replaced 1-1 with layoutViewItem(). I added an updateStyleAndLayout() method to LayoutItem. BUG=499321 Review-Url: https://codereview.chromium.org/1995853003 Cr-Commit-Position: refs/heads/master@{#394805}
-
bmcquade authored
BUG=612576 Review-Url: https://codereview.chromium.org/1991073002 Cr-Commit-Position: refs/heads/master@{#394804}
-
pilgrim authored
There was a single reference to layoutView() which can be replaced 1-1 with layoutViewItem(). No new API methods are required. BUG=499321 Review-Url: https://codereview.chromium.org/1991703003 Cr-Commit-Position: refs/heads/master@{#394803}
-
nzolghadr authored
Move touch hit testing to PointerEventManager class to separate pointer event hit testing from touch event hit testing. Now touch events use the pointer event hit testing result if they were in the touch capturing iframe otherwise they do another hit testing. BUG=606822 Review-Url: https://codereview.chromium.org/1971473002 Cr-Commit-Position: refs/heads/master@{#394802}
-
luoe authored
BUG=607691 Review-Url: https://codereview.chromium.org/1978323002 Cr-Commit-Position: refs/heads/master@{#394801}
-