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

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed)

Created:
6 years, 3 months ago by baixo
Modified:
6 years, 1 month ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Infrastructure for enabling V8's initial snapshot to be loaded from external files as opposed to being statically linked to the binary. This is not currently supported on any architecture. BUG=421063 Committed: https://crrev.com/3a3c88a61fc3fc5b001e7bae70e6335d3cf7c997 Cr-Commit-Position: refs/heads/master@{#301595}

Patch Set 1 #

Patch Set 2 : Properly override v8_use_external_snapshot in v8 #

Total comments: 10

Patch Set 3 : Turn static variables into pointers and remove v8 init in net #

Total comments: 16

Patch Set 4 : Refactor code and LoadV8Snapshot in some other tests. #

Patch Set 5 : LoadV8Snapshot in a few additional locations #

Patch Set 6 : Sync master #

Patch Set 7 : Fix linux_rel tests #

Patch Set 8 : Fix components build and Windows FD #

Patch Set 9 : Fix remaining content tests #

Patch Set 10 : Sync master #

Patch Set 11 : Sync master #

Patch Set 12 : Embed v8 snapshot in the apk #

Patch Set 13 : Tentative fix for android tests #

Patch Set 14 : Sync master #

Patch Set 15 : Fix android tests #

Total comments: 44

Patch Set 16 : Address gin initialization change in mojo #

Patch Set 17 : Address Ross' comments #

Total comments: 26

Patch Set 18 : Address Ross' comments #

Total comments: 10

Patch Set 19 : Fix Linux, Windows and Mac tests #

Patch Set 20 : Address Jochen's comments. #

Patch Set 21 : Add clobber build landmine #

Patch Set 22 : Sync master #

Total comments: 12

Patch Set 23 : Address Jochen's comments #

Patch Set 24 : Remove remaining non-android bit and fix dependency to be android only #

Total comments: 2

Patch Set 25 : Disable external snapshot for webview #

Total comments: 4

Patch Set 26 : Move LoadV8Snapshot from net/proxy/proxy_resolver.cc to net/test/run_all_unittests.cc #

Patch Set 27 : Sync master #

Total comments: 2

Patch Set 28 : Address Jochen's and Hans' comments. #

Patch Set 29 : Remove landmine #

Patch Set 30 : Minor fix in ChromeOS #

Patch Set 31 : Sync #

Patch Set 32 : Sync #

Patch Set 33 : Disable for Android #

Patch Set 34 : Sync and fix gyp when disabling android #

Patch Set 35 : Remove mojo/mojo_js_unittests.isolate #

Patch Set 36 : Only remove the v8.isolate, not mojo/mojo_js_unittests.isolate #

Patch Set 37 : sync #

Patch Set 38 : sync with ToT #

