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

Issue 10332071: Pass command line arguments onto platform apps which provide the right intent. (Closed)

Created:
8 years, 7 months ago by benwells
Modified:
8 years, 7 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, mihaip-chromium-reviews_chromium.org, kkania, Dmitry Titov, dcheng, Aaron Boodman, jennb, robertshield, jianli, estade+watch_chromium.org, Andrei, Matt Perry, jeremya
Visibility:
Public.

Description

Pass command line arguments onto platform apps which provide the right intent. Any command line arguments which are file names are passed through in launchData.intent BUG=None TEST=New tests added Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139195

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Removed security changes; compile failures #

Patch Set 4 : Rebase #

Patch Set 5 : Fix bad merge #

Total comments: 25

Patch Set 6 : Rebase #

Patch Set 7 : Almost there #

Patch Set 8 : More tests, comments addressed #

Patch Set 9 : Compile fixed, postResult added #

Total comments: 38

Patch Set 10 : Rebase #

Patch Set 11 : Comments #

Total comments: 1

Patch Set 12 : Compile #

Patch Set 13 : Doh #

Total comments: 3

Patch Set 14 : Rebase #

Patch Set 15 : Win and ChromeOS compile / test #

Patch Set 16 : Browser cleanup #

Total comments: 4

Patch Set 17 : Header ordering #

Patch Set 18 : Rebase #

Patch Set 19 : Windows compile #

