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

Issue 11883025: Detect if webkitNotifications is available and remove webkit prefix (replaced (Closed)

Created:
7 years, 11 months ago by Emily Fortuna
Modified:
7 years, 11 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Detect if webkitNotifications is available and remove webkit prefix (replaced with "experimental"). BUG= Committed: https://code.google.com/p/dart/source/detail?r=17105

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -143 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 3 chunks +44 lines, -58 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 3 chunks +10 lines, -55 lines 0 comments Download
M tests/html/audiocontext_test.dart View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/exceptions_test.dart View 1 2 3 4 1 chunk +2 lines, -12 lines 0 comments Download
M tests/html/html.status View 1 2 3 4 8 chunks +7 lines, -5 lines 0 comments Download
A tests/html/notifications_test.dart View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 2 3 4 3 chunks +29 lines, -1 line 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A tools/dom/templates/html/dart2js/impl_DomException.darttemplate View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Emily Fortuna
https://codereview.chromium.org/11883025/diff/10002/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (left): https://codereview.chromium.org/11883025/diff/10002/sdk/lib/html/dart2js/html_dart2js.dart#oldcode883 sdk/lib/html/dart2js/html_dart2js.dart:883: - * Returns a data URI containing a representation ...
7 years, 11 months ago (2013-01-15 00:54:25 UTC) #1
blois
https://codereview.chromium.org/11883025/diff/10002/tests/html/exceptions_test.dart File tests/html/exceptions_test.dart (right): https://codereview.chromium.org/11883025/diff/10002/tests/html/exceptions_test.dart#newcode11 tests/html/exceptions_test.dart:11: expect(NotificationCenter.supported, true); This should probably go in a separate ...
7 years, 11 months ago (2013-01-15 01:31:56 UTC) #2
Emily Fortuna
PTAL https://codereview.chromium.org/11883025/diff/10002/tests/html/exceptions_test.dart File tests/html/exceptions_test.dart (right): https://codereview.chromium.org/11883025/diff/10002/tests/html/exceptions_test.dart#newcode11 tests/html/exceptions_test.dart:11: expect(NotificationCenter.supported, true); On 2013/01/15 01:31:56, blois wrote: > ...
7 years, 11 months ago (2013-01-15 02:21:06 UTC) #3
blois
https://codereview.chromium.org/11883025/diff/6002/tests/html/notifications_test.dart File tests/html/notifications_test.dart (right): https://codereview.chromium.org/11883025/diff/6002/tests/html/notifications_test.dart#newcode28 tests/html/notifications_test.dart:28: expect(e.code, DomException.SECURITY_ERR); My understanding is that e.code is deprecated ...
7 years, 11 months ago (2013-01-15 18:20:56 UTC) #4
Emily Fortuna
PTAL. Also, Safari 6 still returns SECURITY_ERR, which is not the standard (the nightly builds ...
7 years, 11 months ago (2013-01-15 22:30:39 UTC) #5
blois
lgtm I'd either loosen up the test to pass on Safari or special-case Safari behavior ...
7 years, 11 months ago (2013-01-15 22:37:04 UTC) #6
Emily Fortuna
On 2013/01/15 22:37:04, blois wrote: > lgtm > > I'd either loosen up the test ...
7 years, 11 months ago (2013-01-15 23:12:11 UTC) #7
blois
7 years, 11 months ago (2013-01-15 23:14:35 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698