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

Issue 12274002: Fixing Geolocation on Firefox (Closed)

Created:
7 years, 10 months ago by blois
Modified:
7 years, 4 months ago
Reviewers:
ricow1, Emily Fortuna
CC:
reviews_dartlang.org, kustermann, Søren Gjesse
Visibility:
Public.

Description

Fixing Geolocation on Firefox For position, Firefox is returning an object which doesn't map nicely, so added a wrapper for that. Also cleaned up the APIs to make them more dart-friendly. BUG=7547 Committed: https://code.google.com/p/dart/source/detail?r=18723

Patch Set 1 : #

Patch Set 2 : Adding manual test #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -13 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 3 chunks +103 lines, -5 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 3 chunks +88 lines, -8 lines 0 comments Download
A tests/html/geolocation_test.dart View 1 1 chunk +18 lines, -0 lines 0 comments Download
M tests/html/html.status View 1 1 chunk +1 line, -0 lines 2 comments Download
A tests/html/interactive_test.dart View 1 1 chunk +65 lines, -0 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 2 chunks +5 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 chunk +1 line, -0 lines 0 comments Download
A tools/dom/templates/html/impl/impl_Geolocation.darttemplate View 1 chunk +103 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
blois
7 years, 10 months ago (2013-02-19 19:41:33 UTC) #1
Emily Fortuna
lgtm, with one comment fix. +Martin. I'm adding some people on the testing team so ...
7 years, 10 months ago (2013-02-19 19:53:00 UTC) #2
blois
On 2013/02/19 19:53:00, Emily Fortuna wrote: > lgtm, with one comment fix. > > +Martin. ...
7 years, 10 months ago (2013-02-19 21:14:29 UTC) #3
blois
Committed patchset #2 manually as r18723 (presubmit successful).
7 years, 10 months ago (2013-02-19 21:18:45 UTC) #4
ricow1
https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status#newcode10 tests/html/html.status:10: interactive_test: Skip # Must be run manually. If this ...
7 years, 4 months ago (2013-08-22 11:26:13 UTC) #5
blois
https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status File tests/html/html.status (right): https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status#newcode10 tests/html/html.status:10: interactive_test: Skip # Must be run manually. On 2013/08/22 ...
7 years, 4 months ago (2013-08-22 16:14:56 UTC) #6
ricow1
7 years, 4 months ago (2013-08-22 16:16:11 UTC) #7
Message was sent while issue was closed.
On 2013/08/22 16:14:56, blois wrote:
> https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status
> File tests/html/html.status (right):
> 
>
https://codereview.chromium.org/12274002/diff/3008/tests/html/html.status#new...
> tests/html/html.status:10: interactive_test: Skip # Must be run manually.
> On 2013/08/22 11:26:13, ricow1 wrote:
> > If this needs to be run manually how about just not calling this _test?
> 
> If it's not _test, is there an easy way to generate the test HTML and dart2js
> files for it?

no, that was not really what I assumed when I saw it it said manually - so
nevermind :-)

Powered by Google App Engine
This is Rietveld 408576698