- 30 Jun, 2016 40 commits
-
-
lhchavez authored
If ARC has a fatal error during first initialization, the user will never be notified. It might also cause a case where ARC would be stopped and started infinitely without giving the user a chance to stop it. This change adds some logic to stop automatically retrying to start ARC and let the user decide to do so instead. BUG=b/29833836 TEST=Kill ARC mid-initialization, "Service unavailable" is shown Review-Url: https://codereview.chromium.org/2114463002 Cr-Commit-Position: refs/heads/master@{#403231}
-
rockot authored
Defines AssociatedGroupController, an interface for managing endpoint lifetime within an associated group. This was extracted from MultiplexRouter which now implements the interface. This is a precursor to supporting an alternative binding implementation to serve the unique requirements of Mojo IPC::Channel and other interfaces associated with it. BUG=612500 Review-Url: https://codereview.chromium.org/2100683002 Cr-Commit-Position: refs/heads/master@{#403230}
-
twellington authored
Rather than using a sub-directory per ChromeTabbedActivity instance, use one shared director for all instances. BUG=622143 Review-Url: https://codereview.chromium.org/2087893003 Cr-Commit-Position: refs/heads/master@{#403229}
-
fdoray authored
Why? The fact that there's a MessageLoop on the thread is an unnecessary implementation detail. When browser threads are migrated to base/task_scheduler, tasks will no longer have access to a MessageLoop. These changes were generated manually. BUG=616447 Review-Url: https://codereview.chromium.org/2105173004 Cr-Commit-Position: refs/heads/master@{#403228}
-
dtseng authored
BUG=623727 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2103053006 Cr-Commit-Position: refs/heads/master@{#403227}
-
bnc authored
HTTP_SPDY_VIA_NPN and HTTPS_SPDY_VIA_ALT_SVC type tests use the same origin, same port, same scheme. The only different is the preloaded alternative service record and the extra hanging socket. There is really no added value, it is just a burden on code complexity and test infrastructure. Review-Url: https://codereview.chromium.org/2109593007 Cr-Commit-Position: refs/heads/master@{#403226}
-
bnc authored
* Change SpdyHttpStreamTest SpdySessionKey port from 80 to 443. * In SpdyHttpStreamTest, BidirectionalStreamTest, and BidirectionalStreamSpdyImplTest, add GURL, HostPortPair, and SpdySessionKey members, and remove SdySessionKey argument from InitSession, for brevity. * Add GURL member to HttpStreamFactoryBidirectionalQuicTest for brevity. * Use kDefaultUrl instead of "https://www.example.org" in a whole bunch of tests. Review-Url: https://codereview.chromium.org/2111953002 Cr-Commit-Position: refs/heads/master@{#403225}
-
fdoray authored
This CL makes the following replacements in base: Before After ---------------------------------------------------------- x.PostTask() x.task_runner()->PostTask() PostDelayedTask() PostDelayedTask() ReleaseSoon() ReleaseSoon() DeleteSoon() DeleteSoon() x->PostTask() y->task_runner()->PostTask() PostDelayedTask() PostDelayedTask() ReleaseSoon() ReleaseSoon() DeleteSoon() DeleteSoon() x.Run() RunLoop().Run() x.RunUntilIdle() RunLoop().RunUntilIdle() x->Run() RunLoop().Run() x->RunUntilIdle() RunLoop().RunUntilIdle() If |x| isn't MessageLoopForUI::current() or MessageLoopForIO::current() ---------------------------------------------------------- |x| is a base::MessageLoop(ForUI|ForIO) or a pointer to a base::MessageLoop(ForUI|ForIO). This CL was generated using the MessageLoopDeprecatedMethods clang-tidy fix available on the associated bug. Only files that compile on Mac are affected. Follow-up CLs will make these replacements for other platforms. This CL doesn't change code behavior. BUG=616447 Review-Url: https://codereview.chromium.org/2103333006 Cr-Commit-Position: refs/heads/master@{#403224}
-
qiangchen authored
This CL develops the new Mac UI for Desktop Capture Picker window. The main changes are 1. Separate the items of different source types into different browser view. 2. Use table view rather than image view for tab capture, because we do not have HD preview for tab. BUG=602478, 618796 Review-Url: https://codereview.chromium.org/2072003002 Cr-Commit-Position: refs/heads/master@{#403223}
-
zhenw authored
TBR=nednguyen@google.com CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2110273002 Cr-Commit-Position: refs/heads/master@{#403222}
-
ajith.v authored
Currently IMM is not getting BACK key event correctly, hence the IMM behavior on back key is not getting executed. Now made it sure that IMM will get the key event first before reaching to view. BUG=470001 Review-Url: https://codereview.chromium.org/2108333003 Cr-Commit-Position: refs/heads/master@{#403221}
-
tedchoc authored
Prior to this, the client ID was being counted on initial startup as well as any cold start refocuses of the CustomTabs. This moves the tracking to match StartedInitially which checks for the existence of getSavedInstanceState() BUG=622366 Review-Url: https://codereview.chromium.org/2115613002 Cr-Commit-Position: refs/heads/master@{#403220}
-
asanka authored
Change b5fb4b43 introduced a new field to `struct net::MockTransaction`, however there were few more MockTransaction initializations that were not updated in that commit. R=mmenke@chromium.org BUG=none Review-Url: https://codereview.chromium.org/2112913002 Cr-Commit-Position: refs/heads/master@{#403219}
-
waffles authored
BUG= Review-Url: https://codereview.chromium.org/2109873002 Cr-Commit-Position: refs/heads/master@{#403218}
-
rouslan authored
BUG=624653 Review-Url: https://codereview.chromium.org/2116563002 Cr-Commit-Position: refs/heads/master@{#403217}
-
mdjones authored
This change updates the tab switcher asset to minimize the visibility of the inner border. BUG=623571 Review-Url: https://codereview.chromium.org/2110683009 Cr-Commit-Position: refs/heads/master@{#403216}
-
yiyix authored
Fix the issue that when shelf is switched from left-aligned shelf to right-aligned shelf, the spacing between the edge of the screen to tray items are not changed. TEST=Manuel - change shelf location left to right or right to left. - change shelf location bottom to right or bottom to left. - initialize shelf locating on left or right. BUG=623438 Review-Url: https://codereview.chromium.org/2103113003 Cr-Commit-Position: refs/heads/master@{#403215}
-
mdjones authored
Somehow totalDuration is still becoming negative, this change puts a final check for negative values before updating the animation. BUG=622540 Review-Url: https://codereview.chromium.org/2111203003 Cr-Commit-Position: refs/heads/master@{#403214}
-
dmazzoni authored
Now that the PDF plug-in supports native accessibility, we can remove the accessibility JSON interface and the ChromeVox code that calls it. BUG=54724 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2103043003 Cr-Commit-Position: refs/heads/master@{#403213}
-
sfiera authored
Apparently this is what the server sends back. It's a nicer format than the timestamp struct, but a bit unexpected. BUG=621090 Review-Url: https://codereview.chromium.org/2110393004 Cr-Commit-Position: refs/heads/master@{#403212}
-
geofflang authored
Revert of Fix MultibufferDataSource::GetSize (patchset #1 id:1 of https://codereview.chromium.org/2110853006/ ) Reason for revert: I believe this CL is causing flakyness in the video related tests on the GPU FYI waterfall. Examples: https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20Release%20%28NVIDIA%29/builds/25925 https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20Release%20%28ATI%29/builds/48492 https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5019 Seeing this in the output log: [27562:1287:0630/083352:WARNING:webmediaplayer_impl.cc(335)] Using MultibufferDataSource [27562:34423:0630/083352:ERROR:ffmpeg_demuxer.cc(1510)] OnReadFrameDone result=-541478725 IsMaxMemoryUsageReached=0 [27562:1287:0630/083352:WARNING:webmediaplayer_impl.cc(335)] Using MultibufferDataSource [27562:1287:0630/083352:FATAL:resource_multibuffer_data_provider.cc(75)] Check failed: byte_pos() < url_data_->length() (32768 vs. 10292) http://127.0.0.1:53903/resources/red-green.theora.ogv Original issue's description: > Fix MultibufferDataSource::GetSize > > When file loading is finished ResourceMultiBufferDataProvider count > DataBuffer queue size twice, so GetSize returned incorrect value. > > BUG= > > Committed: https://crrev.com/bbaba3c8053a39f6d11d78a6e4770b37a9639067 > Cr-Commit-Position: refs/heads/master@{#403123} TBR=hubbe@chromium.org,kostya-k@yandex-team.ru # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=624853 Review-Url: https://codereview.chromium.org/2115483003 Cr-Commit-Position: refs/heads/master@{#403211}
-
mfomitchev authored
When --touch-devices flag is used on X, we use TouchEvent(native_event) constructor, which uses ui::GetTouchForceFromXEvent() to initialize the force value. On Ozone we don't do this, and force gets initialized to NaN. This CL makes Ozone on X consistent with X in that it uses GetTouchForceFromXEvent(xev) to initialize the force value in the constructed TouchEvent. BUG=NONE Review-Url: https://codereview.chromium.org/2103823003 Cr-Commit-Position: refs/heads/master@{#403210}
-
roisinmcl authored
Allows users to set the overridden network conditions of the session to preset values including 2G, 3G, 4G, Wifi, and Offline. BUG=chromedriver:984 Review-Url: https://codereview.chromium.org/2065733002 Cr-Commit-Position: refs/heads/master@{#403209}
-
vasilii authored
Empty usernames aren't supported by the partners. Therefore, every time we return it or show it in the account chooser we worsen the UX. BUG=400674 Review-Url: https://codereview.chromium.org/2110993003 Cr-Commit-Position: refs/heads/master@{#403208}
-
ryansturm authored
This information will easily allow the server to use different experiments in different channels and different versions. BUG=622374 Review-Url: https://codereview.chromium.org/2103223002 Cr-Commit-Position: refs/heads/master@{#403207}
-
bzanotti authored
This new ChromeIdentityInteractionManager reauthenticate method is more flexible and allow the implementation to do some internal cleanup based on a unique identifier (the email can change). BUG=623928 Review-Url: https://codereview.chromium.org/2110183006 Cr-Commit-Position: refs/heads/master@{#403206}
-
rockot authored
Revert of Eliminate the ChannelMojo channel for renderers (patchset #4 id:60001 of https://codereview.chromium.org/2109043002/ ) Reason for revert: http://crbug.com/624556 Original issue's description: > Eliminate the ChannelMojo channel for renderers, instead obtain Bootstrap interface from child connection. > > R=rockot@chromium.org > http://crbug.com/623396 > > BUG= > > Committed: https://crrev.com/9e883c385ccc47607a9341d618678b35195cc8fe > Cr-Commit-Position: refs/heads/master@{#402812} TBR=ben@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG= Review-Url: https://codereview.chromium.org/2111673006 Cr-Commit-Position: refs/heads/master@{#403205}
-
skyostil authored
This page seems to be working again locally. BUG=618708 Review-Url: https://codereview.chromium.org/2108313003 Cr-Commit-Position: refs/heads/master@{#403204}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/ead31d8dd552..a9f8ed16a47c $ git log ead31d8dd..a9f8ed16a --date=short --no-merges --format='%ad %ae %s' BUG=621113 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2103053007 Cr-Commit-Position: refs/heads/master@{#403203}
-
stevenjb authored
BUG=504084 Review-Url: https://codereview.chromium.org/2104203003 Cr-Commit-Position: refs/heads/master@{#403202}
-
ryansturm authored
BUG=622374 Review-Url: https://codereview.chromium.org/2104143002 Cr-Commit-Position: refs/heads/master@{#403201}
-
srirama.m authored
media-fragment tests are not in a state to be upstreamed to wpt. So removing the unneeded TODO's for now. BUG=588956 Review-Url: https://codereview.chromium.org/2103003002 Cr-Commit-Position: refs/heads/master@{#403200}
-
kelvinp authored
Revert of [tools/perf] Add system_health_smoke_test that run all system health stories (patchset #8 id:160001 of https://codereview.chromium.org/2110653002/ ) Reason for revert: This change is failing on Android Tests bots. https://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/35105/steps/telemetry_perf_unittests Original issue's description: > [tools/perf] Add system_health_smoke_test that run all system health stories > > BUG=615382 > > Committed: https://crrev.com/8095da730db4f644cc7691acca63f32b85536bce > Cr-Commit-Position: refs/heads/master@{#403163} TBR=petrcermak@chromium.org,perezju@chromium.org,nednguyen@chromium.org,nednguyen@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=615382 Review-Url: https://codereview.chromium.org/2117533002 Cr-Commit-Position: refs/heads/master@{#403199}
-
markusheintz authored
Add ios_image_decoder_impl.* and pass an instance to the NTPSnippetsService when it is instantiated on iOS. BUG=609127 Review-Url: https://codereview.chromium.org/2111573002 Cr-Commit-Position: refs/heads/master@{#403198}
-
dalecurtis authored
This method does not exist API < 18 and it is simpler to just trust the |require_software_codec| value which is the inverse of |allow_autodetection_|. BUG=613238,622927,624482 TEST=none Review-Url: https://codereview.chromium.org/2114473002 Cr-Commit-Position: refs/heads/master@{#403197}
-
xiyuan authored
Needed because default notification close button is part of views hierarchy and covered by the notification surface. This CL adds a floating version of close button that sits on top of the notification surface. BUG=b/25816173 TBR=brettw@chromium.org Review-Url: https://codereview.chromium.org/2093563007 Cr-Commit-Position: refs/heads/master@{#403196}
-
peconn authored
Show dialogs for syncing to managed accounts earlier in the signin flow, moving them forward to be alongside the dialog for importing/wiping sync data. BUG=595411, 612165 Review-Url: https://codereview.chromium.org/2014833002 Cr-Commit-Position: refs/heads/master@{#403195}
-
hcarmona authored
Swaps Chrome/Chromium where appropriate. Screenshot in bug. BUG=622174 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2106253002 Cr-Commit-Position: refs/heads/master@{#403194}
-
vmiura authored
This catches issues with compositing solid color quads. Test is initially expected to fail until reference images are generated. R=kbr@chromium.org BUG=624256 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2112603003 Cr-Commit-Position: refs/heads/master@{#403193}
-
geofflang authored
https://chromium.googlesource.com/angle/angle.git/+log/be5a8a4..3c75419 BUG=chromium:617848,598924,chromium:617627,chromium:534814,483282,620937 TBR=jmadill@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2119463002 Cr-Commit-Position: refs/heads/master@{#403192}
-