- 16 Dec, 2016 40 commits
-
-
aazzam authored
Renamed make_css_property_descriptor.py to make_css_property_api.py and modified it so that it also generates API .h files. Added the template file CSSPropertyAPI.h.tmpl. To generate the .h file for a property, add the api_class flag to the property in CSSProperties.in. BUG=668012 Review-Url: https://codereview.chromium.org/2578773002 Cr-Commit-Position: refs/heads/master@{#439053}
-
lethalantidote authored
Removes ScopedVector in favor of vector<unique_ptr> in presentation_service_impl and related files as requested in Avi's comment in https://codereview.chromium.org/2562603002/ BUG=554289 Review-Url: https://codereview.chromium.org/2574673002 Cr-Commit-Position: refs/heads/master@{#439052}
-
ksakamoto authored
Revert of Getting rid of CompositorFrameMetadata::satisfies_sequences (patchset #17 id:380001 of https://codereview.chromium.org/2537943002/ ) Reason for revert: Suspected cause of ChromiumOS compile failure. https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/81640 Original issue's description: > Getting rid of CompositorFrameMetadata::satisfies_sequences > > This CL helps unify the way we destroy references to surfaces. > We currently have two code paths for satisfying a surface sequence. > One is through calling the satisfy callback which is given to the > reference holder, and the other one is through populating > satisfies_sequences in CompositorFrameMetadata and letting > Surface::QueueFrame do the rest of the work. Eventually they both do > the same thing: they call SurfaceManager::DidSatisfySequences. This CL > gets rid of satisfies_sequences in CompositorFrameMetadata and from now > on the only way for satisfying a sequence is through the callback. This > is a necessary change because we are phasing out SurfaceSequence and > exposing it in CompositorFrameMetadata is not a good idea. > > BUG=659598 > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel > > Committed: https://crrev.com/d0de6cf72a25d789a507d6eb904a8f1ae314d00b > Cr-Commit-Position: refs/heads/master@{#439043} TBR=fsamuel@chromium.org,danakj@chromium.org,dcheng@chromium.org,jbauman@chromium.org,dtrainor@chromium.org,jam@chromium.org,samans@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=659598 Review-Url: https://codereview.chromium.org/2585543003 Cr-Commit-Position: refs/heads/master@{#439051}
-
pkotwicz authored
Installation / updating via Google Play does not require "Installation from Unknown Sources" to be enabled to work. This CL enables updating WebAPKs if the update is done via Google Play regardless of whether "Installation from Unknown Sources" is enabled. BUG=662149 Review-Url: https://codereview.chromium.org/2555333002 Cr-Commit-Position: refs/heads/master@{#439050}
-
hans authored
Ran `tools/clang/scripts/upload_revision.py 289864`. BUG=674274 Review-Url: https://codereview.chromium.org/2585473003 Cr-Commit-Position: refs/heads/master@{#439049}
-
dglazkov authored
Instead of using generic stub objects, use actual types, because that is more accurate. R=bashi BUG=673214 Review-Url: https://codereview.chromium.org/2581613002 Cr-Commit-Position: refs/heads/master@{#439048}
-
sadrul authored
VideoDecodeAcceleratorCapabilities was missing the list of supported profiles. BUG=643746 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/2579873002 Cr-Commit-Position: refs/heads/master@{#439047}
-
peria authored
It was very confusing to filter all features in .tmpl file. This CL make the context to have origin trial feature contexts together with names and needs_instance. Before: features = [{name, needs_instance}] After: features = [{name, needs_instance, [constants], [attributes], [methods]}] BUG=650150 Review-Url: https://codereview.chromium.org/2573713002 Cr-Commit-Position: refs/heads/master@{#439046}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/d85dd53e288e..780dad1ab946 $ git log d85dd53e2..780dad1ab --date=short --no-merges --format='%ad %ae %s' 2016-12-15 bsalomon Rename "batch" to "op" and sk_sp in 3 path renderer classes: 2016-12-15 msarett Turn on srgb config on all bots, run image decode tests to srgb 2016-12-15 rmistry Blacklist SKPs for the 100k_IMG_DECODE bot 2016-12-15 scroggo Stop supporting kUnknown_BmpHeaderType 2016-12-15 mtklein simplify SkTHash* move support 2016-12-15 bsalomon Convert a few path renderer class batches from Batch to Op. 2016-12-15 scroggo Remove all KTX support 2016-12-15 ethannicholas Added SkLRUCache.h and converted GPU program cache to use it. Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2583713003 Cr-Commit-Position: refs/heads/master@{#439045}
-
sky authored
aura-mus has a different environment than mus, so WMHelperMus (in exo) was updated accordingly. This breaks switches::kUseMusInRenderer. I'll fix that next. BUG=672932 663525 TEST=covered by tests R=reveman@chromium.org, sadrul@chromium.org Review-Url: https://codereview.chromium.org/2578893003 Cr-Commit-Position: refs/heads/master@{#439044}
-
samans authored
This CL helps unify the way we destroy references to surfaces. We currently have two code paths for satisfying a surface sequence. One is through calling the satisfy callback which is given to the reference holder, and the other one is through populating satisfies_sequences in CompositorFrameMetadata and letting Surface::QueueFrame do the rest of the work. Eventually they both do the same thing: they call SurfaceManager::DidSatisfySequences. This CL gets rid of satisfies_sequences in CompositorFrameMetadata and from now on the only way for satisfying a sequence is through the callback. This is a necessary change because we are phasing out SurfaceSequence and exposing it in CompositorFrameMetadata is not a good idea. BUG=659598 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2537943002 Cr-Commit-Position: refs/heads/master@{#439043}
-
xiaochengh authored
This patch makes each LocalFrame own an IdleSpellCheckCallback. Future patches will make this callback handle spell checking in the frame when IdleTimeSpellChecking is enabled. BUG=517298 Review-Url: https://codereview.chromium.org/2581063002 Cr-Commit-Position: refs/heads/master@{#439042}
-
dgrogan authored
When col/colgroup spans added up to exactly 2^32, the result would overflow to 0, which was the divisor for a later operation. This patch clamps col spans to 8190, matching cell colspans. This makes the problem harder to trigger but doesn't eliminate it. BUG=660581 Review-Url: https://codereview.chromium.org/2518163002 Cr-Commit-Position: refs/heads/master@{#439041}
-
dgozman authored
BUG=none Review-Url: https://codereview.chromium.org/2585453003 Cr-Commit-Position: refs/heads/master@{#439040}
-
dschuyler authored
This CL cleans up a selectedSite member and replaces it with a more clear selectedSiteForUnitTest member. BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2580653003 Cr-Commit-Position: refs/heads/master@{#439039}
-
mathp authored
There were bugs in the handling of the result coming back from an editor. We now have improved logic around: * Receiving |null| from the editor (cancelling out of an Add flow) * Receiving an incomplete result (cancelling out of an Edit for an incomplete item) * Receiving a complete item. Also updated the tests and added a few new ones. BUG=673371 TEST=PaymentRequest* (java) Review-Url: https://codereview.chromium.org/2571513004 Cr-Commit-Position: refs/heads/master@{#439038}
-
sadrul authored
BUG=643746 Review-Url: https://codereview.chromium.org/2569143002 Cr-Commit-Position: refs/heads/master@{#439037}
-
sky authored
This code won't actually work. There are a couple of things that need to be fixed for it to work: . My understanding from looking at the code is that it will create multiple WindowTreeClients in the same thread. That can work, but when you do that you have to explicitly pass a WindowPortMus to Windows when you create them. That's hard in this case because DesktopNativeWidgetAura is creating the windows for you. The fix isn't hard, probably set the WindowTreeClient in DesktopNativeWidgetAura so that it can create WindowPort correctly. . aura::WindowTreeClientDelegate has a couple of functions that can't be implemented in ViewImpl. Specifically getting the capture client and a PropertyConverter. The capture client generally comes from WMState and the PropertyConverter can be a singleton. It shouldn't be that hard to wire these up. . aura::Env needs to be created with Mode::MUS. As my understanding is I can't really run this code yet I didn't pursue the fixes. If there is a way to run this code I can try and make these fixes, otherwise I would prefer to postpone. BUG=674757 TEST=none R=ben@chromium.org Review-Url: https://codereview.chromium.org/2585593002 Cr-Commit-Position: refs/heads/master@{#439036}
-
dgozman authored
Reland of [DevTools] Migrate target domain to new generator. (patchset #1 id:1 of https://codereview.chromium.org/2578303002/ ) Reason for revert: Fixed crash reason in https://codereview.chromium.org/2579923002/ Original issue's description: > Revert of [DevTools] Migrate target domain to new generator. (patchset #2 id:20001 of https://codereview.chromium.org/2574843003/ ) > > Reason for revert: > Speculative > > Original issue's description: > > [DevTools] Migrate target domain to new generator. > > > > BUG=664683 > > TBR=pfeldman > > > > Committed: https://crrev.com/a1a32123e28de766b5df3c82ec9ed9f8ddadd724 > > Cr-Commit-Position: refs/heads/master@{#438733} > > TBR=caseq@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=664683 > > Committed: https://crrev.com/70847052d87dab3241593b925f87b2b96c031b7e > Cr-Commit-Position: refs/heads/master@{#438940} TBR=caseq@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=664683 Review-Url: https://codereview.chromium.org/2581103002 Cr-Commit-Position: refs/heads/master@{#439035}
-
alph authored
BUG=570441 Review-Url: https://codereview.chromium.org/2580903003 Cr-Commit-Position: refs/heads/master@{#439034}
-
ericwilligers authored
The following tests now use testharness.js: animation-direction-alternate.html animation-direction-alternate-reverse.html animation-direction-reverse-fill-mode.html animation-direction-reverse-non-hardware.html animation-direction-reverse-timing-functions.html BUG=674123 Review-Url: https://codereview.chromium.org/2573413002 Cr-Commit-Position: refs/heads/master@{#439033}
-
jrummell authored
Once the mojo connection is broken, all subsequent calls to the CDM should fail. BUG=671362 TEST=new tests pass Review-Url: https://codereview.chromium.org/2561263002 Cr-Commit-Position: refs/heads/master@{#439032}
-
calamity authored
Removing the SiteEngagement experiment as it has gone stable. BUG=539723 Review-Url: https://codereview.chromium.org/2577503004 Cr-Commit-Position: refs/heads/master@{#439031}
-
bsep authored
Default frame colors are changed so that inactive frames are always a blend of 80% white/20% active color to increase contrast. * The normal/inactive frame is changed to #F6F6F6 on all platforms. (OSX was already at this color.) * The incognito/inactive frame is changed to #D4D5D5 on all platforms except OSX. * The tints applied to theme images are changed to match the new lightness ratio as well. Inactive tint is changed to 80% lightness. Incognito/inactive is changed to be 74% lightness, which approximates blending 80% white on top of the active tint's 30% black. Also increased saturation change of incognito/inactive to match incognito/active. Windows will now pick up the user colors specified by the system and use them when custom drawing the titlebar. It will never draw the titlebar white unless the user explicitly specifies that color. It uses an 80% white/20% active blend to calculate inactive frame colors if the user has no frame color specified, just like above. BUG=505013,645682 Review-Url: https://codereview.chromium.org/2541873004 Cr-Commit-Position: refs/heads/master@{#439030}
-
kozyatinskiy authored
BUG=none R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2563213002 Cr-Commit-Position: refs/heads/master@{#439029}
-
justincohen authored
iOS builds can set use_xcode_clang = true and use_system_xcode = false when chromium clang is broken. This requires prepending DEVELOPER_DIR to clang/clang++, etc BUG=669094 Review-Url: https://codereview.chromium.org/2578273002 Cr-Commit-Position: refs/heads/master@{#439028}
-
thomasanderson authored
When complete, the Gtk3 theming code will look completely different from the Gtk2 code. This CL splits out NativeThemeGtk in preparation of this change. The planned change for gtk3 is to use foreign drawing (see gtk/demos/gtk-demo/foreigndrawing.c) to provide an implementation of NativeTheme::GetPartSize and NativeTheme::Paint*. The Gtk2 theme will continue to use the NativeThemeBase implementations of these functions while just supplying basic colors. BUG=132847 R=erg@chromium.org Review-Url: https://codereview.chromium.org/2579683002 Cr-Commit-Position: refs/heads/master@{#439027}
-
rune authored
Landing async stylesheet update caused a regression in font-display tests. The values "fallback" and "optional" block display for 100ms according to the spec. The tests had a setTimeout call to trigger font loading and a setTimeout call to trigger notifyDone() to render before 100ms has passed with the same timeout value. However, the timer for allowing fallback display triggers before the notifyDone triggers in Debug builds on Mac. Calling notifyDone from the same setTimeout callback as triggering font loading. The intention of the test is to trigger the screen dump when 0s has passed, so this should be OK. I have not identified what exactly changed with the async stylesheet patch and why the timeout methods are interleaved with the timeout for enabling fallback rendering. Removing one of the other tests or one of the font-display values from the test array also makes the "fallback" and "optional" start passing without this change, so there is clearly a timing issue here. BUG=567021 Review-Url: https://codereview.chromium.org/2584473002 Cr-Commit-Position: refs/heads/master@{#439026}
-
ksakamoto authored
Revert of Delete an unused (not even referenced) asset. (patchset #1 id:1 of https://codereview.chromium.org/2585453004/ ) Reason for revert: Broke ChromiumOS daisy Compile Build. https://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20daisy%20Compile/builds/29817 Original issue's description: > Delete an unused (not even referenced) asset. > > BUG=522168 > TBR=oshima@chromium.org > > Committed: https://crrev.com/02c22847c5da0c157fdc4ef33826126d4625092f > Cr-Commit-Position: refs/heads/master@{#439023} TBR=oshima@chromium.org,estade@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=522168 Review-Url: https://codereview.chromium.org/2581093002 Cr-Commit-Position: refs/heads/master@{#439025}
-
luoe authored
This CL adds a tooltip for name abbreviations and no longer truncates the object name when it is the title. Long names in previews are still truncated. BUG=667614 Review-Url: https://codereview.chromium.org/2553293002 Cr-Commit-Position: refs/heads/master@{#439024}
-
estade authored
BUG=522168 TBR=oshima@chromium.org Review-Url: https://codereview.chromium.org/2585453004 Cr-Commit-Position: refs/heads/master@{#439023}
-
jiameng authored
Clicking on "Send Now" should not scroll to the top. This cl patches in the solution devised by phistuck@gmail.com. See bug 659491 for detail. BUG=659491 Review-Url: https://codereview.chromium.org/2580543002 Cr-Commit-Position: refs/heads/master@{#439022}
-
justincohen authored
Revert of Convert ClangToTiOS on chromium.fyi to do a simulator/debug build and run all tests (patchset #1 id:1 of https://codereview.chromium.org/2577323002/ ) Reason for revert: per thakis@ Original issue's description: > Convert ClangToTiOS on chromium.fyi to do a simulator/debug build and run all tests > > BUG=673621 > > Committed: https://crrev.com/dfa33876e22dbdcb2ac21b4ba75dd626dd1bc046 > Cr-Commit-Position: refs/heads/master@{#439019} TBR=thakis@chromium.org,smut@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=673621 Review-Url: https://codereview.chromium.org/2580733007 Cr-Commit-Position: refs/heads/master@{#439021}
-
kkhorimoto authored
- Added back/forward buttons. - Added pushState() button. This is necessary because if the pushState call is executed by injected JavaScript, then the navigation is registered as a client redirect. - Display placeholder state object string when a popstate event with a null state object is received. BUG=673022 Review-Url: https://codereview.chromium.org/2583733002 Cr-Commit-Position: refs/heads/master@{#439020}
-
smut authored
BUG=673621 Review-Url: https://codereview.chromium.org/2577323002 Cr-Commit-Position: refs/heads/master@{#439019}
-
jsbell authored
BUG=674542 R=foolip@chromium.org Review-Url: https://codereview.chromium.org/2585563002 Cr-Commit-Position: refs/heads/master@{#439018}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2c88e4c9..94faac75 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_trusty_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2580873003 Cr-Commit-Position: refs/heads/master@{#439017}
-
pauljensen authored
This target packages up all that is needed to run Cronte tests. BUG=629299 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2551803003 Cr-Commit-Position: refs/heads/master@{#439016}
-
dgozman authored
Reland of [DevTools] Migrate ServiceWorker domain to new generator. (patchset #1 id:1 of https://codereview.chromium.org/2577233002/ ) Reason for revert: Fixed crash reason in https://codereview.chromium.org/2579923002/ Original issue's description: > Revert of [DevTools] Migrate ServiceWorker domain to new generator. (patchset #2 id:20001 of https://codereview.chromium.org/2573993003/ ) > > Reason for revert: > Crashes. > BUG=674474 > > Original issue's description: > > [DevTools] Migrate ServiceWorker domain to new generator. > > > > BUG=664683 > > TBR=pfeldman > > > > Committed: https://crrev.com/b41d221cb138f0f5e3824229f12bf794172e106f > > Cr-Commit-Position: refs/heads/master@{#438676} > > TBR=caseq@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=664683 > > Committed: https://crrev.com/2cbd54ce7ac7c807af2c9065a6eedd81ac97a3c5 > Cr-Commit-Position: refs/heads/master@{#438942} TBR=caseq@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=674474 Review-Url: https://codereview.chromium.org/2580833004 Cr-Commit-Position: refs/heads/master@{#439015}
-
yhanada authored
BUG=673666 Review-Url: https://codereview.chromium.org/2572963002 Cr-Commit-Position: refs/heads/master@{#439014}
-