Patch Set 20 : Windows tests fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+799 lines, -38 lines) Patch
M chrome/browser/autocomplete/extension_app_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_mode_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/app/app_api.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +25 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/app/app_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/extensions/app_notification_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_management_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +88 lines, -2 lines 0 comments Download
A chrome/browser/extensions/platform_app_launcher.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/extensions/platform_app_launcher.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +199 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/extensions/application_launch.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel_app_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/ash/extension_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/experimental_app.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +41 lines, -1 line 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -3 lines 0 comments Download
A chrome/renderer/extensions/experimental.app_custom_bindings.h View 1 2 3 4 5 6 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/experimental.app_custom_bindings.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
A chrome/renderer/resources/extensions/experimental.app_custom_bindings.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_file/manifest.json View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_file/test.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_files/test.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_files/test.unknownextension View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_invalid/manifest.json View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_invalid/test.js View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_no_intent/manifest.json View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_no_intent/test.js View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_nothing/manifest.json View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_nothing/test.js View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_wrong_intent/test.js View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/platform_apps/launch_wrong_type/test.js View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -8 lines 0 comments Download
M content/public/browser/child_process_security_policy.h View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_util.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (0 generated)
benwells
+gbillock especially for intent data format in launchData- see: chrome/browser/extensions/api/app/app_api.h
8 years, 7 months ago (2012-05-09 12:27:22 UTC) #1
benwells
More tests to come, before commit
8 years, 7 months ago (2012-05-09 12:29:07 UTC) #2
benwells
On 2012/05/09 12:29:07, benwells wrote: > More tests to come, before commit After adding more ...
8 years, 7 months ago (2012-05-11 01:52:53 UTC) #3
benwells
Ready for review now: tests added, security changes removed, compiling on non-linux platforms fixed. More ...
8 years, 7 months ago (2012-05-14 04:26:49 UTC) #4
James Hawkins
Wha? Where is the design doc for this change? I don't remember ever seeing this ...
8 years, 7 months ago (2012-05-14 05:11:05 UTC) #5
benwells
On 2012/05/14 05:11:05, James Hawkins wrote: > Wha? Where is the design doc for this ...
8 years, 7 months ago (2012-05-14 05:16:46 UTC) #6
Greg Billock
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h File chrome/browser/extensions/api/app/app_api.h (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h#newcode47 chrome/browser/extensions/api/app/app_api.h:47: // "type" : |mime_type|, Should also have a "data" ...
8 years, 7 months ago (2012-05-14 16:16:27 UTC) #7
benwells
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h File chrome/browser/extensions/api/app/app_api.h (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h#newcode47 chrome/browser/extensions/api/app/app_api.h:47: // "type" : |mime_type|, On 2012/05/14 16:16:27, Greg Billock ...
8 years, 7 months ago (2012-05-14 23:44:32 UTC) #8
benwells
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/platform_app_browsertest.cc File chrome/browser/extensions/platform_app_browsertest.cc (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/platform_app_browsertest.cc#newcode209 chrome/browser/extensions/platform_app_browsertest.cc:209: argv.pop_back(); The removal of existing command line args should ...
8 years, 7 months ago (2012-05-14 23:50:31 UTC) #9
Greg Billock
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h File chrome/browser/extensions/api/app/app_api.h (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h#newcode47 chrome/browser/extensions/api/app/app_api.h:47: // "type" : |mime_type|, It's a valid intent, but ...
8 years, 7 months ago (2012-05-14 23:55:38 UTC) #10
benwells
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h File chrome/browser/extensions/api/app/app_api.h (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.h#newcode47 chrome/browser/extensions/api/app/app_api.h:47: // "type" : |mime_type|, On 2012/05/14 23:55:38, Greg Billock ...
8 years, 7 months ago (2012-05-15 00:11:45 UTC) #11
Mihai Parparita -not on Chrome
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc#newcode142 chrome/browser/extensions/api/app/app_api.cc:142: extension->id(), kOnLaunchedEvent, json_args, NULL, GURL()); Seems like you would ...
8 years, 7 months ago (2012-05-15 00:39:27 UTC) #12
Greg Billock
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc#newcode142 chrome/browser/extensions/api/app/app_api.cc:142: extension->id(), kOnLaunchedEvent, json_args, NULL, GURL()); If we're using an ...
8 years, 7 months ago (2012-05-15 00:54:58 UTC) #13
benwells
http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc#newcode142 chrome/browser/extensions/api/app/app_api.cc:142: extension->id(), kOnLaunchedEvent, json_args, NULL, GURL()); On 2012/05/15 00:54:59, Greg ...
8 years, 7 months ago (2012-05-16 01:35:29 UTC) #14
Mihai Parparita -not on Chrome
On Tue, May 15, 2012 at 6:35 PM, <benwells@chromium.org> wrote: > My understanding is that ...
8 years, 7 months ago (2012-05-17 00:40:14 UTC) #15
Greg Billock
On 2012/05/16 01:35:29, benwells wrote: > http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc > File chrome/browser/extensions/api/app/app_api.cc (right): > > http://codereview.chromium.org/10332071/diff/8004/chrome/browser/extensions/api/app/app_api.cc#newcode142 > ...
8 years, 7 months ago (2012-05-17 01:41:27 UTC) #16
benwells
On 2012/05/17 01:41:27, Greg Billock wrote: > On 2012/05/16 01:35:29, benwells wrote: > > > ...
8 years, 7 months ago (2012-05-17 03:59:10 UTC) #17
benwells
On 2012/05/17 03:59:10, benwells wrote: > On 2012/05/17 01:41:27, Greg Billock wrote: > > On ...
8 years, 7 months ago (2012-05-17 04:11:22 UTC) #18
benwells
Ready for review again. Sorry its getting to be a monster, I could split it ...
8 years, 7 months ago (2012-05-18 03:35:58 UTC) #19
Mihai Parparita -not on Chrome
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_browsertest.cc File chrome/browser/extensions/platform_app_browsertest.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_browsertest.cc#newcode106 chrome/browser/extensions/platform_app_browsertest.cc:106: for (size_t i=0; i<args.size(); i++) Nit: add space before/after ...
8 years, 7 months ago (2012-05-18 04:26:03 UTC) #20
benwells
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc#newcode34 chrome/browser/extensions/platform_app_launcher.cc:34: const char kViewIntent[] = "http://webintents.org/view"; On 2012/05/18 04:26:04, Mihai ...
8 years, 7 months ago (2012-05-18 04:56:54 UTC) #21
benwells
+cc mpcomplete Matt - please see question above about AddPendingTask. Summary: am I using it ...
8 years, 7 months ago (2012-05-18 05:05:40 UTC) #22
kinuko
Nice to see Isolated feature is nicely utilized in this neat feature! http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc ...
8 years, 7 months ago (2012-05-18 10:22:16 UTC) #23
Greg Billock
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc#newcode134 chrome/browser/extensions/api/app/app_api.cc:134: intent->SetString("type", mime_type); Our documentation for MIME type passing is ...
8 years, 7 months ago (2012-05-18 14:14:39 UTC) #24
Matt Perry
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc#newcode126 chrome/browser/extensions/platform_app_launcher.cc:126: // The host isn't loaded yet, so we post ...
8 years, 7 months ago (2012-05-18 19:02:39 UTC) #25
Matt Perry
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/platform_app_launcher.cc#newcode126 chrome/browser/extensions/platform_app_launcher.cc:126: // The host isn't loaded yet, so we post ...
8 years, 7 months ago (2012-05-18 19:04:37 UTC) #26
benwells
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc#newcode134 chrome/browser/extensions/api/app/app_api.cc:134: intent->SetString("type", mime_type); On 2012/05/18 14:14:39, Greg Billock wrote: > ...
8 years, 7 months ago (2012-05-21 04:26:32 UTC) #27
Greg Billock
http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc File chrome/browser/extensions/api/app/app_api.cc (right): http://codereview.chromium.org/10332071/diff/10073/chrome/browser/extensions/api/app/app_api.cc#newcode134 chrome/browser/extensions/api/app/app_api.cc:134: intent->SetString("type", mime_type); Right. We don't really have a limitation ...
8 years, 7 months ago (2012-05-21 14:25:34 UTC) #28
benwells
+sky as chrome/browser/ui owner +avi as content/ owner sky: this will clash with the other ...
8 years, 7 months ago (2012-05-22 13:15:02 UTC) #29
benwells
+sky as chrome/browser/ui owner +avi as content/ owner sky: this will clash with the other ...
8 years, 7 months ago (2012-05-22 13:42:04 UTC) #30
sky
LGTM Could we move all the OpenApplication methods from Browser closer to extensions?
8 years, 7 months ago (2012-05-22 16:03:52 UTC) #31
Matt Perry
http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc#newcode138 chrome/browser/extensions/platform_app_launcher.cc:138: ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_->id()); FYI, this will return NULL ...
8 years, 7 months ago (2012-05-22 19:03:30 UTC) #32
Mihai Parparita -not on Chrome
LGTM http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc#newcode138 chrome/browser/extensions/platform_app_launcher.cc:138: ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_->id()); On 2012/05/22 19:03:30, Matt ...
8 years, 7 months ago (2012-05-23 06:17:55 UTC) #33
Matt Perry
http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): http://codereview.chromium.org/10332071/diff/43/chrome/browser/extensions/platform_app_launcher.cc#newcode138 chrome/browser/extensions/platform_app_launcher.cc:138: ExtensionHost* host = pm->GetBackgroundHostForExtension(extension_->id()); On 2012/05/23 06:17:56, Mihai Parparita ...
8 years, 7 months ago (2012-05-23 18:53:25 UTC) #34
Matt Perry
lgtm
8 years, 7 months ago (2012-05-23 21:34:35 UTC) #35
benwells
ping for gbillock@, kinuko@ and avi@ - could have have a look at this patch? ...
8 years, 7 months ago (2012-05-24 00:48:05 UTC) #36
kinuko
fileapi related changes LGTM
8 years, 7 months ago (2012-05-24 11:55:22 UTC) #37
Avi (use Gerrit)
http://codereview.chromium.org/10332071/diff/37001/content/browser/child_process_security_policy_impl.h File content/browser/child_process_security_policy_impl.h (right): http://codereview.chromium.org/10332071/diff/37001/content/browser/child_process_security_policy_impl.h#newcode82 content/browser/child_process_security_policy_impl.h:82: const std::string& filesystem_id) OVERRIDE; If this is a part ...
8 years, 7 months ago (2012-05-24 14:37:30 UTC) #38
benwells
https://chromiumcodereview.appspot.com/10332071/diff/37001/content/browser/child_process_security_policy_impl.h File content/browser/child_process_security_policy_impl.h (right): https://chromiumcodereview.appspot.com/10332071/diff/37001/content/browser/child_process_security_policy_impl.h#newcode82 content/browser/child_process_security_policy_impl.h:82: const std::string& filesystem_id) OVERRIDE; On 2012/05/24 14:37:31, Avi wrote: ...
8 years, 7 months ago (2012-05-24 23:36:54 UTC) #39
Avi (use Gerrit)
content lgtm
8 years, 7 months ago (2012-05-25 02:13:38 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10332071/37002
8 years, 7 months ago (2012-05-25 02:21:02 UTC) #41
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/api/omnibox/omnibox_api.cc: While running patch -p1 --forward --force; patching file chrome/browser/extensions/api/omnibox/omnibox_api.cc ...
8 years, 7 months ago (2012-05-25 02:21:30 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10332071/42001
8 years, 7 months ago (2012-05-25 06:35:38 UTC) #43
commit-bot: I haz the power
Try job failure for 10332071-42001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 7 months ago (2012-05-25 07:44:19 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10332071/28003
8 years, 7 months ago (2012-05-25 08:56:16 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10332071/37013
8 years, 7 months ago (2012-05-26 05:26:30 UTC) #46
commit-bot: I haz the power
8 years, 7 months ago (2012-05-26 07:09:54 UTC) #47
Change committed as 139195

Powered by Google App Engine
This is Rietveld 408576698