- 18 Mar, 2015 40 commits
-
-
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}
-
lambroslambrou authored
UX code does not belong in the JniInterface layer. This is a first step towards refactoring the JNI layer away from static methods, into a separate object whose lifetime is controlled by Java, which can be mocked for testing. Review URL: https://codereview.chromium.org/981783003 Cr-Commit-Position: refs/heads/master@{#321187}
-
japhet authored
This null check is common in RenderViewImpl callbacks, and there are crash reports to indicate that it's necessary in OnOrientationChange() BUG=466485 Review URL: https://codereview.chromium.org/1006073002 Cr-Commit-Position: refs/heads/master@{#321186}
-
bartfab authored
This CL fixes a crash in VPNListNetworkEntry::UpdateFromNetworkState() introduced by CL 980943005. BUG=460428 TEST=Manual TBR=kaliamoorthi Review URL: https://codereview.chromium.org/1022573002 Cr-Commit-Position: refs/heads/master@{#321185}
-
treib authored
BUG=463463 Review URL: https://codereview.chromium.org/1018003002 Cr-Commit-Position: refs/heads/master@{#321184}
-
alexclarke authored
queue of delayed tasks. When these tasks are ready to execute, they are enqueued on the normal task queue. The main motivation for doing this is so that delayed tasks posted from Blink can be properly flushed when the scheduler shuts down. This is important because we would otherwise risk leaving tasks allocated on the Blink Heap that has gone away. Benchmarking suggests that the overhead of this approach is actually a bit lower than posting to the base MessageLoop when posting lots of delayed tasks. BUG=463143 Review URL: https://codereview.chromium.org/1008693004 Cr-Commit-Position: refs/heads/master@{#321183}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/aad2185..17483dc TBR=pfeldman@chromium.org,pilgrim@chromium.org Review URL: https://codereview.chromium.org/1015713003 Cr-Commit-Position: refs/heads/master@{#321182}
-
xhwang authored
BUG=432998 Review URL: https://codereview.chromium.org/1004623009 Cr-Commit-Position: refs/heads/master@{#321181}
-
rch authored
Clear alternate protocols for an origin when an empty or invalid Alternate-Protocol header is processed. Review URL: https://codereview.chromium.org/1014043004 Cr-Commit-Position: refs/heads/master@{#321180}
-
bustamante authored
This test is designed to verify that safe browsing doesn't interfere on desktop and webview platforms, but shouldn't run for android where safe browsing is expected to work. BUG=468087 Review URL: https://codereview.chromium.org/1003773003 Cr-Commit-Position: refs/heads/master@{#321179}
-
clamy authored
This CL makes sure that the speculative RenderFrameHost is destroyed when a new renderer-intiated navigation cancels the current one. This fixes the NavigationControllerTest.LoadURL_NewPending when run with browser-side navigation enabled. BUG=376094 Review URL: https://codereview.chromium.org/1009993002 Cr-Commit-Position: refs/heads/master@{#321178}
-
andrewcheng authored
BUG=chromedriver:924 Review URL: https://codereview.chromium.org/858353002 Cr-Commit-Position: refs/heads/master@{#321177}
-
jrummell authored
As Clear Key now handles this format, add it to the key system registry. BUG=442982 TEST=new tests pass Review URL: https://codereview.chromium.org/1014733002 Cr-Commit-Position: refs/heads/master@{#321176}
-
vkuzkokov authored
BUG= Review URL: https://codereview.chromium.org/1018983002 Cr-Commit-Position: refs/heads/master@{#321175}
-