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

Issue 149619: Various minor extension fixes (Closed)

Created:
11 years, 5 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Various minor fixes: * --load-extension no longer requires --enable-extensions * No longer support chrome:// URLs for user scripts * Remove old unused Greasemonkey test * Enable Greasemonkey API emulation in linux/mac BUG=16720, 16007, 4476 TEST=Added several unit tests

Patch Set 1 #

Patch Set 2 : One more test #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -588 lines) Patch
M chrome/browser/browser_init.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_startup_unittest.cc View 1 4 chunks +89 lines, -63 lines 4 comments Download
M chrome/browser/extensions/extensions_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profile.cc View 1 chunk +12 lines, -0 lines 3 comments Download
M chrome/common/extensions/url_pattern.h View 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/common/extensions/url_pattern.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/url_pattern_unittest.cc View 2 chunks +1 line, -13 lines 0 comments Download
M chrome/renderer/extensions/greasemonkey_api_unittest.cc View 1 chunk +0 lines, -86 lines 0 comments Download
M chrome/renderer/resources/greasemonkey_api.js View 2 chunks +1 line, -67 lines 0 comments Download
M chrome/renderer/user_script_slave.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/test/data/extensions/greasemonkey_api_test.js View 1 chunk +0 lines, -338 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Aaron Boodman
11 years, 5 months ago (2009-07-14 18:33:04 UTC) #1
Erik does not do reviews
LGTM - just small suggestions One other question - I didn't understand from the description ...
11 years, 5 months ago (2009-07-14 20:22:38 UTC) #2
Aaron Boodman
http://codereview.chromium.org/149619/diff/1001/1003 File chrome/browser/extensions/extension_startup_unittest.cc (right): http://codereview.chromium.org/149619/diff/1001/1003#newcode99 Line 99: void WaitForServicesToStart(int num_expected_extensions, On 2009/07/14 20:22:38, Erik Kay ...
11 years, 5 months ago (2009-07-14 20:35:44 UTC) #3
Erik does not do reviews
Also, could you answer my previous Q about the greasemonkey API tests? http://codereview.chromium.org/149619/diff/1001/1006 File chrome/browser/profile.cc ...
11 years, 5 months ago (2009-07-14 20:46:39 UTC) #4
Erik does not do reviews
thanks
11 years, 5 months ago (2009-07-14 21:12:21 UTC) #5
Gordjelin
10 years, 7 months ago (2010-05-09 18:40:00 UTC) #6
So WHY the GM_setValue and GM_getValue where removed?

Powered by Google App Engine
This is Rietveld 408576698