- 25 Sep, 2014 40 commits
-
-
wuhu authored
Installs test CA to android devices as part of browser startup so that apps can be tested with proxy HTTPS server without code changes. BUG=412826 Review URL: https://codereview.chromium.org/572123002 Cr-Commit-Position: refs/heads/master@{#296619}
-
mgiuca authored
Previously, it only checked the major version number (this was a regression as a result of switching to Git). Also abstracted version checking to a testable CheckVersion function, and added tests for ParseVersion and CheckVersion. Also added better documentation everywhere about the format of the --check-version option. BUG=406993 Review URL: https://codereview.chromium.org/506863005 Cr-Commit-Position: refs/heads/master@{#296618}
-
jackhou authored
Previously, caption buttons were set at creation time. With this CL, minimize and maximize buttons can be added and removed throughout the lifetime of a window. BUG=412241 Review URL: https://codereview.chromium.org/581953002 Cr-Commit-Position: refs/heads/master@{#296617}
-
erikchen authored
The test relied on implicit assumptions about the system font. The system font changed in OSX 10.10. I changed the test to always use a fixed font. BUG=390276 Review URL: https://codereview.chromium.org/595053002 Cr-Commit-Position: refs/heads/master@{#296616}
-
gunsch authored
R=lcwu@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/602593004 Cr-Commit-Position: refs/heads/master@{#296615}
-
wjmaclean authored
At present, the NavigationEntry page type always reports PAGE_TYPE_NORMAL for all committed entries, even if an error page is currently showing. There is a need for a mechanism to detect when an error page is showing in order to prevent zooming in that case, so we modify the navigation entry to correctly report error pages. BUG=403268 Review URL: https://codereview.chromium.org/580133002 Cr-Commit-Position: refs/heads/master@{#296614}
-
rvargas authored
BUG=416722 R=thestig@chromium.org Review URL: https://codereview.chromium.org/606473002 Cr-Commit-Position: refs/heads/master@{#296613}
-
hansmuller authored
The default value for NullableString should be null (was ""). Mojo struct fields whose type is string? should be initialized to null, not "". BUG=417039 Review URL: https://codereview.chromium.org/605443002 Cr-Commit-Position: refs/heads/master@{#296612}
-
aurimas authored
Revert of Findbugs roll from 2.0.3 to 3.0.0 (patchset #1 id:1 of https://codereview.chromium.org/604623002/) Reason for revert: findbugs expectations needs updating together with this roll. Original issue's description: > Findbugs roll from 2.0.3 to 3.0.0 > > BUG=None > > Committed: https://crrev.com/cb90500709f6f56788fdd8c15da345220aa5b983 > Cr-Commit-Position: refs/heads/master@{#296595} TBR=tedchoc@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/597263003 Cr-Commit-Position: refs/heads/master@{#296611}
-
rvargas authored
BUG=416722 R=rtenneti@chromium.org Review URL: https://codereview.chromium.org/605513005 Cr-Commit-Position: refs/heads/master@{#296610}
-
rvargas authored
BUG=416722 R=shadi@chromium.org Review URL: https://codereview.chromium.org/598243002 Cr-Commit-Position: refs/heads/master@{#296609}
-
sky authored
Otherwise the sides may be clipped out. BUG=417493 TEST=see bug R=ananta@chromium.org Review URL: https://codereview.chromium.org/604463003 Cr-Commit-Position: refs/heads/master@{#296608}
-
qinmin authored
After a seek, both audio and video decoder job will start prerolling. However, audio decoder job can finish prerolling much earlier than video decoder job. As a result, audio will start playing before video starts. And we will see some fast motion when video try to catch up with audio after it starts rendering. internal b/17527385 Review URL: https://codereview.chromium.org/596093002 Cr-Commit-Position: refs/heads/master@{#296607}
-
sbc authored
I introduced these leaks recently and really should have run valgrind. In future out valgrind bot should find such things pre-submit. Review URL: https://codereview.chromium.org/605433003 Cr-Commit-Position: refs/heads/master@{#296606}
-
noel authored
Notify RenderView webview() when the Page color profile changes so it can update and repaint all color profiled elements on the Page. Not used as yet: the IPC from the browser-side will be added later (need to resolve issue 338130, issue 357443 first), so this change is just more plumbing. CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg BUG=368663 Review URL: https://codereview.chromium.org/592753003 Cr-Commit-Position: refs/heads/master@{#296605}
-
groby authored
BUG=none TBR=mpearson@chromium.org R=jiayul@chromium.org Review URL: https://codereview.chromium.org/601033002 Cr-Commit-Position: refs/heads/master@{#296604}
-
rvargas authored
BUG=416722 R=piman@chromium.org TBR=cpu@chromium.org (sandbox_win.cc) Review URL: https://codereview.chromium.org/606463002 Cr-Commit-Position: refs/heads/master@{#296603}
-
rvargas authored
BUG=416722 R=garykac@chromium.org Review URL: https://codereview.chromium.org/602763003 Cr-Commit-Position: refs/heads/master@{#296602}
-
gunsch authored
This helper method is also used by internal Chromecast calls. R=lcwu@chromium.org,byungchul@chromium.org BUG=400914 Review URL: https://codereview.chromium.org/606483002 Cr-Commit-Position: refs/heads/master@{#296601}
-
gunsch authored
The setting is enabled by default for Android builds, but not practical for Chromecast on Android. R=byungchul@chromium.org,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/606453003 Cr-Commit-Position: refs/heads/master@{#296600}
-
wolenetz authored
Includes last frame's duration in the determination of SourceBufferStream's |max_interbuffer_distance_|, to prevent an unusually long segment-ending frame from triggering discontinuity when adjacent buffers are appended. A more correct fix requires StreamParsers to always emit valid frame durations (crbug 351166), and would use them exclusively to determine discontinuity. BUG=351489 R=dalecurtis@chromium.org TEST=No media_unittest, layout, or yt-dash-mse ToT conformance regression. Fixes b/17570928. Review URL: https://codereview.chromium.org/597293004 Cr-Commit-Position: refs/heads/master@{#296599}
-
John Abd-El-Malek authored
Output: Failed to load ../out/Release/xdisplaycheck with cwd=/tmp/run_tha_testSvCWuD/chrome Xvfb exited, code 1 Xvfb output: > > Fatal server error: > Server is already active for display 9 > If this server is no longer running, remove /tmp/.X9-lock > and start again. > BUG=414808 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/600283002 Cr-Commit-Position: refs/heads/master@{#296598}
-
jrummell authored
createMediaPlayer() will soon get called with the additional parameter |initial_cdm|. Adding a method to include it. BUG=358271 TEST=mojo compiles with upcoming blink changes Review URL: https://codereview.chromium.org/600233002 Cr-Commit-Position: refs/heads/master@{#296597}
-
thestig authored
BUG=17297,18218,20582,21479,27315,27644,28847,28072,31634,35164,35625,40429,40659,47949,50286,50297,50638,50968,52681,53742,53989,55773,58860,51682,60873,61737,61929,63024,63670,64463,65940,67291,68090,73036,73299,75136,75142,75714,77265,77388,79994,80239,82328,82682,84329,86303,87461,90976,91889,91892,92579,93036,96300,96559,96671,96689 NOTRY=true TBR=ericwilligers@chromium.org Review URL: https://codereview.chromium.org/605543003 Cr-Commit-Position: refs/heads/master@{#296596}
-
aurimas authored
BUG=None Review URL: https://codereview.chromium.org/604623002 Cr-Commit-Position: refs/heads/master@{#296595}
-
mad authored
Offer to download the Software removal tool when the sw_reporter component found something that it can handle. For chrome/app/chrome_command_ids.h TBR=cpu@chromium.org BUG=416582 Review URL: https://codereview.chromium.org/599653002 Cr-Commit-Position: refs/heads/master@{#296594}
-
jennyz authored
BUG=402072 TBR=xiyuan,jamescook Review URL: https://codereview.chromium.org/596603002 Cr-Commit-Position: refs/heads/master@{#296593}
-
John Abd-El-Malek authored
I missed this in r296574 BUG=414808 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/602873004 Cr-Commit-Position: refs/heads/master@{#296592}
-
tapted authored
This is flaky because the app list ends up trying to read an ImageSkia on one of Cocoa's background threads. While NSView has a `canDrawConcurrently` function, AppKit is not calling it in the case that is making this test flaky. The documentation says, "The default is NO for most types of views.." [sic], and I've verified it is `NO` and tried overriding it, but it was just never called. However, having -[NSView canDraw] return `NO` seems to work fine. Returning NO when there is no message loop ensures a draw only occurs on a thread that Chrome created (not one of Cocoa's background threads), and doesn't raise any DEPS issues. BUG=417148, 415264 Review URL: https://codereview.chromium.org/599803002 Cr-Commit-Position: refs/heads/master@{#296591}
-
John Abd-El-Malek authored
BUG=414808 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/599863003 Cr-Commit-Position: refs/heads/master@{#296590}
-
hush authored
When webview translates into the screen from offscreen by calling WebView#SetTranslateX/Y, onDrawHardware is called with an empty global visible rect. When the webview is still offscreen, Android frameworks won't call DrawGL on WebView, which means the "parent draw constraints" stored in hardware renderer won't contain the draw constraints when the webview is offscreen. When webview gets an ondraw with an empty global visible rect, we need to make sure the parent draw constraints of the corresponding DrawGL is always posted back to child compositor and triggers an invalidate. BUG=417479 Review URL: https://codereview.chromium.org/603633003 Cr-Commit-Position: refs/heads/master@{#296589}
-
Ben Smith authored
This change includes implementation for MemFs and FuseFs. I've also reordered the fuse_operations struct to match the order used in the real FUSE implementation. BUG=414793 R=sbc@chromium.org Review URL: https://codereview.chromium.org/604513002 Cr-Commit-Position: refs/heads/master@{#296588}
-
thestig authored
BUG=42958,47950,49279,51379,51590,51679,52837,52957,54308,55533,56359,56676,58321,58340,58546,60556,60654,80462,80550,80551,84224,112278,112450,112594,118890 NOTRY=true TBR=ericwilligers@chromium.org Review URL: https://codereview.chromium.org/605553002 Cr-Commit-Position: refs/heads/master@{#296587}
-
thestig authored
BUG=417526 NOTRY=true TBR=tzik@chromium.org Review URL: https://codereview.chromium.org/600243003 Cr-Commit-Position: refs/heads/master@{#296586}
-
rvargas authored
BUG=416722 R=sky@chromium.org Review URL: https://codereview.chromium.org/606453002 Cr-Commit-Position: refs/heads/master@{#296585}
-
alexmos authored
RenderFrameHostManager::CommitNavigation was not using scoped_refptr when it created a new SiteInstance. This resulted in the new SiteInstance being deleted in FrameTree::CreateProxiesForSiteInstance after iterating through the frame tree with base::Bind due to its ref count falling to 0. This was the cause of crashes in RenderFrameHostManagerTest.BrowserSideNavigationCrossSiteNavigation and RenderFrameHostManagerTest.BrowserSideNavigationIgnoreStaleNavigationCommit under --site-per-process. These tests now pass. BUG=417518 Review URL: https://codereview.chromium.org/599253002 Cr-Commit-Position: refs/heads/master@{#296584}
-
gunsch authored
R=lcwu@chromium.org,byungchul@chromium.org BUG=400876 Review URL: https://codereview.chromium.org/591413006 Cr-Commit-Position: refs/heads/master@{#296583}
-
rvargas authored
BUG=416722 R=gene@chromium.org Review URL: https://codereview.chromium.org/606443003 Cr-Commit-Position: refs/heads/master@{#296582}
-
gunsch authored
R=byungchul@chromium.org,lcwu@chromium.org BUG=332744 Review URL: https://codereview.chromium.org/595113002 Cr-Commit-Position: refs/heads/master@{#296581}
-
rvargas authored
BUG=416722 R=wfh@chromium.org Review URL: https://codereview.chromium.org/606443002 Cr-Commit-Position: refs/heads/master@{#296580}
-