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

Issue 2971683003: Change code to make jumbo exceptions unnecessary in core/html (Closed)

Created:
3 years, 5 months ago by Daniel Bratell
Modified:
3 years, 5 months ago
Reviewers:
kouhei (in TOK)
CC:
chromium-reviews, blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, kinuko+watch, loading-reviews+parser_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Change code to make jumbo exceptions unnecessary in core/html In jumbo several compilation units are merged so you have to have more unique names in each one, and don't #undef macros needed by other compilation units. BUG=713137 Review-Url: https://codereview.chromium.org/2971683003 Cr-Commit-Position: refs/heads/master@{#485585} Committed: https://chromium.googlesource.com/chromium/src/+/061195588f7477633e30fc525e394e4af1d13da8

Patch Set 1 #

Patch Set 2 : Turn on jumbo for dryrun cq testing #

Total comments: 1

Patch Set 3 : Removed testing code after showing that it worked #

Total comments: 1

Patch Set 4 : Removed the undef instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -23 lines) Patch
M third_party/WebKit/Source/core/html/BUILD.gn View 1 2 3 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 28 (20 generated)
Daniel Bratell
https://codereview.chromium.org/2971683003/diff/20001/build/config/jumbo.gni File build/config/jumbo.gni (right): https://codereview.chromium.org/2971683003/diff/20001/build/config/jumbo.gni#newcode10 build/config/jumbo.gni:10: use_jumbo_build = !is_official_build && !(is_android && !is_clang) Must not ...
3 years, 5 months ago (2017-07-07 13:30:36 UTC) #8
Daniel Bratell
On 2017/07/07 13:30:36, Daniel Bratell wrote: > https://codereview.chromium.org/2971683003/diff/20001/build/config/jumbo.gni > File build/config/jumbo.gni (right): > > https://codereview.chromium.org/2971683003/diff/20001/build/config/jumbo.gni#newcode10 ...
3 years, 5 months ago (2017-07-07 16:00:17 UTC) #13
Daniel Bratell
kouhei, can you please take a look? I'm not sure if the pragma is the ...
3 years, 5 months ago (2017-07-10 11:39:10 UTC) #17
kouhei (in TOK)
lgtm https://codereview.chromium.org/2971683003/diff/40001/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp File third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp (right): https://codereview.chromium.org/2971683003/diff/40001/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp#newcode40 third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp:40: // from multiple threads and DEFINE_STATIC_LOCAL isn't threadsafe. ...
3 years, 5 months ago (2017-07-11 02:10:49 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2971683003/60001
3 years, 5 months ago (2017-07-11 08:15:14 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/497639)
3 years, 5 months ago (2017-07-11 09:57:09 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2971683003/60001
3 years, 5 months ago (2017-07-11 10:13:24 UTC) #25
commit-bot: I haz the power
3 years, 5 months ago (2017-07-11 11:25:48 UTC) #28
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/061195588f7477633e30fc525e39...

Powered by Google App Engine
This is Rietveld 408576698