Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Issue 18042008: createPatternFromImage doesn't work on Firefox. Removing until we have a (Closed)

Created:
7 years, 5 months ago by Emily Fortuna
Modified:
7 years, 5 months ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

createPatternFromImage doesn't work on Firefox. Removing until we have a pollyfill. BUG= Committed: https://code.google.com/p/dart/source/detail?r=24710

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tests/html/canvasrenderingcontext2d_test.dart View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Emily Fortuna
TBR. I added this test in the previous CL, but apparently it doesn't work on ...
7 years, 5 months ago (2013-07-02 23:42:18 UTC) #1
Emily Fortuna
Committed patchset #1 manually as r24710 (presubmit successful).
7 years, 5 months ago (2013-07-02 23:42:35 UTC) #2
Jennifer Messerly
7 years, 5 months ago (2013-07-02 23:51:37 UTC) #3
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/18042008/diff/1/tests/html/canvasrenderingcon...
File tests/html/canvasrenderingcontext2d_test.dart (right):

https://codereview.chromium.org/18042008/diff/1/tests/html/canvasrenderingcon...
tests/html/canvasrenderingcontext2d_test.dart:674: //var pattern2 =
context.createPatternFromImage(new ImageElement(), '');
is it possible to guard this in some sort of an `if (!firefox)` ?

(or maybe catch the "component not available" exception, if that's a valid
result?)

Powered by Google App Engine
This is Rietveld 408576698