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

Issue 4123001: Modified chrome pageload extension (Closed)

Created:
10 years, 1 month ago by jning
Modified:
9 years, 7 months ago
CC:
chromium-reviews, sadeesh, zhaoq_google.com, Tessa MacDuff
Visibility:
Public.

Description

-Add the option to export the result table to .csv format. -Add the option to clear selected data sets. -Add the option to sort the result table according to the chosen metric. -Move "load from file" button to the same line of Url text box. -Highlight the tested page to trigger the paint event. -Include third party libraries table2CSV.js and sorttable.js in util folder. -Remove some redundant scripts from jquery folder. -Prune sorttable.js to remove some browser specific code. Contributed by Jianxia Ning <jning@google.com>;. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64180

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+694 lines, -506 lines) Patch
M README.txt View 1 chunk +10 lines, -1 line 0 comments Download
M background.html View 1 chunk +1 line, -1 line 0 comments Download
D jquery/jquery-ui-1.8.4.custom.min.js View 1 chunk +0 lines, -245 lines 0 comments Download
D jquery/jquery.client.js View 1 chunk +0 lines, -123 lines 0 comments Download
D jquery/jquery.flot.js View 1 chunk +0 lines, -1 line 0 comments Download
A jquery/jquery.flot.min.js View 1 chunk +1 line, -0 lines 0 comments Download
D jquery/jquery.flot.navigate.js View 1 chunk +0 lines, -1 line 0 comments Download
D jquery/jquery.flot.valuelabels.js View 1 chunk +0 lines, -75 lines 0 comments Download
M options.html View 1 11 chunks +102 lines, -59 lines 0 comments Download
A util/sorttable.js View 2 1 chunk +490 lines, -0 lines 0 comments Download
A util/table2CSV.js View 2 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jning
10 years, 1 month ago (2010-10-26 17:50:48 UTC) #1
lzheng
http://codereview.chromium.org/4123001/diff/1/3 File jquery/table2CSV.js (right): http://codereview.chromium.org/4123001/diff/1/3#newcode1 jquery/table2CSV.js:1: jQuery.fn.table2CSV = function(rowNum,options) { Is it okay to call ...
10 years, 1 month ago (2010-10-26 20:06:47 UTC) #2
jning
http://codereview.chromium.org/4123001/diff/1/3 File jquery/table2CSV.js (right): http://codereview.chromium.org/4123001/diff/1/3#newcode1 jquery/table2CSV.js:1: jQuery.fn.table2CSV = function(rowNum,options) { This func is contributed by ...
10 years, 1 month ago (2010-10-26 22:02:19 UTC) #3
lzheng1
On Tue, Oct 26, 2010 at 3:02 PM, <jning@google.com> wrote: > > http://codereview.chromium.org/4123001/diff/1/3 > File ...
10 years, 1 month ago (2010-10-26 22:12:06 UTC) #4
jning
Thanks for the reminder. I did not realize the copyright issue. The good news is ...
10 years, 1 month ago (2010-10-26 22:38:31 UTC) #5
lzheng1
Sounds good. On Tue, Oct 26, 2010 at 3:38 PM, <jning@google.com> wrote: > Thanks for ...
10 years, 1 month ago (2010-10-26 22:41:57 UTC) #6
jning
Changes: -Acknowledge the third-party libraries in README.txt. -Remove some redundant scripts from jquery folder. -Replace ...
10 years, 1 month ago (2010-10-27 03:34:52 UTC) #7
lzheng
LGTM. On 2010/10/27 03:34:52, jning wrote: > Changes: > -Acknowledge the third-party libraries in README.txt. ...
10 years, 1 month ago (2010-10-27 16:42:27 UTC) #8
jning
One small patch: Highlight/Select the tested page to trigger the paint event.
10 years, 1 month ago (2010-10-27 17:10:29 UTC) #9
lzheng1
Jianxia: Can you include this file in the original change list? Looks like you removed ...
10 years, 1 month ago (2010-10-27 22:58:07 UTC) #10
jning
Done. Thanks! On 2010/10/27 22:58:07, lzheng1 wrote: > Jianxia: > > Can you include this ...
10 years, 1 month ago (2010-10-27 23:14:20 UTC) #11
lzheng1
Great. Committed. On Wed, Oct 27, 2010 at 4:14 PM, <jning@google.com> wrote: > Done. Thanks! ...
10 years, 1 month ago (2010-10-27 23:38:05 UTC) #12
Aaron Boodman
Sorry, but I had to revert r64493 because it broke chrome/common/extensions/build/build.py. I think it is ...
10 years, 1 month ago (2010-11-02 22:28:27 UTC) #13
Aaron Boodman
On 2010/11/02 22:28:27, Aaron Boodman wrote: > chrome/common/extensions/build/build.py. chrome/common/extensions/docs/build/build.py
10 years, 1 month ago (2010-11-02 22:29:04 UTC) #14
Tessa MacDuff
10 years, 1 month ago (2010-11-02 23:02:30 UTC) #15
The bug is http://crbug.com/61650.

On Tue, Nov 2, 2010 at 15:28, <aa@chromium.org> wrote:

> Sorry, but I had to revert r64493 because it broke
> chrome/common/extensions/build/build.py. I think it is because of the
> literal
> unicode characters inline in some of the sample code, but I didn't have
> time to
> investigate.
>
> tessamac (cc'd) is going to file a bug with some more details.
>
> Sorry again for the inconvenience.
>
>
> http://codereview.chromium.org/4123001/show
>

Powered by Google App Engine
This is Rietveld 408576698