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

Issue 8428011: Update JRE version metadata. (Closed)

Created:
9 years, 1 month ago by Chris Evans
Modified:
9 years, 1 month ago
Reviewers:
Bernhard Bauer, cevans
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Update JRE version metadata. BUG=102461 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108143

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M webkit/plugins/npapi/plugin_list.cc View 1 3 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Chris Evans
Metadata-only change. Request quick review if feasible :)
9 years, 1 month ago (2011-11-01 03:07:55 UTC) #1
cevans
Note to reviewer: I'll submit this also with a Mac change to remove maximum / ...
9 years, 1 month ago (2011-11-01 04:15:06 UTC) #2
Bernhard Bauer
On 2011/11/01 04:15:06, cevans wrote: > Note to reviewer: I'll submit this also with a ...
9 years, 1 month ago (2011-11-01 10:35:36 UTC) #3
cevans
9 years, 1 month ago (2011-11-01 17:59:07 UTC) #4
On Tue, Nov 1, 2011 at 3:35 AM, <bauerb@chromium.org> wrote:

> On 2011/11/01 04:15:06, cevans wrote:
>
>> Note to reviewer: I'll submit this also with a Mac change to remove
>> maximum
>> / minimum versions. I won't actually change any of the versions required
>> as
>> we haven't decoded the Lion story yet, nor the support story for older
>> MacOSX. Let me know of any concerns.
>>
>
> This change LGTM, but I don't understand that note ;-) What are you going
> to
> change in addition?


Sorry. We did this properly in the end, i.e. got a Lion machine and grabbed
its Java version:

    { "14.0", "", "14.0.3", true }  // Lion

The thing I was rambling about was making sure that the highest version
range in the array has no upper limit. This ensures that any future major
version bumps will still get infobar'ed.


>
>  On Mon, Oct 31, 2011 at 8:07 PM, <mailto:cevans@chromium.org> wrote:
>>
>
>  > Reviewers: Bernhard Bauer,
>> >
>> > Message:
>> > Metadata-only change. Request quick review if feasible :)
>> >
>> > Description:
>> > Update JRE version metadata.
>> >
>> > BUG=102461
>> >
>> > Please review this at
>>
>
> http://codereview.chromium.****org/8428011/%3Chttp://coderevi**
> ew.chromium.org/8428011/ <http://codereview.chromium.org/8428011/>>
>
>> >
>> > SVN Base:
>>
>
>
svn://svn.chromium.org/chrome/****trunk/src/<http://svn.chromium.org/chrome/**trunk/src/>
>
<http://svn.**chromium.org/chrome/trunk/src/<http://svn.chromium.org/chrome/tr...
> **>
>
>> >
>> > Affected files:
>> >  M     webkit/plugins/npapi/plugin_****list.cc
>> >
>> >
>> > Index: webkit/plugins/npapi/plugin_****list.cc
>> > ==============================****============================**
>> ==**=======
>> > --- webkit/plugins/npapi/plugin_****list.cc (revision 107012)
>> > +++ webkit/plugins/npapi/plugin_****list.cc (working copy)
>>
>> > @@ -93,7 +93,8 @@
>> >     { "", "", "7.6.9", true }
>> >  };
>> >  static const VersionRangeDefinition kJavaVersionRange[] = {
>> > -    { "0", "7", "6.0.260", true }  // "260" is not a typo.
>> > +    { "0", "7", "6.0.290", true },  // "290" is not a typo.
>> > +    { "7", "", "10.1", true }  // JDK7u1 identifies itself as 10.1
>> >  };
>> >  // This is up to date with
>> >  //
>>
>
> http://www.adobe.com/support/****security/bulletins/apsb11-08.**
> **html%3Chttp://www.adobe.com/**support/security/bulletins/**
>
apsb11-08.html<http://www.adobe.com/support/**security/bulletins/apsb11-08.**html%3Chttp://www.adobe.com/support/security/bulletins/apsb11-08.html>
> >
>
>  > @@ -146,12 +147,14 @@
>> >
>> >  #else  // Most importantly, covers desktop Linux.
>> >  static const VersionRangeDefinition kJavaVersionRange[] = {
>> > -    { "0", "1.7", "1.6.0.26", true }
>> > +    { "0", "1.7", "1.6.0.29", true },
>> > +    { "1.7", "", "1.7.0.1", true }
>> >  };
>> >
>> >  static const VersionRangeDefinition kRedhatIcedTeaVersionRange[] = {
>> > -    { "0", "1.9", "1.8.8", true },
>> > -    { "1.9", "1.10", "1.9.8", true },
>> > +    { "0", "1.9", "1.8.10", true },
>> > +    { "1.9", "1.10", "1.9.10", true },
>> > +    { "1.10", "", "1.10.4", true }
>> >  };
>> >
>> >  static const PluginGroupDefinition kGroupDefinitions[] = {
>> >
>> >
>> >
>>
>
>
>
>
http://codereview.chromium.**org/8428011/<http://codereview.chromium.org/8428...
>

Powered by Google App Engine
This is Rietveld 408576698