- 31 Dec, 2015 36 commits
-
-
mikhail.pozdnyakov authored
The patch changes removes WTF type trais and changes the client code as following: WTF::EnableIf -> std::enable_if WTF::IsSameType -> std::is_same WTF::IsConvertibleTo.. -> std::is_convertible WTF::IsPolymorphic -> std::is_polymorphic BUG=554293 Review URL: https://codereview.chromium.org/1477213003 Cr-Commit-Position: refs/heads/master@{#367242}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1b50b896..8872babd 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1554873002 Cr-Commit-Position: refs/heads/master@{#367241}
-
kojii authored
Using update-w3c-deps in Blink fd780f87. TBR=dpranke@chromium.org,jsbell@chromium.org,tkent@chromium.org,cbiesinger@chromium.org BUG=492664, 467127 Review URL: https://codereview.chromium.org/1554863002 Cr-Commit-Position: refs/heads/master@{#367240}
-
kbr authored
Revert of Run gles2_conform_test on Chromium recipe GPU FYI bots. (patchset #2 id:20001 of https://codereview.chromium.org/1554833002/ ) Reason for revert: Not working on any of the currently running platforms; see http://crbug.com/573378 . Original issue's description: > Run gles2_conform_test on Chromium recipe GPU FYI bots. > > BUG=542370 > TBR=dpranke@chromium.org,phajdan.jr@chromium.org > > Committed: https://crrev.com/e424e001eb360149291ae0905125629612f5d244 > Cr-Commit-Position: refs/heads/master@{#367235} TBR=dpranke@chromium.org,phajdan.jr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=542370 Review URL: https://codereview.chromium.org/1552933002 Cr-Commit-Position: refs/heads/master@{#367239}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#367238}
-
dcheng authored
BUG=573366 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/1559683002 Cr-Commit-Position: refs/heads/master@{#367237}
-
dcheng authored
Official builds compile a different block of code. BUG=557422,573354 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/1551163002 Cr-Commit-Position: refs/heads/master@{#367236}
-
kbr authored
BUG=542370 TBR=dpranke@chromium.org,phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1554833002 Cr-Commit-Position: refs/heads/master@{#367235}
-
bruening authored
Disables Dr. Memory's -check_heap_mismatch feature on 64-bit Chromium, where some false positives are proving difficult to solve. TBR=zhaoqin@chromium.org BUG=https://github.com/DynamoRIO/drmemory/issues/1839 Review URL: https://codereview.chromium.org/1551953003 Cr-Commit-Position: refs/heads/master@{#367234}
-
robhogan authored
Revert of Re-land 'Fold out-of-flow objects into anonymous blocks when removing children' (patchset #2 id:20001 of https://codereview.chromium.org/1543283002/ ) Reason for revert: Ton of use-after-free security regressions. BUG=573281 TBR=mstensho@opera.com Review URL: https://codereview.chromium.org/1553853002 Cr-Commit-Position: refs/heads/master@{#367233}
-
bruening authored
TBR=ananta@chromium.org BUG=573352 NOTRY=true Review URL: https://codereview.chromium.org/1552913002 Cr-Commit-Position: refs/heads/master@{#367232}
-
dcheng authored
(╯^□^)╯︵
❄ ☃ ❄ BUG=557422 R=avi@chromium.org TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/1557693002 Cr-Commit-Position: refs/heads/master@{#367231} -
dcheng authored
(╯^□^)╯︵
❄ ☃ ❄ BUG=557422 R=avi@chromium.org TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/1556773002 Cr-Commit-Position: refs/heads/master@{#367230} -
dcheng authored
(╯^□^)╯︵
❄ ☃ ❄ BUG=557422 R=avi@chromium.org Review URL: https://codereview.chromium.org/1557683002 Cr-Commit-Position: refs/heads/master@{#367229} -
dcheng authored
(╯^□^)╯︵
❄ ☃ ❄ BUG=557422 R=avi@chromium.org TBR=caitkp@chromium.org Review URL: https://codereview.chromium.org/1552023002 Cr-Commit-Position: refs/heads/master@{#367228} -
lukasza authored
After refactoring needed to support OOPIFs in save-page-as feature, the html serializers in blink serialize frames, not pages and therefore their old names (WebPageSerializer, PageSerializer, etc) do not apply anymore. Therefore this CL renames PageSerializer to FrameSerializer where applicable. Note that this rename not only covers PageSerializer class, but also WebPageSerializer, WebPageSerializerClient, PageSerializerTest, test data files, etc. Note that FrameSerializer is more correct than HtmlSerializer, because - FrameSerializer also serializes subresources (i.e. images) - Even though WebFrameSerializerImpl deals only with HTML documents, for now it might make sense to leave it named as WebFrameSerializerImpl: - it still takes a Frame as input - it implements part of the public WebFrameSerializer class (and therefore it is desirable to have a similar name here as well) BUG=538766,526786 Review URL: https://codereview.chromium.org/1541463002 Cr-Commit-Position: refs/heads/master@{#367227}
-
dbeam authored
use_vulcanize is on by default. This means that release, official, and debug builds that don't need debug versions of webui pages will get the fastest experience. To turn off vulcanization for local development, set use_vulcanize=0 in GYP, or use_vulcanize = false in GN. To conditionally include files in .grd files, do: <if expr="use_vulcanize"> and in C++: #include "chrome/common/features.h" #if BUILDFLAG(USE_VULCANIZE) Currently, only the new Material Design downloads page is vulcanized, but there will soon be others. R=groby@chromium.org,thakis@chromium.org BUG=541455 TEST=smaller binary Review URL: https://codereview.chromium.org/1494253003 Cr-Commit-Position: refs/heads/master@{#367226}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#367225}
-
estade authored
These buttons are implemented as a new class separate from LabelButton, which we'll need to retain even when MD is default for certain use cases such as the bookmarks bar. This new class is used on MD infobars. This first rough cut doesn't support a) different button attributes that might affect rendering such as being a Call to Action or default in a dialog. TODO: estade b) hover or press effects. TODO: bruthig c) images on the button. I doubt we'll ever want to support images on material buttons, but it's possible we'll decide to add them later. BUG=520266,571500 Review URL: https://codereview.chromium.org/1525163004 Cr-Commit-Position: refs/heads/master@{#367224}
-
dcheng authored
(╯^□^)╯︵
❄ ☃ ❄ BUG=557422 R=derat@chromium.org Review URL: https://codereview.chromium.org/1551133002 Cr-Commit-Position: refs/heads/master@{#367223} -
dcheng authored
BUG=none Review URL: https://codereview.chromium.org/1554823002 Cr-Commit-Position: refs/heads/master@{#367222}
-
apacible authored
Part 1 of several. This is currently set up to be landed as a standalone part of the first run flow work. This change includes: - Add strings for Chromium specific first run flow. - Add first run flow nux to the WebUI (but stay unstamped for now). Used redlines and mocks as guidelines. BUG=560457 Review URL: https://codereview.chromium.org/1554663002 Cr-Commit-Position: refs/heads/master@{#367221}
-
kbr authored
Also stop building and running this test on the Debug bots. This mirrors how it's run in the GPU recipe. BUG=542370 TBR=phajdan.jr@chromium.org,dpranke@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1559663002 Cr-Commit-Position: refs/heads/master@{#367220}
-
thakis authored
Picks up https://codereview.chromium.org/1551983002 BUG=573250 TBR=thestig Review URL: https://codereview.chromium.org/1556753002 Cr-Commit-Position: refs/heads/master@{#367219}
-
kbr authored
BUG=542370 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/1555753002 Cr-Commit-Position: refs/heads/master@{#367218}
-
kbr authored
BUG=542370 TBR=dpranke@chromium.org,phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1552903002 Cr-Commit-Position: refs/heads/master@{#367217}
-
qiankun.miao authored
This CL unifies validation for TexSubImage2D/3D and fixes texSubimage3D cases in deqp/functional/gles3/negativetextureapi.html. BUG=295792 TEST=deqp/functional/gles3/negativetextureapi.html Review URL: https://codereview.chromium.org/1557603002 Cr-Commit-Position: refs/heads/master@{#367216}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3a586236..1b50b896 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1559643002 Cr-Commit-Position: refs/heads/master@{#367215}
-
dmazzoni authored
BUG=537412 Review URL: https://codereview.chromium.org/1550113003 Cr-Commit-Position: refs/heads/master@{#367214}
-
dmazzoni authored
BUG=535323,572777 Review URL: https://codereview.chromium.org/1548403002 Cr-Commit-Position: refs/heads/master@{#367213}
-
rch authored
Review URL: https://codereview.chromium.org/1554793002 Cr-Commit-Position: refs/heads/master@{#367212}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/c2a7942a1 BUG=572822 TBR=xidachen@chromium.org Review URL: https://codereview.chromium.org/1555743002 . Cr-Commit-Position: refs/heads/master@{#367211}
-
kbr authored
gles2_conform_test isn't present yet. BUG=542370 TBR=dpranke@chromium.org,phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1559613002 Cr-Commit-Position: refs/heads/master@{#367210}
-
jbroman authored
Review URL: https://codereview.chromium.org/1552833002 Cr-Commit-Position: refs/heads/master@{#367209}
-
thakis authored
Picks up https://codereview.chromium.org/1557633002/ BUG=573250 TBR=jiayl@chromium.org Review URL: https://codereview.chromium.org/1553793002 Cr-Commit-Position: refs/heads/master@{#367208}
-
twellington authored
BUG=566085 Review URL: https://codereview.chromium.org/1531013006 Cr-Commit-Position: refs/heads/master@{#367207}
-
- 30 Dec, 2015 4 commits
-
-
lukasza authored
Previous CL (crrev.com/1386873003) made MHTML serialization work in presence of out-of-process iframes, but can potentially include the same MHTML part twice. MHTML with duplicated parts can be rendered by Chrome and Internet Explorer without problems (at least according to the limited ad-hoc testing I've done), but the unnecessary increase of the file size is a performance regression. After the current CL, the browser keeps track of already serialized MHTML parts and communicates them to the renderer/serializer for each frame (so they can be deduped). This fixes the issue pointed out above. BUG=538766 Review URL: https://codereview.chromium.org/1417323006 Cr-Commit-Position: refs/heads/master@{#367206}
-
mef authored
1. Use int instead of int64. 2. Define ENABLE_BIDIRECTIONAL_STREAM on net_unittests target. BUG=516342 Review URL: https://codereview.chromium.org/1557643002 Cr-Commit-Position: refs/heads/master@{#367205}
-
skobes authored
When we transition to RunningOnCompositorButNeedsUpdate, we need to call registerForAnimation again to ensure that updateCompositorAnimations is called. We also cannot rely on m_lastTickTime since we do not get tickAnimation for composited scrolls. BUG=571680 Review URL: https://codereview.chromium.org/1551933002 Cr-Commit-Position: refs/heads/master@{#367204}
-
apacible authored
This change adds the following metrics: - Count of times the help page is opened. - Count of times the user explicitly navigates from the route details to sink list. - Count of times the user explicitly navigates from the sink list to route details. - Count of times the user explicitly navigates from the sink list to cast mode picker. BUG=547977 Review URL: https://codereview.chromium.org/1548123002 Cr-Commit-Position: refs/heads/master@{#367203}
-