New issue
Advanced search Search tips

Issue 750475 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

don't know

Reported by lalenard...@gmail.com, Jul 30 2017

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36

Steps to reproduce the problem:
1. 
2. unknown
3. 

What is the expected behavior?
it just freezes, then its says flash froze

What went wrong?
the flash

Did this work before? Yes 

Chrome version: 49.0.2623.112  Channel: n/a
OS Version: OS X 10.7.5
Flash Version: Shockwave Flash 21.0 r0
 
因為已被發現ㄌ= =
 #匿名者
Labels: Needs-Milestone
Cc: pnangunoori@chromium.org
Labels: Needs-Feedback
@lalenard007-- Thanks for reporting this issue. Could you please verify by updating your chrome to latest stable #60.0.3112.78 and by removing the extensions and creating a new profile to verify if the issue still persists.

If the issue persists, kindly provide the steps to reproduce the issue, it would help us in investigating the issue.

Thanks in advance.

Comment 4 by shrike@chromium.org, Aug 10 2017

Status: WontFix (was: Unconfirmed)
Unfortunately for macOS 10.6 through 10.8 the Chrome version is stuck at M49. If you're able to upgrade your OS to 10.9 or higher, please do so and then upgrade to the latest version of Chrome and see if the problem persists.
public class VideoDatabase {
  //The columns we'll include in the video database table
  public static final String KEY_NAME = SearchManager.SUGGEST_COLUMN_TEXT_1;
  public static final String KEY_DESCRIPTION = SearchManager.SUGGEST_COLUMN_TEXT_2;
  public static final String KEY_ICON = SearchManager.SUGGEST_COLUMN_RESULT_CARD_IMAGE;
  public static final String KEY_DATA_TYPE = SearchManager.SUGGEST_COLUMN_CONTENT_TYPE;
  public static final String KEY_IS_LIVE = SearchManager.SUGGEST_COLUMN_IS_LIVE;
  public static final String KEY_VIDEO_WIDTH = SearchManager.SUGGEST_COLUMN_VIDEO_WIDTH;
  public static final String KEY_VIDEO_HEIGHT = SearchManager.SUGGEST_COLUMN_VIDEO_HEIGHT;
  public static final String KEY_AUDIO_CHANNEL_CONFIG =
          SearchManager.SUGGEST_COLUMN_AUDIO_CHANNEL_CONFIG;
  public static final String KEY_PURCHASE_PRICE = SearchManager.SUGGEST_COLUMN_PURCHASE_PRICE;
  public static final String KEY_RENTAL_PRICE = SearchManager.SUGGEST_COLUMN_RENTAL_PRICE;
  public static final String KEY_RATING_STYLE = SearchManager.SUGGEST_COLUMN_RATING_STYLE;
  public static final String KEY_RATING_SCORE = SearchManager.SUGGEST_COLUMN_RATING_SCORE;
  public static final String KEY_PRODUCTION_YEAR = SearchManager.SUGGEST_COLUMN_PRODUCTION_YEAR;
  public static final String KEY_COLUMN_DURATION = SearchManager.SUGGEST_COLUMN_DURATION;
  public static final String KEY_ACTION = SearchManager.SUGGEST_COLUMN_INTENT_ACTION;
...

Sign in to add a comment