- 05 Nov, 2014 40 commits
-
-
mgiuca authored
Currently only works if --enable-apps-file-associations is on. The Chrome app appears on the "Open with" menu and "Choose default program" dialog for files of any type mentioned in the app's manifest. If there is no existing app associated with the file type, the Chrome app becomes the default handler. Upon app installation, creates a copy of the app_shim executable to serve as a portable and uniquely named way to run the app. Any file types mentioned in the file_handlers section of the app manifest are associated with the shim. BUG=130455 Review URL: https://codereview.chromium.org/181493011 Cr-Commit-Position: refs/heads/master@{#302755}
-
agl authored
This change adds an entry to about:flags to control the minimum TLS version as requested by Darin. This will allow Android and ChromeOS users to reenable SSLv3 in Chrome 40 if they need to. Additionally, this gates the SSLv3 disabling with Finch. At the moment the experiment doesn't actually exist and so will always return the empty string. However, should we need to, we can define it and put everyone in the Enabled group. BUG=427671,419870 Review URL: https://codereview.chromium.org/693963003 Cr-Commit-Position: refs/heads/master@{#302754}
-
Sadrul Habib Chowdhury authored
ActivityViewModel has the necessary information that should be displayed to the user. So provide mechanism for it to be able to update the view when the relevant information (e.g. title, icon, color) changes. BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/694413005 Cr-Commit-Position: refs/heads/master@{#302753}
-
dpranke authored
There were a number of ozone targets that had rusted or never been implemented in the GN build for Chrome OS. Fix it! R=cmasone TBR=brettw BUG=424334 TEST=build chrome with os=chromeos use_ozone=true use_clang=true Review URL: https://codereview.chromium.org/705623004 Cr-Commit-Position: refs/heads/master@{#302752}
-
nhiroki authored
many-registration.html is failing due to out-of-memory error. BUG=430232 TBR=dtu@chromium.org Review URL: https://codereview.chromium.org/704693002 Cr-Commit-Position: refs/heads/master@{#302751}
-
newt authored
This method is identical to ThreadUtils.runOnUiThreadBlocking(), and ThreadUtils has a variety of helpful variations. BUG=430226 Review URL: https://codereview.chromium.org/700013002 Cr-Commit-Position: refs/heads/master@{#302750}
-
mgiuca authored
This is a small binary that runs Chrome with the given command-line arguments. It is intended for use with Chrome apps, so that file types can be associated with the shim, having a custom name (and in some cases, icon) rather than simply the name of the Chrome binary. BUG=130455 Review URL: https://codereview.chromium.org/179223003 Cr-Commit-Position: refs/heads/master@{#302749}
-
rsadam authored
BUG=430252 Review URL: https://codereview.chromium.org/703703004 Cr-Commit-Position: refs/heads/master@{#302748}
-
hshi authored
BUG=430323 TEST=trybot and manual testing of tab casting R=hclam@chromium.org TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/695643003 Cr-Commit-Position: refs/heads/master@{#302747}
-
grt authored
Chrome announces that a DownloadManager is going down before it destroys its items. This change makes the unit test behave more like chrome does and makes the metadata manager handle this shutdown order properly. BUG=389123, 386915, 389643 R=robertshield@chromium.org Review URL: https://codereview.chromium.org/703463006 Cr-Commit-Position: refs/heads/master@{#302746}
-
wensheng.he authored
The output format is: vss1;rss1;addr1;symbol1 vss2;rss2;addr2;symbol2 ... The symbol is related to the addr. If the binary file has symbols, it just same as before:function@sourcefile. Otherwise it will show the pathname the addr belongs to (mainly it's the library). This new command could be helpful for lcation leaks. R=kouhei@chromium.org BUG=427393 Review URL: https://codereview.chromium.org/700773002 Cr-Commit-Position: refs/heads/master@{#302745}
-
dcheng authored
Revert of Roll src/third_party/skia 7a10fb6:a30b2ee (patchset #1 id:1 of https://codereview.chromium.org/690283003/) Reason for revert: Likely broke fast/events/hit-test-counts.html layout test. Original issue's description: > Roll src/third_party/skia 7a10fb6:a30b2ee > > Summary of changes available at: > https://chromium.googlesource.com/skia/+log/7a10fb6..a30b2ee > > CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg > TBR=egdaniel@google.com > > Committed: https://crrev.com/365da31903bcebe7d6d49b802701f7c1a9e112f5 > Cr-Commit-Position: refs/heads/master@{#302662} TBR=egdaniel@google.com,skia-deps-roller@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/701003002 Cr-Commit-Position: refs/heads/master@{#302744}
-
sashab authored
Cleaned up WebsiteSettingsPopup::updatePageDetails in the PageInfo dialog and fixed a crash from invalid URLs. When a malformed URL is accessed, the PageInfo dialog will still display the URL, but won't apply any custom coloring (this only applies to well-formed URLs). TEST=Visit a malformed URL, such as 'data:html,foo<script', and open the PageInfo dialog by long-pressing on the URL. The URL should be displayed (but not colored), and Chrome should not crash. BUG=427566 Review URL: https://codereview.chromium.org/690343003 Cr-Commit-Position: refs/heads/master@{#302743}
-
estade authored
NOTRY=true TBR=dtrainor@chromium.org BUG=400904 Review URL: https://codereview.chromium.org/701983002 Cr-Commit-Position: refs/heads/master@{#302742}
-
cpu authored
RLZ is using a very convoluted and fragile way to check for code running as NT/SYSTEM. - It can fail, which causes a crash - It is quite slow on domains - It is incorrect because "SYSTEM" is not the string in some locales. BUG=428944 Review URL: https://codereview.chromium.org/691913003 Cr-Commit-Position: refs/heads/master@{#302741}
-
scottmg authored
R=cpu@chromium.org Review URL: https://codereview.chromium.org/697053005 Cr-Commit-Position: refs/heads/master@{#302740}
-
gunsch authored
Per Android media team, width/height is not always reliable. See: https://github.com/google/ExoPlayer/blob/a7b88cd6a9bac4de5ef47b23e0d7fb50c570b3a6/library/src/main/java/com/google/android/exoplayer/MediaCodecVideoTrackRenderer.java#L319 R=qinmin@chromium.org BUG=internal b/18224769 Review URL: https://codereview.chromium.org/698273003 Cr-Commit-Position: refs/heads/master@{#302739}
-
tkent authored
Revert of Implement getPermissionStatus in MockWebPushClient (patchset #3 id:40001 of https://codereview.chromium.org/677073002/) Reason for revert: Broke a layout test, push_messaging/push-messaging-api-surface.html. Original issue's description: > Implement getPermissionStatus in MockWebPushClient > > Required for hasPermission LayoutTests > > BUG=401424 > > Committed: https://crrev.com/84b57b28f4766c4e411e6cc7125fc3400626a9f9 > Cr-Commit-Position: refs/heads/master@{#302722} TBR=mvanouwerkerk@chromium.org,dcheng@chromium.org,miguelg@chromium.org NOTREECHECKS=true NOTRY=true BUG=401424 Review URL: https://codereview.chromium.org/700993002 Cr-Commit-Position: refs/heads/master@{#302738}
-
dpranke authored
R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/699263002 Cr-Commit-Position: refs/heads/master@{#302737}
-
nednguyen authored
Set android_browser_finder.psutil to None in tools/telemetry/telemetry/core/backends/chrome/android_browser_finder_unittest.py to avoid flakiness BUG=426604 Review URL: https://codereview.chromium.org/667423003 Cr-Commit-Position: refs/heads/master@{#302736}
-
anandc authored
BUG=425176 Review URL: https://codereview.chromium.org/698203005 Cr-Commit-Position: refs/heads/master@{#302735}
-
pkotwicz authored
BUG=426561,408752 TEST=None Review URL: https://codereview.chromium.org/693643004 Cr-Commit-Position: refs/heads/master@{#302734}
-
jamescook authored
unit_tests do not have prefs, but branded builds on Chrome OS attempt to read the brand code out of a null g_browser_process->local_state(). Instead, we now return an empty brand code in tests. This reduces the number of crashing unit_tests on the official builders from ~300 to ~30. BUG=430266 Review URL: https://codereview.chromium.org/703623005 Cr-Commit-Position: refs/heads/master@{#302733}
-
dtu authored
BUG=None. TEST=None. Review URL: https://codereview.chromium.org/699203004 Cr-Commit-Position: refs/heads/master@{#302732}
-
mgiuca authored
It is now a private implementation detail of the folder_image module. FolderImage now exposes GetTopIconsBounds to AppsContainerView. BUG=425444 Review URL: https://codereview.chromium.org/687913003 Cr-Commit-Position: refs/heads/master@{#302731}
-
reveman authored
GLRenderer expects a BeginDrawingFrame before each FinishDrawingFrame call. This also makes sure GLRenderer::BeginDrawingFrame doesn't early out before creating the read lock fence. BUG=428071 R=danakj TEST=cc_unittests --gtest_filter=GLRendererWithOverlaysTest.ResourcesExportedAndReturned Review URL: https://codereview.chromium.org/669233003 Cr-Commit-Position: refs/heads/master@{#302730}
-
jamesr authored
Also patches in https://codereview.chromium.org/668993002 R=eseidel@chromium.org Review URL: https://codereview.chromium.org/689153007 Cr-Commit-Position: refs/heads/master@{#302729}
-
dalecurtis authored
- Extends RendererConfig to handle VideoDecoders. - Extends the MOJO interfaces for DemuxerStreams with VIDEO. - Adds the VideoFrame type plus converters to media types. - Extends DemuxerStreamProviderShim to handle multiple streams. BUG=410451 TEST=YouTube videos play with MOJO renderer! Review URL: https://codereview.chromium.org/684963003 Cr-Commit-Position: refs/heads/master@{#302728}
-
amistry authored
externally_connectable is unused in this extension. BUG=397019 Review URL: https://codereview.chromium.org/687803003 Cr-Commit-Position: refs/heads/master@{#302727}
-
reveman authored
This makes the GpuMemoryBufferManager instance on the browser side allocate ids. The result is that each id is unique and that makes management much easier. This also allows some more concrete handling of the client id used for GPU service side allocation of buffers. BUG= Review URL: https://codereview.chromium.org/685983005 Cr-Commit-Position: refs/heads/master@{#302726}
-
perezju authored
BUG=429248 Review URL: https://codereview.chromium.org/703643003 Cr-Commit-Position: refs/heads/master@{#302725}
-
lgarron authored
BUG=414843 Review URL: https://codereview.chromium.org/704623002 Cr-Commit-Position: refs/heads/master@{#302724}
-
rdevlin.cronin authored
Move the logic for extension action context menus and close-popup activate-action observations into the cocoa platform delegate. BUG=429810 Review URL: https://codereview.chromium.org/703443002 Cr-Commit-Position: refs/heads/master@{#302723}
-
miguelg authored
Required for hasPermission LayoutTests BUG=401424 Review URL: https://codereview.chromium.org/677073002 Cr-Commit-Position: refs/heads/master@{#302722}
-
alexst authored
It is possible for an allocation to fail on the gpu side, we should handle it gracefully. Currently we DCHECK that it succeeded in the browser, which in release leads to unexpected behaviour and NOTREACHED hit during destruction on the gpu side. BUG= Review URL: https://codereview.chromium.org/701873005 Cr-Commit-Position: refs/heads/master@{#302721}
-
paulmeyer authored
Review URL: https://codereview.chromium.org/706473002 Cr-Commit-Position: refs/heads/master@{#302720}
-
mgiuca authored
The icon shows the first four icons of the apps grid view, much like a folder would show the first four icons inside the folder. BUG=425444 Review URL: https://codereview.chromium.org/682843004 Cr-Commit-Position: refs/heads/master@{#302719}
-
scheib authored
Review URL: https://codereview.chromium.org/703743002 Cr-Commit-Position: refs/heads/master@{#302718}
-
reveman authored
This prevents multiple threads from being able to call GetWeakPtr() at the same time by making sure the lock is acquired when this is called. R=vmpstr@chromium.org BUG= Review URL: https://codereview.chromium.org/700843004 Cr-Commit-Position: refs/heads/master@{#302717}
-
kalman authored
For example, previously if chrome.storage.sync.set was called more than 1000 times in an hour it would be throttled forever (until Chrome restart). Now that quota is restored every hour. BUG=406406 R=zea@chromium.org Review URL: https://codereview.chromium.org/704453002 Cr-Commit-Position: refs/heads/master@{#302716}
-