- 18 Mar, 2015 40 commits
-
-
noms authored
BUG=467473 Review URL: https://codereview.chromium.org/1020603002 Cr-Commit-Position: refs/heads/master@{#321227}
-
slamm authored
Refactor code and tests. --page-filter is kept as a (deprecated) alternative to --story-filter. BUG=444425 Review URL: https://codereview.chromium.org/994683003 Cr-Commit-Position: refs/heads/master@{#321226}
-
jmadill authored
*re-re-land with SwiftShader fix* *re-land with fix to components_browsertests* This logic allows us to record traces and histograms easily within ANGLE's code. It also gives a flexible design that we can extend with further methods later, without breaking compilation. The design is based on blink::Platform. Also add two new histogram descriptions to histograms.xml, and move the GPU Process metrics init to before InitializeOneOff, so ANGLE can record histograms during Renderer initialization. BUG=436191 TBR=jam@chromium.org, asvitkine@chromium.org, piman@chromium.org, maruel@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/1007513006 Cr-Commit-Position: refs/heads/master@{#321225}
-
dbeam authored
BUG=463209 R=rvargas@chromium.org TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/1011433002 Cr-Commit-Position: refs/heads/master@{#321224}
-
dschuyler authored
(Separated out from CL 795933009) BUG=455418 Review URL: https://codereview.chromium.org/1000163005 Cr-Commit-Position: refs/heads/master@{#321223}
-
mlerman authored
BUG=463038 Review URL: https://codereview.chromium.org/1013463004 Cr-Commit-Position: refs/heads/master@{#321222}
-
pkotwicz authored
This CL makes always ThumbnailDatabase::RetainDataForPageUrls() drop Page URL -> Icon URL mappings for unretained page URLs. Previously, a Page URL -> Icon URL (e.g. PageURL1 -> IconURLA) mapping was not dropped for an unretained Page URL (PageURL1) if: - the favicon data for a different page URL (e.g. PageURL2) was retained AND - PageURL2 is mapped to the same Icon URL as the unretained page URL (PageURL2 -> IconURLA) BUG=468353 TEST=ThumbnailDatabaseTest.RetainDataForPageUrls Review URL: https://codereview.chromium.org/1005783003 Cr-Commit-Position: refs/heads/master@{#321221}
-
Sadrul Habib Chowdhury authored
Instead of manually managing the X11 objects, use the convenient XScopedPtr<> where possible. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/1011173003 Cr-Commit-Position: refs/heads/master@{#321220}
-
jbudorick authored
BUG=467918 Review URL: https://codereview.chromium.org/1002293004 Cr-Commit-Position: refs/heads/master@{#321219}
-
ckehoe authored
Review URL: https://codereview.chromium.org/1018093002 Cr-Commit-Position: refs/heads/master@{#321218}
-
maxbogue authored
Currently PSS.getPreferredDataTypes actually returns PSS::getActiveDataTypes(), which causes some problems. This CL is 1/3. The second will change the appropriate downstream calls to getActiveDataTypes() and the third will fix getPreferredDataTypes(). BUG=466223 Review URL: https://codereview.chromium.org/1017683005 Cr-Commit-Position: refs/heads/master@{#321217}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f94fa71..24e06d5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1000643004 Cr-Commit-Position: refs/heads/master@{#321216}
-
mostynb authored
BUG=466848 Review URL: https://codereview.chromium.org/1000373002 Cr-Commit-Position: refs/heads/master@{#321215}
-
noel authored
Make whitespace use in this routine sane: remove trailing whites and use space characters, except for Jeff's modifications (tab prefixed). Minor: roll up our QCMS changes to here in google.patch. BUG=458024 Review URL: https://codereview.chromium.org/1021593002 Cr-Commit-Position: refs/heads/master@{#321214}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/17483dc..a17e6c2 TBR=pfeldman@chromium.org,pilgrim@chromium.org Review URL: https://codereview.chromium.org/1017233002 Cr-Commit-Position: refs/heads/master@{#321213}
-
tiago.vignatti authored
Make DispatchToGpuPlatformSupportTask and DispatchToGpuPlatformSupportHostTask statics, removing the weak ptrs (and failing DCHECKS in that code) altogether. BUG=447798 Review URL: https://codereview.chromium.org/1017673003 Cr-Commit-Position: refs/heads/master@{#321212}
-
jamiewalch authored
BUG=b/13306957 Review URL: https://codereview.chromium.org/1015043002 Cr-Commit-Position: refs/heads/master@{#321211}
-
kenobi authored
Setting the new #visible property on a column will show and hide it. Hidden columns are still added to the DOM, but as hidden elements. Hidden columns cannot be resized via the UI, but if their width is programatically set, they will appear at the requested size the next time they are made visible. BUG=468022 Review URL: https://codereview.chromium.org/1006003004 Cr-Commit-Position: refs/heads/master@{#321210}
-
aiolos authored
This is needed so that we can pull the needed binaries for chrome reference builds from their current location in cloud storage to a bucket that is accessible from the perf bots and anyone with Google internal access running the tests manually. BUG=467260 Review URL: https://codereview.chromium.org/1008013003 Cr-Commit-Position: refs/heads/master@{#321209}
-
yusukes authored
BUG=348232 BUG=nativeclient:3802 TEST=git cl try TEST=manually checked that 'ninja browser_tests' failed when kMaxDescriptorsPerMessage in test_packaged_app.cc was outdated. Review URL: https://codereview.chromium.org/1012753003 Cr-Commit-Position: refs/heads/master@{#321208}
-
achaulk authored
Adds atomic plane, plane manager and define to enable Currently only in the GN build and disabled - no platforms support the ioctl so there's no reason to enable it anywhere Review URL: https://codereview.chromium.org/994503004 Cr-Commit-Position: refs/heads/master@{#321207}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5ca42a2a..a2bf336a Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1022563003 Cr-Commit-Position: refs/heads/master@{#321206}
-
grt authored
This change gives consumers of ZipReader a way to have the current entry streamed to them via a Delegate interface. It also: - Reduces duplication in the ExtractCurrentEntry* functions. - Uses the heap rather than the stack for intermediate buffers. - Changes ExtractCurrentEntryToFd to ExtractCurrentEntryToFile, making it cross-platform in the process. BUG=462584 Committed: https://crrev.com/2919be01ff758875fc7161f6b41f4461518c1213 Cr-Commit-Position: refs/heads/master@{#320948} Review URL: https://codereview.chromium.org/1014653002 Cr-Commit-Position: refs/heads/master@{#321205}
-
pkotwicz authored
BUG=465751 TEST=None Review URL: https://codereview.chromium.org/1017663003 Cr-Commit-Position: refs/heads/master@{#321204}
-
kjellander authored
There seem to be many tests lately that have started to flake. BUG=437411, 437408 TBR=dmichael@chromium.org Review URL: https://codereview.chromium.org/1012143003 Cr-Commit-Position: refs/heads/master@{#321203}
-
kbr authored
Now that GPU info collection has been fixed on the bots, these suppressions can be limited to D3D9. Continue to skip the floating-point texture tests on D3D9 because of assertion failures we do not intend to address in the near term. BUG=454906 Review URL: https://codereview.chromium.org/1012063003 Cr-Commit-Position: refs/heads/master@{#321202}
-
twellington authored
BUG=468219 Review URL: https://codereview.chromium.org/1019523002 Cr-Commit-Position: refs/heads/master@{#321201}
-
bcwhite authored
There is an issue where a native IME object can be destructed while there is a pending DelayedDismissInput. This change does the attach between the java object and the native object immediately so that, in the case of the latter's destruction, it can properly notify the former and thus cancel the delayed operation. BUG=447287 Review URL: https://codereview.chromium.org/1001553004 Cr-Commit-Position: refs/heads/master@{#321200}
-
afakhry authored
Revert of Fix for menus blocking user activity detection (Retry). (patchset #1 id:1 of https://codereview.chromium.org/1013003002/) Reason for revert: Issue 468442 has resulted from this CL. A fix at a higher level must be done before this CL can be relanded. Original issue's description: > Fix for menus blocking user activity detection (Retry). > > Original CL reverted here: https://codereview.chromium.org/998603003/ > > Menus used to block detecting user activity. The fix works by making the > UserActivityDetector a PlatformEventObserver rather than an > EventHandler. > Also made sure that PlatformEventSource has an instance in > ozone_platform_test.cc > > TBR=oshima@chromium.org,jamescook@chromium.org > R=sadrul@chromium.org,alexst@chromium.org > BUG=462735 > TEST=ui_base_unittests --gtest_filter=UserActivityDetectorTest.* > > Committed: https://crrev.com/00e8cbeb43eb3cc99ffed3bc29a8a539dfece0a6 > Cr-Commit-Position: refs/heads/master@{#321066} TBR=sadrul@chromium.org,spang@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=462735 Review URL: https://codereview.chromium.org/1016173002 Cr-Commit-Position: refs/heads/master@{#321199}
-
jamesr authored
The cc::Proxy implementations need to translate their configuration as represented by a cc::LayerTreeSettings object into a cc::SchedulerSettings for the scheduler to consume. This was accomplished by having cc::SchedulerSettings know how to construct itself from a cc::LayerTreeSettings instance, but this was awkward since it meant that cc/scheduler/ needed to depend on cc/trees/ in order to accomplish a task only needed by cc/trees/. Logically the scheduler is at a lower layer than the proxies. This inverts the dependency by teaching LayerTreeSettings how to construct a SchedulerSettings object with only the relevant fields. R=danakj@chromium.org Review URL: https://codereview.chromium.org/1014363004 Cr-Commit-Position: refs/heads/master@{#321198}
-
nednguyen authored
BUG=468085 Review URL: https://codereview.chromium.org/1010773008 Cr-Commit-Position: refs/heads/master@{#321197}
-
groby authored
BUG=424751 Review URL: https://codereview.chromium.org/757293003 Cr-Commit-Position: refs/heads/master@{#321196}
-
imcheng authored
Implemented PSImpl::OnScreenAvailabilityListenerRemoved() by hooking it up to PSDelegate. Added the following functions to the PSDelegate interface: (1) SetDefaultPresentationUrl (2) StartSession (3) JoinSession Implemented (1), (2), (3) in PSImpl. For (1), PSImpl contains logic to "transfer the callback" -- that is, if default presentation URL changes after a device availability listener was added, the listener will continue receiving device updates for the new default presentation URL. Note that because (2) and (3) takes callbacks back into PSImpl, and that it could be possible for PSImpl to have been destroyed at the time of callback invocation, the callbacks are bound using WeakPtr<PsImpl>. Added C++ data types in content/public/browser that corresponds to PresentationSessionInfo/PresentationError in mojom. Added mojo converter templates + tests. Also removed the PresentationSession field from PresentationSessionInfo as PresentationSession is a mojo interface. It's done to separate data structs from interfaces. BUG=459001 Review URL: https://codereview.chromium.org/979413002 Cr-Commit-Position: refs/heads/master@{#321195}
-
chrome://md-settingsmichaelpg authored
Add cr-settings-a11y-page and cr-settings-downloads-page to md-settings. Follow-up to http://crrev.com/1007803003. Screenshot: http://i.imgur.com/qT28Xqo.png (colors are a bit off due to chromoting, will upload another tomorrow) BUG=464979 R=stevenjb@chromium.org,jhawkins@chromium.org Review URL: https://codereview.chromium.org/1013833003 Cr-Commit-Position: refs/heads/master@{#321194}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6f94076..f94fa71 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1017143003 Cr-Commit-Position: refs/heads/master@{#321193}
-
ananta authored
Release the D3D9 and DX11 device object, device manager and other related interfaces before calling MFShutdown. This is to see if this is the cause of crashes we are seeing in ATI and other drivers during shutdown. BUG=461930 Review URL: https://codereview.chromium.org/1009683002 Cr-Commit-Position: refs/heads/master@{#321192}
-
smckay authored
TBR=hirono Review URL: https://codereview.chromium.org/1022573003 Cr-Commit-Position: refs/heads/master@{#321191}
-
maxbogue authored
This flag is never set to true anymore, so I'm cleaning it up. Review URL: https://codereview.chromium.org/1018993002 Cr-Commit-Position: refs/heads/master@{#321190}
-
rmcilroy authored
Enables long idle times in the Blink Scheduler by default. Long idle task design doc: https://docs.google.com/a/chromium.org/document/d/1yBlUdYW8VTIfB-DqhvQqUeP0kf-Ap1W4cao2yQq58Do/edit BUG=455713, 467655 Review URL: https://codereview.chromium.org/1011103004 Cr-Commit-Position: refs/heads/master@{#321189}
-
aurimas authored
Java styleguide requires curly braces for all if statements except for single line if statements without else case. BUG=None TBR=qinmin@chromium.org Review URL: https://codereview.chromium.org/1002883002 Cr-Commit-Position: refs/heads/master@{#321188}
-