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

Issue 294123008: Mojo: Reimplement unicode.js in JavaScript, remove native implementation. (Closed)

Created:
6 years, 7 months ago by Matt Perry
Modified:
6 years, 6 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, darin-cc_chromium.org, darin (slow to review), ben+mojo_chromium.org, cpu_(ooo_6.6-7.5)
Visibility:
Public.

Description

Mojo: Reimplement unicode.js in JavaScript, remove native implementation. This version is likely less efficient, but doesn't require gin. BUG=372065 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275342

Patch Set 1 #

Total comments: 6

Patch Set 2 : aa #

Patch Set 3 : . #

Patch Set 4 : rebase #

Patch Set 5 : . #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -129 lines) Patch
M content/browser/webui/web_ui_data_source_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/webui/web_ui_mojo_browsertest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/content_resources.grd View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/web_ui_runner.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M mojo/apps/js/mojo_runner_delegate.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/apps/js/test/run_apps_js_tests.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/bindings/js/run_js_tests.cc View 2 chunks +0 lines, -2 lines 0 comments Download
D mojo/bindings/js/unicode.h View 1 chunk +0 lines, -22 lines 0 comments Download
D mojo/bindings/js/unicode.cc View 1 chunk +0 lines, -69 lines 0 comments Download
M mojo/mojo.gyp View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M mojo/public/js/bindings/constants.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/js/bindings/constants.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/js/bindings/unicode.js View 1 1 chunk +43 lines, -25 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
Matt Perry
6 years, 7 months ago (2014-05-21 22:45:09 UTC) #1
Matt Perry
cpu: fyi
6 years, 7 months ago (2014-05-22 21:33:03 UTC) #2
Matt Perry
ping
6 years, 6 months ago (2014-05-27 22:11:39 UTC) #3
Matt Perry
Adam is OOO, over to Aaron.
6 years, 6 months ago (2014-05-28 17:57:29 UTC) #4
Aaron Boodman
Can you explain to me again what was wrong with the native version?
6 years, 6 months ago (2014-05-29 00:56:21 UTC) #5
darin (slow to review)
The idea was to make this code usable in a normal browser context. For the ...
6 years, 6 months ago (2014-05-29 03:34:46 UTC) #6
Aaron Boodman
lgtm w/ nits. https://codereview.chromium.org/294123008/diff/1/mojo/public/js/bindings/unicode.js File mojo/public/js/bindings/unicode.js (right): https://codereview.chromium.org/294123008/diff/1/mojo/public/js/bindings/unicode.js#newcode18 mojo/public/js/bindings/unicode.js:18: String.fromCharCode.apply(undefined, buffer))); 'undefined' is not a ...
6 years, 6 months ago (2014-05-29 18:10:23 UTC) #7
Matt Perry
https://codereview.chromium.org/294123008/diff/1/mojo/public/js/bindings/unicode.js File mojo/public/js/bindings/unicode.js (right): https://codereview.chromium.org/294123008/diff/1/mojo/public/js/bindings/unicode.js#newcode18 mojo/public/js/bindings/unicode.js:18: String.fromCharCode.apply(undefined, buffer))); On 2014/05/29 18:10:24, Aaron Boodman wrote: > ...
6 years, 6 months ago (2014-05-29 19:45:08 UTC) #8
Matt Perry
The CQ bit was checked by mpcomplete@chromium.org
6 years, 6 months ago (2014-05-29 19:45:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpcomplete@chromium.org/294123008/20001
6 years, 6 months ago (2014-05-29 19:47:14 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-05-30 00:15:34 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-30 00:20:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/70547)
6 years, 6 months ago (2014-05-30 00:20:43 UTC) #13
Matt Perry
The CQ bit was checked by mpcomplete@chromium.org
6 years, 6 months ago (2014-05-30 21:35:27 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpcomplete@chromium.org/294123008/40001
6 years, 6 months ago (2014-05-30 21:41:32 UTC) #15
Matt Perry
+darin for content/ OWNERS
6 years, 6 months ago (2014-05-30 22:48:11 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 02:49:01 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 02:51:46 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/70840)
6 years, 6 months ago (2014-05-31 02:51:47 UTC) #19
Matt Perry
(fixing reviewer list)
6 years, 6 months ago (2014-06-02 18:36:40 UTC) #20
Matt Perry
Ben, can you do a quick OWNERS check on content/ ?
6 years, 6 months ago (2014-06-03 21:19:32 UTC) #21
Ben Goodger (Google)
content lgtm
6 years, 6 months ago (2014-06-05 20:22:00 UTC) #22
Matt Perry
The CQ bit was checked by mpcomplete@chromium.org
6 years, 6 months ago (2014-06-05 20:27:19 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpcomplete@chromium.org/294123008/100001
6 years, 6 months ago (2014-06-05 20:29:04 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 01:05:56 UTC) #25
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 05:31:49 UTC) #26
Message was sent while issue was closed.
Change committed as 275342

Powered by Google App Engine
This is Rietveld 408576698