Patch Set 39 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -25 lines) Patch
M android_webview/android_webview_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +13 lines, -1 line 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/ResourceExtractor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 5 chunks +32 lines, -11 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 3 chunks +12 lines, -0 lines 0 comments Download
M build/isolate.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +20 lines, -0 lines 0 comments Download
M chrome/chrome.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_android_paks.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 4 chunks +20 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/installer/mini_installer.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -0 lines 0 comments Download
M chrome/js_unittest_rules.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/sync_integration_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
M chrome/unit_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M components/components_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl_loader_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M content/app/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 38 1 chunk +2 lines, -0 lines 0 comments Download
M content/app/content_main_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2 chunks +22 lines, -1 line 0 comments Download
M content/content.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 38 1 chunk +17 lines, -0 lines 0 comments Download
M content/content_browsertests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -0 lines 0 comments Download
M content/content_gl_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +7 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 6 chunks +33 lines, -0 lines 0 comments Download
M content/content_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_descriptors.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/content_test_suite_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +8 lines, -0 lines 0 comments Download
M content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsApplication.java View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -1 line 0 comments Download
M content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestApplication.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -1 line 0 comments Download
M content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -1 line 0 comments Download
M content/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/content_test_launcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 2 chunks +8 lines, -0 lines 0 comments Download
M content/test/test_blink_web_unit_test_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +8 lines, -0 lines 0 comments Download
M gin/isolate_holder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +80 lines, -0 lines 0 comments Download
M gin/public/isolate_holder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +10 lines, -1 line 0 comments Download
M gin/shell/gin_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +3 lines, -0 lines 0 comments Download
M gin/shell_runner_unittest.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M gin/test/file_runner.cc View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M gin/test/v8_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +7 lines, -0 lines 0 comments Download
A + gin/v8.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -6 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +22 lines, -0 lines 0 comments Download
M net/net.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M net/net_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M net/test/run_all_unittests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +8 lines, -0 lines 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M third_party/android_webview_glue/android_webview_glue.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/android_webview_glue/android_webview_glue_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +6 lines, -0 lines 0 comments Download
M tools/gypv8sh.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 81 (23 generated)
baixo
Please take a look.
6 years, 3 months ago (2014-09-22 17:56:11 UTC) #2
rmcilroy
https://codereview.chromium.org/594603003/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/594603003/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode16 chrome/browser/chrome_content_browser_client.cc:16: #endif I don't think you need this here? https://codereview.chromium.org/594603003/diff/20001/content/app/content_main_runner.cc ...
6 years, 3 months ago (2014-09-23 10:04:20 UTC) #3
baixo
Addressed Ross' comments. https://codereview.chromium.org/594603003/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/594603003/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode16 chrome/browser/chrome_content_browser_client.cc:16: #endif On 2014/09/23 10:04:20, rmcilroy wrote: ...
6 years, 3 months ago (2014-09-23 11:36:47 UTC) #4
rmcilroy
https://codereview.chromium.org/594603003/diff/40001/gin/isolate_holder.cc File gin/isolate_holder.cc (right): https://codereview.chromium.org/594603003/diff/40001/gin/isolate_holder.cc#newcode16 gin/isolate_holder.cc:16: nit - Generally Ifdef'ed defines are placed in a ...
6 years, 3 months ago (2014-09-23 14:05:40 UTC) #5
baixo
https://codereview.chromium.org/594603003/diff/40001/gin/isolate_holder.cc File gin/isolate_holder.cc (right): https://codereview.chromium.org/594603003/diff/40001/gin/isolate_holder.cc#newcode16 gin/isolate_holder.cc:16: On 2014/09/23 14:05:40, rmcilroy wrote: > nit - Generally ...
6 years, 3 months ago (2014-09-23 19:30:30 UTC) #6
rmcilroy
In general looks good but I think you can remove a couple of changes due ...
6 years, 2 months ago (2014-10-06 15:41:03 UTC) #7
baixo
Addressed latest Ross' comments (thanks, Ross!). https://codereview.chromium.org/594603003/diff/280001/android_webview/android_webview_tests.gypi File android_webview/android_webview_tests.gypi (right): https://codereview.chromium.org/594603003/diff/280001/android_webview/android_webview_tests.gypi#newcode60 android_webview/android_webview_tests.gypi:60: }], On 2014/10/06 ...
6 years, 2 months ago (2014-10-07 14:53:28 UTC) #8
rmcilroy
https://codereview.chromium.org/594603003/diff/320001/base/android/java/src/org/chromium/base/ResourceExtractor.java File base/android/java/src/org/chromium/base/ResourceExtractor.java (right): https://codereview.chromium.org/594603003/diff/320001/base/android/java/src/org/chromium/base/ResourceExtractor.java#newcode355 base/android/java/src/org/chromium/base/ResourceExtractor.java:355: * is treated as an error. nit - remove ...
6 years, 2 months ago (2014-10-07 16:16:11 UTC) #9
baixo
Addressed Ross' comments https://codereview.chromium.org/594603003/diff/320001/base/android/java/src/org/chromium/base/ResourceExtractor.java File base/android/java/src/org/chromium/base/ResourceExtractor.java (right): https://codereview.chromium.org/594603003/diff/320001/base/android/java/src/org/chromium/base/ResourceExtractor.java#newcode355 base/android/java/src/org/chromium/base/ResourceExtractor.java:355: * is treated as an error. ...
6 years, 2 months ago (2014-10-08 11:28:55 UTC) #10
jochen (gone - plz use gerrit)
cool I would recommend to rip out the mac/win specific code from this CL, so ...
6 years, 2 months ago (2014-10-08 15:16:05 UTC) #11
baixo
Addressed Jochen's comments (thanks, Jochen!). https://codereview.chromium.org/594603003/diff/340001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/594603003/diff/340001/build/common.gypi#newcode991 build/common.gypi:991: # http://crbug.com/421063 On 2014/10/08 ...
6 years, 2 months ago (2014-10-14 16:36:42 UTC) #12
jochen (gone - plz use gerrit)
almost there. you'll need somebody to review the mojo bits and whatever other subdir I'm ...
6 years, 2 months ago (2014-10-15 15:40:14 UTC) #13
baixo1
Addressed Jochen's comments. https://codereview.chromium.org/594603003/diff/430001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/594603003/diff/430001/build/common.gypi#newcode990 build/common.gypi:990: # TODO(baixo): Enable v8_use_external_startup_data for Windows ...
6 years, 2 months ago (2014-10-16 10:10:30 UTC) #15
rmcilroy
Adding OWNERS for changes outside content. derat@chromium.org: Please review changes in src/ash qsr@chromium.org: Please review ...
6 years, 2 months ago (2014-10-16 11:09:41 UTC) #17
Daniel Erat
i don't have any state here, but i'm surprised that ash/ has a dependency on ...
6 years, 2 months ago (2014-10-16 15:19:17 UTC) #18
mkosiba (inactive)
android_webview/ LGTM It would be cool if this did not require the files to be ...
6 years, 2 months ago (2014-10-16 15:21:32 UTC) #19
baixo1
Disabled external snapshot for webview (thanks Martin!) and removed ash dependency (thanks Daniel!). https://codereview.chromium.org/594603003/diff/470001/build/common.gypi File ...
6 years, 2 months ago (2014-10-16 16:43:33 UTC) #20
qsr
-qsr +abarth for mojo/ that knows a lot more about js that I do. I ...
6 years, 2 months ago (2014-10-17 11:32:31 UTC) #22
rmcilroy
/build and /base/android LGTM.
6 years, 2 months ago (2014-10-17 13:10:04 UTC) #23
jochen (gone - plz use gerrit)
https://codereview.chromium.org/594603003/diff/490001/content/app/content_main_runner.cc File content/app/content_main_runner.cc (right): https://codereview.chromium.org/594603003/diff/490001/content/app/content_main_runner.cc#newcode734 content/app/content_main_runner.cc:734: CHECK(gin::IsolateHolder::LoadV8Snapshot()); then you don't need the call in the ...
6 years, 2 months ago (2014-10-17 13:38:35 UTC) #24
baixo1
Addresses Jochen's comments. https://codereview.chromium.org/594603003/diff/490001/content/app/content_main_runner.cc File content/app/content_main_runner.cc (right): https://codereview.chromium.org/594603003/diff/490001/content/app/content_main_runner.cc#newcode734 content/app/content_main_runner.cc:734: CHECK(gin::IsolateHolder::LoadV8Snapshot()); On 2014/10/17 13:38:34, jochen wrote: ...
6 years, 2 months ago (2014-10-20 10:44:23 UTC) #25
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/594603003/diff/530001/tools/gypv8sh.py File tools/gypv8sh.py (right): https://codereview.chromium.org/594603003/diff/530001/tools/gypv8sh.py#newcode40 tools/gypv8sh.py:40: if os.path.exists(v8nativesfile): can you add a commandline flag ...
6 years, 2 months ago (2014-10-20 13:55:33 UTC) #26
abarth-chromium
6 years, 2 months ago (2014-10-20 16:58:04 UTC) #28
hansmuller
I've only looked at the v8 and mojo changes. The gin and mojo apps only ...
6 years, 2 months ago (2014-10-20 18:22:35 UTC) #29
jochen (gone - plz use gerrit)
yes. e.g. on windows, the chrome binary ships three copies of this data (3x 4MB) ...
6 years, 2 months ago (2014-10-20 21:31:06 UTC) #30
jochen (gone - plz use gerrit)
yes. e.g. on windows, the chrome binary ships three copies of this data (3x 4MB) ...
6 years, 2 months ago (2014-10-20 21:31:27 UTC) #31
hansmuller
On 2014/10/20 21:31:27, jochen wrote: > yes. > > e.g. on windows, the chrome binary ...
6 years, 2 months ago (2014-10-20 23:29:43 UTC) #32
baixo1
Addressed comments from Jochen and Hans. https://codereview.chromium.org/594603003/diff/530001/tools/gypv8sh.py File tools/gypv8sh.py (right): https://codereview.chromium.org/594603003/diff/530001/tools/gypv8sh.py#newcode40 tools/gypv8sh.py:40: if os.path.exists(v8nativesfile): On ...
6 years, 2 months ago (2014-10-21 14:00:59 UTC) #33
abarth-chromium
mojo/ LGTM
6 years, 2 months ago (2014-10-21 16:30:46 UTC) #34
baixo1
gavinp, could you please take a look or pass it to someone else?
6 years, 2 months ago (2014-10-22 17:19:03 UTC) #35
rmcilroy
cbentzel: Could you please take a look at the changes in /net
6 years, 2 months ago (2014-10-23 10:09:41 UTC) #37
jochen (gone - plz use gerrit)
i'd suggest eroman@ for net/
6 years, 2 months ago (2014-10-23 14:20:33 UTC) #38
baixo1
eroman: Could you please take a look at the changes in /net?
6 years, 2 months ago (2014-10-23 15:28:35 UTC) #40
eroman
net lgtm
6 years, 2 months ago (2014-10-23 18:39:15 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/610001
6 years, 2 months ago (2014-10-23 19:32:44 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/610001
6 years, 2 months ago (2014-10-24 09:24:42 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/19798) linux_chromium_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel/builds/4445)
6 years, 2 months ago (2014-10-24 09:29:58 UTC) #48
baixo1
jamesr: Could you please approve /mojo?
6 years, 2 months ago (2014-10-24 09:47:07 UTC) #50
rmcilroy
On 2014/10/24 09:47:07, baixo1 wrote: > jamesr: Could you please approve /mojo? jamesr: this was ...
6 years, 2 months ago (2014-10-24 10:44:04 UTC) #51
jamesr
On 2014/10/24 10:44:04, rmcilroy wrote: > On 2014/10/24 09:47:07, baixo1 wrote: > > jamesr: Could ...
6 years, 2 months ago (2014-10-24 15:44:20 UTC) #52
baixo1
On 2014/10/24 15:44:20, jamesr wrote: > On 2014/10/24 10:44:04, rmcilroy wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 16:18:58 UTC) #53
jamesr
On 2014/10/24 16:18:58, baixo1 wrote: > On 2014/10/24 15:44:20, jamesr wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 17:05:42 UTC) #54
rmcilroy
On 2014/10/24 17:05:42, jamesr wrote: > On 2014/10/24 16:18:58, baixo1 wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 17:07:12 UTC) #55
jamesr
lgtm
6 years, 2 months ago (2014-10-24 17:09:20 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/630001
6 years, 2 months ago (2014-10-24 17:37:59 UTC) #58
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/21789)
6 years, 2 months ago (2014-10-24 20:19:35 UTC) #60
gavinp
6 years, 1 month ago (2014-10-27 15:36:14 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/710001
6 years, 1 month ago (2014-10-27 16:56:15 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/73985) win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/78935) android_arm64_dbg_recipe ...
6 years, 1 month ago (2014-10-27 17:02:48 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/730001
6 years, 1 month ago (2014-10-27 17:10:40 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/84361) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/73989) win_gpu ...
6 years, 1 month ago (2014-10-27 17:16:11 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/750001
6 years, 1 month ago (2014-10-27 18:02:02 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/79021)
6 years, 1 month ago (2014-10-27 20:01:19 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/750001
6 years, 1 month ago (2014-10-27 20:27:39 UTC) #75
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/79021)
6 years, 1 month ago (2014-10-27 22:12:58 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594603003/770001
6 years, 1 month ago (2014-10-28 10:31:56 UTC) #79
commit-bot: I haz the power
Committed patchset #39 (id:770001)
6 years, 1 month ago (2014-10-28 11:52:33 UTC) #80
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 11:53:21 UTC) #81
Message was sent while issue was closed.
Patchset 39 (id:??) landed as
https://crrev.com/3a3c88a61fc3fc5b001e7bae70e6335d3cf7c997
Cr-Commit-Position: refs/heads/master@{#301595}

Powered by Google App Engine
This is Rietveld 408576698