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

Issue 1152653004: Re-land: gin: Use V8 Maybe APIs (Closed)

Created:
5 years, 6 months ago by bashi
Modified:
5 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-land: gin: Use V8 Maybe APIs The previous CL was reverted because it broke layout tests. Cause: GetKeyModifiersFromV8() in test_runner/event_sender.cc passes NULL as v8::Isolate*, which is cleary wrong. Pass blink::mainThreadIsolate() as the other callsites do. BUG=479439 Committed: https://crrev.com/dbd2ef9bb16d7fb63f44a992248b4dbed7f3f8e3 Cr-Commit-Position: refs/heads/master@{#332312}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -88 lines) Patch
M content/shell/renderer/test_runner/event_sender.cc View 1 8 chunks +9 lines, -9 lines 0 comments Download
M gin/arguments.h View 1 chunk +4 lines, -1 line 0 comments Download
M gin/converter.h View 6 chunks +72 lines, -5 lines 0 comments Download
M gin/converter.cc View 9 chunks +31 lines, -16 lines 0 comments Download
M gin/converter_unittest.cc View 1 chunk +7 lines, -10 lines 0 comments Download
M gin/dictionary.h View 1 chunk +12 lines, -2 lines 0 comments Download
M gin/interceptor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/modules/console.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/modules/module_registry.h View 2 chunks +3 lines, -3 lines 0 comments Download
M gin/modules/module_registry.cc View 6 chunks +19 lines, -14 lines 0 comments Download
M gin/object_template_builder.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M gin/shell/gin_main.cc View 1 chunk +3 lines, -1 line 0 comments Download
M gin/shell_runner.cc View 3 chunks +15 lines, -10 lines 0 comments Download
M gin/test/file.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M gin/try_catch.h View 1 chunk +2 lines, -1 line 0 comments Download
M gin/try_catch.cc View 2 chunks +14 lines, -2 lines 0 comments Download
M gin/wrappable.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gin/wrappable_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
bashi
PTAL? https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc File content/shell/renderer/test_runner/event_sender.cc (right): https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc#newcode126 content/shell/renderer/test_runner/event_sender.cc:126: isolate, value, &modifier_names); This is the only diff ...
5 years, 6 months ago (2015-05-29 08:20:34 UTC) #2
jochen (gone - plz use gerrit)
lgtm with comment https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc File content/shell/renderer/test_runner/event_sender.cc (right): https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc#newcode126 content/shell/renderer/test_runner/event_sender.cc:126: isolate, value, &modifier_names); On 2015/05/29 at ...
5 years, 6 months ago (2015-05-29 11:28:30 UTC) #3
bashi
https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc File content/shell/renderer/test_runner/event_sender.cc (right): https://codereview.chromium.org/1152653004/diff/1/content/shell/renderer/test_runner/event_sender.cc#newcode126 content/shell/renderer/test_runner/event_sender.cc:126: isolate, value, &modifier_names); On 2015/05/29 11:28:29, jochen wrote: > ...
5 years, 6 months ago (2015-06-02 00:12:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152653004/20001
5 years, 6 months ago (2015-06-02 00:18:50 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 6 months ago (2015-06-02 01:39:40 UTC) #8
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 01:41:26 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/dbd2ef9bb16d7fb63f44a992248b4dbed7f3f8e3
Cr-Commit-Position: refs/heads/master@{#332312}

Powered by Google App Engine
This is Rietveld 408576698