- 16 Jul, 2016 31 commits
-
-
lushnikov authored
Currently, the selectors in styles sidebar pane are rendered each in a separate span, which makes them ctrl-clickable. This is needed to help in SourceMap debugging, as different selectors might be coming from different places in sources. (see crbug.com/266416) However, as it generates a lot of DOM nodes, this patch stitches unmatched selectors together in a single element. The selectors, however, are rendered separately as the user hits Ctrl and hovers over the section. BUG=628409 R=pfeldman, dgozman Review-Url: https://codereview.chromium.org/2146233003 Cr-Commit-Position: refs/heads/master@{#405934}
-
dpranke authored
This finishes the work in bug 625353 to make v8_target_cpu/v8_current_cpu work correctly across multiple toolchains, by deleting the workaround that was needed to get the changes to land across repos. TBR=machenbach@chromium.org BUG=625353 Review-Url: https://codereview.chromium.org/2157733002 Cr-Commit-Position: refs/heads/master@{#405933}
-
varkha authored
This is non-MD 9-patch shadow just to test drive the looks. Effectively this patch preserves the regular ash window shadows and applies them in overview. BUG=608852 Review-Url: https://codereview.chromium.org/2150823002 Cr-Commit-Position: refs/heads/master@{#405932}
-
lanwei authored
The below pointer event tests cause memory leak. pointerevents/pointerevent_touch-action-auto-css_touch-manual.html pointerevents/pointerevent_releasepointercapture_onpointercancel_touch-manual.html pointerevents/pointerevent_touch-action-pan-x-pan-y_touch-manual.html BUG=628660 Review-Url: https://codereview.chromium.org/2154713003 Cr-Commit-Position: refs/heads/master@{#405931}
-
rsleevi authored
BUG=none Review-Url: https://codereview.chromium.org/2156643003 Cr-Commit-Position: refs/heads/master@{#405930}
-
lushnikov authored
Today, when the computed styles widget gets updated, it collapses all the previously expanded properties. This patch preserves property expansion on computed style re-rendering. BUG=623317 R=dgozman Review-Url: https://codereview.chromium.org/2152313002 Cr-Commit-Position: refs/heads/master@{#405929}
-
zmo authored
BUG=429053 TEST=webgl2_conformance R=piman@chromium.org CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2152213002 Cr-Commit-Position: refs/heads/master@{#405928}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#405927}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/09f0997bf BUG=616600 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/2153333002 . Cr-Commit-Position: refs/heads/master@{#405926}
-
pfeldman authored
Review-Url: https://codereview.chromium.org/2152093002 Cr-Commit-Position: refs/heads/master@{#405925}
-
dpapad authored
BUG=626989,602896 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2153243002 Cr-Commit-Position: refs/heads/master@{#405924}
-
jaydasika authored
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2158633002 Cr-Commit-Position: refs/heads/master@{#405923}
-
bsep authored
BUG=613414 Review-Url: https://codereview.chromium.org/2147143003 Cr-Commit-Position: refs/heads/master@{#405922}
-
stevenjb authored
This CL: * Does some code cleanup * Fixes showing and enabling of the Connect button * Fixes pincode and passkey logic * Disables the 'enable' UI when bluetooth is not available. BUG=602538 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2148573003 Cr-Commit-Position: refs/heads/master@{#405921}
-
wkorman authored
Cull rects were larger than needed when text was selected. Identified while investigating test failure of: svg/text/text-selection-align-06-b.svg as part of http://crrev.com/2073563002 for crbug.com/616600, though fixing these did not actually fix any issues for that patch or bug. Reland of http://crrev.com/2137753002 with updated test to approximate expected rects to allow for minor font metrics differences across platforms. Notably, previous patch failed on Android Nexus 4 due to 1 - 2 pixel deltas. BUG=627233 TBR=pdr Review-Url: https://codereview.chromium.org/2151323004 Cr-Commit-Position: refs/heads/master@{#405920}
-
kbr authored
Mark the test flaky on Win Debug (can't identify this separately from Win x64 Debug). Add better logging. BUG=628697 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2152283004 Cr-Commit-Position: refs/heads/master@{#405919}
-
caseq authored
This generalize the way we finialize timeline recording so that it's easier to plug in extension trace providers. BUG=620066 Review-Url: https://codereview.chromium.org/2137213004 Cr-Commit-Position: refs/heads/master@{#405918}
-
chrishtr authored
BUG=616600 Review-Url: https://codereview.chromium.org/2147393003 Cr-Commit-Position: refs/heads/master@{#405917}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1d801c6f..81943068 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2158643002 Cr-Commit-Position: refs/heads/master@{#405916}
-
erikchen authored
The test is exceedingly simple. It uses 2D Canvas to draw a gradient, then it uses a css filter effect animation to modulate the radius of a gaussian blur effect. BUG=616811, 581526 Review-Url: https://codereview.chromium.org/2153913003 Cr-Commit-Position: refs/heads/master@{#405915}
-
ynovikov authored
BUG=626498 Review-Url: https://codereview.chromium.org/2152233002 Cr-Commit-Position: refs/heads/master@{#405914}
-
caseq authored
Review-Url: https://codereview.chromium.org/2143033004 Cr-Commit-Position: refs/heads/master@{#405913}
-
stip authored
BUG=589168 Review-Url: https://codereview.chromium.org/2156763002 Cr-Commit-Position: refs/heads/master@{#405912}
-
trizzofo authored
BUG=626728 Review-Url: https://codereview.chromium.org/2154603003 Cr-Commit-Position: refs/heads/master@{#405911}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/84bd4e0eb215..7de849b81d47 $ git log 84bd4e0eb..7de849b81 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2147333003 Cr-Commit-Position: refs/heads/master@{#405910}
-
stevenjb authored
BUG=628441 Review-Url: https://codereview.chromium.org/2153223002 Cr-Commit-Position: refs/heads/master@{#405909}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/799bc86d8 BUG=529938 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/2155873002 . Cr-Commit-Position: refs/heads/master@{#405908}
-
dbeam authored
R=danakj@chromium.org BUG=522018 Review-Url: https://codereview.chromium.org/2114993003 Cr-Commit-Position: refs/heads/master@{#405907}
-
donnd authored
Adds a DCHECK that we're actually deleting a resource when no bitmap is specified in the constructor. BUG=562353 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2154473004 Cr-Commit-Position: refs/heads/master@{#405906}
-
dbeam authored
R=dpranke@chromium.org BUG=628783 Review-Url: https://codereview.chromium.org/2152523002 Cr-Commit-Position: refs/heads/master@{#405905}
-
dadrian authored
Android now supports dynamic pins, but not static pins. BUG=517311 Review-Url: https://codereview.chromium.org/2151063003 Cr-Commit-Position: refs/heads/master@{#405904}
-
- 15 Jul, 2016 9 commits
-
-
rdevlin.cronin authored
BUG=None Review-Url: https://codereview.chromium.org/2153243003 Cr-Commit-Position: refs/heads/master@{#405903}
-
ericrk authored
crbug.com/611310 contains a report of a rendering issue on 10.9. As I haven't been able to repro locally, I was hoping to get more data on this issue during beta/canary, but no additional reports have come in. In order to allow us to launch to stable with lower risk, this CL disables GPU raster on 10.9, which only accounts for ~7% of mac users. We may re-enable this for M53 Beta M54 Canary in order to track down the issue in question, and hopefully launch to 10.9 in M53. BUG=611310 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2151393002 Cr-Commit-Position: refs/heads/master@{#405902}
-
donnd authored
When the TTS UX is showing and the user activates a context menu, the selection controller gets an event sequence that's confusing, causing a tap-selection to show the selection handles. This change hides the Contextual Search UX, and adds a state where the selection controller knows to ignore the next event that would show the selection handles, when a context menu has just been shown. This change cleans up a sequence implicated in a crash, so that won't be reproducible through triggering the Context Menu anymore. (Issue 562353) BUG=628436,562353 Review-Url: https://codereview.chromium.org/2150213002 Cr-Commit-Position: refs/heads/master@{#405901}
-
dfalcantara authored
* Add the ability to bold parts of a label. * Add the ability to show a tertiary label in the PaymentOption, which will later be used for phone number display. * The phone number is passed in to the PaymentOption using the new constructor via the AutofillAddress class. See crbug.com/626833 for screenshots. BUG=603635,626833 Review-Url: https://codereview.chromium.org/2135573004 Cr-Commit-Position: refs/heads/master@{#405900}
-
shaktisahu authored
Currently most of the chrome UI code access NavigationController through WebContents. However for Blimp mode there is no WebContents and hence needs a different way to access NavigationController. In this CL, a NavigationHandler interface was written that can be directly accessed from tab. This would be used throughout clank UI. Chrome and blimp versions would implement this interface. BUG=612080 Review-Url: https://codereview.chromium.org/2087543002 Cr-Commit-Position: refs/heads/master@{#405899}
-
kozyatinskiy authored
BUG=591496 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2146333003 Cr-Commit-Position: refs/heads/master@{#405898}
-
hcarmona authored
BUG=624722 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2111643005 Cr-Commit-Position: refs/heads/master@{#405897}
-
ccameron authored
The target just needs to be bound as an FBO color attachment, so we don't even have to deal with coordinate conversion math. BUG=626861 Review-Url: https://codereview.chromium.org/2144423003 Cr-Commit-Position: refs/heads/master@{#405896}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/de0a832e..1d801c6f 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2150223003 Cr-Commit-Position: refs/heads/master@{#405895}
-